summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
AgeCommit message (Expand)Author
2003-03-04Don't acquire __environ_lock around exec*() calls; nothing requiresnathanw
2003-03-04Fix lib/20558:thorpej
2003-03-01Add _Exit(), for C99 and POSIX-2001.bjh21
2003-03-01Rewrite atexit(3), and add support for __cxa_atexit()/__cxa_finalize(),thorpej
2003-02-08Use definition in "namespace.h" to rename functions, not home grown.itohy
2003-01-29Provide some more details for papers by Bentley/M.D. McIlroy and byheinz
2003-01-20Fix lib/17248 properlydsl
2003-01-18s/_REENT/_REENTRANT/christos
2003-01-18Merge the nathanw_sa branch.thorpej
2002-12-09Add a couple of missing THREAD_UNLOCK's, for the error exit path.chris
2002-11-29a <-> an fixes.wiz
2002-11-29add strsuftoll(3) and strsuftollx(3) - parse a string for a numberlukem
2002-11-15Fix indent in sample code.enami
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-10-06pull in config.h (et al) for libnbcompatlukem
2002-10-02Grammar fixes and markup improvements.wiz
2002-10-02completely with only one "el".wiz
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-20Mark up NULL and ENOMEM.wiz
2002-08-20Remove superfluous double quotes and a superfluous Ns.wiz
2002-08-11bring in EXAMPLES and a note.yamt
2002-08-11bring in EXAMPLES from OpenBSD.yamt
2002-08-11- more description about realloc.yamt
2002-08-10fix sample code. from openbsd.yamt
2002-08-10result of getenv should be treated as read-only.yamt
2002-08-10bump .Dd .yamt
2002-08-10note only 8 bits of exit-status is passed.yamt
2002-08-10note that alloca can't report error.yamt
2002-08-10bump .Dd for my previous commit.yamt
2002-08-10note that abort(3) causes streams flushed and closed.yamt
2002-07-31restore the previous form of the condition checking malloc() return value, whichjdolecek
2002-07-31allow calloc(0, x) and calloc(x, 0). sync w/openbsditojun
2002-07-30die if integer overflow. from openbsditojun
2002-07-10import CAVEATS sections from OpenBSD.yamt
2002-06-21Undo last two, until I have time to take a good look at the problems.wiz
2002-06-13According to POSIX, "-" (the string) is an exception and should notwiz
2002-06-13Fix '-' handling. POSIX only recognizes "--" as end-of-options.wiz
2002-06-06Added hppa support (some of it incomplete) to lib/csu, lib/libc,fredette
2002-06-03Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.wiz
2002-05-26Remove #ifdef Bad_float_h and #ifndef __STDC__ parts (unneeded).wiz
2002-04-28Xref fabs(3)zuntum
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-28Punctuation fixes.wiz
2002-01-28C99: support INF, INFINITY, NAN and NAN(n-char-sequence-opt) arguments.kleink
2002-01-15Use .Pp instead of empty lines.wiz
2002-01-15Use Aq for email address.wiz