summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.3.0_cvscvs2svn1999-09-1611-11/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2911-11/+15
* MFC: Various man page cleanup.Mike Pritchard1999-08-151-3/+3
* MFC: Fix .Xr line for `getpagesize' referenceChris Costello1999-08-141-2/+2
* CFC: EXIT_SUCCESS and EXIT_FAILURE for portable programsTim Vanderhoek1999-08-011-1/+8
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* MFC: Always set errno to ENOMEM when returning 0.Dag-Erling Smørgrav1999-07-071-1/+5
* MFC: Disable the "Hint" option in phkmalloc as default.Alan Cox1999-05-092-4/+4
* MFC: {rev 1.4} clarify format of exit code, add xrefs.Joseph Koshy1999-05-051-4/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-212-254/+0
* 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
* Fix style problems noted by Bruce:Warner Losh1998-09-162-8/+35
* Add reallocf to the library. This function is simliar to realloc, butWarner Losh1998-09-143-13/+42
* preserve errno across the readlink() calls. There is no value in trashingPeter Wemm1998-06-181-1/+4
* Add support for thread lock debug. No impact of the malloc code.John Birrell1998-06-091-4/+4
* This is a hack to workaround source that is coded to use long variablesJohn Birrell1998-05-082-2/+2528
* Fix a few nits in quoted code fragments and elsewhere.Robert Nordier1998-05-041-5/+4
* Replace the threaded locking with spinlock calls for both threadedJohn Birrell1998-04-291-18/+10
* Reference an external variable in threaded programs so that theJohn Birrell1998-04-291-0/+6
* Use signal() in both the threaded and non-threaded cases.John Birrell1998-04-291-2/+1
* indentDima Ruban1998-04-201-1/+1
* Remove a nolonger implented "BUGS" description.Poul-Henning Kamp1998-04-111-14/+0
* Add a global variable called __isthreaded that can be tested throughoutJohn Birrell1998-04-111-0/+9
* Change in name of the static initializer define.John Birrell1998-04-041-2/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.AqPhilippe Charnier1998-03-192-3/+4
* NetBSD doesn't have a utrace syscall, so don't define that ifJohn Birrell1998-03-091-2/+4
* Change MACHINE references to MACHINE_ARCH.John Birrell1998-02-201-3/+3
* Drop the use of caddr_t in conjunction with mmap(2).Alexander Langer1997-12-311-4/+4
* Fix recursion problem which occurs when a signal is received duringJohn Birrell1997-12-151-3/+12
* Sorted lists.Bruce Evans1997-10-211-6/+6
* Handle machine-dependent (stdlib) sources more automatically.Bruce Evans1997-10-161-2/+2
* Removed the subdirectory paths from the definitions of MAN[1-9]. TheyBruce Evans1997-10-151-10/+5
* environmental -> environment.Philippe Charnier1997-09-181-2/+2
* Another 32bits of 64bits conformance.Poul-Henning Kamp1997-08-311-2/+2
* Improvement of type independency for the bitmap.Poul-Henning Kamp1997-08-271-3/+4
* Malloc option H is now default.Poul-Henning Kamp1997-08-272-4/+5
* Get rid of integer overflow warning.Steve Price1997-08-232-2/+2
* Fix a minor typo. It only affects the sparc version.John Polstra1997-07-261-2/+2
* realpath() should break on looped symlinks.Poul-Henning Kamp1997-07-161-0/+5
* kill the undeadPeter Wemm1997-07-132-180/+0
* This commit was generated by cvs2svn to compensate for changes in r27180,Bruce Evans1997-07-032-0/+180
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,Bruce Evans1997-07-032-0/+180