summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-2697-97/+97
* MFC r183565:Ed Schouten2008-10-272-9/+10
* MFC r180323:Daniel Gerzo2008-07-111-3/+3
* MFC r180325 and r180329:Daniel Gerzo2008-07-111-3/+35
* MFC rev. 180024:Daniel Gerzo2008-06-301-1/+1
* MFC: 1.15-1.18: Fix overflows and memory leaks.Ruslan Ermilov2008-04-221-3/+14
* MFC: Update openpty(3) manpage for the recent pty fixes and remove someJohn Baldwin2008-01-231-10/+1
* Fix issues which allow snooping on ptys. [08:01]Colin Percival2008-01-141-21/+23
* MFC: Update posix_openpt(3) to handle 512 ptys.John Baldwin2007-12-181-2/+2
* MFC: 1.23: Swap "underflow"/"overflow" in the table header.Ruslan Ermilov2007-04-131-2/+2
* MFC:Tom Rhodes2006-11-031-3/+6
* MFC 1.13-1.15Andrey A. Chernov2006-09-251-24/+7
* MFC:Ruslan Ermilov2006-09-081-4/+13
* The malloc(3) manual page claim the options 'J' and 'Z' imply 'R'Giorgos Keramidas2006-06-201-7/+2
* MFC rev. 1.21 strtol.3 and rev. 1.22 strtoul.3: .Xr strtonum(3).Maxim Konovalov2006-05-292-0/+2
* MFC: Correct decoding a string containing '/'.Jung-uk Kim2006-05-241-1/+1
* MFC of import of OpenBSD's strtonum(3).Andre Oppermann2006-04-041-3/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-03-282-0/+222
* Fix a fat fingered revision number in my cvs diff.Tom Rhodes2006-01-271-1/+1
* MFC:Tom Rhodes2006-01-271-7/+9
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-12-303-0/+284
* Take a step closer to the release and turn off malloc debugging.Scott Long2005-09-181-2/+2
* Fix ptsname(3) by converting it to use devname(3) to obtain the name ofJoe Marcus Clarke2005-07-071-3/+4
* Do not require the pty(4) majors to be anything in particular.Brian Feldman2005-03-041-3/+0
* Remove the check about whether MALLOC_EXTRA_SANITY is defined,Xin LI2005-02-271-2/+0
* Especially mention that setting errno to EINVAL in "no conversion" caseAndrey A. Chernov2005-01-222-4/+8
* Whitespace/style tweaking of prev. commit.Andrey A. Chernov2005-01-216-24/+18
* POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make itAndrey A. Chernov2005-01-216-6/+30
* Sort sections.Ruslan Ermilov2005-01-209-77/+77
* Markup fixes.Ruslan Ermilov2005-01-141-6/+6
* Fix some signed/unsigned comparisons. Fix prototypes while I'm here.Brian Somers2005-01-121-3/+6
* sranddev() is not magic pixie dust. While it gives a good randomWarner Losh2004-11-101-2/+4
* Reword recent addition about memory moving.Alfred Perlstein2004-08-191-5/+4
* Clarify that realloc and reallocf may move the memory allocation.Alfred Perlstein2004-08-181-3/+7
* Use #include <unistd.h> rather than the explicit externs in theWarner Losh2004-07-311-2/+1
* mdoc(7) fixes.Ruslan Ermilov2004-07-071-2/+3
* Move the return value information about the getenv(3) library functionHiten Pandya2004-07-061-4/+10
* Keep it sync with OpenBSD:Andrey A. Chernov2004-07-061-3/+4
* Sort SEE ALSO references (in dictionary order, ignoring case).Ruslan Ermilov2004-07-041-1/+1
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-3/+3
* Eliminate double whitespace.Ruslan Ermilov2004-07-031-4/+4
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-025-14/+30
* Define malloc_pageshift and malloc_minsize for arm.Olivier Houchard2004-05-141-0/+4
* Link radixsort(3) to sradixsort(3), make the latter appear inRuslan Ermilov2004-05-122-1/+2
* Simplify one condition in prev. commit:Andrey A. Chernov2004-04-011-2/+1
* Fix parsing of ambiguous options, whole loop must be processedAndrey A. Chernov2004-04-011-17/+27
* Rearrange (centralize) initialization of mallocs internals to always bePoul-Henning Kamp2004-03-071-19/+13
* Merge some fixes from NetBSD's getopt.3 v1.31:Andrey A. Chernov2004-03-061-43/+88
* Merge some fixes from NetBSD's getopt.c v1.26:Andrey A. Chernov2004-03-061-26/+43
* Fix typo, was 'W'; instead of `W;'Andrey A. Chernov2004-03-061-1/+1