summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-065-5/+5
* Minor mdoc cleanup.Mike Pritchard2000-05-051-2/+3
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-2126-0/+52
* Add a missing THREAD_UNLOCK() found missing by Valentin NechayevPoul-Henning Kamp2000-04-102-8/+2
* Spelling, fprintf -> err, remove unneeded variable declarationPhilippe Charnier2000-03-261-8/+3
* Take care to avoid having "strong" and "weak" symbols of the same name inJason Evans2000-03-161-0/+2
* Merge from RELENG_3 (oops):Chris Costello2000-01-291-5/+5
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-274-18/+17
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.Ruslan Ermilov2000-01-271-3/+8
* Document the memory leak that is inherent in FreeBSD's semanticsArchie Cobbs2000-01-261-0/+15
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-124-18/+25
* Make example for handling "-##" work and comply with style(9). StillTim Vanderhoek2000-01-061-5/+12
* Add history: The reallocf() function first appeared in FreeBSD-3.0.Tim Vanderhoek1999-12-281-0/+5
* Fixed missing installation of a link to rand_r.3.Bruce Evans1999-12-231-1/+1
* Document the current behaviour with respect to the handling of errno.Sheldon Hearn1999-12-221-1/+8
* Fix handling of trailing :'s to match what other OSes do (spit outJordan K. Hubbard1999-12-171-2/+8
* Add a cross-reference to fabs(3) man page.Chris Costello1999-12-071-0/+1
* TypoKris Kennaway1999-11-151-1/+1
* Go to a bit more trouble to make it absolutely clear that malloc(3)Peter Wemm1999-11-121-2/+9
* Change .Fn to .Xr on a couple of lines where abort(3) is referenced.Chris Costello1999-09-251-2/+2
* Tidy up $Log$ debris.Peter Wemm1999-09-051-32/+2
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2832-32/+32
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
* Fix .Xr line for `getpagesize'Chris Costello1999-08-141-2/+2
* Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred overTim Vanderhoek1999-08-011-1/+7
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1223-0/+23
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().Dag-Erling Smørgrav1999-07-071-1/+5