]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/stdlib
Document that you must include <sys/param.h> before <sys/cpuset.h>.
[FreeBSD/FreeBSD.git] / lib / libc / stdlib /
2008-04-19 ruDon't forget to free() currency_symbol and asciivalue...
2008-04-19 ruBetter strfmon(3) conversion specifiers sanity checking.
2008-04-13 delphijUse calloc() instaed of zeroing memory ourselves.
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-07 jasoneRemove stale #include <machine/atomic.h>, which as...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-02-28 scfReplace the use of warnx() with direct output to stderr...
2008-02-17 jasoneFix a race condition in arena_ralloc() for shrinking...
2008-02-17 jasoneRemove support for lazy deallocation. Benchmarks acros...
2008-02-11 rafanThis commit was generated by cvs2svn to compensate...
2008-02-08 jasoneFix a bug in lazy deallocation that was introduced...
2008-02-08 jasoneClean up manipulation of chunk page map elements to...
2008-02-06 jasoneTrack dirty unused pages so that they can be purged...
2008-02-02 obrienThis commit was generated by cvs2svn to compensate...
2008-01-29 desThis commit was generated by cvs2svn to compensate...
2008-01-29 obrienThis commit was generated by cvs2svn to compensate...
2008-01-15 jhbRemove some now-unused macros.
2008-01-15 jhbPut back the openpty(3) and ptsname(3) fixes but don...
2008-01-15 cpercivaBack out last commit, since it accidentally broke pts.
2008-01-14 cpercivaFix issues which allow snooping on ptys. [08:01]
2008-01-14 dasChanging 'r' to a size_t in the previous commit turned...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 obrienThis commit was generated by cvs2svn to compensate...
2008-01-13 dasUse size_t to avoid overflow when sorting arrays larger...
2008-01-12 njlThis commit was generated by cvs2svn to compensate...
2008-01-09 obrienThis commit was generated by cvs2svn to compensate...
2008-01-03 jasoneEnable both sbrk(2)- and mmap(2)-based memory acquisiti...
2007-12-31 jasoneFix a major chunk-related memory leak in chunk_dealloc_...
2007-12-31 jasoneFix a bug related to sbrk() calls that could cause...
2007-12-30 rafanThis commit was generated by cvs2svn to compensate...
2007-12-28 jasoneBack out premature commit of previous version.
2007-12-28 jasoneMaintain two trees instead of one (old_chunks --> old_c...
2007-12-28 jasoneRelease chunks_mtx for all paths through chunk_dealloc().
2007-12-27 jasoneAdd the 'D' and 'M' run time options, and use them...
2007-12-21 jhbClean up some of the pts(4) vs pty(4) stuff in grantpt...
2007-12-21 desThis commit was generated by cvs2svn to compensate...
2007-12-18 jasoneUse fixed point integer math instead of floating point...
2007-12-17 jasoneRefactor features a bit in order to make it possible...
2007-12-16 dasImplement and document nan(), nanf(), and nanl(). This...
2007-12-13 jhbUpdate posix_openpt(3) to handle 512 ptys. This was...
2007-12-11 acheFix typo in the comment
2007-12-11 obrienThis commit was generated by cvs2svn to compensate...
2007-12-05 obrienThis commit was generated by cvs2svn to compensate...
2007-12-03 umeThis commit was generated by cvs2svn to compensate...
2007-12-03 dougbThis commit was generated by cvs2svn to compensate...
2007-12-02 dougbThis commit was generated by cvs2svn to compensate...
2007-11-28 jasoneOnly zero large allocations when necessary (for calloc()).
2007-11-27 jasoneDocument the B and L MALLOC_OPTIONS.
2007-11-27 jasoneImplement dynamic load balancing of thread-->arena...
2007-11-27 jasoneImplement lazy deallocation of small objects. For...
2007-11-27 jasoneAvoid re-zeroing memory in calloc() when possible.
2007-11-27 jasoneFix stats printing of the amount of memory currently...
2007-11-26 delphijThis commit was generated by cvs2svn to compensate...
2007-11-16 delphijThis commit was generated by cvs2svn to compensate...
2007-11-14 obrienThis commit was generated by cvs2svn to compensate...
2007-11-07 acheThis commit was generated by cvs2svn to compensate...
2007-11-05 gshapiroThis commit was generated by cvs2svn to compensate...
2007-10-29 rwatsonThis commit was generated by cvs2svn to compensate...
2007-10-25 obrienThis commit was generated by cvs2svn to compensate...
2007-10-19 davidxuRemove out of date notes, the atoi code is thread-safe...
2007-10-18 darrenrThis commit was generated by cvs2svn to compensate...
2007-10-18 simonThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-16 mlaierThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-15 mpThis commit was generated by cvs2svn to compensate...
2007-10-12 delphijThis commit was generated by cvs2svn to compensate...
2007-10-08 delphijThis commit was generated by cvs2svn to compensate...
2007-10-03 ruThis commit was generated by cvs2svn to compensate...
2007-09-24 jkimThis commit was generated by cvs2svn to compensate...
2007-09-22 scfThe precision for a string argument in a call to warnx...
2007-09-15 scfSkip rebuilding environ in setenv() only upon reuse...
2007-08-24 edwinThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-14 kanThis commit was generated by cvs2svn to compensate...
2007-08-01 simonThis commit was generated by cvs2svn to compensate...
2007-07-25 dougbThis commit was generated by cvs2svn to compensate...
2007-07-22 rwatsonThis commit was generated by cvs2svn to compensate...
2007-07-20 scfAdded environ-replacement detection. For programs...
2007-07-11 samThis commit was generated by cvs2svn to compensate...
2007-07-11 hartiThis commit was generated by cvs2svn to compensate...
2007-07-09 samThis commit was generated by cvs2svn to compensate...
2007-07-04 scfSignificantly reduce the memory leak as noted in BUGS...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-07-03 mlaierThis commit was generated by cvs2svn to compensate...
2007-06-21 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 jasoneAdd information about the implications of using mmap...
2007-06-15 jasoneFix junk/zero filling for realloc(). Junk filling...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-15 delphijThis commit was generated by cvs2svn to compensate...
2007-06-05 dougbThis commit was generated by cvs2svn to compensate...
2007-06-05 rafanThis commit was generated by cvs2svn to compensate...
next