NetBSD/lib/libc/stdlib
christos 40d6ddde20 system(NULL) should return if the command interpreter is there or not.
Andy Shevchenko
2008-08-27 06:45:02 +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 Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one 2008-08-20 12:42:26 +00:00
_rand48.c
a64l.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
a64l.c
abort.3
abort.c
abs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
abs.c
alloca.3
atexit.3
atexit.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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
div.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
div.c
drand48.c
erand48.c
erand48_ieee754.c
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
getenv.c
getopt.3
getopt.c
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 always compile getopt_long. some ifdef reduction. more to come. 2007-11-09 03:29:20 +00:00
getsubopt.3
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
heapsort.c Use size_t to avoid overflow when sorting large arrays. While here, ANSIfy. 2008-03-11 18:04:59 +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
insque.c
jemalloc.c Split choose_arena() back out into inline and non-inline portions. 2008-06-23 10:46:25 +00:00
jrand48.c
l64a.c
labs.3 Add C99 functions imaxabs and imaxdiv. 2008-08-04 21:29:27 +00:00
labs.c
lcong48.c
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
lrand48.c
lsearch.3
lsearch.c
malloc.3 we don't have reallocf. 2007-10-15 11:18:44 +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
mrand48.c
nrand48.c
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 Use size_t to avoid overflow when sorting large arrays. While here, ANSIfy. 2008-03-11 18:04:59 +00:00
radixsort.3
radixsort.c
rand.3
rand.c
rand48.3
rand48.h
rand_r.c
random.3 mention RANDOM_MAX 2008-02-28 16:16:35 +00:00
remque.c
seed48.c
setenv.c
srand48.c
strfmon.3
strfmon.c Fix another integer overflow issue discovered by Maksymilian Arciemowicz. 2008-03-27 21:50:30 +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 Unify the implementation of strto{l,ul,ll,ull,imax,umax,q,uq} into one 2008-08-20 12:42:26 +00:00
strtol.3
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
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
tfind.c
tsearch.3 Fix twalk()s 3rd argument name so that it matches rest of manpage and 2007-12-07 07:33:13 +00:00
tsearch.c
twalk.c
unlockpt.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
unsetenv.c