minix/lib/syscall
2006-12-08 16:23:18 +00:00
..
_exit.s
_pm_findproc.s Renamed findproc() to _pm_findproc() to reduce polluting of application 2006-03-25 04:49:04 +00:00
access.s
alarm.s
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
cprofile.s System statistical and call profiling 2006-10-30 15:53:38 +00:00
creat.s
devctl.s
dup.s
dup2.s
execl.s
execle.s
execlp.s
execv.s
execve.s
execvp.s
fchmod.s Added fchmod() and fchown() 2006-04-18 11:26:04 +00:00
fchown.s Added fchmod() and fchown() 2006-04-18 11:26:04 +00:00
fcntl.s
fork.s
fpathconf.s
fstat.s
fstatfs.s
getcwd.s
getdents.s Getdents implementation in library/vfs/mfs. 2006-11-09 16:22:54 +00:00
getegid.s
geteuid.s
getgid.s
getgroups.s
getnpid.s
getnprocnr.s
getpgrp.s
getpid.s
getppid.s
getpprocnr.s
getprocnr.s
getsigset.s *** empty log message *** 2006-03-10 16:20:24 +00:00
getsysinfo.s Introduced unprivileged getsysinfo variant, to retrieve harmless data 2006-07-27 16:23:01 +00:00
getuid.s
ioctl.s
isatty.s
kill.s
killpg.s Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with 2006-06-07 14:38:39 +00:00
link.s
lseek.s
lseek64.s Missing lseek64 library functions. 2006-12-07 20:01:43 +00:00
lstat.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
Makefile.in Setjmp/longjmp updates and cleanup. 2006-12-08 16:23:18 +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
select.s Added _select() stub for select(). 2006-06-27 18:28:33 +00:00
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
sprofile.s System statistical and call profiling 2006-10-30 15:53:38 +00:00
stat.s
stime.s
svrctl.s
symlink.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
sync.s
sysuname.s Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
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