aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix grammar bogons.Jens Schweikhardt2003-06-031-1/+1
* MFC: rev. 1.20:Max Khon2003-06-021-2/+2
* MFC: make realpath thread-safe.Max Khon2003-05-221-104/+134
* MFC 1.3: Document the fact that hdestory calls free on the keys added withDavid Malone2003-04-051-5/+25
* MFC: revision 1.60Tom Rhodes2003-01-061-1/+1
* MFC: Document what really occurs when we obtain an error.Tom Rhodes2002-12-201-6/+9
* MFC: Diff reduction to -current libc_r (part 1):Max Khon2002-10-151-2/+2
* MFC 1.22: Use a union to access the words of a double.David Malone2002-08-311-4/+8
* MFC: get decimal point from localeAndrey A. Chernov2002-04-171-1/+4
* MFC: Make atexit thread safe.Tor Egge2002-03-101-2/+26
* MFC: fix markup and typos.Ruslan Ermilov2002-01-211-10/+15
* MFC:Akinori MUSHA2001-12-291-24/+29
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-1427-37/+37
* MFC 1.49: malloc and calloc do not free memory.Dima Dorfman2001-11-121-2/+3
* MFC: 1.8 (don't get stuck if a signal interrupts us during wait4)Alfred Perlstein2001-10-101-2/+3
* Doh, namespace.h isn't in -STABLE. Also, add the forgotten manpage.Ruslan Ermilov2001-10-021-1/+0
* MFC: Add new, from scratch implementation of hsearch() that actually works.Ruslan Ermilov2001-10-021-3/+4
* MFC: Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-312-16/+2
* {MFC from rev 1.4}. If the string specifying options starts with a leadingJoseph Koshy2001-08-261-5/+2
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-177-41/+55
* MFC 1.40: the fact that phk wrote this is not a bug.Dima Dorfman2001-07-301-5/+2
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-2214-35/+35
* MFC: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-222-2/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-07-111-0/+206
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-05-201-0/+184
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
* 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