sortix-mirror/libc
Jonas 'Sortie' Termansen 3917f4fee3 Use PWD in get_current_dir_name(3) if correct. 2014-12-04 17:56:47 +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
c++ Rename libc/aux to libc/c++. 2014-11-28 15:30:39 +01:00
ctype Add isascii(3). 2014-11-20 21:09:14 +01:00
dirent Indirectly closedir(3) from exit(3). 2014-12-01 18:45:10 +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 Rewrite program loader. 2014-12-04 16:14:17 +01:00
init Initialize stdin, stdout and stderr at compile time. 2014-12-01 18:45:11 +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 Harden strcpy calls. 2014-11-30 19:53:42 +01:00
locale Thread-secure setlocale(3). 2014-07-08 17:41:52 +02:00
malloc Rewrite malloc(3). 2014-12-03 21:32:50 +01:00
msr Fix libc/msr/wrmsr.cpp not containing its own file path. 2014-06-12 00:05:40 +02:00
netdb Refuse to implement gethostent(3). 2014-12-03 14:19:58 +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 Remove tmpnam(3). 2014-12-02 18:00:38 +01:00
stdlib Add reallocarray(3). 2014-12-03 23:55:55 +01:00
string Update strndup(3) to current coding conventions. 2014-12-02 19:21:47 +01:00
sys Add shutdown(2). 2014-11-27 01:39:53 +01:00
syslog Add syslog(3). 2014-03-17 19:22:12 +01:00
termios Add tcgetblob(2) and tcsetblob(2). 2014-11-25 18:40:50 +01:00
time Add wcsftime(3). 2014-11-26 22:49:00 +01:00
timespec Move timespec.h functions into their own directory. 2013-12-17 14:30:39 +01:00
unistd Use PWD in get_current_dir_name(3) if correct. 2014-12-04 17:56:47 +01:00
utime Move utime.h functions into their own directory. 2013-12-17 14:30:38 +01:00
wchar Update stpcpy(3) and wcpcpy(3) to current coding conventions. 2014-12-02 18:23:43 +01:00
wctype Update iswcntrl(3) to current coding conventions. 2014-12-02 18:23:42 +01:00
x64 Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
x86 Retire calltrace support in favor of the kernel debugger. 2014-12-01 21:38:06 +01:00
.gitignore Rename libmaxsi to sortix libc. 2012-12-14 14:13:36 +01:00
Makefile Use PWD in get_current_dir_name(3) if correct. 2014-12-04 17:56:47 +01:00