minix/lib/syscall
2006-01-20 12:49:24 +00:00
..
_exit.s
access.s
alarm.s
allocmem.s Various updates. 2005-06-03 13:55:06 +00:00
brk.s
cfgetispeed.s
cfgetospeed.s
cfsetispeed.s
cfsetospeed.s
chdir.s fchdir() fix 2006-01-20 12:49:24 +00:00
chmod.s
chown.s
chroot.s
close.s
closedir.s
creat.s
devctl.s *** empty log message *** 2005-08-02 15:50:00 +00:00
dup.s
dup2.s
execl.s
execle.s
execlp.s
execv.s
execve.s
execvp.s
fcntl.s
findproc.s
fork.s
fpathconf.s
freemem.s Various updates. 2005-06-03 13:55:06 +00:00
fstat.s
fstatfs.s
getcwd.s
getegid.s
geteuid.s
getgid.s
getgroups.s
getnpid.s New libary functions. 2005-10-12 15:10:14 +00:00
getnprocnr.s New libary functions. 2005-10-12 15:10:14 +00:00
getpgrp.s
getpid.s
getppid.s
getpprocnr.s New libary functions. 2005-10-12 15:10:14 +00:00
getprocnr.s
getsysinfo.s
getuid.s
ioctl.s
isatty.s
kill.s
link.s
lseek.s
lstat.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
Makefile.in Joren's new library make system (minus Makefiles) 2006-01-16 15:44:55 +00:00
mkdir.s
mkfifo.s
mknod.s
mount.s
open.s
opendir.s
pathconf.s
pause.s
pipe.s
ptrace.s
read.s
readdir.s
readlink.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
reboot.s
rename.s
rewinddir.s
rmdir.s
sbrk.s
seekdir.s
setgid.s seteuid() and setegid() 2005-12-13 09:48:29 +00:00
setsid.s
setuid.s seteuid() and setegid() 2005-12-13 09:48:29 +00:00
sigaction.s
sigaddset.s
sigdelset.s
sigemptyset.s
sigfillset.s
sigismember.s
sigpending.s
sigprocmask.s
sigreturn.s
sigsuspend.s
sleep.s
stat.s
stime.s
svrctl.s
symlink.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
sync.s
tcdrain.s
tcflow.s
tcflush.s
tcgetattr.s
tcsendbreak.s
tcsetattr.s
time.s
times.s
truncate.s Added truncate() and ftruncate() library calls (no FS support yet). 2005-12-20 14:18:16 +00:00
umask.s
umount.s
uname.s
unlink.s
utime.s
wait.s
waitpid.s
write.s