minix/lib/syscall
2009-11-09 10:26:00 +00:00
..
_exit.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
_pm_findproc.s Renamed findproc() to _pm_findproc() to reduce polluting of application 2006-03-25 04:49:04 +00:00
access.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
adddma.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
alarm.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
brk.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cfgetispeed.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cfgetospeed.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cfsetispeed.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cfsetospeed.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
chdir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
chmod.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
chown.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
chroot.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
close.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
closedir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
cprofile.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
creat.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
deldma.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
devctl.s *** empty log message *** 2005-08-02 15:50:00 +00:00
dup.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
dup2.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
execl.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
execle.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
execlp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
execv.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
execve.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
execvp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fchmod.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fchown.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fcntl.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fork.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fpathconf.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fstat.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
fstatfs.s Initial revision 2005-04-21 14:53:53 +00:00
getcwd.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getdents.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getdma.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getegid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
geteuid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getgid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getgroups.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getitimer.s Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
getngid.s various syscall entry points 2009-09-21 14:46:10 +00:00
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
getnuid.s various syscall entry points 2009-09-21 14:46:10 +00:00
getpgrp.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getpid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getppid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
getpprocnr.s New libary functions. 2005-10-12 15:10:14 +00:00
getprocnr.s New system call added to PM: getprocnr(int *proc_nr) (like getpid); 2005-05-20 09:37:43 +00:00
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 Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ioctl.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
isatty.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
kill.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
killpg.s Important BSD version of setenv, added killpg, replaced _sigsetjmp.c with 2006-06-07 14:38:39 +00:00
link.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
lseek.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
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 various syscall entry points 2009-09-21 14:46:10 +00:00
mapdriver5.s Added mapdriver5.s. 2007-08-07 12:05:36 +00:00
mkdir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mkfifo.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mknod.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mmap.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
mount.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
nanosleep.s nanosleep(3), and sleep(3) rewrite, by Erik van der Kouwe 2009-08-15 22:14:48 +00:00
open.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
opendir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
pathconf.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
pause.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
pipe.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
ptrace.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
read.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
readdir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
readlink.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
reboot.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
rename.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
rewinddir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
rmdir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sbrk.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
seekdir.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
select.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
setgid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
setitimer.s Support for setitimer(ITIMER_REAL). 2009-08-15 16:09:32 +00:00
setsid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
setuid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigaction.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigaddset.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigdelset.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigemptyset.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigfillset.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigismember.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigpending.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigprocmask.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigreturn.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sigsuspend.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sleep.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sprofile.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
stat.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
stime.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
svrctl.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
symlink.s Giovanni's symlink patches. 2005-10-31 14:33:12 +00:00
sync.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sysuname.s Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
tcdrain.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tcflow.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tcflush.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tcgetattr.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tcsendbreak.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
tcsetattr.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
time.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
times.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
truncate.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
umask.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
umount.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
uname.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
unlink.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
utime.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vm_dmacalls.s Basic VM and other minor improvements. 2008-11-19 12:26:10 +00:00
vm_getphys.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vm_getrefcount.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vm_query_exit.s various syscall entry points 2009-09-21 14:46:10 +00:00
vm_remap.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
vm_set_priv.s various syscall entry points 2009-09-21 14:46:10 +00:00
vm_unmap.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
wait.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
waitpid.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
write.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00