summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* comment style fixhalex2014-05-071-2/+3
* tweak previous; ok sthenjmc2014-05-011-3/+3
* nibbles aren't enough random, use bytes. does a better job of pickingtedu2014-05-011-14/+14
* first cut at documenting the change to malloc doing a partial 'junk' bysthen2014-04-301-2/+7
* remove Z option and default to something halfway to J.tedu2014-04-231-32/+22
* explain a bit more what's going on for stupid me.espie2014-04-231-1/+4
* Better, cleaner hash function that computes the same on be and le archs.otto2014-04-231-10/+8
* - one more mallocarray -> reallocarrayjmc2014-04-221-3/+3
* change mallocarray to reallocarray. useful in a few more situations.tedu2014-04-223-17/+14
* correct man page sectionderaadt2014-04-211-2/+2
* Introducing: void *mallocarray(size_t nmemb, size_t size);deraadt2014-04-213-10/+36
* Correctly document the return value of getenv(3)guenther2014-04-211-6/+8
* print pid in error messages; ok reyk@otto2014-04-141-14/+18
* Add some missing names to the NAME sections.schwarze2014-04-071-2/+3
* Update Copyright notice; ok otto@ beck@ deraadt@.schwarze2014-04-031-2/+4
* Poul-Henning Kamp informed me he is allright with this licensing change.beck2014-03-251-11/+4
* Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingmiod2014-03-181-5/+3
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-162-4/+4
* 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