]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/stdlib
This commit was generated by cvs2svn to compensate for changes in r171322,
[FreeBSD/FreeBSD.git] / lib / libc / stdlib /
2007-07-09 Sam LefflerThis commit was generated by cvs2svn to compensate...
2007-07-04 Sean FarleySignificantly reduce the memory leak as noted in BUGS...
2007-07-03 Max LaierThis commit was generated by cvs2svn to compensate...
2007-07-03 Max LaierThis commit was generated by cvs2svn to compensate...
2007-06-21 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-15 Jason EvansAdd information about the implications of using mmap...
2007-06-15 Jason EvansFix junk/zero filling for realloc(). Junk filling...
2007-06-15 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-15 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-05 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-06-05 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-06-04 Darren ReedThis commit was generated by cvs2svn to compensate...
2007-06-04 Xin LIThis commit was generated by cvs2svn to compensate...
2007-06-03 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2007-06-02 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-24 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2007-05-22 Jonathan ChenBackout 1.5 as requested by deischen
2007-05-22 Jonathan Chen__cleanup() is needed for ports/devel/valgrind, export it.
2007-05-21 Garrett WollmanThis commit was generated by cvs2svn to compensate...
2007-05-19 Maxime HenrionThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-19 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-05-01 Marcel MoolenaarThis commit was generated by cvs2svn to compensate...
2007-05-01 Andrey A. ChernovBack out all POSIXified *env() changes.
2007-04-30 Andrey A. ChernovBump .Dd
2007-04-30 Andrey A. ChernovAdd phrase
2007-04-30 Andrey A. ChernovMake putenv() fully conforms to Open Group specs Issue 6
2007-04-30 Andrey A. ChernovRemove special case skipping initial '=' of the setenv...
2007-04-30 Andrey A. ChernovMake setenv, putenv, getenv and unsetenv conforming...
2007-04-29 Daniel EischenUse C comments since we now preprocess these files...
2007-04-23 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-23 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-16 Robert WatsonThis commit was generated by cvs2svn to compensate...
2007-04-11 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2007-04-11 Nate LawsonThis commit was generated by cvs2svn to compensate...
2007-04-10 Ruslan ErmilovSwap "underflow"/"overflow" in the table header.
2007-04-09 Gregory Neil ShapiroThis commit was generated by cvs2svn to compensate...
2007-04-07 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-04-06 Alexander KabaevThis commit was generated by cvs2svn to compensate...
2007-04-04 Andrew ThompsonThis commit was generated by cvs2svn to compensate...
2007-04-03 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-03-29 Jason EvansUse size_t instead of unsigned for pagesize-related...
2007-03-28 Jason EvansRemove the run promotion/demotion machinery. Replace...
2007-03-28 Xin LIThis commit was generated by cvs2svn to compensate...
2007-03-28 Jason EvansUpdate the IMPLEMENTATION NOTES section to reflect...
2007-03-28 Jason EvansAdd a HISTORY section.
2007-03-28 Xin LIThis commit was generated by cvs2svn to compensate...
2007-03-24 Jason EvansFix some subtle bugs for posix_memalign() having to...
2007-03-23 Jason EvansFix posix_memalign() for large objects. Now that runs...
2007-03-23 Jason EvansUse extents rather than binary buddies to track free...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-22 Jung-uk KimThis commit was generated by cvs2svn to compensate...
2007-03-20 Jason EvansAvoid using vsnprintf(3) unless MALLOC_STATS is defined...
2007-03-15 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-03-15 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2007-03-11 Mark PeekThis commit was generated by cvs2svn to compensate...
2007-02-22 Jason EvansModify chunk_alloc() to prefer mmap()ed memory over...
2007-01-31 Jason EvansFix a utrace(2)-related bug in calloc(3).
2007-01-29 Doug BartonThis commit was generated by cvs2svn to compensate...
2007-01-20 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-01-09 Warner LoshPer Regents of the University of Calfornia letter,...
2007-01-03 David SchultzThis commit was generated by cvs2svn to compensate...
2006-12-31 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2006-12-25 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-12-23 Jason EvansImplement chunk allocation/deallocation hysteresis...
2006-12-15 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-12-13 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-12-10 Doug BartonThis commit was generated by cvs2svn to compensate...
2006-12-08 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-11-12 Hajimu UMEMOTOThis commit was generated by cvs2svn to compensate...
2006-11-10 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-11-04 Doug BartonThis commit was generated by cvs2svn to compensate...
2006-10-31 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-10-30 Hartmut BrandtThis commit was generated by cvs2svn to compensate...
2006-10-14 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-10-13 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-10-12 Tom RhodesNote that the value from getenv() should not be modifie...
2006-10-07 Tom Rhodesgetenv.3: Put "is" on a line with other words
2006-10-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2006-10-01 Simon L. B. NielsenThis commit was generated by cvs2svn to compensate...
2006-09-30 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2006-09-30 Ruslan ErmilovRevise markup in recently added manpages.
2006-09-28 Ollivier RobertThis commit was generated by cvs2svn to compensate...
2006-09-25 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-09-23 Andrey A. ChernovKeep compatible parts in sync with OpenBSD v1.21, add...
2006-09-22 Andrey A. ChernovRemove code #ifndef'ed in prev. commit to stay in sync...
2006-09-22 Andrey A. ChernovBe more GNU compatible:
2006-09-21 Ruslan ErmilovThis commit was generated by cvs2svn to compensate...
2006-09-21 Robert WatsonThis commit was generated by cvs2svn to compensate...
2006-09-17 Ruslan ErmilovMarkup fixes.
2006-09-08 Jason EvansChange the way base allocation is done for internal...
2006-09-06 Doug BartonThis commit was generated by cvs2svn to compensate...
2006-09-05 Ruslan Ermilovalloca() cannot check if the allocation is valid; menti...
2006-09-04 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-09-04 Sam LefflerThis commit was generated by cvs2svn to compensate...
2006-09-02 Robert WatsonThis commit was generated by cvs2svn to compensate...
next