summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added Posix rand_r function.wes1999-05-242-5/+74
* Disable the "Hint" option in phkmalloc as default. Recent VM systemphk1999-03-282-4/+4
* Correct synopsys: getsubopt is declared in unistd.h, not stdlib.h.ghelmer1999-03-021-1/+1
* fix tabs lost apparently in copy&pasteache1999-02-121-5/+5
* Clarify format of exit status code. Note when a return code of -1 canjkoshy1999-01-271-4/+8
* Include mergesort() in description of errors.rnordier1998-11-041-1/+3
* Drop unused labels.rnordier1998-11-041-2/+2
* Handle a zero elements argument.rnordier1998-11-041-0/+3
* Delete the XXX comments that refer to spinlock recursion. The malloc/free/jb1998-09-301-15/+1
* Use 8k pagesize on alpha, not 4k.dfr1998-09-231-1/+5
* Back out part of previous commit (even though it's technically correct).alex1998-09-201-1/+17
* Correctly back out of free if a recursive call into malloc.c is detected.alex1998-09-191-8/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-162-2/+2
* o Don't reference non-existant function freealloc.imp1998-09-161-4/+4
* Fix style problems noted by Bruce:imp1998-09-162-8/+35
* Add reallocf to the library. This function is simliar to realloc, butimp1998-09-143-13/+42
* preserve errno across the readlink() calls. There is no value in trashingpeter1998-06-181-1/+4
* Add support for thread lock debug. No impact of the malloc code.jb1998-06-091-4/+4
* This is a hack to workaround source that is coded to use long variablesjb1998-05-082-2/+2528
* Fix a few nits in quoted code fragments and elsewhere.rnordier1998-05-041-5/+4
* Replace the threaded locking with spinlock calls for both threadedjb1998-04-291-18/+10
* Reference an external variable in threaded programs so that thejb1998-04-291-0/+6
* Use signal() in both the threaded and non-threaded cases.jb1998-04-291-2/+1
* indentdima1998-04-201-1/+1
* Remove a nolonger implented "BUGS" description.phk1998-04-111-14/+0
* Add a global variable called __isthreaded that can be tested throughoutjb1998-04-111-0/+9
OpenPOWER on IntegriCloud