summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Import Lite2's src/lib, except for non-i386 machine-dependent directories,bde1997-07-032-0/+180
* | Have another go at the malloc-sysv initialization.phk1997-07-021-12/+11
* | malloc_sysv used before initialized, reported in PR4002 byphk1997-07-014-40/+88
* | Show the real revision date and not the date that thissteve1997-06-231-1/+1
* | Integrate calloc with the rest of the gang.phk1997-06-225-478/+390
* | srandomdev: use stack junk value in the fallback code tooache1997-06-151-2/+3
* | Instead of copying fallback code over and over in each program,ache1997-06-142-15/+17
* | Add yet an option, this time on how to deal with malloc(0) and realloc(ptr.0)phk1997-06-122-8/+27
* | Fix mutex initialization.jb1997-06-041-6/+4
* | Malloc flag X makes malloc behave like the canonical xmalloc() wrapper.phk1997-05-302-19/+69
* | Changed all paths to be relative to src/lib instead of src/lib/libcjb1997-05-031-3/+7
* | Typo.max1997-04-251-1/+1
* | Fixed #include and/or prototype bugs in synopsis.bde1997-04-191-2/+2
* | Fixed missing consts in synopsis.bde1997-04-131-2/+2
* | Remove orand* code as promised for the next releaseache1997-03-292-20/+4
OpenPOWER on IntegriCloud