Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
trace earlier, simix may start the process before returning the flow control
[simgrid.git] / src / msg / m_process.c
2011-04-11 Lucas Schnorrtrace earlier, simix may start the process before retur...
2011-03-31 Lucas SchnorrMerge branch 'master' into master-svn
2011-03-29 cristianrosaMerge branch 'master', remote branch 'git-hub-cristian...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-02-24 thierySimplify process cleanup calls between SIMIX and MSG
2011-02-22 thierySimplify the management of processes in MSG.
2011-02-21 thieryAllow MSG_process_cleanup(p) to be called by other...
2011-02-17 agierschUse new style logging macros.
2011-02-07 schnorr[trace] process container creation must be before simix...
2011-02-03 thieryThe process list of MSG is now a swag instead of a...
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2011-01-11 cristianrosaBugfix: no longer post a request in the clean up function.
2011-01-05 schnorr[trace] using process name and PID as identification...
2010-12-10 thieryInitialize the process data in MSG before actually...
2010-12-07 mquinsonstop using private functions from simix; use requests...
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2010-04-01 alegrandHuge import with Lucas tracing modifications.
2010-03-05 mquinsonTry to fix the finalization process of ruby simulations...
2009-10-30 suterNot using set/get functions is bad, but raising an...
2009-10-05 cristianrosaFix some conflicts with modifications introduced in...
2009-10-05 mquinson[Cristian] Lots and lots of small fixes to MSG to work...
2009-09-29 donassbrChange variable waiting_task to waiting_action on msg...
2009-06-06 alegrandTake into account that some process may actually not...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-05-11 mquinsonmore informative debug messages
2008-11-10 mquinsonKill MSG_mailbox_put, which were not meant to be a...
2008-06-07 alegrandRodrigo Righi patch to enable migration.
2007-11-06 mquinsonFix constness of arguments
2007-10-27 mquinsonKill code duplication, and doc tiny improvements
2007-10-27 mquinsonKill the useless _MSG_process_create_with_env_from_SIMI...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-08-06 alegrandindent -i2 -kr. Aaaah, I feel much better now. Sorry...
2007-07-11 mquinsonMore cleanups in simix and friends. Do not request...
2007-07-11 mquinsoncosmetics: enforce prototype checking on callbacks...
2007-07-10 mquinsonKill the types xbt_context_function_t, smx_process_code...
2007-07-08 mquinsonAllow java to call __MSG_process_cleanup
2007-07-06 mquinsonRename some struct fields in private datatype to explic...
2007-07-03 mquinsonUse 0 to indicate an invalid PID instead of -1. Someone...
2007-07-03 mquinsonMake sure that MSG_process_get_PID() never raise an...
2007-07-02 mquinsonRevert the convertion of MSG pids from int to long...
2007-07-02 mquinsonConvert MSG pids from int to long int so that they...
2007-07-02 mquinsonI scratched my own change to fix the documentation...
2007-07-02 mquinsonIntegrate Bruno's work on SIMIX onto main stream. Tests...
2007-06-29 mquinsonMake sure the navbar tricks we use in the post-processo...
2007-03-12 alegrandKeeping up with last renaming.
2007-01-11 alegrandbug fix in the Paje traces. Unfortunately, it does...
2006-12-11 alegrandMajor bug fix. Some situations were not handled in...
2006-09-06 alegrandFix C++ comment
2006-06-19 alegrandBetter output...
2006-06-19 alegrandAdding more informations when blocking. Should help...
2006-05-16 alegrandSanitize channel naming.
2006-04-12 alegrandAdding more verbose informations to Paje
2006-04-11 mquinsonRework the MSG navbar
2006-03-28 alegrandmaking the use of xbt_fifo more uniform and closing...
2006-01-18 alegrandadd more debuging informations
2005-10-03 alegrandAdd some debugging messages.
2005-09-20 alegrandsolving the pthread problem. Henri, give it a try on...
2005-08-24 casanovaFixed spelling and grammar in some comments
2005-08-08 alegrandgetting rid of MSG_getClock
2005-08-07 mquinsonLast bits of convertion from xbt_error_t to exceptions...
2005-08-06 mquinsonONGOING work on exceptions plus minor cleanups.
2005-07-01 alegrandMSG_process_resume did not work if you tried to resume...
2005-06-29 alegrandAdd a new function: MSG_task_get_with_timeout. That...
2005-06-13 alegrandcall surf->action_free. It's incredibly faster now...
2005-06-01 alegrandSURF won't try to bring this process to life anymore.
2005-06-01 alegrandReverting Mt's modifications. There is a problem in...
2005-05-25 mquinsonStart the implementation of start_time and kill_time...
2005-04-15 alegrandKillall can now be called from an agent
2005-03-01 alegrandMoving functions to the right location and making them...
2005-02-28 mquinsonStop being stupid, and don't affect a char* into a...
2005-02-28 mquinsonSolaris segfaults when asked to print NULL
2005-02-27 mquinsonAdd xbt_procname(): returns the name of the current...
2005-02-13 mquinsonKill the useless xbt_free (was define'd to free)
2005-02-07 alegrandReorganizing and cleaning the doc
2005-02-04 alegrandLog improvements.
2005-02-04 alegrandKeep improving the traces
2005-02-04 alegrandGargl ! Some C++ comments ! Sorry about that. What...
2005-02-04 alegrandImproving traces
2005-02-04 alegrandAdding Killall function
2005-01-29 alegrandupdating the doc
2005-01-26 alegrandNow, a process can be killed and all process are killed...
2005-01-15 alegrandTaking into account last SURF modifications (suspend...
2005-01-14 alegrandNot using MSG_suspend anymore in the internals
2005-01-12 alegrandNow, MSG internals do not use MSG_suspend/resume anymore.
2004-12-31 alegrandsurf:~/Work/GRAS/heap $ valgrind --leak-check=yes ...
2004-12-29 alegrandMSG almost works. It enabled me to find some bug in...
2004-12-17 alegrandCosmetics
2004-12-17 alegrandKeeping rewriting MSG