Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also remove forward declaration for removed function.
[simgrid.git] / src / simix / smx_context_sysv.c
2014-03-13 Arnaud GierschAlso remove forward declaration for removed function.
2014-03-13 Arnaud GierschRemove useless function: smx_ctx_sysv_create_context_sized
2014-03-12 Arnaud GierschFactorize stack creation.
2014-02-08 Arnaud GierschDon't hide type real type, smx_process_t, behind a...
2014-02-05 Arnaud GierschAdd/update copyright notices.
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-04 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-10-03 Arnaud GierschTypo: contexte -> context.
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-06-28 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-06-19 Paul BédarideMerge branch 'master' into hypervisor
2013-05-16 Guillaume SerrièreAdd of context creation in parmap.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2013-01-17 Arnaud GierschMerge branch 'master' into vmtrace
2013-01-16 Jonathan Rouzaud... Merge with master
2013-01-02 Marion Guthmullermodel-checker : ignore some local variables from simix...
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschRename gras_config to internal_config.
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-09 Marion Guthmullermodel-checker : add size of stack in parameter of the...
2012-11-07 Marion Guthmullermodel-checker : add ignore mechanism for comparison...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-16 Martin Quinsons/MC_IS_ENABLED/MC_is_active()/ to remove an unfriendly...
2012-10-15 Martin Quinsonensures that runall is never called on empty set
2012-10-08 Marion Guthmullermodel-checker : restore struct smx_ctx_sysv in smx_cont...
2012-10-07 Marion Guthmullermodel-checker : forget include ucontext.h for struct...
2012-10-05 Marion Guthmullermodel-checker : move struct s_smx_ctx_sysv in smx_priva...
2012-06-29 Arnaud GierschUse memcpy() instead of possibly broken aliasing throug...
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-09 Martin QuinsonMerge branches 'MC_LTL' and 'MC_LTL' of scm.gforge...
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-13 Marion GuthmullerMerge branch 'master' into MC_LTL
2011-12-09 Christophe ThiéryAlternative implementation or parmap with busy waits...
2011-12-08 Martin Quinsonkill a forward definition that is never used
2011-12-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-12-07 Christophe ThiéryRemove xbt_parmap_get_worker_id to simplify the parmap...
2011-12-07 Christophe ThiéryRemove a useless private header and rename variables
2011-11-22 Marion Guthmullermerge conflicts
2011-11-15 Christophe ThiéryRemove a useless function. The default one does the...
2011-11-14 Arnaud GierschUse xbt_XXX_is_empty() instead of testing xbt_XXX_lengt...
2011-11-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-11-02 Christophe ThiéryThis useless test makes a warning when assertions are...
2011-11-02 Christophe ThiéryImplement direct context switching also for raw contexts
2011-11-02 Christophe ThiéryDirect context switching: clean the semantics of parmap
2011-11-02 Christophe ThiérySwitch directly between runnable contextes (work in...
2011-10-20 Martin Quinsonmerge branches
2011-05-13 Pierre-Nicolas ClaussMerge back master branch.
2011-05-05 Arnaud GierschRemove the get_thread_id field from context_factory.
2011-05-05 Arnaud GierschSimplify the handling of SIMIX requests.
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryWhen __thread is not available, use xbt_os_thread_get_s...
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-07 navarropSet win32_ucontext.c as simgrid source file
2011-03-02 navarropProtect the use of parmap.
2011-03-01 thieryRemove side effects from xbt_asserts calls
2011-02-17 agierschUse new style logging macros.
2011-02-17 navarropCompile with flag NDEBUG.
2011-02-01 cristianrosa-Add smx_ctx_sysv_get_thread_id to the parallel ucontex...
2011-02-01 thierycfg=contexts/parallel:nb is now the number of threads...
2011-01-24 thieryAdd a flag --cfg=contexts/stacksize and rename other...
2011-01-12 agierschFix parameter passing through makecontext (again).
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-15 thieryAdd a flag --cfg=simix/context to choose the context...
2010-12-13 mquinsonverbose message about the type of context factory activated
2010-12-13 thieryFix tne runall functions
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-08 cristianrosaBugfix: save the ucontext of each running thread in...
2010-12-08 cristianrosaWait for all the context to finish it's execution
2010-12-07 cristianrosaRework context factory's initialization logic.
2010-12-06 cristianrosaImprove context switching for ucontext
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 thieryClean indentation and coding style in SIMIX
2010-12-02 cristianrosa- Move simix_global->current_process to smx_current_context
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-10-11 alegrandIndent include and src using this command:
2010-08-04 navarropOops sorry don't need this line.
2010-08-04 navarropMore windows compatibility for context.
2010-06-18 navarropDefine correctly variables for windows.
2010-06-15 navarropAdd context ucontext for windows.
2010-04-25 mquinsonFix copyright headers
2010-03-23 mquinsonLua works!
2010-03-23 mquinsonbegin conversion of lua contextes to sysv ones to ensur...
2010-03-23 mquinsonMake the sysv context mechanism inheritable (lua will...
2010-03-23 mquinsonSanitize the includes of context objects declarations...
2010-03-23 mquinsonFactorize a lot of code in context factories through...
next