summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Have another go at the malloc-sysv initialization.Poul-Henning Kamp1997-07-021-12/+11
* | malloc_sysv used before initialized, reported in PR4002 byPoul-Henning Kamp1997-07-014-40/+88
* | Show the real revision date and not the date that thisSteve Price1997-06-231-1/+1
* | Integrate calloc with the rest of the gang.Poul-Henning Kamp1997-06-225-478/+390
* | srandomdev: use stack junk value in the fallback code tooAndrey A. Chernov1997-06-151-2/+3
* | Instead of copying fallback code over and over in each program,Andrey A. Chernov1997-06-142-15/+17
* | Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)Poul-Henning Kamp1997-06-122-8/+27
* | Fix mutex initialization.John Birrell1997-06-041-6/+4
* | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.Poul-Henning Kamp1997-05-302-19/+69
* | Changed all paths to be relative to src/lib instead of src/lib/libcJohn Birrell1997-05-031-3/+7