.. |
arpa/inet
|
Add socket interface.
|
2013-12-17 14:30:30 +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 |
include
|
Add feature macros to dirent.h describing struct dirent.
|
2013-12-17 14:30:37 +01:00 |
netdb
|
Add socket interface.
|
2013-12-17 14:30:30 +01:00 |
sortix
|
Move dirent.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
|
Obsolete uptime(2).
|
2013-12-17 14:30:34 +01:00 |
time
|
Add timezone support.
|
2013-12-17 14:30:35 +01:00 |
wchar
|
Move wchar.h functions into their own directory.
|
2013-12-17 14:30:36 +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
|
|
|
_assert.cpp
|
|
|
_exit.cpp
|
|
|
_Exit.cpp
|
|
|
abort.cpp
|
Conditionally calltrace in abort(3).
|
2013-12-17 14:30:27 +01:00 |
abs.cpp
|
|
|
access.cpp
|
|
|
alarm.cpp
|
Add alarm(2) and alarmns(2).
|
2013-12-17 14:30:33 +01:00 |
alarmns.cpp
|
Add alarm(2) and alarmns(2).
|
2013-12-17 14:30:33 +01:00 |
atof.cpp
|
Add strto{f,d,ld}(3).
|
2013-12-17 14:30:33 +01:00 |
atoi.cpp
|
|
|
atol.cpp
|
|
|
atoll.cpp
|
|
|
basename.cpp
|
Add dirname(3) and basename(3).
|
2013-12-17 14:30:31 +01:00 |
bsearch.cpp
|
|
|
c++.cpp
|
|
|
calloc.cpp
|
|
|
calltrace.cpp
|
Add calltrace(3) function.
|
2013-12-17 14:30:27 +01:00 |
canonicalize_file_name.cpp
|
Add canonicalize_file_name{,_at}(3).
|
2013-12-17 14:30:28 +01:00 |
canonicalize_file_name_at.cpp
|
Add canonicalize_file_name{,_at}(3).
|
2013-12-17 14:30:28 +01:00 |
chdir.cpp
|
Add fchdirat(2).
|
2013-12-17 14:30:35 +01:00 |
chmod.cpp
|
|
|
chown.cpp
|
|
|
chroot.cpp
|
Add chroot(2), fchroot(2) and fchrootat(2).
|
2013-12-17 14:30:35 +01:00 |
clearerr.cpp
|
|
|
close.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
confstr.cpp
|
Add confstr(3).
|
2013-12-17 14:30:32 +01:00 |
creat.cpp
|
Add creat(3).
|
2013-12-17 14:30:26 +01:00 |
ctype.c
|
|
|
dirname.cpp
|
Add dirname(3) and basename(3).
|
2013-12-17 14:30:31 +01:00 |
dispmsg_issue.cpp
|
|
|
div.cpp
|
Add div(3), ldiv(3) and lldiv(3).
|
2013-12-17 14:30:28 +01:00 |
dlfcn.cpp
|
|
|
dup.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
dup2.cpp
|
|
|
env.cpp
|
|
|
errno.cpp
|
|
|
errorprint.cpp
|
|
|
execl.cpp
|
|
|
execle.cpp
|
|
|
execlp.cpp
|
|
|
execv.cpp
|
|
|
execve.cpp
|
|
|
execvp.cpp
|
|
|
execvpe.cpp
|
Add PATH variable.
|
2013-12-17 14:30:29 +01:00 |
exit.cpp
|
|
|
fabs.cpp
|
|
|
faccessat.cpp
|
|
|
fbufsize.cpp
|
|
|
fchdir.cpp
|
|
|
fchdirat.cpp
|
Add fchdirat(2).
|
2013-12-17 14:30:35 +01:00 |
fchmod.cpp
|
|
|
fchmodat.cpp
|
|
|
fchown.cpp
|
|
|
fchownat.cpp
|
|
|
fchroot.cpp
|
Add chroot(2), fchroot(2) and fchrootat(2).
|
2013-12-17 14:30:35 +01:00 |
fchrootat.cpp
|
Add chroot(2), fchroot(2) and fchrootat(2).
|
2013-12-17 14:30:35 +01:00 |
fclose.cpp
|
Refactor FILE creation and destruction.
|
2013-12-17 14:30:29 +01:00 |
fcloseall.cpp
|
|
|
fcntl.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +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
|
|
|
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
|
|
|
flbf.cpp
|
Implement stdio line buffering semantics.
|
2013-12-17 14:30:29 +01:00 |
flushlbf.cpp
|
|
|
fnewfile.cpp
|
Refactor FILE creation and destruction.
|
2013-12-17 14:30:29 +01:00 |
fork.cpp
|
|
|
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
|
|
|
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
|
|
|
fread.cpp
|
Implement stdio line buffering semantics.
|
2013-12-17 14:30:29 +01:00 |
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
|
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
|
|
|
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 |
fsm_bootstraprootfd.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_closechannel.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_closeserver.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_fsbind.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_listen.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_mkserver.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_recv.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fsm_send.cpp
|
Add user-space filesystem API.
|
2013-12-17 14:30:25 +01:00 |
fstat.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
fstatat.cpp
|
|
|
fsync.cpp
|
Add fsync(2).
|
2013-12-17 14:30:29 +01:00 |
ftell.cpp
|
|
|
ftello.cpp
|
Rewrite stdio functions.
|
2013-12-17 14:30:26 +01:00 |
ftruncate.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
futimens.cpp
|
Add utimensat(2) and futimens(2).
|
2013-12-17 14:30:30 +01:00 |
fwritable.cpp
|
|
|
fwrite.cpp
|
Implement stdio line buffering semantics.
|
2013-12-17 14:30:29 +01:00 |
fwriting.cpp
|
|
|
getc.cpp
|
|
|
getcwd.cpp
|
Add canonicalize_file_name{,_at}(3).
|
2013-12-17 14:30:28 +01:00 |
getdelim.cpp
|
|
|
getdtablesize.cpp
|
|
|
getegid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
geteuid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
getgid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
gethostname.cpp
|
Add gethostname(2).
|
2013-12-17 14:30:32 +01:00 |
getline.cpp
|
|
|
getlogin.cpp
|
Add getlogin(2) and getlogin_r(2).
|
2013-12-17 14:30:32 +01:00 |
getlogin_r.cpp
|
Add getlogin(2) and getlogin_r(2).
|
2013-12-17 14:30:32 +01:00 |
getpagesize.cpp
|
|
|
getpgid.cpp
|
Add setpgid(2) and getpgid(2).
|
2013-12-17 14:30:36 +01:00 |
getpid.cpp
|
|
|
getppid.cpp
|
|
|
gettermmode.cpp
|
|
|
getuid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
grent.cpp
|
Add grent(3).
|
2013-12-17 14:30:30 +01:00 |
heap.cpp
|
Remove duplicate declaration of addr_t.
|
2013-12-17 14:30:37 +01:00 |
init.cpp
|
Bootstrap program_invocation_name.
|
2013-12-17 14:30:29 +01:00 |
integer.cpp
|
|
|
ioctl.cpp
|
Add ioctl(2).
|
2013-12-17 14:30:29 +01:00 |
ioleast.cpp
|
|
|
isatty.cpp
|
|
|
kernelinfo.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
kill.cpp
|
|
|
lchown.cpp
|
|
|
ldiv.cpp
|
Add div(3), ldiv(3) and lldiv(3).
|
2013-12-17 14:30:28 +01:00 |
link.cpp
|
|
|
linkat.cpp
|
|
|
lldiv.cpp
|
Add div(3), ldiv(3) and lldiv(3).
|
2013-12-17 14:30:28 +01:00 |
localeconv.cpp
|
|
|
lseek.cpp
|
|
|
lstat.cpp
|
|
|
Makefile
|
Add versionsort(3).
|
2013-12-17 14:30:37 +01:00 |
mblen.cpp
|
Add mblen(3).
|
2013-12-17 14:30:33 +01:00 |
mbstowcs.cpp
|
Add mbstowcs(3).
|
2013-12-17 14:30:31 +01:00 |
mbtowc.cpp
|
Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3).
|
2013-12-17 14:30:26 +01:00 |
memstat.cpp
|
|
|
mkdir.cpp
|
|
|
mkdirat.cpp
|
|
|
mkpartition.cpp
|
Add mkpartition(2).
|
2013-12-17 14:30:36 +01:00 |
mktemp.cpp
|
|
|
on_exit.cpp
|
|
|
op-new.cpp
|
|
|
open.cpp
|
|
|
openat.cpp
|
|
|
pathconf.cpp
|
Add pathconf(3).
|
2013-12-17 14:30:30 +01:00 |
pipe.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
poll.cpp
|
Add poll(2) and ppoll(2).
|
2013-12-17 14:30:25 +01:00 |
popen.cpp
|
Add popen(3) and pclose(3).
|
2013-12-17 14:30:27 +01:00 |
ppoll.cpp
|
Add poll(2) and ppoll(2).
|
2013-12-17 14:30:25 +01:00 |
preadv.cpp
|
Add {,p}{read,write}v(2).
|
2013-12-17 14:30:33 +01:00 |
print.cpp
|
|
|
psignal.cpp
|
Add psignal(3).
|
2013-12-17 14:30:33 +01:00 |
putc.cpp
|
|
|
pwent.cpp
|
Add pw_gecos to struct passwd.
|
2013-12-17 14:30:33 +01:00 |
pwritev.cpp
|
Add {,p}{read,write}v(2).
|
2013-12-17 14:30:33 +01:00 |
raise.cpp
|
|
|
rand.cpp
|
Add srand(3).
|
2013-12-17 14:30:28 +01:00 |
read.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
readdirents.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
readlink.cpp
|
Add readlink{,at}(2).
|
2013-12-17 14:30:28 +01:00 |
readlinkat.cpp
|
Add readlink{,at}(2).
|
2013-12-17 14:30:28 +01:00 |
readv.cpp
|
Add {,p}{read,write}v(2).
|
2013-12-17 14:30:33 +01:00 |
realpath.cpp
|
Add realpath(3).
|
2013-12-17 14:30:28 +01:00 |
remove.cpp
|
|
|
removeat.cpp
|
|
|
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
|
|
|
rmdir.cpp
|
|
|
sbrk.cpp
|
|
|
scanf.cpp
|
|
|
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 |
setegid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
seteuid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
setgid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
setlocale.cpp
|
|
|
setpgid.cpp
|
Add setpgid(2) and getpgid(2).
|
2013-12-17 14:30:36 +01:00 |
settermmode.cpp
|
|
|
setuid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +01:00 |
setvbuf.cpp
|
Implement stdio line buffering semantics.
|
2013-12-17 14:30:29 +01:00 |
sfork.cpp
|
|
|
SIG_DFL.cpp
|
|
|
SIG_ERR.cpp
|
|
|
SIG_IGN.cpp
|
|
|
sigaction.cpp
|
Add sigaction(2).
|
2013-12-17 14:30:32 +01:00 |
sigaddset.cpp
|
Add sigset functions.
|
2013-12-17 14:30:32 +01:00 |
sigdelset.cpp
|
Add sigset functions.
|
2013-12-17 14:30:32 +01:00 |
sigemptyset.cpp
|
Add sigset functions.
|
2013-12-17 14:30:32 +01:00 |
sigfillset.cpp
|
Add sigset functions.
|
2013-12-17 14:30:32 +01:00 |
sigismember.cpp
|
Add sigset functions.
|
2013-12-17 14:30:32 +01:00 |
signal.cpp
|
Add sigset functions.
|
2013-12-17 14:30:32 +01:00 |
sigprocmask.cpp
|
Add sigprocmask(2) stub.
|
2013-12-17 14:30:32 +01:00 |
sleep.cpp
|
Add clock_nanosleep(2).
|
2013-12-17 14:30:34 +01:00 |
sort.cpp
|
|
|
sprint.cpp
|
|
|
sscanf.cpp
|
|
|
stat.cpp
|
|
|
stdio.c
|
Refactor FILE creation and destruction.
|
2013-12-17 14:30:29 +01:00 |
strtod.cpp
|
Add strto{f,d,ld}(3).
|
2013-12-17 14:30:33 +01:00 |
strtof.cpp
|
Add strto{f,d,ld}(3).
|
2013-12-17 14:30:33 +01:00 |
strtold.cpp
|
Add strto{f,d,ld}(3).
|
2013-12-17 14:30:33 +01:00 |
sysconf.cpp
|
Add times(3).
|
2013-12-17 14:30:34 +01:00 |
system.cpp
|
Add system(3).
|
2013-12-17 14:30:27 +01:00 |
tcgetpgrp.cpp
|
Add tcsetpgrp(2) and tcgetpgrp(2).
|
2013-12-17 14:30:36 +01:00 |
tcgetwinsize.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
tcsetpgrp.cpp
|
Add tcsetpgrp(2) and tcgetpgrp(2).
|
2013-12-17 14:30:36 +01:00 |
tfork.cpp
|
|
|
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 |
truncate.cpp
|
|
|
truncateat.cpp
|
|
|
ttyname.cpp
|
Add ttyname(2).
|
2013-12-17 14:30:30 +01:00 |
umask.cpp
|
Add umask(2).
|
2013-12-17 14:30:35 +01:00 |
ungetc.cpp
|
Implement stdio line buffering semantics.
|
2013-12-17 14:30:29 +01:00 |
unlink.cpp
|
|
|
unlinkat.cpp
|
|
|
usleep.cpp
|
Add clock_nanosleep(2).
|
2013-12-17 14:30:34 +01:00 |
utime.cpp
|
Add utimensat(2) and futimens(2).
|
2013-12-17 14:30:30 +01:00 |
utimens.cpp
|
Add utimensat(2) and futimens(2).
|
2013-12-17 14:30:30 +01:00 |
utimensat.cpp
|
Add utimensat(2) and futimens(2).
|
2013-12-17 14:30:30 +01:00 |
vfscanf.cpp
|
|
|
vscanf.cpp
|
|
|
vsscanf.cpp
|
|
|
wait.cpp
|
|
|
waitpid.cpp
|
Rename SYSCALL_WAIT to SYSCALL_WAITPID.
|
2013-12-17 14:30:36 +01:00 |
wcstombs.cpp
|
Add wcstombs(3).
|
2013-12-17 14:30:31 +01:00 |
wctomb.cpp
|
Add mbrtowc(3), mbtowc(3), wcrtomb(3), wctomb(3).
|
2013-12-17 14:30:26 +01:00 |
wctype.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
write.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
writev.cpp
|
Add {,p}{read,write}v(2).
|
2013-12-17 14:30:33 +01:00 |