sortix-mirror/libc
Jonas 'Sortie' Termansen 2fe3595feb Add getumask(2). 2014-03-17 19:22:12 +01:00
..
arpa/inet Add socket interface. 2013-12-17 14:30:30 +01:00
assert Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +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 Split libc/ctype/ctype.cpp into multiple files. 2014-03-01 14:37:41 +01:00
dirent Fix readdir(3) not preserving errno in case of end-of-directory condition. 2014-03-01 14:37:40 +01:00
dlfcn Don't write errors to stderr in dlopen(3) and dlsym(3). 2013-12-17 14:30:41 +01:00
errno Fix incorrect usage of __is_sortix_foo macros in preprocessor conditionals. 2014-01-18 16:30:55 +01:00
error Split gnu_error(3) and perror(3). 2013-12-17 14:30:40 +01: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 Add getopt(3) and getopt_long(3). 2013-12-17 14:30:40 +01:00
grp Fix unportable gid_t parsing in fgetgrent_r(3). 2013-12-30 20:46:22 +01:00
include Add getumask(2). 2014-03-17 19:22:12 +01:00
init Move libc initialization functions into their own directory. 2013-12-17 14:30:39 +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 Update libc/locale/setlocale.cpp to current coding conventions. 2014-03-01 14:37:41 +01: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 unportable gid_t and uid_t parsing in fgetpwent_r(3). 2013-12-30 20:46:22 +01:00
signal Fix range check in sigismember(3). 2014-02-02 23:14:02 +01:00
stdio Fix vscanf_callback(3) not ungetcing the last character when stopping. 2014-03-17 19:22:12 +01:00
stdlib Rewrite getenv(3), setenv(3), unsetenv(3) and clearenv(3). 2014-03-17 19:22:11 +01:00
string Properly implement memmove(3). 2013-12-17 14:30:44 +01:00
sys Add getumask(2). 2014-03-17 19:22:12 +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 %T in strftime(3) being incorrectly implemented. 2014-01-19 22:47:52 +01:00
timespec Move timespec.h functions into their own directory. 2013-12-17 14:30:39 +01:00
unistd Add getdomainname(2). 2014-03-17 19:22:12 +01:00
utime Move utime.h functions into their own directory. 2013-12-17 14:30:38 +01:00
wchar Silence uninitialized variable warning in wcrtomb(3). 2014-02-06 00:15:03 +01:00
wctype Improve wchar declarations in <wchar.h>, <wctype.h> and <stdint.h>. 2014-03-01 14:37:41 +01:00
x64 Improve ix86 and x86_64 data types ABI. 2014-03-17 19:22:10 +01:00
x86 Improve ix86 and x86_64 data types ABI. 2014-03-17 19:22:10 +01:00
.gitignore Rename libmaxsi to sortix libc. 2012-12-14 14:13:36 +01:00
Makefile Add getumask(2). 2014-03-17 19:22:12 +01:00