NetBSD/lib/libc/sys
kleink f51ea2882c KNF. 2000-07-14 07:36:32 +00:00
..
Lint_Ovfork.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint___sigreturn14.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint___vfork14.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_brk.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_exect.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_fork.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_pipe.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_ptrace.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_sbrk.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_setlogin.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Lint_syscall.c fix up NetBSD RCS Ids to match the standard, and the leading comment as 2000-06-14 06:48:47 +00:00
Makefile.inc Create link to lchflags.[02]. 2000-07-08 00:53:39 +00:00
__semctl13.c Add a userland stub to do the union semun -> union semun * redirection. 2000-01-31 15:14:19 +00:00
_brk.c De-delint. 2000-06-26 06:29:12 +00:00
_exit.2
_fork.c Need an internal name for fork(). 2000-06-26 06:32:54 +00:00
_sbrk.c De-delint. 2000-06-26 06:29:12 +00:00
accept.2
access.2 fix typo 2000-06-09 14:02:21 +00:00
acct.2 Note that this system call now creates kernel thread. 2000-03-10 01:34:35 +00:00
adjtime.2
bind.2 EINVAL may be returned when address family mismatches. (from openbsd) 2000-01-26 10:43:36 +00:00
brk.2 Clarify that page alignment only happens for the internal, kernel notion 2000-04-04 08:41:45 +00:00
chdir.2
chflags.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
chmod.2
chown.2 s/a // 2000-06-02 21:21:41 +00:00
chroot.2
clock_settime.2
close.2
connect.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
dup.2
execve.2 Add text that says that an interpreter cannot itself be an interpreter 2000-07-05 12:42:09 +00:00
fcntl.2
fdatasync.2
fhopen.2 Fix doubled 'the's. 2000-03-13 22:55:05 +00:00
flock.2
fork.2
fsync.2
ftruncate.c
getdents.2
getdirentries.3
getdirentries.c
getfh.2
getfsstat.2 Sync wi/ reality. 2000-02-28 14:21:46 +00:00
getgid.2
getgroups.2
getitimer.2
getlogin.2
getpeername.2
getpgrp.2
getpid.2
getpriority.2
getrlimit.2
getrusage.2
getsid.2
getsockname.2
getsockopt.2
gettimeofday.2
getuid.2
intro.2 Note EILSEQ. 2000-03-14 19:14:29 +00:00
ioctl.2
issetugid.2 issetugid(2) manpage. 2000-04-21 16:39:23 +00:00
kill.2
ktrace.2
lfs_bmapv.2 Add man pages for LFS syscalls 2000-05-24 21:54:59 +00:00
lfs_markv.2 Add man pages for LFS syscalls 2000-05-24 21:54:59 +00:00
lfs_segclean.2 Add man pages for LFS syscalls 2000-05-24 21:54:59 +00:00
lfs_segwait.2 Add man pages for LFS syscalls 2000-05-24 21:54:59 +00:00
link.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
listen.2
lseek.2
lseek.c
madvise.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
makelintstub sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
mincore.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
minherit.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
mkdir.2
mkfifo.2
mknod.2
mlock.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
mlockall.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
mmap.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
mmap.c
mount.2 Document some recently added user visible mount option. Addresses PR#6577. 2000-03-06 09:11:14 +00:00
mprotect.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
msgctl.2
msgget.2
msgrcv.2 We return EIDRM if the msg queue is removed, not EINVAL. 2000-04-12 13:03:52 +00:00
msgsnd.2
msync.2
msync.c
munmap.2 Finally nuke <sys/types.h> from SYNOPSIS. 2000-06-26 17:00:01 +00:00
nanosleep.2 Add a name description as well. 2000-07-10 06:44:35 +00:00
nfssvc.2 Death to nfsiod! 2000-04-15 21:14:48 +00:00
open.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
pathconf.2
pipe.2
poll.2
pread.c
preadv.c
profil.2
ptrace.2
pwrite.c
pwritev.c
quotactl.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
read.2
readlink.2
reboot.2
recv.2
rename.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
revoke.2 Fix incorrect uses of indicate/indicates/indicated for each other. 2000-06-07 19:47:57 +00:00
rmdir.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
select.2
semctl.2
semctl.c sweep of my licenses (userland files w/o only my copyright) for 2000-06-14 17:24:02 +00:00
semget.2
semop.2
send.2
setgroups.2
setpgid.2
setregid.2
setreuid.2
setsid.2
setuid.2
shmat.2
shmctl.2
shmget.2 add documentation of `shmflg' 2000-06-26 15:46:03 +00:00
shutdown.2
sigaction.2 Fix incorrect uses of indicate/indicates/indicated for each other. 2000-06-07 19:47:57 +00:00
sigaltstack.2
sigaltstack.c
sigpending.2 Fix incorrect uses of indicate/indicates/indicated for each other. 2000-06-07 19:47:57 +00:00
sigprocmask.2 Fix incorrect uses of indicate/indicates/indicated for each other. 2000-06-07 19:47:57 +00:00
sigreturn.2
sigstack.2
sigsuspend.2
socket.2 add PF_INET6. 2000-05-22 05:06:20 +00:00
socketpair.2
stat.2 bin/10472: fix a couple typos in stat.2 2000-06-29 03:26:57 +00:00
stat.c
statfs.2 Sync wi/ reality. 2000-02-28 14:21:46 +00:00
swapctl.2 <vm/vm_param.h> is now <uvm/uvm_param.h> 2000-06-27 09:10:24 +00:00
swapon.3 With SEE ALSO list, add swapctl(2) and swapctl(8) and remove config(8). 2000-02-28 14:30:54 +00:00
swapon.c
symlink.2
sync.2
sysarch.2
syscall.2 Explain why we don't want to pass structs and unions to syscalls, and 2000-01-31 15:15:07 +00:00
timer_create.c KNF. 2000-07-14 07:36:32 +00:00
timer_delete.c KNF. 2000-07-14 07:36:32 +00:00
timer_getoverrun.c KNF. 2000-07-14 07:36:32 +00:00
timer_gettime.c KNF. 2000-07-14 07:36:32 +00:00
timer_settime.c KNF. 2000-07-14 07:36:32 +00:00
truncate.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
truncate.c
umask.2
undelete.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
unlink.2 Merge duplicate mentions of EPERM, EACCESS, ... into one entry 2000-06-17 19:33:34 +00:00
utimes.2
vfork.2
wait.2
write.2 s/the/The/ at beginngin of sentense. 2000-06-21 02:30:37 +00:00