NetBSD/lib/libc/stdlib
christos 3ccc6b27b8 remove accidental __strong_alias additions, noticed by coypu. 2017-05-19 19:55:16 +00:00
..
Lint_abs.c
Lint_div.c
Lint_imaxabs.c
Lint_labs.c
Lint_ldiv.c
Lint_llabs.c
Makefile.inc Add malloc.conf.5 (link to jemalloc.3). 2016-04-01 12:37:48 +00:00
_env.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
_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 Whitespace improvements. 2012-10-24 22:56:27 +00:00
at_quick_exit.3 Bump date for adding the function to NetBSD. Fix xref. 2013-04-26 19:37:18 +00:00
atexit.3 Add commas in list. 2013-04-26 19:37:04 +00:00
atexit.c Redo __aeabi_atexit by shuffling the arguments and dropping the code in 2015-04-19 18:15:26 +00:00
atexit.h
atof.3
atof.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
atoi.3
atoi.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
atol.3
atol.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
atoll.3
atoll.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
bsearch.3
bsearch.c
div.3 Fix typo 2016-12-17 06:17:16 +00:00
div.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
drand48.c
erand48.c
erand48_ieee754.c
exit.3 add {at_,}quick_exit(3) from FreeBSD 2013-04-26 18:29:55 +00:00
exit.c
getenv.3
getenv.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
getopt.3 Remove trailing whitespace. 2014-06-05 22:09:50 +00:00
getopt.c Bring getopt(3) inline with getopt_long(3): recognize option:: as an optional 2014-06-05 22:00:22 +00:00
getopt_long.3
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
getsubopt.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
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 amend the new destroy function to take function pointers. 2014-07-20 20:17:21 +00:00
imaxabs.c
imaxdiv.c
insque.3
insque.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
jemalloc.3 Use Mt for email addresses. 2013-07-20 21:39:55 +00:00
jemalloc.c remove accidental __strong_alias additions, noticed by coypu. 2017-05-19 19:55:16 +00:00
jrand48.c Reduce amount of casts and make LP64 safe. 2013-10-22 08:08:51 +00:00
l64a.c
labs.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
lcong48.c
ldiv.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
llabs.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
lldiv.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
local.h
lrand48.c Reduce amount of casts and make LP64 safe. 2013-10-22 08:08:51 +00:00
lsearch.3
lsearch.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
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
mi_vector_hash.3
mrand48.c Reduce amount of casts and make LP64 safe. 2013-10-22 08:08:51 +00:00
nrand48.c Reduce amount of casts and make LP64 safe. 2013-10-22 08:08:51 +00:00
posix_memalign.3 Use Dv for NULL. 2015-11-07 18:47:26 +00:00
posix_openpt.3
posix_openpt.c
ptsname.3 whitespace. 2014-01-10 09:43:15 +00:00
pty.c return the same errors as linux for ptsname_r 2014-01-08 02:17:30 +00:00
putenv.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
qabs.3
qabs.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
qdiv.3
qdiv.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
qsort.3 Sort sections. From Henning Petersen in PR 49222. 2014-09-19 16:02:58 +00:00
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 add {at_,}quick_exit(3) from FreeBSD 2013-04-26 18:29:55 +00:00
radixsort.3
radixsort.c
rand.3
rand.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
rand48.3
rand48.h
rand_r.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
random.3 update for new signatures 2014-06-12 18:46:12 +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 Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
seed48.c
setenv.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
srand48.c
strfmon.3 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
strfmon.c
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 revert 0b documentation. 2015-11-13 16:00:32 +00:00
strtol.3 Bump date for previous. 2016-11-04 20:19:58 +00:00
strtol.c
strtonum.3 Fix date. Sort section. Sort errors. Sort SEE ALSO. Break too long 2015-01-19 11:47:41 +00:00
strtonum.c The OpenBSD strtonum() only accepts base 10 keywords. (Kamil Rytarowski) 2015-03-10 12:57:56 +00:00
strtoq.c
strtou.3 revert 0b documentation. 2015-11-13 16:00:32 +00:00
strtoul.3 Update strtoul(3) example to reflect clarifications in strtol(3). 2016-11-05 20:57:31 +00:00
strtouq.c
system.3
system.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00
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 Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
tsearch.3
tsearch.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
twalk.c
unlockpt.3
unsetenv.c Fix non _REENTRANT build. 2015-01-20 18:31:24 +00:00