Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix initialization order.
[simgrid.git] / src / simix / smx_process.c
2013-11-15 Paul BédarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-15 Paul BédarideMerge branch 'hypervisor' into surf++
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-24 Takahiro HirofuchiExtend simcall_host_execute() for CPU affinity
2013-10-10 Arnaud GierschChasing more leaks.
2013-09-30 Paul BédarideReplace surf by surf++ and make it compile
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-06-05 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-05 Takahiro Hirofuchiadd the load capping feature
2013-06-05 Paul BédarideMake hypervisor compile with compile_warnings=ON
2013-04-10 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-04-02 alebreMerge branch 'master' into hypervisor
2013-03-16 Marion Guthmullermodel-checker : ignore running context of processes...
2013-02-26 Takahiro Hirofuchidelete the use of surf_workstation_model more
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschKill old commented line.
2013-02-15 Takahiro Hirofuchirefine code around model types and objects
2013-02-12 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-11 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-06 Arnaud GierschGive state a sensible value, and don't let it uninitial...
2013-02-06 Arnaud GierschDestroy comm action in SIMIX_process_kill.
2013-02-05 Arnaud GierschMerge branch 'v3_9_x'
2013-01-31 alebreMerge branch 'master' into hypervisor
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-30 Arnaud GierschMerge branch 'v3_9_x'
2013-01-30 Arnaud GierschMerge remote-tracking branch 'github/master'
2013-01-30 Paul BédarideMake MSG use SIMIX pids
2013-01-21 Paul BédarideAll hosts types fusion to xbt_dictelm_t
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2012-12-26 Marion Guthmullermodel-checker : don't ignore simcall result in system...
2012-12-04 Marion Guthmullermodel-checker : ignore simcall result in heap comparison
2012-11-30 shensheiMerge ../simgrid
2012-11-30 shensheiNew simcalls work
2012-11-28 shensheiChange simcall functions
2012-11-28 paul bedarideAdd macros to generate simcalls code
2012-11-28 Cristian RosaWIP on simcalls: fd8c267 Stop making direct calls to...
2012-11-28 Cristian RosaMove SIMCALL_HOST_EXECUTE to the new simcall architectu...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-22 Martin Quinsoncomments, debugs and other minor glitches
2012-11-18 Marion Guthmullermodel-checker : ignore some variables enabled with...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-07 Marion Guthmullermodel-checker : add local variables from xbt/ex.h in...
2012-11-07 Marion Guthmullermodel-checker : ignore some local variables from xbt...
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-19 Maximiliano GeierMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-10-17 Martin QuinsonCancel the comms of leaving processes instead of destro...
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-12 navarroCompilation with warning flags
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-07-04 Samuel LepetitReturn the new process in SIMIX_process_restart, simcal...
2012-07-04 Samuel LepetitFix SIMIX_process_kill(SIMIX_process_self()); issue...
2012-06-28 Samuel LepetitFix an issue in process autorestart
2012-06-28 Samuel LepetitAdd SIMIX_host_restart_processes
2012-06-27 Samuel LepetitFirst bricks for auto_restart support in SIMIX/MSG.
2012-06-26 Samuel LepetitFix a memory leak.
2012-06-25 Samuel LepetitFix commit f48cc395ebecc84d865ab551a672d2a2358624e5
2012-06-25 Samuel LepetitFix an issue when you registered a on_exit function...
2012-06-21 jean-noel quintinMerge remote-tracking branch 'origin/master'
2012-06-21 Samuel LepetitCheck if the host is down in SIMIX_post_process_sleep.
2012-06-21 Samuel LepetitCleanup in SIMIX_process_on_exit_runall
2012-06-21 Samuel LepetitFix bug #14412 (Killing a SIMIX process just after...
2012-06-21 Samuel LepetitFix commit 825fb3d5095e6cce48885d1d04ab1ec3823dae6c
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitAdd on_exit support on SIMIX/MSG, calling functions...
2012-06-20 suterMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-06-20 Samuel LepetitUse the same way of checking the state of the communica...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-05-14 Martin Quinsonargument why parallel execution don't jeopardize reprod...
2012-05-10 Martin QuinsonMore debugs around process suspension
2012-05-09 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-04 Arnaud LegrandBetter coverage of SIMIX_process_suspend and resume.
2012-05-03 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-05-03 Arnaud LegrandMake the suspend/resume work while a process is in...
2012-04-28 Martin QuinsonI forgot to update my tree before commiting (once again...
2012-04-27 navarroUpdate tesh for kill start time.
2012-04-27 navarroRewrite the kill_time mecanism.
2012-04-27 Arnaud GierschCosmetics: misleading indentation.
2012-04-26 Arnaud LegrandProcess that suspend themselves now create the correspo...
2012-04-26 Samuel LepetitMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-04-25 Arnaud LegrandDo not try to resume a dying process. The corresponding...
2012-04-25 Arnaud LegrandEnsure that the same process never appears twice in...
2012-04-25 Arnaud LegrandLame attempt to make cleanup and kill coexist
2012-04-25 Arnaud LegrandThis commit partially reverts commit 4e0c8570051df3f711...
2012-02-28 Martin Quinsonimplement a SIMIX_processes_as_dynar() function
2012-02-21 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-02-21 Arnaud GierschFix format strings to match their arguments.
next