aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* realpath(3) bug fix: There was an off-by-one error in computing theJacques Vidrine2003-08-031-1/+4
* MFC: Spelling fixes, update example code.Kris Kennaway2000-06-081-14/+16
* MFC: Fix miscellaneous mdoc macro argument limit infringements.Sheldon Hearn2000-05-091-1/+1
* MFC: Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-065-5/+5
* MFC: introduce .Lb macro to libc manpagesAlexey Zelkin2000-04-2326-0/+71
* Repair consistency among references to the resolved path nameChris Costello2000-01-291-5/+6
* MFC: (rev 1.5) Fixes for 2nd part of bin/5604.Ruslan Ermilov2000-01-271-3/+8
* MFC: (rev. 1.4): Document inherent memory leakArchie Cobbs2000-01-261-0/+16
* MFC: Add rand_r and readdir_r.Thomas Gellekum2000-01-043-6/+78
* MFC: DTRT with trailing : args.Jordan K. Hubbard1999-12-171-2/+8
* MFC: Add a cross-reference to the fabs(3) man page.Chris Costello1999-12-071-0/+1
* MFC: Change .Fn to .Xr where appropriate.Chris Costello1999-09-251-2/+2
* $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