Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove the fork based checkpoint functionality.
[simgrid.git] / src / simix /
2010-12-09 cristianrosaOn MC mode, return immediately after handling the wait...
2010-12-09 piniOutput the assembly function in the text section.
2010-12-09 piniAdded support for x86_64 raw contexts + some comments.
2010-12-09 piniThrow an error at runtime instead of breaking compilation.
2010-12-09 piniAdded context switching support for x86 architectures.
2010-12-09 mquinsondraft of hardcore ultra brutal manual context switching...
2010-12-08 cristianrosaBugfix: save the ucontext of each running thread in...
2010-12-08 mquinsonNew trace replayer, as fast as hell, and as boring...
2010-12-08 cristianrosaWait for all the context to finish it's execution
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 mquinsonDo not traverse the whole array of request to find...
2010-12-07 thieryFix SIMIX calls
2010-12-07 thieryMake SIMIX_process_create() private
2010-12-07 mquinsonUse a raw array instead of a dynar to store the requests
2010-12-07 mquinsonnew function (private to simix): SIMIX_process_get_maxpid
2010-12-07 piniDistinguish access to sender-side and receiver-side...
2010-12-07 cristianrosaNo need to lock on request pop.
2010-12-07 mquinsonno need to lock the structure if we run in sequential
2010-12-07 cristianrosaAdd support for custom communication matching to SIMIX...
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-07 mquinsonimplement simix_comm_testany properly
2010-12-07 schnorr[trace] we do not need to copy the category since the...
2010-12-07 schnorr[trace] only set category of the surf action if simix...
2010-12-07 schnorr[trace] there is no need to set surf actions category...
2010-12-07 schnorr[trace] check action type before setting its tracing...
2010-12-07 schnorr[trace] dictionary for holding smx_process_t -> categor...
2010-12-07 schnorr[trace] renaming system call to set any action tracing...
2010-12-07 schnorr[trace] new system call to make categorized host utiliz...
2010-12-07 mquinsonstubs for comm_testany, implemented with comm_waitany...
2010-12-06 cristianrosaBugfix: protect SIMIX_context_self() in the case that...
2010-12-06 cristianrosaInitialize surf before the context module, so the later...
2010-12-06 cristianrosaBugfix: Protect SIMIX_process_self in the case that...
2010-12-06 cristianrosaRevert thread creation delay on pthread context factory.
2010-12-06 cristianrosaImprove context switching for ucontext
2010-12-06 cristianrosaCompile fix: iwannadie is now in the context structure
2010-12-03 mquinsonmove iwannadie from processes to contextes back
2010-12-02 schnorr[trace] renaming almost all tracing files in src/instr
2010-12-02 thieryReally fix this (still unimplemented) function
2010-12-02 thieryComment out more of SIMIX_display_process_status()...
2010-12-02 piniThis file has been renamed.
2010-12-02 cristianrosaCompile fix
2010-12-02 cristianrosaFix compile: ruby's context factoy should respect the...
2010-12-02 mquinsonmake simix headers public so that we can write external...
2010-12-02 mquinsonsmx_context.h must be installed so that I can write...
2010-12-02 mquinsonJava contextes are in the java package now
2010-12-02 cristianrosaCompile fix: pthread should respect the context factory...
2010-12-02 thieryResolve a conflict
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 thieryRemove deprectaed function SIMIX_solve()
2010-12-02 piniSIMIX2 renamed some of the tracing stuff.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-12-01 agierschFree cursor when returning from inside a xbt_dict_forea...
2010-12-01 agierschDo not pass a pointer to dynar where a pointer to sem...
2010-11-30 mquinsondefinitely kill the Horrible Pimple
2010-11-27 mquinsonlet the decoupling of main lib and bindings work in...
2010-11-26 mquinsonReduce the coupling between java bindings and main...
2010-11-26 mquinsonreduce the coupling between main lib and java binding
2010-11-26 mquinsoncosmetics
2010-11-26 mquinsonkill the (unused) lua context factory. Lua does fine...
2010-11-26 mquinsonReduce the coupling between main library and ruby bindings
2010-11-26 thieryFix a memory leak in simix
2010-11-26 mquinsonmore clear paranoia message
2010-11-26 mquinsoncosmetics
2010-11-25 piniRevert "Always decrement the semaphore capacity, even...
2010-11-23 mquinsonAlways decrement the semaphore capacity, even if it...
2010-11-18 velhoBug fix inspired by Arnaud Guiersh's patch but that...
2010-11-18 velhoAdd debug information.
2010-11-15 agierschFix use after free when using SIMIX_network_wait().
2010-10-31 mquinsonuseless cosmetics
2010-10-25 agierschMake bprintf abort on error, and define bvprintf accord...
2010-10-22 agierschCheck return value of (v)asprintf.
2010-10-11 alegrandIndent include and src using this command:
2010-10-08 schnorrtrace: when simix action gets its category, pass it...
2010-10-08 schnorrfixing comment
2010-10-05 schnorrregistering the source and destination of all onelink...
2010-09-30 schnorrisolating latency bounded functions with ifdef's
2010-09-13 navarropWindows compatibility.
2010-08-09 schnorrprevents from adding invalid pointer to the dict
2010-08-09 schnorrremoving compilation warnings
2010-08-09 schnorrfullduplex support
2010-08-04 navarropOops sorry don't need this line.
2010-08-04 navarropMore windows compatibility for context.
2010-07-22 coldpeacemove A_surfxml_process_funtion from here and use proces...
2010-07-21 coldpeaceadd SIMIX_process_set_function, could be used instead...
2010-07-12 piniSome pending work on semaphores:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-07-06 navarrop[From Arnaud Giersch] Fix memory leak when MSG_create_e...
2010-07-05 navarropSorry but need to have type size_t.
2010-07-05 navarropShould be type void*.
2010-07-05 quintincorrection to compile with warning and th indentation...
2010-07-02 navarropRewriting for some compilers less permissive.
2010-07-02 navarropChange the type of return.
2010-07-01 navarropAdd some fct to simix for function wait in gos.c
2010-06-24 mquinsonno error checking were made for SIMIX_network_waitany...
next