| Commit message (Expand) | Author | Age | Files | Lines |
* | Ouch... recommend arc4random, not random. | deraadt | 2014-01-21 | 1 | -3/+3 |
* | obvious .Pa fixes; found with mandocdb(8) | schwarze | 2014-01-21 | 2 | -6/+6 |
* | Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8). | schwarze | 2014-01-20 | 1 | -3/+3 |
* | Usually, you don't want macros in the .Nd line, so remove instances of .Tn | schwarze | 2014-01-19 | 1 | -5/+3 |
* | Punctuation after macro arguments needs to be in a separate argument. | schwarze | 2014-01-19 | 1 | -3/+4 |
* | Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass the | kettenis | 2013-12-28 | 1 | -10/+1 |
* | avoid arithetic on void * | deraadt | 2013-11-12 | 1 | -4/+4 |
* | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | guenther | 2013-11-01 | 2 | -7/+4 |
* | no longer any need to quote macro lines with >9 args; | jmc | 2013-08-14 | 3 | -9/+9 |
* | Add linker warnings for rand() and random() and various related functions. | kettenis | 2013-08-01 | 2 | -1/+31 |
* | HISTORY; tweaks and ok sobrado@ jmc@ | schwarze | 2013-07-18 | 3 | -9/+38 |
* | more library history | schwarze | 2013-07-17 | 7 | -14/+49 |
* | Fix parsing of ambiguous options, the whole loop must be processed. | millert | 2013-06-08 | 1 | -15/+22 |
* | Move _Exit() from the exit() manpage to the _exit() manpage, as it's | guenther | 2013-06-05 | 2 | -36/+10 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 39 | -129/+129 |
* | Two small cleanups to atexit: remove unneeded __atexit_invalid, and | matthew | 2013-06-02 | 2 | -12/+5 |
* | surround the error strings with quotes to clarify exactly which strings | tedu | 2013-04-17 | 1 | -5/+5 |
* | the tiniest of style tweaks | tedu | 2013-04-17 | 1 | -7/+7 |
* | add some prototypes, casts, includes, parenthesis, and whatnot to | tedu | 2013-04-17 | 2 | -6/+6 |
* | - Add comments regarding copies of these files also in libexec/ld.so | kurt | 2013-04-05 | 1 | -1/+3 |
* | Update a comment about standards requirements | guenther | 2013-04-03 | 1 | -4/+4 |
* | Switch libc and libm to use strong aliases rather than weak aliases | martynas | 2013-03-28 | 2 | -22/+4 |
* | threadsafe random(). | tedu | 2013-03-15 | 1 | -8/+43 |
* | 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 |