minix/lib/syscall
David van Moolenbroek ac9ab099c8 General cleanup:
- clean up kernel section of minix/com.h somewhat
- remove ALLOCMEM and VM_ALLOCMEM calls
- remove non-safecopy and minix-vmd support from Inet
- remove SYS_VIRVCOPY and SYS_PHYSVCOPY calls
- remove obsolete segment encoding in SYS_SAFECOPY*
- remove DEVCTL call, svrctl(FSDEVUNMAP), map_driverX
- remove declarations of unimplemented svrctl requests
- remove everything related to swapping to disk
- remove floppysetup.sh
- remove traces of rescue device
- update DESCRIBE.sh with new devices
- some other small changes
2010-01-05 19:39:27 +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
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
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
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
getngid.s
getnpid.s
getnprocnr.s
getnuid.s
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
getprocnr.s
getsigset.s
getsysinfo.s
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
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
lstat.s
Makefile.in General cleanup: 2010-01-05 19:39:27 +00:00
mapdriver.s General cleanup: 2010-01-05 19:39:27 +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
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
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
setgroups.s Fix compilation errors caused by more files not added in previous commit 2009-12-20 21:31:03 +00:00
setitimer.s
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
sync.s Removal of the executable flag from files that cannot be executed 2009-11-09 10:26:00 +00:00
sysuname.s
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
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
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
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