sortix-mirror/libc
Jonas 'Sortie' Termansen 59b28682b4 Move auxiliary libc files 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/wait.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 Rename libmaxsi to sortix libc. 2012-12-14 14:13:36 +01:00
Makefile Move auxiliary libc files into their own directory. 2013-12-17 14:30:38 +01:00
calltrace.cpp Add calltrace(3) function. 2013-12-17 14:30:27 +01:00
clearerr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dispmsg_issue.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
dlfcn.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
errno.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
errorprint.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fabs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fbufsize.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fclose.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
fcloseall.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
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 Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
ferror.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fflush.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fflush_stop_reading.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fflush_stop_writing.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fgetc.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
flbf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
flushlbf.cpp Fix flushlbf(3) being in a file with the wrong name. 2013-12-17 14:30:24 +01:00
fnewfile.cpp Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
format.cpp Support field widths in %c printf conversion. 2013-12-17 14:30:27 +01:00
fpending.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fpipe.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fpurge.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fputc.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fputs.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fread.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
freadable.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
freading.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fregister.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fseek.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fseeko.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fsetdefaultbuf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fseterr.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fsetlocking.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
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 Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
ftello.cpp Rewrite stdio functions. 2013-12-17 14:30:26 +01:00
fwritable.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
fwrite.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
fwriting.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getdelim.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
getline.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
gettermmode.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
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 Add popen(3) and pclose(3). 2013-12-17 14:30:27 +01:00
print.cpp Fix vfprintf(3) error case. 2013-12-17 14:30:24 +01:00
putc.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
readdirents.cpp Update libc system calls to follow coding conventions. 2013-12-17 14:30:36 +01:00
remove.cpp Add removeat(3) and split remove(3) into its own file. 2013-12-17 14:30:25 +01:00
removeat.cpp Add removeat(3) and split remove(3) into its own file. 2013-12-17 14:30:25 +01:00
rename.cpp Add rename(2) and renameat(2). 2013-12-17 14:30:26 +01:00
renameat.cpp Add rename(2) and renameat(2). 2013-12-17 14:30:26 +01:00
rewind.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
scanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
select.cpp Add select(2). 2013-12-17 14:30:28 +01:00
setbuf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
settermmode.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
setvbuf.cpp Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
sprint.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
sscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
stdio.c Refactor FILE creation and destruction. 2013-12-17 14:30:29 +01:00
timespec.cpp Refactor kernel time API and add timespec API. 2013-12-17 14:30:26 +01:00
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 Implement stdio line buffering semantics. 2013-12-17 14:30:29 +01:00
utime.cpp Add utimensat(2) and futimens(2). 2013-12-17 14:30:30 +01:00
vfscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
vscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00
vsscanf.cpp Update copyright headers of old files to the current format. 2013-12-17 14:30:23 +01:00