| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't pull <math.h> just because it can return HUGE_VAL in the | martynas | 2013-01-15 | 1 | -3/+2 |
* | Fix bug in random offset introduced in rev 1.143; random range was | otto | 2012-12-22 | 1 | -3/+3 |
* | Remove excessive sys/cdefs.h inclusion | deraadt | 2012-12-05 | 1 | -2/+1 |
* | no need for .Pp before lists; | jmc | 2012-12-05 | 1 | -3/+2 |
* | Rewritten posix_openpt manual that doesn't include any of the POSIX | millert | 2012-12-04 | 1 | -74/+49 |
* | Use "path name" not "pathname". | millert | 2012-12-04 | 1 | -3/+3 |
* | Simple emulation of POSIX pty APIs posix_openpt(), ptsname(), | millert | 2012-12-03 | 4 | -6/+414 |
* | Ensure that the base provided to strtol(3) is between 2 and 36 inclusive, | jsing | 2012-11-18 | 1 | -1/+12 |
* | Per POSIX, fix raise() and abort() to send the signal to the current thread. | guenther | 2012-11-10 | 1 | -3/+5 |
* | Add a new malloc option 'U' => "Free unmap" that does the guarding/ | djm | 2012-11-02 | 2 | -18/+36 |
* | Make setenv(3) consistent with unsetenv(3), giving EINVAL if passed | jeremy | 2012-09-23 | 2 | -20/+10 |
* | remove some wacky Xo/Xc; | jmc | 2012-09-16 | 1 | -3/+3 |
* | remove tahoe-specific makefile machinery, no such hardware is known to be | miod | 2012-09-15 | 1 | -5/+1 |
* | Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek. | martynas | 2012-09-15 | 1 | -3/+28 |
* | specify the bounds of the dst to strlcat (both values were static and | deraadt | 2012-09-13 | 1 | -2/+2 |
* | Fix precedence bug (& has lower precedence than !=). | pirofti | 2012-09-13 | 1 | -2/+2 |
* | remove lint leftovers; ok guenther@ | okan | 2012-09-04 | 1 | -5/+1 |
* | use PAGE_SHIFT instead of PGSHIFT, in preperation for future | deraadt | 2012-07-09 | 1 | -2/+2 |
* | Zap extra spaces from function pointer arguments | guenther | 2012-07-08 | 2 | -8/+8 |
* | Describe tdelete()'s return value correctly and update the related CAVEAT | guenther | 2012-07-08 | 1 | -12/+15 |
* | after a talk with ariane, use MAP_FIXED for mquery to avoid the cost of | tedu | 2012-06-26 | 1 | -2/+2 |
* | two changes which should improve realloc. first, fix zapcacheregion to | tedu | 2012-06-22 | 1 | -10/+19 |
* | two small fixes to free page cache. first, we need two nibbles of random | tedu | 2012-06-20 | 1 | -4/+4 |
* | Support larger-than-page-alignment requests in posix_memalign() by | matthew | 2012-06-18 | 2 | -23/+130 |
* | Update STANDARDS section for a few <stdlib.h> functions | guenther | 2012-06-02 | 3 | -9/+29 |
* | Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(), | guenther | 2012-06-01 | 3 | -8/+11 |
* | alloca is NOT machine dependent; it has exactly the same | deraadt | 2012-04-12 | 1 | -7/+3 |
* | Fix a bug where random() always returns 0 when srandom() is seeded | millert | 2012-03-21 | 1 | -2/+3 |
* | - Test for the retrieved page address not being NULL. This turns free((void*)1) | otto | 2012-02-29 | 1 | -2/+7 |
* | Revert previous diff as it resulted in the wrong return code when | guenther | 2012-02-06 | 1 | -5/+3 |
* | Complete the HISTORY of all syscalls that exist since Version 1 AT&T UNIX. | schwarze | 2011-11-17 | 1 | -2/+11 |
* | Make struct chunk_info a variable sized struct, wasting less | otto | 2011-10-06 | 1 | -28/+55 |
* | some minor tweaks; | jmc | 2011-09-03 | 1 | -2/+2 |
* | make -column lists pretty again; | jmc | 2011-09-03 | 1 | -3/+3 |
* | in column lists, enforce the following ordering: | jmc | 2011-08-30 | 1 | -3/+3 |
* | occured -> occurred; | jmc | 2011-07-24 | 1 | -2/+2 |
* | Recent Single Unix will malloc memory if the second argument of realpath() | miod | 2011-07-24 | 2 | -17/+52 |
* | Show (in the example) that < and > can be used multiple times; ok jmc@ | otto | 2011-07-22 | 1 | -4/+5 |
* | - add a MALLOC_OPTIONS section header. the content is already there, but having | jasper | 2011-07-21 | 1 | -3/+3 |
* | on malloc flag S, set cache size to 0; will catch even more | otto | 2011-07-12 | 1 | -2/+6 |
* | no more math(3); | jmc | 2011-07-07 | 9 | -32/+23 |
* | as man page states, lower case undoes upper case. add support for little s, | tedu | 2011-06-20 | 1 | -1/+5 |
* | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ | otto | 2011-05-20 | 1 | -2/+6 |
* | introduce symbolic constant for initial number of regions | otto | 2011-05-18 | 1 | -2/+3 |
* | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ | otto | 2011-05-18 | 1 | -14/+8 |
* | Avoid fp computations for stats, this make calling malloc_dump() safe in more | otto | 2011-05-12 | 1 | -10/+7 |
* | fix comment, the bitmap is an array of u_short now | otto | 2011-05-12 | 1 | -2/+2 |
* | Introduce leak detection code for MALLOC_STATS | otto | 2011-05-12 | 1 | -25/+165 |
* | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | otto | 2011-05-08 | 1 | -137/+141 |
* | Up until now, malloc scanned the bits of the chunk bitmap from | otto | 2011-05-05 | 1 | -32/+24 |