sortix-mirror/libc
Jonas 'Sortie' Termansen f41964fcab Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
..
arpa/inet Add socket interface. 2013-12-17 14:30:30 +01:00
assert Fix assertion failure panic message ending with a newline. 2014-11-20 17:24:43 +01:00
aux Avoid libc conflicts with libstdc++. 2013-12-17 14:30:45 +01:00
calltrace Fix unportable pid_t printing in calltrace(3). 2013-12-30 20:46:22 +01:00
ctype Add isascii(3). 2014-11-20 21:09:14 +01:00
dirent Add versionsort_r(3). 2014-11-20 21:09:14 +01:00
dlfcn Don't write errors to stderr in dlopen(3) and dlsym(3). 2013-12-17 14:30:41 +01:00
errno Thread secure errno(3). 2014-07-08 17:41:52 +02:00
error Thread-secure error(3). 2014-07-08 17:41:52 +02:00
fcntl Refactor fcntl(2) ABI. 2013-12-17 14:30:43 +01:00
fnmatch Add fnmatch(3). 2013-12-19 17:42:08 +01:00
fsmarshall Move fsmarshall.h functions into their own directory. 2013-12-17 14:30:37 +01:00
getopt Fix getopt_long(3) not handling invalid options and long options properly. 2014-04-24 00:03:52 +02:00
grp Fix libc files not including <stdalign.h> if using alignas(3). 2014-05-28 22:18:54 +02:00
include Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
init Delay heap initialization until first heap expansion. 2014-11-20 21:09:14 +01:00
inttypes Split stdlib/abs.cpp into multiple files. 2013-12-17 14:30:40 +01:00
ioleast Split libc/unistd/ioleast.cpp into multiple files. 2013-12-17 14:30:43 +01:00
libgen Fix basename(3) and dirname(3) returning incorrect strings. 2014-03-17 16:59:59 +01:00
locale Thread-secure setlocale(3). 2014-07-08 17:41:52 +02:00
msr Fix libc/msr/wrmsr.cpp not containing its own file path. 2014-06-12 00:05:40 +02:00
netdb Add socket interface. 2013-12-17 14:30:30 +01:00
poll Move poll.h functions into their own directory. 2013-12-17 14:30:38 +01:00
pwd Fix missing parentheses in grp and pwd implementation. 2014-05-16 14:06:36 +02:00
sched Add sched_yield(2). 2014-05-29 17:16:49 +02:00
signal Implement signals. 2014-07-22 13:25:39 +02:00
stdio Add fmemopen(3). 2014-11-17 18:47:44 +01:00
stdlib Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
string Fix strerror_r(3) range error case. 2014-09-25 17:49:01 +02:00
sys Add getsockopt(2) and setsockopt(2). 2014-11-18 18:10:22 +01:00
syslog Add syslog(3). 2014-03-17 19:22:12 +01:00
termios Add tcgetwincurpos(2). 2014-03-17 19:22:10 +01:00
time Fix mktime(3) and timegm(3) not sanitizing the broken down time. 2014-08-23 21:47:05 +02:00
timespec Move timespec.h functions into their own directory. 2013-12-17 14:30:39 +01:00
unistd Add sysconf(_SC_GETPW_R_SIZE_MAX). 2014-09-25 18:20:00 +02:00
utime Move utime.h functions into their own directory. 2013-12-17 14:30:38 +01:00
wchar Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00
wctype Improve wchar declarations in <wchar.h>, <wctype.h> and <stdint.h>. 2014-03-01 14:37:41 +01:00
x64 Rename crt1.o to crt0.o and install compatibility crt1.o. 2014-11-21 00:03:29 +01:00
x86 Rename crt1.o to crt0.o and install compatibility crt1.o. 2014-11-21 00:03:29 +01:00
.gitignore Rename libmaxsi to sortix libc. 2012-12-14 14:13:36 +01:00
Makefile Reimplement wchar conversion API. 2014-11-24 17:41:26 +01:00