.. |
access.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
alarm.c
|
libc: add stub alarm
|
2018-10-12 12:45:48 +09:00 |
chdir.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
chmod.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
chown.c
|
chown in libc
|
2018-07-18 12:37:21 +09:00 |
close.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
creat.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
dup2.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
execvp.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
exit.c
|
add atexit()
|
2018-09-15 16:26:45 +09:00 |
fcntl.c
|
More libc for Python (almost done)
|
2018-06-25 15:45:32 +09:00 |
fork.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
fstat.c
|
More errno stuff
|
2018-07-18 10:45:42 +09:00 |
getcwd.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
getegid.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
geteuid.c
|
sudo: support euids with setuid binaries
|
2018-10-31 10:28:41 +09:00 |
getgid.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
getlogin.c
|
libc: getlogin should not query fd directly
|
2018-10-31 11:39:56 +09:00 |
getopt_long.c
|
getopt: handle non-long --foo like glibc does
|
2018-09-07 10:19:14 +09:00 |
getopt.c
|
Add getopt, getopt_long
|
2018-05-02 18:58:47 +09:00 |
getpgrp.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
getpid.c
|
More libc
|
2018-06-25 16:34:07 +09:00 |
getuid.c
|
sudo: support euids with setuid binaries
|
2018-10-31 10:28:41 +09:00 |
getwd.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
hostname.c
|
get/sethostname
|
2018-08-02 03:40:43 +09:00 |
isatty.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
link.c
|
Break up unistd into separate files for each function
|
2018-05-02 12:20:06 +09:00 |
lseek.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
open.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
pipe.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
read.c
|
libc: set errno on read, write
|
2018-12-11 09:42:21 +09:00 |
readlink.c
|
Various errno-related fixes
|
2018-07-18 10:25:01 +09:00 |
rmdir.c
|
More libc
|
2018-06-25 16:34:07 +09:00 |
sbrk.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
setpgid.c
|
kernel: getpgid; esh: fixups
|
2018-10-30 13:28:11 +09:00 |
setsid.c
|
job control
|
2018-10-26 20:34:15 +09:00 |
setuid.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
sleep.c
|
More libc stuff
|
2018-05-10 22:23:46 +09:00 |
stat.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
symlink.c
|
Various errno-related fixes
|
2018-07-18 10:25:01 +09:00 |
ttyname.c
|
kernel, libc: tty names
|
2018-10-09 19:56:45 +09:00 |
umask.c
|
More libc
|
2018-06-25 16:34:07 +09:00 |
unlink.c
|
Various errno-related fixes
|
2018-07-18 10:25:01 +09:00 |
usleep.c
|
libc: move syscall defs; consistently use SYS_ macros
|
2018-12-10 10:09:27 +09:00 |
utime.c
|
More libc
|
2018-06-25 16:34:07 +09:00 |
write.c
|
libc: set errno on read, write
|
2018-12-11 09:42:21 +09:00 |