NetBSD/lib/libc/stdlib
2009-07-23 02:54:27 +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 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
atexit.h
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_ieee754.c
erand48.c
exit.3
exit.c
getenv.3
getenv.c make __findenv return the offset for the new entry to be inserted when 2008-10-31 17:46:04 +00:00
getopt_long.3
getopt_long.c ANSIfy. Remove conditionals around __RCSID. 2009-03-20 14:05:54 +00:00
getopt.3
getopt.c ANSIfy. Remove conditional macros around __RCSID. 2009-03-20 13:56:57 +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
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
jemalloc.c Apply some of FreeBSD libc/stdlib/malloc.c rev 1.162 2009-02-12 03:11:01 +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
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
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
Makefile.inc Add a fast, platform independent hash function to libc. 2009-07-20 17:03:36 +00:00
malloc.3 Re-add explanation of how to correctly use realloc. 2009-07-20 12:10:03 +00:00
malloc.c
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
nrand48.c
posix_memalign.3
posix_openpt.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
posix_openpt.c
ptsname.3 Convert TNF licenses to new 2 clause variant 2008-04-30 13:10:46 +00:00
pty.c
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 Fix sign-compare issues 2009-02-12 03:34:33 +00:00
rand48.3
rand48.h
rand_r.c
rand.3
rand.c
random.3
remque.c
seed48.c
setenv.c use the right variable in memcpy. 2008-11-01 00:54:47 +00:00
srand48.c
strfmon.3
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
strtod.3
strtoimax.c Prepare use of strtoull, strtoumax and strtoimax in tools/compat by 2008-09-10 18:08:58 +00:00
strtol.3 Clarify the description of the errno behavior, based on the recent 2009-07-23 02:54:27 +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 Clarify the description of the errno behavior, based on the recent 2009-07-23 02:54:27 +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
tfind.c
tsearch.3 Fix markup. 2009-04-11 16:13:49 +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