NetBSD/lib/libc/sys
wiz c85844adb6 Sort errors. 2014-06-14 19:02:29 +00:00
..
Lint___clone.c
Lint___sigaction14.c
Lint___syscall.c
Lint___vfork14.c fix old style definitions; XXX: gcc should have picked them up but it did not. 2012-06-24 15:26:02 +00:00
Lint_brk.c
Lint_clone.c
Lint_exect.c
Lint_getcontext.c
Lint_pipe.c
Lint_ptrace.c
Lint_sbrk.c
Lint_syscall.c
Makefile.inc expose __lwp_park60 2014-01-31 20:45:48 +00:00
__quotactl.2 Fix wrong xref; wrote quotactl(8), meant quotacheck(8). ok riz@ 2012-02-13 19:50:15 +00:00
_exit.2
_lwp_create.2 Calling _lwp_create() with a bogus ucontext could trigger a kernel 2012-05-21 14:15:16 +00:00
_lwp_ctl.2 needs sys/lwpctl.h for constants 2012-04-13 15:14:58 +00:00
_lwp_detach.2
_lwp_exit.2
_lwp_getname.2
_lwp_getprivate.2 Add missing El macro. 2013-10-05 09:18:56 +00:00
_lwp_kill.2
_lwp_park.2 Fix prototype in SYNOPSIS, mark up NULL with Dv. 2014-01-31 21:11:05 +00:00
_lwp_self.2
_lwp_setname.2
_lwp_suspend.2
_lwp_unpark.2
_lwp_unpark_all.2 play the "documentation matches implementation" game 2014-04-08 13:02:14 +00:00
_lwp_wait.2
_lwp_wakeup.2
accept.2 Use more markup and improve table formatting. 2013-08-02 20:13:09 +00:00
access.2 Revert defective O_SEARCH implementation committed by manu@ along with 2013-01-13 08:15:02 +00:00
acct.2
adjtime.2
adjtime.c close on exec fixes: 2011-10-15 23:00:01 +00:00
bind.2
brk.2
chdir.2 Xref getcwd(3). 2013-02-05 13:36:59 +00:00
chflags.2 Bring description in sync with errors-section and implementation reality. 2013-06-08 06:05:03 +00:00
chmod.2 Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat 2013-10-15 11:43:21 +00:00
chown.2 Add fchownat(2) specific errors. 2013-07-30 12:38:16 +00:00
chroot.2
clock_settime.2 Remove trailing whitespace. Merge EINVAL entries. 2014-03-28 15:35:55 +00:00
clock_settime.c close on exec fixes: 2011-10-15 23:00:01 +00:00
clone.2 Add Nm for __clone, man page is already linked to that name. 2012-01-29 11:44:54 +00:00
close.2
connect.2
dup.2 Sort errors. Use parentheses instead of Pq in normal text. 2013-12-25 02:49:52 +00:00
execve.2
extattr_get_file.2 Bump date for previous. Remove trailing whitespace. 2011-08-03 09:48:12 +00:00
fcntl.2 O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode. 2013-12-28 20:03:22 +00:00
fdatasync.2
fhopen.2
flock.2 Mention POSIX conformance of some functions, when they appeared, sprinkle .Xr. 2011-10-15 21:35:49 +00:00
fork.2
fsync.2 Attempt to clarify that fsync() is like fsync_range() with the 2013-09-22 10:02:05 +00:00
ftruncate.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
getcontext.2
getdents.2 Remove unneeded `Either' word in EFAULT error description. 2011-07-20 17:51:25 +00:00
getfh.2
getgid.2
getgroups.2 Switch a few remaining system/pathname configuration variables from 2013-07-14 14:29:09 +00:00
getitimer.2 document ITIMER_MONOTONIC. 2011-10-27 16:10:37 +00:00
getlogin.2
getpeername.2
getpgrp.2
getpid.2
getpriority.2 Sort errors. 2012-04-13 16:32:15 +00:00
getrlimit.2 describe RLIMIT_NTHR 2012-06-09 02:36:25 +00:00
getrusage.2
getsid.2
getsockname.2 Add ENOTCONN to returned error codes, bump date. 2012-07-09 21:22:21 +00:00
getsockopt.2 As discussed in tech-kern, provide the means to prevent delivery of SIGPIPE 2012-01-25 00:28:35 +00:00
gettimeofday.2
getuid.2
getvfsstat.2
intro.2
ioctl.2
issetugid.2 Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
kill.2
kqueue.2 mention that kevent returns now EOPNOTSUPP. 2012-11-24 15:16:52 +00:00
ktrace.2
lfs_bmapv.2
lfs_markv.2
lfs_segclean.2
lfs_segwait.2
link.2 Add linkat(2) specific errors. 2013-07-28 18:40:40 +00:00
listen.2
lseek.2
lseek.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
madvise.2
makelintstub Add missing <sys/spawn.h> include 2012-02-12 01:46:05 +00:00
mincore.2
minherit.2
mkdir.2 Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat 2013-10-15 11:43:21 +00:00
mkfifo.2 Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat 2013-10-15 11:43:21 +00:00
mknod.2 Adjust needed includes for fchmodat/mkdirat/mkfifoat/mknodat/fstatat 2013-10-15 11:43:21 +00:00
mknodat.c Change mknodat(2) device argument type from uint32_t to dev_t. 2013-10-17 18:01:11 +00:00
mlock.2
mlockall.2
mmap.2 Revert MAP_NOSYSCALLS patch. 2012-01-05 15:19:52 +00:00
mmap.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
modctl.2 Add -A, -a, and -e options to modstat(8) along with kernel 2012-08-07 01:19:05 +00:00
mount.2 document MNT_RELATIME 2011-11-18 21:04:21 +00:00
mprotect.2
mremap.2
msgctl.2
msgget.2
msgrcv.2 Bump date for previous. 2013-07-24 11:54:04 +00:00
msgsnd.2 Bump date for previous. 2013-07-24 11:54:04 +00:00
msync.2 Remove error condition for negative length parameter; the 2014-05-09 17:25:11 +00:00
munmap.2 len argument is of unsigned type (size_t) and thus cannot be negative; 2014-05-30 16:11:01 +00:00
nanosleep.2 Mark up HZ. 2014-02-02 08:31:49 +00:00
nfssvc.2
ntp_adjtime.2
ntp_adjtime.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
open.2 Add openat(2) specific errors. 2013-07-29 18:37:16 +00:00
pathconf.2 Replace wrong numeric values with corresponding symbolic constants. 2014-06-09 09:15:48 +00:00
pipe.2 pipe2 requires fcntl.h for its flags; PR 48614 from Steffen Daode Nurpmeso. 2014-02-22 17:26:41 +00:00
pmc_control.2
poll.2
posix_fadvise.2 Bump date for previous. 2013-02-04 20:03:11 +00:00
posix_fadvise.c
posix_madvise.c
pread.c
preadv.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
profil.2
ptrace.2 Document PT_SYSCALLEMU 2011-08-31 23:04:33 +00:00
pwrite.c
pwritev.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
rasctl.2
read.2 Switch a few remaining system/pathname configuration variables from 2013-07-14 14:29:09 +00:00
readlink.2 Bump date for previous. 2013-07-29 11:49:31 +00:00
reboot.2
recv.2 Switch a few remaining system/pathname configuration variables from 2013-07-14 14:29:09 +00:00
rename.2 Add renameat(2) specific errors. 2013-07-28 10:24:59 +00:00
revoke.2
rmdir.2
sa_enable.2
sa_register.2
sa_setconcurrency.2
sa_stacks.2
sa_yield.2
sched.c fail as the man page says sched_rr_get_interval should. 2012-03-18 02:04:39 +00:00
select.2 The document date was not updated as it should have been. 2013-11-28 03:45:31 +00:00
semctl.2
semctl.c
semget.2
semop.2
send.2 Switch a few remaining system/pathname configuration variables from 2013-07-14 14:29:09 +00:00
setgroups.2 Switch a few remaining system/pathname configuration variables from 2013-07-14 14:29:09 +00:00
setpgid.2
setregid.2
setreuid.2
setsid.2
settimeofday.c close on exec fixes: 2011-10-15 23:00:01 +00:00
setuid.2
shmat.2
shmctl.2
shmget.2
shutdown.2
sigaction.2 Merge EINVAL descriptions. 2014-01-04 15:54:27 +00:00
sigaltstack.2 Drop obsolete incompatibility note for interaction with libpthread. 2012-03-02 18:07:17 +00:00
sigpending.2
sigprocmask.2
sigqueue.2 Fix typo in error code; from Henning Petersen in PR 47565. 2013-02-14 09:31:48 +00:00
sigqueue.c
sigstack.2
sigsuspend.2
sigtimedwait.2 fix a couple of typos 2012-04-02 22:06:47 +00:00
sigtimedwait.c
sigwait.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
sigwaitinfo.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
socket.2 Retire OSI network stack. OK core@ 2013-03-01 18:25:13 +00:00
socketpair.2
stat.2 Mention the word 'inode' next to st_ino so it's easier to find. 2014-04-10 17:11:15 +00:00
statvfs.2
statvfs.c
swapctl.2
swapon.3
swapon.c Update old-style definitions to ANSI, remove a couple of register 2012-06-25 22:32:43 +00:00
symlink.2 Add symlinkat(2) specific errors. 2013-07-29 11:40:04 +00:00
sync.2
sysarch.2
syscall.2
timer_create.2 Mention sigevent(3) not only in DESCRIPTION but in SEE ALSO as well. 2012-11-06 21:16:21 +00:00
timer_delete.2
timer_settime.2 NL -> . to improve output 2012-11-06 23:25:44 +00:00
truncate.2 Sort errors. 2014-06-14 19:02:29 +00:00
truncate.c Convert to C89 prototypes. Remove use of __P 2012-03-20 16:26:12 +00:00
umask.2
undelete.2
unlink.2 Add unlinkat(2) specific errors. 2013-07-28 13:53:04 +00:00
utimes.2 Fixed spelling of 'appeared'. 2013-10-05 21:24:36 +00:00
utrace.2
uuidgen.2
vfork.2
wait.2
write.2 Switch a few remaining system/pathname configuration variables from 2013-07-14 14:29:09 +00:00