libc - Fix bogus pthread_getspecific() return value due to bug in nmalloc
[dragonfly.git] / lib / libc / stdlib / nmalloc.c
2011-01-30 Matthew Dillonlibc - Fix bogus pthread_getspecific() return value...
2011-01-15 Sascha WildnerAdd __printflike's where possible and fix all related...
2010-11-28 Samuel J. Greearnmalloc - Remove startup locking
2010-11-27 Samuel J. Greearnmalloc - Optimize initialization function out of hot...
2010-10-11 Matthew Dillonnmalloc - Fix depot race - this should fix remaining...
2010-10-09 Matthew Dillonlibc - Move the newmag prestage code
2010-10-09 Matthew Dillonlibc - Do some reorganization of nmalloc() and add...
2010-10-09 Matthew Dillonlibc - Fix livelock in nmalloc
2010-10-04 Matthew Dillonlibc - Fix some recursion issues during thread teardown
2010-09-21 Venkatesh Srinivaslibc - nmalloc: Continue in a do/while(0) loop exits...
2010-09-09 Venkatesh Srinivaslibc: nmalloc - Add a per-thread magazine layer and...
2009-08-20 Simon Schubertlibc: fix declaration: use size_t instead of vm_size_t
2009-07-08 Matthew Dillonlibc - use a valid pointer for malloc(0).
2009-05-23 Matthew Dillonamd64 - Fix compiler warning.
2009-05-15 Jordan GordeevFix chunking type to match expected pointer type. ...
2009-04-30 Matthew Dillonnmalloc - Further optimize posix_memalign()
2009-04-28 Matthew DillonAdd posix_memalign(), fix minor bug in nmalloc.
2009-04-22 Matthew DillonReplace the old BSD malloc code with a port of our...