summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.3.0_cvscvs2svn2001-04-2150-50/+50
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2001-03-0618-22/+22
* MFC: style sync with -currentDavid E. O'Brien2001-03-053-0/+6
* MFC: 1.57: remove sizeof(void *) == sizeof(int) assumptionsDavid E. O'Brien2001-03-051-7/+7
* MFC: Fix up prototypes and includesKris Kennaway2001-03-051-1/+1
* MFC: Update unused __dtoa prototypes to match reality.Tor Egge2001-03-022-3/+3
* MFC: Impliment the ISO-C99 strto[u]ll()David E. O'Brien2001-03-025-160/+91
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-272-0/+265
* MFC: Remove freelists managed by Balloc/Bfree. Change __dtoa internal API.Tor Egge2001-02-192-64/+25
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-2/+2
* MFC: mdoc(7) police: Ft/Vt now accept punctuation-type arguments.Ruslan Ermilov2001-01-122-7/+7
* MFC: Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-296-8/+9
* MFC: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-1/+2
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-085-6/+9
* MFC: Only realloc() environ if we're sure that we know where it came from.Brian Somers2000-09-201-5/+4
* MFC: Use strtok instead of strsep. Handle links explicitly in remove.Jordan K. Hubbard2000-09-201-1/+1
* MFC:John Baldwin2000-08-232-8/+2
* MFC: Binary search tree code.John Baldwin2000-08-171-2/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-07-045-0/+345
* MFC: Typo, update example codeKris Kennaway2000-06-081-8/+3
* MFC: minor mdoc cleanup.Mike Pritchard2000-05-241-2/+3
* 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-2226-0/+52
* MFC: For libc_r, do not create both weak and strong symbols of the sameJason Evans2000-03-181-0/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-132-254/+0
* Merge from RELENG_3 (oops):Chris Costello2000-01-291-5/+5
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-274-18/+17
* o Back out rev 1.4 - reallocf() failure clobbers existing `environ'.Ruslan Ermilov2000-01-271-3/+8
* Document the memory leak that is inherent in FreeBSD's semanticsArchie Cobbs2000-01-261-0/+15
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-124-18/+25
* Make example for handling "-##" work and comply with style(9). StillTim Vanderhoek2000-01-061-5/+12
* Add history: The reallocf() function first appeared in FreeBSD-3.0.Tim Vanderhoek1999-12-281-0/+5
* Fixed missing installation of a link to rand_r.3.Bruce Evans1999-12-231-1/+1
* Document the current behaviour with respect to the handling of errno.Sheldon Hearn1999-12-221-1/+8
* Fix handling of trailing :'s to match what other OSes do (spit outJordan K. Hubbard1999-12-171-2/+8
* Add a cross-reference to fabs(3) man page.Chris Costello1999-12-071-0/+1
* TypoKris Kennaway1999-11-151-1/+1
* Go to a bit more trouble to make it absolutely clear that malloc(3)Peter Wemm1999-11-121-2/+9
* Change .Fn to .Xr on a couple of lines where abort(3) is referenced.Chris Costello1999-09-251-2/+2
* Tidy up $Log$ debris.Peter Wemm1999-09-051-32/+2
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2832-32/+32
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
* Fix .Xr line for `getpagesize'Chris Costello1999-08-141-2/+2
* Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred overTim Vanderhoek1999-08-011-1/+7
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-1223-0/+23
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().Dag-Erling Smørgrav1999-07-071-1/+5