]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - lib/libc/stdlib
Make the behavior of malloc(0) standards-compliant by getting rid of nil,
[FreeBSD/FreeBSD.git] / lib / libc / stdlib /
2006-06-30 jasoneMake the behavior of malloc(0) standards-compliant...
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-23 keramidatwalk() expects an `action' function not a comparison...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 jasoneAdd a missing case for the switch statement in arena_ru...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-20 maximo .Xr strtonum(3).
2006-05-19 jkimCorrect decoding a string containing '/'.
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-10 jasoneIncrease the minimum chunk size by a power of two ...
2006-04-27 jasoneChange the semantics of brk_max to dynamically deal...
2006-04-13 schweikhs/soley/solely
2006-04-06 jmgThis commit was generated by cvs2svn to compensate...
2006-04-05 jasoneAdd an unreachable return statement, in order to avoid...
2006-04-05 jasoneOnly initialize the first per-chunk page map element...
2006-04-04 jasoneAdd malloc_usable_size() to the RETURN VALUES section.
2006-04-04 jasoneAdd init_lock, and use it to protect against allocator...
2006-04-04 jasoneRefactor per-run bitmap manipulation functions so that...
2006-03-30 jasoneOptimize runtime performance, primary using the followi...
2006-03-28 jasoneAdd malloc_usable_size(3).
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 acheThis commit was generated by cvs2svn to compensate...
2006-03-27 samThis commit was generated by cvs2svn to compensate...
2006-03-26 jasoneAllow the 'n' option to decrease the number of arenas...
2006-03-26 jasoneAdd comments and reformat/rearrange code. There are...
2006-03-24 jasoneConvert TINY_MIN_2POW from a cpp macro to tiny_min_2pow...
2006-03-24 jasoneAdd USE_BRK-specific code in malloc_init_hard() to...
2006-03-23 desThis commit was generated by cvs2svn to compensate...
2006-03-22 desThis commit was generated by cvs2svn to compensate...
2006-03-22 gshapiroThis commit was generated by cvs2svn to compensate...
2006-03-21 umeThis commit was generated by cvs2svn to compensate...
2006-03-20 jasoneSeparate completely full runs from runs that are merely...
2006-03-19 jasoneOptimize realloc() to reallocate in place if the old...
2006-03-17 hartiThis commit was generated by cvs2svn to compensate...
2006-03-17 jasoneModify allocation policy, in order to avoid excessive...
2006-03-15 ruAdd a non-optional newline after ".Bx".
2006-03-15 andreRevert previous changes as we do support the .Ox macro...
2006-03-14 achePOSIXed strtoll() (and ours one too) can set errno...
2006-03-14 andreFix HISTORY and point to OpenBSD.
2006-03-14 andreImport of OpenBSD's strtonum(3) which is a nicer versio...
2006-03-14 muxThis commit was generated by cvs2svn to compensate...
2006-03-13 hartiThis commit was generated by cvs2svn to compensate...
2006-03-13 deischenAdd each directory's symbol map file to SYM_MAPS.
2006-03-13 deischenAdd symbol maps and initial symbol version definitions...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-07 samThis commit was generated by cvs2svn to compensate...
2006-03-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-03-03 muxThis commit was generated by cvs2svn to compensate...
2006-02-27 hartiThis commit was generated by cvs2svn to compensate...
2006-02-26 wkoszekFix typo in manual page reference.
2006-02-19 umeThis commit was generated by cvs2svn to compensate...
2006-02-13 hartiThis commit was generated by cvs2svn to compensate...
2006-02-13 kanRemove extra slash from pty slave device name returned...
2006-02-11 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-10 samThis commit was generated by cvs2svn to compensate...
2006-02-10 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-07 hartiThis commit was generated by cvs2svn to compensate...
2006-02-06 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 rwatsonThis commit was generated by cvs2svn to compensate...
2006-02-04 jasoneFix calculation of the number of arenas to use on multi...
2006-02-01 joelExpand contractions.
2006-01-31 rwatsonThis commit was generated by cvs2svn to compensate...
2006-01-31 hartiThis commit was generated by cvs2svn to compensate...
2006-01-29 cognetIf the sysctl kern.pts.enable doesn't exist, check...
2006-01-27 jasoneRemove unwarranted uses of 'goto'.
2006-01-27 jasoneAdd NO_MALLOC_EXTRAS, so that various extra features...
2006-01-27 jasoneFix the type of a statistics counter (unsigned -->...
2006-01-27 jasoneClean up statistics gathering and printing.
2006-01-26 jasoneOptimize arena_bin_pop() to reduce the number of separa...
2006-01-26 cognetptsname() bits for pts.
2006-01-25 jasoneRemove a redundant variable assignment in arena_reg_fra...
2006-01-25 jasoneIf no coalesced exact-fit small regions are available...
2006-01-23 jasoneMake the 'C' and 'c' malloc options consistent with...
2006-01-23 jasoneIn arena_chunk_reg_alloc(), try to avoid touching the...
2006-01-20 jasoneUse uintptr_t rather than size_t when casting pointers...
2006-01-19 jasoneRevert addtion of assertions in revision 1.99. These...
2006-01-19 jasoneAdd assertions that detect some forms of region separat...
2006-01-19 jasoneRemove loops in arena_coalesce(). They are no longer...
2006-01-19 jasoneMake all internal variables and functions static.
2006-01-19 jasoneReturn NULL if there is an OOM error during initializat...
2006-01-16 samThis commit was generated by cvs2svn to compensate...
2006-01-16 jasoneAdd a separate simple internal base allocator and remov...
2006-01-16 marcelDefine NO_TLS on ia64. The dynamic TLS implementation...
2006-01-13 jasoneReplace malloc(), calloc(), posix_memalign(), realloc...
2006-01-12 jasoneFix a bitwise logic error in posix_memalign().
2006-01-12 ruThis commit was generated by cvs2svn to compensate...
2006-01-12 jasoneIn preparation for a new malloc implementation:
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
2006-01-10 hartiThis commit was generated by cvs2svn to compensate...
next