summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change in name of the static initializer define.jb1998-04-041-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aqcharnier1998-03-192-3/+4
* NetBSD doesn't have a utrace syscall, so don't define that ifjb1998-03-091-2/+4
* Change MACHINE references to MACHINE_ARCH.jb1998-02-201-3/+3
* Drop the use of caddr_t in conjunction with mmap(2).alex1997-12-311-4/+4
* Fix recursion problem which occurs when a signal is received duringjb1997-12-151-3/+12
* Sorted lists.bde1997-10-211-6/+6
* Handle machine-dependent (stdlib) sources more automatically.bde1997-10-161-2/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. Theybde1997-10-151-10/+5
* environmental -> environment.charnier1997-09-181-2/+2
* Another 32bits of 64bits conformance.phk1997-08-311-2/+2
* Improvement of type independency for the bitmap.phk1997-08-271-3/+4
* Malloc option H is now default.phk1997-08-272-4/+5
* Get rid of integer overflow warning.steve1997-08-232-2/+2
* Fix a minor typo. It only affects the sparc version.jdp1997-07-261-2/+2
* realpath() should break on looped symlinks.phk1997-07-161-0/+5
* kill the undeadpeter1997-07-132-180/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,bde1997-07-032-0/+180
|\
OpenPOWER on IntegriCloud