summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-2042-42/+42
* MFC: Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-201-5/+4
* MFC: Use strtok instead of strsep. Handle links explicitly in remove.Jordan K. Hubbard2000-09-201-1/+1
* MFC:John Baldwin2000-08-232-8/+2
* MFC: Binary search tree code.John Baldwin2000-08-171-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-045-0/+345
* MFC: Typo, update example codeKris Kennaway2000-06-081-8/+3
* MFC: minor mdoc cleanup.Mike Pritchard2000-05-241-2/+3
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-065-5/+5
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-2226-0/+52
* MFC: For libc_r, do not create both weak and strong symbols of the sameJason Evans2000-03-181-0/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-254/+0
* 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
* Added Posix rand_r function.Wes Peters1999-05-242-5/+74
* Disable the "Hint" option in phkmalloc as default. Recent VM systemPoul-Henning Kamp1999-03-282-4/+4
* Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.Guy Helmer1999-03-021-1/+1
* fix tabs lost apparently in copy&pasteAndrey A. Chernov1999-02-121-5/+5
* Clarify format of exit status code. Note when a return code of -1 canJoseph Koshy1999-01-271-4/+8
* Include mergesort() in description of errors.Robert Nordier1998-11-041-1/+3
* Drop unused labels.Robert Nordier1998-11-041-2/+2
* Handle a zero elements argument.Robert Nordier1998-11-041-0/+3
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/John Birrell1998-09-301-15/+1
* Use 8k pagesize on alpha, not 4k.Doug Rabson1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).Alexander Langer1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.Alexander Langer1998-09-191-8/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-162-2/+2
* o Don't reference non-existant function freealloc.Warner Losh1998-09-161-4/+4