Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a mallocator for SIMIX actions
[simgrid.git] / src / simix / smx_process.c
2011-02-02 thieryUse a mallocator for SIMIX actions
2011-01-28 cristianrosaReturn the host failures in the same process sleep...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaCode refactor: move the functions associated to the...
2011-01-20 cristianrosaBugfix: return after answering the sleep request when...
2011-01-20 cristianrosaBugfix: manually increase the time when running the...
2011-01-11 cristianrosaImprove debug information
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-05 cristianrosaBugfix: killall should execute all processes after...
2011-01-05 cristianrosaReplace the setsets in the MC's states by malloced...
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-07 mquinsondo not store the requests on the process's stack nor...
2010-12-07 mquinsonrename a badly named variable
2010-12-07 mquinsonnew function (private to simix): SIMIX_process_get_maxpid
2010-12-06 cristianrosaBugfix: Protect SIMIX_process_self in the case that...
2010-12-03 mquinsonmove iwannadie from processes to contextes back
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryCleaner detection of using model-checking.
2010-12-02 thieryRename two functions and a structure
2010-12-02 thieryClean indentation and coding style in SIMIX
2010-12-02 piniKill old implementation of SIMIX_process_self.
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryDefine inline functions before calling them
2010-12-02 piniSIMIX2 renamed some of the tracing stuff.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-06-04 navarropDo not declare variable in the middle of nowhere!
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-09 mquinsonfix a warning preventing the code form compiling in...
2010-04-08 donassbrSemaphores are more complicated than mutexes since...
2010-04-07 donassbrBugfix: Problems when we suspend/resume the process...
2010-03-23 mquinsonmore verbose on error
2010-03-23 mquinsonreimplement SIMIX_process_kill() without SIMIX_process_...
2010-03-23 mquinsonMerge context_start into context_new to simplify the...
2010-01-28 mquinsonplug a few memleaks
2010-01-15 mquinsonbit more debug messages
2009-11-20 mquinsonMark a bunch of functions as candidates to inlining...
2009-11-20 alegrandTake into account "recent" simix modifications
2009-10-15 mquinsonMore informative error message
2009-10-03 donassbrAs in MSG where we need to know which action the proces...
2009-09-21 donassbrFix behavior when using killing process function.
2009-08-18 cristianrosaThe exception associated to each process was relocated...
2009-08-18 cristianrosaMerge java simix process creation with the standard...
2009-08-17 cristianrosaFinally the Java interface is working again! (It was...
2009-08-17 cristianrosaFix another bug in the java context implementation
2009-08-17 mquinsonContext factory's API simplification: the function...
2009-08-17 mquinsonFixed the java's context interface to build with the...
2009-08-17 mquinsonFixed some issues in logs logic due to recent changes...
2009-08-17 mquinsonSome polishing to the new context factory API to avoid...
2009-08-17 mquinsonNew simplified API for the context factory [Cristian]
2009-08-17 mquinsonIntermidiate step towards the new context mechanism...
2009-08-17 mquinsonInline abstract interface to factories' functions ...
2009-07-13 mquinsondo not give maestro a name, or it will change every...
2009-07-13 mquinsonFinish the merging of Cristian branch by fixing some...
2009-07-13 mquinsonLots of renamings from xbt_ to smx_
2009-07-13 mquinsonFirst running version after the relocation of the conte...
2009-07-13 mquinsonFirst step into moving the context subsystem into simix...
2009-07-13 mquinsonsimdata cleanup from smx_action_t. Now all SIMIX's...
2009-07-13 mquinsonSome build adjustments mandatory for the relocation...
2009-06-30 mquinsonSURF: Embeed every fields of common_public directly...
2009-06-30 mquinsonSURF: Unify the types of models in a uniq s_surf_model_...
2009-06-30 mquinsonFactorize some code in SURF
2009-06-25 mquinsonAdd a SIMIX_process_count() that SMPI needs
2009-06-24 mquinsonSMPI: Change the way senders and receivers are stopped...
2009-06-23 mquinsonSMPI: get the main process launch the sender and receiv...
2009-06-06 alegrandCheck that a host is available before launching a process.
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-28 mquinsonAdd SIMIX_process_set_name()
2008-06-16 alegrandUggly and naughty memleak that caused a lots of perform...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2008-01-11 cheriermDelete the auto aliasing
2008-01-11 cheriermThis change is relative with the mailbox concept :
2007-11-15 cheriermThis commit concerned the reimplementation of the xbt...
2007-10-27 mquinsonLast useless cleanup about Marc jumbo commit
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-09-26 cheriermNow the java implementation of the msg process don...
2007-09-21 cheriermDeclaration of the variables at the begining of the...
2007-09-20 mquinsonOk, you won't believe this one. Visual seems to break...
2007-09-05 alegranduse suspend instead of playing with priority...
2007-09-02 marklsSIMIX_process_resume needed to signal cond after resumi...
2007-08-16 velhoSubstitution of the word "resource" by "model" in every...
2007-08-06 mquinsonname threads to ease debugging
2007-08-06 alegrandcosmetics + one function to rule them all
2007-08-06 alegrandReindent!
2007-08-04 alegrandClean up actions when a condition is destroyed.
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-08 mquinsonhack around the place to get the initialization phase...
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-04 mquinsonavoid any name clashes with msg/private.h so that the...
2007-04-10 donassbrRemoved SIMIX_global_init_args and SIMIX_process_create...
2007-04-04 donassbrFunctions added and changed. Keeps the cvs updated.
2007-03-30 donassbrmsg_simix alpha. All functions implemented.
2007-03-27 donassbrAPI changed.
2007-03-23 donassbrNecessity to change the code to implement MSG..
next