summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Move to the <limits.h> universe.deraadt2015-01-163-9/+6
* missing , found by Dongsheng Songderaadt2015-01-081-3/+3
* rename kern enter/exit macros to malloc enter/leave to better reflecttedu2015-01-051-7/+7
* typo; ok deraadtsthen2014-12-162-3/+3
* warn for correct symbolderaadt2014-12-161-2/+2
* Xr and Ox fixes;jmc2014-12-093-12/+18
* random seed buffer must be unsignedderaadt2014-12-091-2/+2
* fix NAME;jmc2014-12-091-3/+3
* improve warnings from rand_r(), rand(), and random()libressl-v2.1.2deraadt2014-12-092-3/+8
* more standardsier: cast to int to make sure we keep the negative numbers.tedu2014-12-091-2/+2
* Oops, got the sense of the test backwards. Hilarious that we didn't spot it.deraadt2014-12-081-1/+1
* Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48()deraadt2014-12-0813-159/+267
* remove cfree from documentationtedu2014-12-081-19/+3
* delete obsolete sunos cfree function. ok deraadt millert naddytedu2014-12-082-42/+3
* avoid left shift overflow in reallocarray.bcook2014-12-081-2/+2
* malloc(3) is in the "comp" install set, malloc.conf(5) in "man",schwarze2014-12-062-128/+10
* Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99.schwarze2014-11-3010-30/+30
* obvious STANDARDS updateschwarze2014-11-302-14/+10
* rand() is a pseudo-random number generatormillert2014-11-251-3/+3
* Don't describe random() as "better".millert2014-11-251-5/+5
* Warn people to use arc4random() in DESCRIPTION so they see it usingmillert2014-11-251-5/+8
* Document behavior of atexit() when called in a DSO that is later unloaded.guenther2014-11-201-2/+14
* Reduce instances of `` '' in manuals.bentley2014-11-151-5/+5
* clean up verbiage around the calculations; ok ingo jmc ottoderaadt2014-10-301-5/+5
* Don't mention old systems where realloc(NULL, n) didn't work as wemillert2014-10-301-11/+7
* Save space in man page: err() -> errc() and combine vars.doug2014-10-231-18/+11
* Avoid writing in second person in malloc.3doug2014-10-221-13/+12
* List extensions in the STANDARDS section, replacing some text below CAVEATS.schwarze2014-10-201-33/+30
* make RETURN VALUES more conciseschwarze2014-10-191-77/+28
* Revamp malloc.3 by reordering the sections and rewriting parts.doug2014-10-191-185/+417
* Revert last commit due to changed semantics found by make release.doug2014-10-191-10/+10
* Better POSIX compliance in realpath(3).doug2014-10-181-10/+10
* remove unused variablechl2014-10-131-3/+1
* using reallocarray() gives us multiplicative integer overflow checkingderaadt2014-10-081-3/+3
* Do not claim that empty numbers set EINVAL, our implementation doesn't.schwarze2014-09-142-37/+61
* Make sure that the following functions return 0 and EINVAL asschwarze2014-09-136-20/+60
* obvious cases of missing .An;schwarze2014-09-081-3/+3
* a small tweak to improve malloc in multithreaded programs. we don't needtedu2014-08-181-7/+21
* XPG requires insque() and remque() to work with linear lists and not justguenther2014-08-153-21/+26
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* Remove "const" from the lsearch(3) manual's synopsis too.matthew2014-07-181-3/+3
* zap trailing whitespace;jmc2014-07-181-3/+3
* Change lsearch()'s "base" argument to require a non-const pointer tomatthew2014-07-181-2/+2
* it is 2014, and we still need to encourage people away from srand()deraadt2014-07-172-5/+14
* oops, i deleted the wrong wordtedu2014-07-131-2/+2
* remove a lie spotted by guenthertedu2014-07-131-5/+4
* once srandomdev() is called, switch to using arc4random() but mask off thetedu2014-07-131-12/+10
* Add locking for __cxa_finalize() as it modifies the page permissions of thekettenis2014-07-111-1/+5
* better document perils of setuid getenv and xr with issetugidtedu2014-07-111-2/+10
* as noted by google/android via kettenis, atexit handlers can install newtedu2014-07-101-1/+8