aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Add new, from scratch implementation of hsearch() et al that actually works.Ruslan Ermilov2001-05-153-3/+394
* Grammar nit.Ruslan Ermilov2001-04-271-1/+1
* Add sranddev.3 to MLINKSAndrey A. Chernov2001-04-231-1/+1
* Add #include "un-namespace.h"Andrey A. Chernov2001-04-231-0/+1
* srand*dev() fallback code: change ^getpid() to ^(getpid() << 16) to allowAndrey A. Chernov2001-04-232-2/+2
* Add sranddev() since srand() is not vary much with seed, typical timeAndrey A. Chernov2001-04-232-1/+46
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Make tdelete(3), tfind(3), and twalk(3) links to tsearch(3).Dima Dorfman2001-03-151-0/+1
* Merge in strtoul.3 rev 1.11 mdoc(7) police changes:David E. O'Brien2001-02-281-2/+3
* mdoc(7) police: fix the .Nd line broken in previous revision.Ruslan Ermilov2001-02-281-2/+3
* Use formula with better random distribution for rand()Andrey A. Chernov2001-02-271-0/+26
* I accidently deleted an include when I added the $FreeBSD$ so I couldDavid E. O'Brien2001-02-272-0/+4
* Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-02-277-175/+111
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-2619-19/+19
* Update unused __dtoa prototypes to match reality.Tor Egge2001-02-252-3/+3
* Remove freelists managed by Balloc/Bfree.Tor Egge2001-02-152-64/+23
* "Cross references in the SEE ALSO section should be sorted by sectionRuslan Ermilov2001-02-121-2/+2
* mmap(3) -> mmap(2).Ruslan Ermilov2001-02-121-2/+2
* Include mmap(2) in the list of memory allocation functions.Nik Clayton2001-02-111-2/+10
* .Xr to mmap.Nik Clayton2001-02-111-1/+2
* mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov2001-02-102-3/+5
* Note that decimal point taken from localeAndrey A. Chernov2001-02-101-0/+3
* Note the fact that decimal point taken from locale (according to SUSv2)Andrey A. Chernov2001-02-101-0/+2
* Use decimap_point from localeconv() instead of hardcoded '.'Andrey A. Chernov2001-02-101-1/+4
* Backout previous commit. Use of spinlocks was not approved.Tor Egge2001-02-092-43/+35
* Protect freelists managed by Balloc/Bfree with a spinlock.Tor Egge2001-02-082-35/+45
* mdoc(7) police: Change -filled displays (which just happenRuslan Ermilov2001-02-071-1/+1
* Fixed C error(s) in synopsis. Many were hiding under mdoc errors.Bruce Evans2001-02-051-1/+1
* Remove a sizeof(void *) == sizeof(int) assumption.Poul-Henning Kamp2001-02-041-7/+7
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-016-7/+7
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-246-31/+41
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-122-6/+6
* Fixed typo not fixed in previous revision.Ruslan Ermilov2000-12-291-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-295-4/+5
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Add `_PATH_DEVZERO'.David E. O'Brien2000-12-091-1/+2
* The parameter that contains valid options is "optstring", not "optarg".Matthew Hunt2000-11-281-1/+1
* Make it possible to override the function which writes messages toPoul-Henning Kamp2000-11-262-18/+32
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-2/+2
* mdoc(7) police: use certified section headers wherever possible.Ruslan Ermilov2000-11-172-2/+2
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-142-2/+5
* Fixed typos.Ruslan Ermilov2000-11-061-4/+4
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).Eivind Eklund2000-10-291-1/+0
* Add link malloc.conf.5 -> malloc.3Eivind Eklund2000-10-291-0/+1
* Oops, un-spam this file - the last commit was an accident.Brian Somers2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-202-5/+5
* Don't print an error message if the bad option is '?'. This has beenWarner Losh2000-09-041-1/+1
* Turn malloc options "AJ" on by default.Poul-Henning Kamp2000-07-091-2/+2
* bring in binary search tree code.Alfred Perlstein2000-07-016-2/+347