sortix--sortix/libc/stdlib
Jonas 'Sortie' Termansen 7a7ddc2d73 Add guard page debug malloc. 2016-01-26 22:48:40 +01:00
..
_Exit.cpp
abort.cpp Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
abs.cpp
arc4random.cpp Add arc4random(3). 2014-11-28 13:35:51 +01:00
arc4random_buf.cpp Add arc4random support to the kernel. 2015-08-22 01:04:58 +02:00
arc4random_uniform.cpp Add arc4random(3). 2014-11-28 13:35:51 +01:00
atexit.cpp
atof.cpp
atoi.cpp
atol.cpp
atoll.cpp
bsearch.cpp
calloc.cpp
canonicalize_file_name.cpp
canonicalize_file_name_at.cpp
clearenv.cpp
div.cpp
exit.cpp Split stdin, stdout and stderr into their own files. 2016-01-26 19:01:36 +01:00
free.cpp Add guard page debug malloc. 2016-01-26 22:48:40 +01:00
getenv.cpp
labs.cpp
ldiv.cpp
llabs.cpp
lldiv.cpp
malloc.cpp Add guard page debug malloc. 2016-01-26 22:48:40 +01:00
mblen.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbstowcs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mbtowc.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
mkdtemp.cpp Add mkdtemps(3). 2015-08-26 16:49:18 +02:00
mkdtemps.cpp Add mkdtemps(3). 2015-08-26 16:49:18 +02:00
mkostemp.cpp Add mkostemps(3) family. 2015-02-09 18:56:14 +01:00
mkostemps.cpp Fix mkostemps and mkdtemp not restoring X's on error. 2015-06-27 17:06:43 +02:00
mkstemp.cpp Add mkostemps(3) family. 2015-02-09 18:56:14 +01:00
mkstemps.cpp Add mkostemps(3) family. 2015-02-09 18:56:14 +01:00
on_exit.cpp
qsort.cpp
qsort_r.cpp
rand.cpp
realloc.cpp Add guard page debug malloc. 2016-01-26 22:48:40 +01:00
reallocarray.cpp Add reallocarray(3). 2014-12-03 23:55:55 +01:00
realpath.cpp Add scram(2). 2015-12-12 22:53:07 +01:00
setenv.cpp
strtod.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
strtof.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
strtol.cpp Fix strtol multiplication overflow check. 2015-10-11 23:25:21 +02:00
strtold.cpp Add wcstof(3), wcstod(3) and wcstold(3). 2014-11-26 22:49:00 +01:00
strtoll.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
strtoul.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
strtoull.cpp Fix strtol isspace calls. 2015-05-15 16:18:41 +02:00
system.cpp
unsetenv.cpp
wcstombs.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wctomb.cpp Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00