Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Simplify the mmalloc library further
[simgrid.git] / src /
2012-02-01 Martin QuinsonSimplify the mmalloc library further
2012-02-01 Martin QuinsonI finally understood what this function is good for
2012-02-01 Martin Quinsonwe don't need any stats about the amount of free chunks...
2012-02-01 Martin Quinsonerrno were never updated anyway
2012-02-01 Martin Quinsoncosmetics and comment improvements
2012-02-01 Martin Quinsonrename sup-mmap.c into mmorecore.c and simplify the...
2012-02-01 Martin Quinsonkill the sbrk-based morecore: we'll never use less...
2012-02-01 Martin Quinsonmove a global definition so that we can kill the sbrk...
2012-02-01 Martin Quinsonkill little useless things in mmalloc. Still searching...
2012-02-01 Martin Quinsonkill the standard hooks of mmalloc: we will change...
2012-02-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 navarroUse m_file_t instead of m_file_t*
2012-01-31 Arnaud GierschRemove duplicate declaration for smx_file_t.
2012-01-31 Arnaud GierschRemove extern declaration for gras_opt_trp_nomoredata_o...
2012-01-31 Arnaud GierschFix source for generated files.
2012-01-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-31 Christophe ThiéryMove datadesc and TCP sockets from GRAS to XBT.
2012-01-31 Martin QuinsonKill some unused features of mmalloc
2012-01-31 Arnaud GierschFix default value for contexts/nthreads (only the help...
2012-01-31 Arnaud GierschUse simpler names for tests on dicts.
2012-01-31 Arnaud GierschReinitialize pointer after free.
2012-01-31 Arnaud GierschRegenerate files with latest flexml.
2012-01-31 navarroAdd MSG functions for file.
2012-01-31 navarroImplement file open read and stat in simix.
2012-01-31 navarroMake the commit on file read and write compile with...
2012-01-31 navarroSorry change SIMCALL_FILE_READ FOR SIMCALL_FILE_WRITE...
2012-01-31 navarroImplement functions file_read and file_open into simix...
2012-01-30 Marion Guthmullermodel-checker : merge conflict resolved
2012-01-30 Marion Guthmullerremove function MC_take_snapshot_to_restore_liveness
2012-01-30 Marion Guthmuller.
2012-01-30 Martin Quinsonkill some cruft asking to die
2012-01-30 Martin Quinsonthis type name is usable as is, so add _t postfix ...
2012-01-30 Martin Quinsonadd proper copyright headers to the MC files
2012-01-30 Martin Quinsonmv src/mc/private.h src/mc/mc_private.h
2012-01-30 Marion Guthmullermodel-checker : fix compilation error
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-30 Marion Guthmullermodel-checker : new function (rdv_points_compare) to...
2012-01-30 Marion Guthmullermodel-checker : more debug information
2012-01-30 Marion Guthmullermodel-checker : add address of std_heap into debug...
2012-01-30 Marion Guthmullermodel-checker : get rdv_points in simix for comparison...
2012-01-29 Marion Guthmullermodel-checker : more debug informations in function...
2012-01-27 Martin Quinsonauto-set the amount of threads when the requested amoun...
2012-01-27 Martin Quinsonadd a function xbt_os_get_numcores()
2012-01-25 Christophe ThiérySIMIX refactoring: replace 'request' by a more precise...
2012-01-25 Christophe ThiéryRename SIMIX files
2012-01-25 Christophe ThiéryKeep an int parameter to SIMIX_context_get_nthreads
2012-01-25 Christophe ThiéryParmap: implement the POSIX synchronization mode (not...
2012-01-25 Christophe ThiéryDie if the context/synchro option is wrong
2012-01-25 Christophe ThiérySurf: create the parmap with the correct number of...
2012-01-25 Christophe ThiéryAllow xbt_parmap_destroy to be called with a NULL parameter
2012-01-25 Christophe ThiéryRevert "Use xbt_config mechanism instead of hard coding...
2012-01-25 navarroAdd configuration auto for contexts/nthreads and use...
2012-01-23 Lucas Schnorr[trace] types are local, remove global dictionary
2012-01-23 Lucas Schnorr[trace] replace get_type by get_type_or_null when we...
2012-01-23 Lucas Schnorr[trace] remove recursive get type support, search opera...
2012-01-23 Lucas Schnorr[trace] renaming source file to reflect its speciality
2012-01-23 Lucas Schnorr[trace] sanity checks
2012-01-23 navarroChange cluster sharing policy for FULLDUPLEX by default.
2012-01-23 unknownUse of busy wait and not posix for te moment.
2012-01-23 navarroUpdate factor for model LegrandVelho.
2012-01-22 Lucas Schnorr[trace] be more strict about errors
2012-01-22 Lucas Schnorr[trace] fixing some memory leaks in smpi instrumentatio...
2012-01-22 Lucas Schnorr[trace] re-writing some tracing functions
2012-01-22 Lucas Schnorr[trace] function now longer exist
2012-01-22 Lucas Schnorr[trace] some checks in tracing functions
2012-01-22 Lucas Schnorr[trace] remove the container from its parent
2012-01-22 Lucas Schnorr[trace] in SMPI, follow the same start/end interface...
2012-01-22 Lucas Schnorr[trace] removing the tracing per task (where each task...
2012-01-22 Lucas Schnorr[trace] when destroying a container, remove its referen...
2012-01-22 Lucas Schnorr[trace] when a process migrates, we need to clean-up...
2012-01-22 Lucas Schnorr[trace] when a process ends, remove its container from...
2012-01-22 Lucas Schnorr[trace] debug messages for recursive destruction of...
2012-01-22 Lucas Schnorr[trace] avoid return or break within a xbt_dict_foreach...
2012-01-22 Lucas Schnorr[trace] separate initialization function from setting...
2012-01-22 Lucas Schnorr[trace] function to remove a child from its parent...
2012-01-20 Christophe ThiérySurf: also parallelize update_actions_state() of models
2012-01-20 Christophe ThiéryAdd an option --cfg=surf/nthreads:N to update Surf...
2012-01-20 Christophe ThiérySurf: allow to call share_resources in parallel (never...
2012-01-20 Christophe ThiéryParmap: add a value XBT_PARMAP_DEFAULT that decides...
2012-01-19 Christophe ThiéryFix SIMIX_post_io. For now SIMIX_req_file_read makes...
2012-01-19 navarroStarting simix mecanism for io.
2012-01-19 Christophe ThiéryA for was a bit too much here. It should be readable...
2012-01-19 Arnaud GierschUse %zu to format a sizeof value.
2012-01-19 Marion GuthmullerMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-01-17 navarroPut XBT_WARN when try to use channel and not alias...
2012-01-17 navarroAlso display some information when procname is NULL
2012-01-17 navarroRevert "Fix segfault when using XBT_... and when proces...
2012-01-17 Arnaud GierschDon't crash with NULL procname.
2012-01-17 Arnaud GierschAFAICS, there is no problem with e.msg.
2012-01-17 Arnaud GierschCosmetics: fix indentation.
2012-01-17 navarroFix segfault when using XBT_... and when process have...
2012-01-17 navarroImplement SIMIX_process_from_PID
2012-01-17 navarroFactorize functions for smpi factor.
2012-01-17 navarroFix some memory leak.
2012-01-16 navarroAdd a platform with tag config and explain how to chang...
2012-01-16 navarroOffer the possibility to change smpi bandwidth and...
2012-01-16 navarroPut xbt_cfg_register for smpi into surf_config.c file
2012-01-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-01-16 Christophe ThiéryMSG_task_dsend: don't apply a default function if clean...
2012-01-13 Christophe ThiéryLua: close the Lua world of a process being destroyed
next