summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Ouch... recommend arc4random, not random.deraadt2014-01-211-3/+3
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-212-6/+6
* Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).schwarze2014-01-201-3/+3
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-191-5/+3
* Punctuation after macro arguments needs to be in a separate argument.schwarze2014-01-191-3/+4
* Move atexit(3) into crtbegin.c and certbeginS.c such that we can pass thekettenis2013-12-281-10/+1
* avoid arithetic on void *deraadt2013-11-121-4/+4
* Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyguenther2013-11-012-7/+4
* no longer any need to quote macro lines with >9 args;jmc2013-08-143-9/+9
* Add linker warnings for rand() and random() and various related functions.kettenis2013-08-012-1/+31
* HISTORY; tweaks and ok sobrado@ jmc@schwarze2013-07-183-9/+38
* more library historyschwarze2013-07-177-14/+49
* Fix parsing of ambiguous options, the whole loop must be processed.millert2013-06-081-15/+22
* Move _Exit() from the exit() manpage to the _exit() manpage, as it'sguenther2013-06-052-36/+10
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-0539-129/+129
* Two small cleanups to atexit: remove unneeded __atexit_invalid, andmatthew2013-06-022-12/+5
* surround the error strings with quotes to clarify exactly which stringstedu2013-04-171-5/+5
* the tiniest of style tweakstedu2013-04-171-7/+7
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-172-6/+6
* - Add comments regarding copies of these files also in libexec/ld.sokurt2013-04-051-1/+3
* Update a comment about standards requirementsguenther2013-04-031-4/+4
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-282-22/+4
* threadsafe random().tedu2013-03-151-8/+43
* Don't pull <math.h> just because it can return HUGE_VAL in themartynas2013-01-151-3/+2
* Fix bug in random offset introduced in rev 1.143; random range wasotto2012-12-221-3/+3
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* no need for .Pp before lists;jmc2012-12-051-3/+2
* Rewritten posix_openpt manual that doesn't include any of the POSIXmillert2012-12-041-74/+49
* Use "path name" not "pathname".millert2012-12-041-3/+3
* Simple emulation of POSIX pty APIs posix_openpt(), ptsname(),millert2012-12-034-6/+414
* Ensure that the base provided to strtol(3) is between 2 and 36 inclusive,jsing2012-11-181-1/+12
* Per POSIX, fix raise() and abort() to send the signal to the current thread.guenther2012-11-101-3/+5
* Add a new malloc option 'U' => "Free unmap" that does the guarding/djm2012-11-022-18/+36
* Make setenv(3) consistent with unsetenv(3), giving EINVAL if passedjeremy2012-09-232-20/+10
* remove some wacky Xo/Xc;jmc2012-09-161-3/+3
* remove tahoe-specific makefile machinery, no such hardware is known to bemiod2012-09-151-5/+1
* Document that strtod functions accept INF, NAN, NAN(). From Michal Mazurek.martynas2012-09-151-3/+28
* specify the bounds of the dst to strlcat (both values were static andderaadt2012-09-131-2/+2
* Fix precedence bug (& has lower precedence than !=).pirofti2012-09-131-2/+2
* remove lint leftovers; ok guenther@okan2012-09-041-5/+1
* use PAGE_SHIFT instead of PGSHIFT, in preperation for futurederaadt2012-07-091-2/+2
* Zap extra spaces from function pointer argumentsguenther2012-07-082-8/+8
* Describe tdelete()'s return value correctly and update the related CAVEATguenther2012-07-081-12/+15
* after a talk with ariane, use MAP_FIXED for mquery to avoid the cost oftedu2012-06-261-2/+2
* two changes which should improve realloc. first, fix zapcacheregion totedu2012-06-221-10/+19
* two small fixes to free page cache. first, we need two nibbles of randomtedu2012-06-201-4/+4
* Support larger-than-page-alignment requests in posix_memalign() bymatthew2012-06-182-23/+130
* Update STANDARDS section for a few <stdlib.h> functionsguenther2012-06-023-9/+29
* Improve standards conformance: ecvt(), fcvt(), gcvt(), mktemp(), ttyslot(),guenther2012-06-013-8/+11
* alloca is NOT machine dependent; it has exactly the samederaadt2012-04-121-7/+3