NetBSD/lib/libc/stdlib
wiz 567e675c3f Mention that it is included in IEEE Std 1003.1-2008. 2009-11-17 15:02:08 +00:00
..
Lint_abs.c
Lint_div.c
Lint_imaxabs.c Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
Lint_labs.c
Lint_ldiv.c
Lint_llabs.c
Makefile.inc Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc. 2009-07-31 20:39:59 +00:00
_rand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
a64l.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
a64l.c
abort.3
abort.c Make threaded programs die correctly: 2009-01-30 23:21:02 +00:00
abs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
abs.c
alloca.3
atexit.3
atexit.c When converting the locking path of mutex+counter to a real recursive 2009-10-08 16:33:45 +00:00
atexit.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
atof.3
atof.c
atoi.3
atoi.c
atol.3
atol.c
atoll.3
atoll.c
bsearch.3
bsearch.c WARNS=4 2005-11-29 03:11:58 +00:00
div.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
div.c
drand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
erand48.c <math.h> is just needed for the ldexp() call in erand48() - 2006-03-22 20:52:16 +00:00
erand48_ieee754.c switch byteorder of seed to match previous (and documented) behaviour 2006-03-31 11:42:31 +00:00
exit.3
exit.c Build a local copy of exit that doesn't call __cxa_finalize. It's not 2007-10-30 17:19:59 +00:00
getenv.3 Punctuation nits; grammar fix. 2005-09-26 10:54:46 +00:00
getenv.c make __findenv return the offset for the new entry to be inserted when 2008-10-31 17:46:04 +00:00
getopt.3
getopt.c ANSIfy. Remove conditional macros around __RCSID. 2009-03-20 13:56:57 +00:00
getopt_long.3 Document that getopt_long(3) can and will accept unique abbreviated long 2007-07-02 17:56:17 +00:00
getopt_long.c ANSIfy. Remove conditionals around __RCSID. 2009-03-20 14:05:54 +00:00
getsubopt.3 Mention that it is included in IEEE Std 1003.1-2008. 2009-11-17 15:02:08 +00:00
getsubopt.c
grantpt.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
hcreate.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
hcreate.c Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-21 12:05:43 +00:00
imaxabs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
imaxabs.c Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
imaxdiv.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
imaxdiv.c Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
insque.3 Fix prologue. 2009-03-10 23:37:01 +00:00
insque.c tolerate NULL pointers at some places 2005-07-06 17:17:15 +00:00
jemalloc.c Apply some of FreeBSD libc/stdlib/malloc.c rev 1.162 2009-02-12 03:11:01 +00:00
jrand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
l64a.c
labs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
labs.c
lcong48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
ldiv.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
ldiv.c
llabs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
llabs.c
lldiv.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
lldiv.c
local.h Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
lrand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
lsearch.3 Remove superfluous Pp, sort sections. 2005-07-12 08:28:42 +00:00
lsearch.c revert previous, my include files were out of day. 2005-07-16 17:32:09 +00:00
malloc.3 Re-add explanation of how to correctly use realloc. 2009-07-20 12:10:03 +00:00
malloc.c fix posix_memalign; we are not going to support alignments > pagesize in 2008-02-03 22:56:53 +00:00
memory.3
merge.c fix sign-compare issue 2009-02-12 03:12:36 +00:00
mi_vector_hash.3 Add HISTORY. 2009-07-21 12:40:52 +00:00
mi_vector_hash.c Add a fast, platform independent hash function to libc. 2009-07-20 17:03:36 +00:00
mrand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
nrand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
posix_memalign.3 Enable posix_memalign(). 2007-11-19 14:48:41 +00:00
posix_openpt.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
posix_openpt.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ptsname.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
pty.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
putenv.c
qabs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
qabs.c
qdiv.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
qdiv.c
qsort.3
qsort.c qsort: remove the "switch to insertion sort" optimization because it 2009-06-01 06:37:40 +00:00
radixsort.3
radixsort.c Ansify functions and remove __P/ 2009-09-05 08:53:06 +00:00
rand.3 Xref rnd(4). 2006-03-24 16:14:42 +00:00
rand.c
rand48.3 correct multiplicand in pseudorandom generation 2006-03-31 11:43:54 +00:00
rand48.h <math.h> is just needed for the ldexp() call in erand48() - 2006-03-22 20:52:16 +00:00
rand_r.c
random.3 mention RANDOM_MAX 2008-02-28 16:16:35 +00:00
remque.c tolerate NULL pointers at some places 2005-07-06 17:17:15 +00:00
seed48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
setenv.c use the right variable in memcpy. 2008-11-01 00:54:47 +00:00
srand48.c Add missing __RCSID() 2005-06-12 05:21:25 +00:00
strfmon.3 Remove duplicate words; grammar fix. 2005-04-04 08:19:00 +00:00
strfmon.c sign-compare fix 2009-01-30 23:46:03 +00:00
strsuftoll.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
strsuftoll.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
strtod.3 Add HISTORY: The strtof() and strtold() functions appeared in NetBSD 2007-10-24 13:42:10 +00:00
strtoimax.c Prepare use of strtoull, strtoumax and strtoimax in tools/compat by 2008-09-10 18:08:58 +00:00
strtol.3 Bump date for previous. 2009-07-23 13:37:34 +00:00
strtol.c Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one 2008-08-20 12:42:26 +00:00
strtoq.c Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one 2008-08-20 12:42:26 +00:00
strtoul.3 Bump date for previous. 2009-07-23 13:37:34 +00:00
strtouq.c fix range of strtouq(), from Henning Petersen per PR lib/39399 2008-08-26 12:21:24 +00:00
system.3 system(NULL) should return if the command interpreter is there or not. 2008-08-27 06:45:02 +00:00
system.c system(NULL) should return if the command interpreter is there or not. 2008-08-27 06:45:02 +00:00
tdelete.c Coverity CID 2528: Don't delete the node we are about to return. 2006-03-19 01:12:08 +00:00
tfind.c
tsearch.3 Fix markup. 2009-04-11 16:13:49 +00:00
tsearch.c WARNS=4 2005-11-29 03:11:58 +00:00
twalk.c
unlockpt.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
unsetenv.c compat core reorg. 2005-09-13 01:44:08 +00:00