.. |
_Exit.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
abort.cpp
|
Retire calltrace support in favor of the kernel debugger.
|
2014-12-01 21:38:06 +01:00 |
abs.cpp
|
Split stdlib/abs.cpp into multiple files.
|
2013-12-17 14:30:40 +01:00 |
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
|
Split libc/stdlib/on_exit.cpp into multiple files.
|
2013-12-17 14:30:45 +01:00 |
atof.cpp
|
Fix libk being built with -mmmx, -msse and -msse2 on x86_64.
|
2014-05-28 17:42:19 +02:00 |
atoi.cpp
|
Fix atoi(3) out-of-range cases.
|
2014-09-25 17:27:54 +02:00 |
atol.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
atoll.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
bsearch.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
calloc.cpp
|
Fix calloc not erroring on multiplication overflow.
|
2014-04-24 00:03:51 +02:00 |
canonicalize_file_name.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
canonicalize_file_name_at.cpp
|
Fix canonicalize_file_name_at(3) not handling file paths correctly.
|
2014-03-31 19:08:57 +02:00 |
clearenv.cpp
|
Fix clearenv(3) leaving internal pointer alive after free.
|
2014-08-23 21:04:39 +02:00 |
div.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
exit.cpp
|
Lazily close files in exit(3).
|
2014-12-01 18:54:41 +01:00 |
free.cpp
|
Rewrite malloc(3).
|
2014-12-03 21:32:50 +01:00 |
getenv.cpp
|
Fix the environment functions not rejecting the empty name.
|
2014-08-23 21:47:04 +02:00 |
labs.cpp
|
Split stdlib/abs.cpp into multiple files.
|
2013-12-17 14:30:40 +01:00 |
ldiv.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
llabs.cpp
|
Split stdlib/abs.cpp into multiple files.
|
2013-12-17 14:30:40 +01:00 |
lldiv.cpp
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
malloc.cpp
|
Rewrite malloc(3).
|
2014-12-03 21:32:50 +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
|
Split libc/stdlib/on_exit.cpp into multiple files.
|
2013-12-17 14:30:45 +01:00 |
qsort.cpp
|
Add qsort_r(3).
|
2014-09-25 18:20:00 +02:00 |
qsort_r.cpp
|
Improve qsort_r(3) run-time complexity using quicksort.
|
2014-09-25 18:20:00 +02:00 |
rand.cpp
|
Thread-secure rand(3).
|
2014-07-08 17:41:52 +02:00 |
realloc.cpp
|
Rewrite malloc(3).
|
2014-12-03 21:32:50 +01:00 |
reallocarray.cpp
|
Add reallocarray(3).
|
2014-12-03 23:55:55 +01:00 |
realpath.cpp
|
Fix libc function implementations without extern "C" linkage.
|
2014-01-18 16:30:56 +01:00 |
setenv.cpp
|
Fix setenv(3) error case.
|
2014-09-25 17:27:54 +02:00 |
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
|
Move stdlib.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
unsetenv.cpp
|
Fix the environment functions not rejecting the empty name.
|
2014-08-23 21:47:04 +02:00 |
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 |