summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-246-31/+41
* Prepare for mdoc(7)NG.ru2001-01-161-2/+2
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-122-6/+6
* Fixed typo not fixed in previous revision.ru2000-12-291-1/+1
* Prepare for mdoc(7)NG.ru2000-12-295-4/+5
* mdoc(7) police: removed history info from the .Os FreeBSD call.ru2000-12-141-1/+1
* Add `_PATH_DEVZERO'.obrien2000-12-091-1/+2
* The parameter that contains valid options is "optstring", not "optarg".mph2000-11-281-1/+1
* Make it possible to override the function which writes messages tophk2000-11-262-18/+32
* mdoc(7) police: Er macro usage cleanup.ru2000-11-221-2/+2
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-172-2/+2
* Use Fx macro wherever possible.ru2000-11-142-2/+5
* Fixed typos.ru2000-11-061-4/+4
* Back out previous commit (MLINK malloc.conf.5 -> malloc.3).eivind2000-10-291-1/+0
* Add link malloc.conf.5 -> malloc.3eivind2000-10-291-0/+1
* Oops, un-spam this file - the last commit was an accident.brian2000-09-201-1/+0
* Only realloc() environ if we're sure that we know where it came from.brian2000-09-202-5/+5
* Don't print an error message if the bad option is '?'. This has beenimp2000-09-041-1/+1
* Turn malloc options "AJ" on by default.phk2000-07-091-2/+2
* bring in binary search tree code.alfred2000-07-016-2/+347
* Fix miscellaneous mdoc macro argument limit infringements.sheldonh2000-05-091-1/+1
* Use `Er' variable to define first column width in ERRORS section.phantom2000-05-065-5/+5
* Minor mdoc cleanup.mpp2000-05-051-2/+3
* Introduce ".Lb" macro to libc manpages.phantom2000-04-2126-0/+52
* Add a missing THREAD_UNLOCK() found missing by Valentin Nechayevphk2000-04-102-8/+2
* Spelling, fprintf -> err, remove unneeded variable declarationcharnier2000-03-261-8/+3
* Take care to avoid having "strong" and "weak" symbols of the same name injasone2000-03-161-0/+2
* Merge from RELENG_3 (oops):chris2000-01-291-5/+5
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-274-18/+17
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.ru2000-01-271-3/+8
* Document the memory leak that is inherent in FreeBSD's semanticsarchie2000-01-261-0/+15
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-124-18/+25
* Make example for handling "-##" work and comply with style(9). Stillhoek2000-01-061-5/+12
* Add history: The reallocf() function first appeared in FreeBSD-3.0.hoek1999-12-281-0/+5
* Fixed missing installation of a link to rand_r.3.bde1999-12-231-1/+1
* Document the current behaviour with respect to the handling of errno.sheldonh1999-12-221-1/+8
* Fix handling of trailing :'s to match what other OSes do (spit outjkh1999-12-171-2/+8
* Add a cross-reference to fabs(3) man page.chris1999-12-071-0/+1
* Typokris1999-11-151-1/+1
* Go to a bit more trouble to make it absolutely clear that malloc(3)peter1999-11-121-2/+9
* Change .Fn to .Xr on a couple of lines where abort(3) is referenced.chris1999-09-251-2/+2
* Tidy up $Log$ debris.peter1999-09-051-32/+2
* $Header$ -> $FreeBSD$peter1999-08-281-1/+5
* $Id$ -> $FreeBSD$peter1999-08-2832-32/+32
* Various man page cleanup:mpp1999-08-151-3/+3
* Fix .Xr line for `getpagesize'chris1999-08-141-2/+2
* Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred overhoek1999-08-011-1/+7
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-1223-0/+23
* Back out previous commit after discussing it with Dmitrij Tejblum.des1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().des1999-07-071-1/+5
OpenPOWER on IntegriCloud