Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new simcall interface definitions.
[simgrid.git] / src / simix / smx_process.c
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-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.
2012-02-21 Arnaud GierschSIMIX_context_runall() doesn't take any argument.
2012-02-13 Arnaud GierschAvoid to throw an exception, and catch it just below.
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-19 Christophe ThiéryFix SIMIX_post_io. For now SIMIX_req_file_read makes...
2012-01-19 navarroStarting simix mecanism for io.
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroRevert "Fix segfault when using XBT_... and when proces...
2012-01-17 navarroFix segfault when using XBT_... and when process have...
2012-01-17 navarroImplement SIMIX_process_from_PID
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-13 unknownDeclare functions XBT_PUBLIC to export them.
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
2012-01-06 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-06 Christophe ThiérySIMIX: when a process is killed, remove its blocking...
2012-01-06 Christophe ThiéryMerge branch 'smpi'
2012-01-05 Christophe ThiérySMPI: before terminating a process, wait for its asynch...
2012-01-05 Christophe ThiéryWhen a process leaves, no one should ever finish a...
2011-12-26 Martin QuinsonWhen the process exits, don't cancel the communications...
2011-12-26 Martin QuinsonFurther investigate the dsend issue, in vain so far
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-12-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-19 Christophe ThiéryAdd a function SIMIX_process_get_runnable() for context...
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiérySIMIX: add a redundant parameter to avoid repeated...
2011-11-10 Christophe ThiéryClean MSG source file names
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-11-09 Christophe ThiéryFix possible crashes and leaks with dsends during proce...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryThe impossible might be possible sometimes, actually
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-10-27 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-27 Christophe ThiéryMake suspending/resuming a suspended/non-suspended...
2011-10-20 Martin QuinsonMerge stuff again. Damn, I should pull before changing...
2011-10-20 Martin Quinsonmerge branches
2011-10-20 Christophe ThiéryThis memory leak fix did not work with complex simulations.
2011-10-14 Christophe ThiérySimix: clean unfinished comms when terminating a process
2011-10-13 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-10-13 Christophe ThiéryFighting more memory leaks in Chord
2011-06-09 Pierre-Nicolas ClaussMerge back master branch
2011-05-24 Martin Quinsonmerge
2011-05-24 Lucas Schnorr[trace] remove old source file with functions that...
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-10 Arnaud GierschDefine and use a function to run the processes to run.
next