sortix--sortix/libc
Jonas 'Sortie' Termansen de36488e63 Move sys/termmode.h functions into their own directory. 2013-12-17 14:30:38 +01:00
..
arpa/inet Add socket interface. 2013-12-17 14:30:30 +01:00
assert Move assert.h functions into their directory. 2013-12-17 14:30:37 +01:00
aux Move auxiliary libc files into their own directory. 2013-12-17 14:30:38 +01:00
ctype Move ctype.h functions into their own directory. 2013-12-17 14:30:37 +01:00
decl Add ENOLOCK. 2013-12-17 14:30:33 +01:00
dirent Add versionsort(3). 2013-12-17 14:30:37 +01:00
fcntl Move fcntl.h functions into their own directory. 2013-12-17 14:30:37 +01:00
fsmarshall Move fsmarshall.h functions into their own directory. 2013-12-17 14:30:37 +01:00
grp Move grp.h functions into their own directory. 2013-12-17 14:30:37 +01:00
include Add _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to dirent.h. 2013-12-17 14:30:37 +01:00
libgen Move libgen.h functions into their own directory. 2013-12-17 14:30:37 +01:00
locale Move locale.h functions into their own directory. 2013-12-17 14:30:38 +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 Move pwd.h functions into their own directory. 2013-12-17 14:30:37 +01:00
signal Move signal.h functions into their own directory. 2013-12-17 14:30:38 +01:00
sortix Move auxiliary libc files into their own directory. 2013-12-17 14:30:38 +01:00
stdlib Move stdlib.h functions into their own directory. 2013-12-17 14:30:37 +01:00
string Add strverscmp(3). 2013-12-17 14:30:37 +01:00
sys Move sys/termmode.h functions into their own directory. 2013-12-17 14:30:38 +01:00
termios Move unistd.h functions into their own directory. 2013-12-17 14:30:38 +01:00
time Add timezone support. 2013-12-17 14:30:35 +01:00
unistd Move unistd.h functions into their own directory. 2013-12-17 14:30:38 +01:00
wchar Move wchar.h functions into their own directory. 2013-12-17 14:30:36 +01:00
wctype Move wctype.h functions into their own directory. 2013-12-17 14:30:37 +01:00
x64 Implement setjmp(3) and longjmp(3). 2013-12-17 14:30:31 +01:00
x86 Implement setjmp(3) and longjmp(3). 2013-12-17 14:30:31 +01:00
.gitignore
Makefile Move sys/termmode.h functions into their own directory. 2013-12-17 14:30:38 +01:00
calltrace.cpp
clearerr.cpp
dispmsg_issue.cpp
dlfcn.cpp
errno.cpp
errorprint.cpp
fabs.cpp
fbufsize.cpp
fclose.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fcloseall.cpp
fdeletefile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fdio.c Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fdio.h Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
feof.cpp
ferror.cpp
fflush.cpp
fflush_stop_reading.cpp
fflush_stop_writing.cpp
fgetc.cpp
fgetpos.cpp Add fgetpos(3) and fsetpos(3). 2013-12-17 14:30:33 +01:00
fgets.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fileno.cpp
flbf.cpp
flushlbf.cpp
fnewfile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
format.cpp
fpending.cpp
fpipe.cpp
fpurge.cpp
fputc.cpp
fputs.cpp
fread.cpp
freadable.cpp
freading.cpp
fregister.cpp
freopen.cpp Add freopen(3). 2013-12-17 14:30:29 +01:00
fresetfile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fscanf.cpp
fseek.cpp
fseeko.cpp
fsetdefaultbuf.cpp
fseterr.cpp
fsetlocking.cpp
fsetpos.cpp Add fgetpos(3) and fsetpos(3). 2013-12-17 14:30:33 +01:00
fshutdown.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
ftell.cpp
ftello.cpp
fwritable.cpp
fwrite.cpp
fwriting.cpp
getc.cpp
getdelim.cpp
getline.cpp
init.cpp Bootstrap program_invocation_name. 2013-12-17 14:30:29 +01:00
ioctl.cpp Add ioctl(2). 2013-12-17 14:30:29 +01:00
kernelinfo.cpp Update libc system calls to follow coding conventions. 2013-12-17 14:30:36 +01:00
popen.cpp
print.cpp
putc.cpp
readdirents.cpp Update libc system calls to follow coding conventions. 2013-12-17 14:30:36 +01:00
remove.cpp
removeat.cpp
rename.cpp
renameat.cpp
rewind.cpp
scanf.cpp
select.cpp
setbuf.cpp
setvbuf.cpp
sprint.cpp
sscanf.cpp
stdio.c Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
timespec.cpp
tmpfile.cpp Add tmpfile(3). 2013-12-17 14:30:31 +01:00
tmpnam.cpp Add tmpnam(3). 2013-12-17 14:30:33 +01:00
ungetc.cpp
utime.cpp Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
vfscanf.cpp
vscanf.cpp
vsscanf.cpp