sortix-mirror/libc/stdlib
Jonas 'Sortie' Termansen 9d4bc2a15f Grow kernel heap upwards.
Previously the kernel heap grew downwards for historical reasons. There is no
reason for this and it simplifies the heap implementation if it only grows
upwards. This also rearranges how the kernel virtual memory is allocated to
suit an upwards-growing heap.
2013-12-17 14:30:45 +01:00
..
_Exit.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
abort.cpp Change kernel internal build macro to __is_sortix_kernel. 2013-12-17 14:30:42 +01:00
abs.cpp Split stdlib/abs.cpp into multiple files. 2013-12-17 14:30:40 +01:00
atexit.cpp Split libc/stdlib/on_exit.cpp into multiple files. 2013-12-17 14:30:45 +01:00
atof.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
atoi.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01: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 Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01: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 Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
div.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
env.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
exit.cpp Split libc/stdlib/on_exit.cpp into multiple files. 2013-12-17 14:30:45 +01:00
heap.cpp Grow kernel heap upwards. 2013-12-17 14:30:45 +01: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
mblen.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
mbstowcs.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
mbtowc.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
mkstemp.cpp Add mkstemp(3). 2013-12-17 14:30:42 +01:00
mktemp.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
on_exit.cpp Split libc/stdlib/on_exit.cpp into multiple files. 2013-12-17 14:30:45 +01:00
qsort.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
rand.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
realpath.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
strtod.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
strtof.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
strtol.cpp Fix wrong base parsing in strtol(3). 2013-12-17 14:30:45 +01:00
strtold.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
strtoll.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
strtoul.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
strtoull.cpp Add wcsto{l,ll,ul,ull,imax,umax}(3). 2013-12-17 14:30:40 +01:00
system.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
wcstombs.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
wctomb.cpp Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00