minix/lib/libc/syscall
Ben Gras 02081e4b62 rename mmap() and munmap()
. it's a good extra interface to have but doesn't
	  meet standardised functionality
	. applications (in pkgsrc) find it and expect
	  full functionality the minix mmap doesn't offter
	. on the whole probably better to hide these functions
	  (mmap and friends) until they are grown up; the base system
	  can use the new minix_* names
2011-07-16 13:01:19 +02:00
..
_exit.S
_pm_findproc.S
access.S
adddma.S
alarm.S
brk.S
cfgetispeed.S
cfgetospeed.S
cfsetispeed.S
cfsetospeed.S
chdir.S
chmod.S
chown.S
chroot.S
close.S
closedir.S
cprofile.S
creat.S
deldma.S
dup.S
dup2.S
execl.S
execle.S
execlp.S
execv.S
execve.S
execvp.S
fchmod.S
fchown.S
fcntl.S
fork.S
fpathconf.S
fstat.S
fstatfs.S
fstatvfs.S
getcwd.S
getdents.S
getdma.S
getegid.S
geteuid.S
getgid.S
getgroups.S
getitimer.S
getngid.S
getnpid.S
getnprocnr.S
getnucred.S
getnuid.S
getpgrp.S
getpid.S
getppid.S
getpprocnr.S
getprocnr.S
getsigset.S
getuid.S
ioctl.S
isatty.S
kill.S
killpg.S
link.S
lseek.S
lseek64.S
lstat.S
Makefile.inc make getsysinfo() a system-land call 2010-09-14 21:50:05 +00:00
mapdriver.S
mkdir.S
mkfifo.S
mknod.S
mmap.S rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
mount.S
munmap.S rename mmap() and munmap() 2011-07-16 13:01:19 +02:00
nanosleep.S
open.S
opendir.S
pathconf.S
pause.S
pipe.S
ptrace.S
read.S
readdir.S
readlink.S
reboot.S
rename.S
rewinddir.S
rmdir.S
sbrk.S
seekdir.S
select.S
setgid.S
setgroups.S
setitimer.S
setsid.S
setuid.S
sigaction.S
sigaddset.S
sigdelset.S
sigemptyset.S
sigfillset.S
sigismember.S
sigpending.S
sigprocmask.S
sigreturn.S
sigsuspend.S
sleep.S
sprofile.S
stat.S
statvfs.S
stime.S
svrctl.S
symlink.S
sync.S
sysuname.S
tcdrain.S
tcflow.S
tcflush.S
tcgetattr.S
tcsendbreak.S
tcsetattr.S
time.S
times.S
truncate.S
umask.S
umount.S
uname.S
unlink.S
utime.S
vm_dmacalls.S
vm_getphys.S
vm_getrefcount.S
vm_memctl.S
vm_query_exit.S
vm_remap.S
vm_set_priv.S
vm_unmap.S
vm_update.S
wait.S
waitpid.S
write.S