Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
made it so that to apply varget for statics we not only have to match the name
[simgrid.git] / src / simix /
2011-01-21 navarropCorrectly set callbacks for tags.
2011-01-20 cristianrosaAdd a clock per process when running in MC mode.
2011-01-20 cristianrosaLet the model-checker decide if the wait transitions...
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 cristianrosaTranslate the executed TestAny and WaitAny requests...
2011-01-20 cristianrosaSome bugfixes:
2011-01-20 cristianrosaBugfix: manually increase the time when running the...
2011-01-14 thieryDon't store user pointers
2011-01-13 navarropNow tag config is available.
2011-01-12 agierschFix parameter passing through makecontext (again).
2011-01-12 thieryCheck a parameter
2011-01-11 cristianrosaImprove debug information
2011-01-10 thieryDefine smx_current_context only once to make the linker...
2011-01-07 cristianrosaSmall bugfixes to stabilize the MC
2011-01-07 cristianrosaBugfix: the result of waitany calls should be determine...
2011-01-06 navarropNeed to remove option and not free cause it is also
2011-01-05 cristianrosaAdd suport for TestAny and WaitAny requests to the...
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-20 cristianrosaBugfix: return after answering the request when running...
2010-12-20 cristianrosaImprove debugging information
2010-12-20 cristianrosaProtect some host execute functions in the case that...
2010-12-18 piniFix the fix that fixes parameter passing through makeco...
2010-12-17 piniOnly evaluate the arguments needed.
2010-12-17 piniBugfix: assuming that arguments are pushed on the stack...
2010-12-17 mquinsonkill pimples in SIMIX intended to make the stack-free...
2010-12-16 thieryThe term 'request' was misleading here
2010-12-16 thieryHandle transfer failures in MSG_test, MSG_testany and...
2010-12-15 cristianrosaImprove debugging information
2010-12-15 velhoEliminated needless dictionary.
2010-12-15 velhoFixed the function that returns if a flows is limited...
2010-12-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-14 mquinsonRemove stackless simix context factory
2010-12-14 mquinsonplug a memleak
2010-12-14 mquinsonfix a bunch of compilation warnings
2010-12-14 mquinsonignore chord binary from git
2010-12-14 mquinsonkill useless smx_ctx_raw_create_context_sized(), and...
2010-12-13 schnorr[trace] remove the function that was used to save the...
2010-12-13 thieryFix a memory leak
2010-12-13 cristianrosaAdd parmap to raw contexts
2010-12-13 mquinsonmore debugging message
2010-12-13 mquinsonDo not answer the request twice
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 mquinsonfunction to see the name of syscall types in debugging...
2010-12-13 mquinsonmore verbose on problem
2010-12-13 thieryFix tne runall functions
2010-12-13 thieryRemove a useless instruction
2010-12-13 cristianrosaUse a dynar instead of a swag to implement the process_...
2010-12-13 cristianrosaRemove the threadpool from the context factories.
2010-12-10 thieryDon't do anything if the category is NULL
2010-12-10 mquinsonreduce verbosity when activating sexy new contextes
2010-12-10 thieryReimplement SIMIX_display_process_status()
2010-12-09 mquinsonfix raw contextes for supernovae and for parallel execution
2010-12-09 mquinsonGet verbose when activating the sexy new contextes...
2010-12-09 piniSaved one memory access per context swap.
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...
next