NetBSD/lib/libc/stdlib
wiz 3384507177 Typo fix. 2017-08-16 17:41:36 +00:00
..
Lint_abs.c
Lint_div.c
Lint_imaxabs.c
Lint_labs.c
Lint_ldiv.c
Lint_llabs.c
Makefile.inc Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This 2017-07-11 15:21:31 +00:00
_env.c
_rand48.c
a64l.3
a64l.c
abort.3
abort.c
abs.3
abs.c
aligned_alloc.c Add the C11 function aligned_alloc to libc. 2015-11-07 16:21:42 +00:00
alloca.3
at_quick_exit.3
atexit.3
atexit.c Redo __aeabi_atexit by shuffling the arguments and dropping the code in 2015-04-19 18:15:26 +00:00
atof.3
atof.c
atoi.3
atoi.c
atol.3
atol.c
atoll.3
atoll.c
bsearch.3
bsearch.c
cxa_thread_atexit.c Implement __cxa_thread_atexit and __cxa_thread_atexit_impl. This 2017-07-11 15:21:31 +00:00
div.3 Fix typo 2016-12-17 06:17:16 +00:00
div.c
drand48.c
erand48.c
erand48_ieee754.c
exit.3
exit.c Drop TLS variant checks, emutls is enough for VAX and Sun2. 2017-07-14 19:24:52 +00:00
getenv.3
getenv.c
getopt.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getopt.c
getopt_long.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getopt_long.c ANSIfy getopt(3) - this is the REPLACE_GETOPT version from getopt_long(3) 2015-09-01 19:39:57 +00:00
getsubopt.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
getsubopt.c
grantpt.3
hcreate.3 PR/51958: Ngie Cooper: ESRCH error description in hcreate(3) contains typo 2017-02-07 22:25:25 +00:00
hcreate.c
imaxabs.c
imaxdiv.c
insque.3
insque.c
jemalloc.3
jemalloc.c remove accidental __strong_alias additions, noticed by coypu. 2017-05-19 19:55:16 +00:00
jrand48.c
l64a.c
labs.c
lcong48.c
ldiv.c
llabs.c
lldiv.c
local.h
lrand48.c
lsearch.3
lsearch.c
malloc.3 Fix manually applied patch. Mark up NULL with Dv. 2016-06-01 08:32:05 +00:00
malloc.c use getpagesize(3). 2017-01-13 04:18:54 +00:00
memory.3 Clean up the NAME section. 2017-04-26 07:40:09 +00:00
merge.c PR lib/50316: Gracefully handle a zero number of members argument. 2017-08-12 01:10:04 +00:00
mi_vector_hash.3
mrand48.c
nrand48.c
posix_memalign.3 Use Dv for NULL. 2015-11-07 18:47:26 +00:00
posix_openpt.3
posix_openpt.c
ptsname.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
pty.c
putenv.c
qabs.3
qabs.c
qdiv.3
qdiv.c
qsort.3
qsort.c The BSD qsort() performs tail recursion elimination on the second 2017-05-19 19:48:19 +00:00
quick_exit.3 From Timo Buhrmester: Fix wrong parameter description 2015-07-26 17:03:06 +00:00
quick_exit.c
radixsort.3
radixsort.c
rand.3
rand.c
rand48.3
rand48.h
rand_r.c
random.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
reallocarr.3 Compatibility fixes in reallocarr(3) 2015-07-28 17:13:34 +00:00
reallocarr.c Minor alterations to reallocarr(3) 2015-08-20 22:27:49 +00:00
reallocarray.3 Add license header (the NetBSD 2-clause version) with (C) TNF 2015-07-26 02:29:44 +00:00
reallocarray.c Revert prior, no idea why it was causing me problems, but it no longer does. 2016-04-06 11:07:58 +00:00
remque.c
seed48.c
setenv.c
srand48.c
strfmon.3 Typo fix. 2017-08-16 17:41:36 +00:00
strfmon.c Add missing strfmon_l. Noticed by Bruno Haible. Add test case. 2017-08-16 13:53:19 +00:00
strsuftoll.3
strsuftoll.c
strtod.3 Use the keywords `underflow' and `overflow' in ERANGE summary. 2016-11-07 21:52:36 +00:00
strtoi.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
strtol.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
strtol.c
strtonum.3
strtonum.c The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski) 2015-03-10 12:57:56 +00:00
strtoq.c
strtou.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
strtoul.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
strtouq.c
system.3
system.c
tdelete.c Don't return NULL when we are freeing the root node; return a free'd pointer 2016-01-20 20:47:41 +00:00
tfind.c
tsearch.3
tsearch.c
twalk.c
unlockpt.3
unsetenv.c