.. |
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 |
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 |
netdb
|
Add socket interface.
|
2013-12-17 14:30:30 +01:00 |
pwd
|
Move pwd.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
sortix
|
Move ctype.h functions into their own directory.
|
2013-12-17 14:30:37 +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
|
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 |
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 |
_exit.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
access.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
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 |
c++.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
calltrace.cpp
|
Add calltrace(3) function.
|
2013-12-17 14:30:27 +01:00 |
chdir.cpp
|
Add fchdirat(2).
|
2013-12-17 14:30:35 +01:00 |
chmod.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
chown.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
chroot.cpp
|
Add chroot(2), fchroot(2) and fchrootat(2).
|
2013-12-17 14:30:35 +01:00 |
clearerr.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
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 |
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 |
dup.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
dup2.cpp
|
Add dup2(2).
|
2013-12-17 14:30:25 +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 |
execl.cpp
|
Fix prototypes for execl(3), execle(3), and execlp(3).
|
2013-12-17 14:30:24 +01:00 |
execle.cpp
|
Fix prototypes for execl(3), execle(3), and execlp(3).
|
2013-12-17 14:30:24 +01:00 |
execlp.cpp
|
Fix prototypes for execl(3), execle(3), and execlp(3).
|
2013-12-17 14:30:24 +01:00 |
execv.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
execve.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
execvp.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
execvpe.cpp
|
Add PATH variable.
|
2013-12-17 14:30:29 +01:00 |
fabs.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
faccessat.cpp
|
Add faccessat(2).
|
2013-12-17 14:30:25 +01:00 |
fbufsize.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
fchdir.cpp
|
Add fchdir(2).
|
2013-12-17 14:30:25 +01:00 |
fchdirat.cpp
|
Add fchdirat(2).
|
2013-12-17 14:30:35 +01:00 |
fchmod.cpp
|
Add fchmod(2).
|
2013-12-17 14:30:25 +01:00 |
fchmodat.cpp
|
Add fchmodat(2).
|
2013-12-17 14:30:25 +01:00 |
fchown.cpp
|
Add fchown(2).
|
2013-12-17 14:30:25 +01:00 |
fchownat.cpp
|
Add fchownat(2).
|
2013-12-17 14:30:25 +01:00 |
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
|
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 |
fork.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +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 |
fstat.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
fstatat.cpp
|
Refactor kernel VFS.
|
2013-12-17 14:30:24 +01:00 |
fsync.cpp
|
Add fsync(2).
|
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 |
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
|
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 |
getcwd.cpp
|
Add canonicalize_file_name{,_at}(3).
|
2013-12-17 14:30:28 +01:00 |
getdelim.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
getdtablesize.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
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
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
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
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
getpgid.cpp
|
Add setpgid(2) and getpgid(2).
|
2013-12-17 14:30:36 +01:00 |
getpid.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
getppid.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 |
getuid.cpp
|
Add {g,s}et{e,}{g,u}id(2).
|
2013-12-17 14:30:29 +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 |
ioleast.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
isatty.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
kernelinfo.cpp
|
Update libc system calls to follow coding conventions.
|
2013-12-17 14:30:36 +01:00 |
kill.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
lchown.cpp
|
Add lchown(2).
|
2013-12-17 14:30:25 +01:00 |
link.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
linkat.cpp
|
Add linkat(2).
|
2013-12-17 14:30:25 +01:00 |
localeconv.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
lseek.cpp
|
Refactor kernel VFS.
|
2013-12-17 14:30:24 +01:00 |
lstat.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
Makefile
|
Move fcntl.h functions into their own directory.
|
2013-12-17 14:30:37 +01:00 |
memstat.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
mkdir.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
mkdirat.cpp
|
Add mkdirat(2).
|
2013-12-17 14:30:25 +01:00 |
mkpartition.cpp
|
Add mkpartition(2).
|
2013-12-17 14:30:36 +01:00 |
op-new.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
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
|
Fix vfprintf(3) error case.
|
2013-12-17 14:30:24 +01:00 |
psignal.cpp
|
Add psignal(3).
|
2013-12-17 14:30:33 +01:00 |
putc.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
pwritev.cpp
|
Add {,p}{read,write}v(2).
|
2013-12-17 14:30:33 +01:00 |
raise.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +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 |
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 |
rmdir.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
sbrk.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 |
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
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
setpgid.cpp
|
Add setpgid(2) and getpgid(2).
|
2013-12-17 14:30:36 +01:00 |
settermmode.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
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
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
SIG_DFL.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
SIG_ERR.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
SIG_IGN.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
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 |
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 |
stat.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
stdio.c
|
Refactor FILE creation and destruction.
|
2013-12-17 14:30:29 +01:00 |
sysconf.cpp
|
Add times(3).
|
2013-12-17 14:30:34 +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
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +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 |
truncate.cpp
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
truncateat.cpp
|
Add truncateat(2).
|
2013-12-17 14:30:25 +01:00 |
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
|
Replace system calls that accept a path with *at versions.
|
2013-12-17 14:30:25 +01:00 |
unlinkat.cpp
|
Add unlinkat(2).
|
2013-12-17 14:30:25 +01:00 |
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
|
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 |
wait.cpp
|
Update copyright headers of old files to the current format.
|
2013-12-17 14:30:23 +01:00 |
waitpid.cpp
|
Rename SYSCALL_WAIT to SYSCALL_WAITPID.
|
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 |