toaruos/libc/unistd
2021-09-18 13:55:13 +09:00
..
access.c access(2) should return -1 on error 2019-08-08 09:42:44 +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
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 misaka: initial merge 2021-05-31 10:54:11 +09:00
getcwd.c libc: move syscall defs; consistently use SYS_ macros 2018-12-10 10:09:27 +09:00
getegid.c groups: Initial support for gids. 2021-08-31 19:47:04 +09:00
geteuid.c sudo: support euids with setuid binaries 2018-10-31 10:28:41 +09:00
getgid.c groups: Initial support for gids. 2021-08-31 19:47:04 +09:00
getgroups.c groups: First pass at support for supplementary group lists 2021-08-31 20:46:48 +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 libc: cleanup, some missing things 2021-09-18 13:55:13 +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
hostname.c get/sethostname 2018-08-02 03:40:43 +09:00
isatty.c
link.c
lseek.c misaka: initial merge 2021-05-31 10:54:11 +09:00
open.c libc: move syscall defs; consistently use SYS_ macros 2018-12-10 10:09:27 +09:00
pathconf.c misaka: initial merge 2021-05-31 10:54:11 +09:00
pipe.c libc: move syscall defs; consistently use SYS_ macros 2018-12-10 10:09:27 +09:00
read.c misaka: initial merge 2021-05-31 10:54:11 +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
setgid.c groups: Initial support for gids. 2021-08-31 19:47:04 +09:00
setgroups.c groups: First pass at support for supplementary group lists 2021-08-31 20:46:48 +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 groups: Initial support for gids. 2021-08-31 19:47:04 +09:00
sleep.c misaka: initial merge 2021-05-31 10:54:11 +09:00
stat.c misaka: initial merge 2021-05-31 10:54:11 +09:00
symlink.c Various errno-related fixes 2018-07-18 10:25:01 +09:00
sync.c libc: Add stubs for truncate, sync 2021-03-19 11:25:10 +09:00
truncate.c libc: Add stubs for truncate, sync 2021-03-19 11:25:10 +09:00
ttyname.c libc: cleanup, some missing things 2021-09-18 13:55:13 +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 misaka: initial merge 2021-05-31 10:54:11 +09:00
write.c misaka: initial merge 2021-05-31 10:54:11 +09:00