.. |
Lint___clone.c
|
…
|
|
Lint___sigaction14.c
|
Add a special lint stub for __sigaction14 which broke when we switched
|
2009-04-10 23:14:58 +00:00 |
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
|
PR/49617: Kirk Russell: posix_fallocate() should be returning an error on
|
2015-01-31 23:10:56 +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
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
_lwp_exit.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
_lwp_getname.2
|
Sort SEE ALSO.
|
2009-05-18 14:49:35 +00:00 |
_lwp_getprivate.2
|
Add missing El macro.
|
2013-10-05 09:18:56 +00:00 |
_lwp_kill.2
|
fix spelling error.
|
2009-06-24 22:19:14 +00:00 |
_lwp_park.2
|
Fix prototype in SYNOPSIS, mark up NULL with Dv.
|
2014-01-31 21:11:05 +00:00 |
_lwp_self.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
_lwp_setname.2
|
Sort SEE ALSO.
|
2009-05-18 14:49:35 +00:00 |
_lwp_suspend.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
_lwp_unpark.2
|
Spell immediately correctly.
|
2010-11-02 20:49:47 +00:00 |
_lwp_unpark_all.2
|
play the "documentation matches implementation" game
|
2014-04-08 13:02:14 +00:00 |
_lwp_wait.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
_lwp_wakeup.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
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
|
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
|
2010-05-31 12:16:20 +00:00 |
adjtime.2
|
…
|
|
adjtime.c
|
close on exec fixes:
|
2011-10-15 23:00:01 +00:00 |
bind.2
|
Sort errors. Bump date for previous.
|
2015-04-05 20:41:05 +00:00 |
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
|
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
|
2010-05-31 12:16:20 +00:00 |
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
|
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
|
2010-05-31 12:16:20 +00:00 |
dup.2
|
Sort errors. Use parentheses instead of Pq in normal text.
|
2013-12-25 02:49:52 +00:00 |
execve.2
|
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
|
2010-05-31 12:16:20 +00:00 |
extattr_get_file.2
|
Do not hardcode values for ENAMETOOLONG, use symblic constants.
|
2014-11-11 08:10:02 +00:00 |
fcntl.2
|
O_SYNC, not O_FSYNC. Spotted by "beatnix" on freenode.
|
2013-12-28 20:03:22 +00:00 |
fdatasync.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
fdiscard.2
|
PR/49617: Kirk Russell: Describe the posix_fallocate return values correctly.
|
2015-02-01 15:24:15 +00:00 |
fdiscard.c
|
Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.x
|
2014-09-25 15:08:29 +00:00 |
fhopen.2
|
Bump date for previous.
|
2009-08-05 23:15:52 +00:00 |
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
|
Properly mark the standard that "deprecated" all of these.
|
2010-04-29 06:07:35 +00:00 |
getdents.2
|
Remove unneeded `Either' word in EFAULT error description.
|
2011-07-20 17:51:25 +00:00 |
getfh.2
|
Add references to other filehandle man pages.
|
2006-10-30 18:53:42 +00:00 |
getgid.2
|
Add some history.
|
2010-04-03 15:13:43 +00:00 |
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
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
getpeername.2
|
Sort errors.
|
2011-06-03 08:07:48 +00:00 |
getpgrp.2
|
Sort sections. From Henning Petersen in PR 49222.
|
2014-09-19 16:02:58 +00:00 |
getpid.2
|
Add some history.
|
2010-04-03 15:13:43 +00:00 |
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
|
Use .Fn for functions.
|
2011-04-04 08:00:53 +00:00 |
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
|
Refer to timeval(3) and only describe the legacy struct timezone here.
|
2010-05-18 07:14:18 +00:00 |
getuid.2
|
Fix date.
|
2010-04-05 07:44:28 +00:00 |
getvfsstat.2
|
…
|
|
intro.2
|
Remove trailing whitespace.
|
2015-04-22 13:59:54 +00:00 |
ioctl.2
|
Remove trailing whitespace; sort errors; spell "variadic" like
|
2010-12-19 22:19:27 +00:00 |
issetugid.2
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
kill.2
|
Clean up ERRORS (sort, merge).
|
2014-07-15 17:39:21 +00:00 |
kqueue.2
|
say that we put the exit code in data.
|
2015-03-02 19:24:19 +00:00 |
ktrace.2
|
Do not hardcode values for ENAMETOOLONG, use symblic constants.
|
2014-11-11 08:10:02 +00:00 |
lfs_bmapv.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
lfs_markv.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
lfs_segclean.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
lfs_segwait.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
link.2
|
Add linkat(2) specific errors.
|
2013-07-28 18:40:40 +00:00 |
listen.2
|
…
|
|
lseek.2
|
Sort ERRORS section.
|
2010-04-05 07:53:47 +00:00 |
lseek.c
|
Convert to C89 prototypes. Remove use of __P
|
2012-03-20 16:26:12 +00:00 |
madvise.2
|
fix usage
|
2014-07-19 19:26:47 +00:00 |
makelintstub
|
Add missing <sys/spawn.h> include
|
2012-02-12 01:46:05 +00:00 |
mincore.2
|
…
|
|
minherit.2
|
Rework minherit(2) man page into a table.
|
2014-08-05 15:01:03 +00:00 |
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
|
It is 2015 already.
|
2015-02-08 14:10:28 +00:00 |
mlockall.2
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
mmap.2
|
Document SIGBUS per ToG.
|
2015-02-27 16:18:00 +00:00 |
mmap.c
|
Convert to C89 prototypes. Remove use of __P
|
2012-03-20 16:26:12 +00:00 |
modctl.2
|
Provide additional info on why ENOEXEC gets returned.
|
2015-05-09 08:10:01 +00:00 |
mount.2
|
document MNT_RELATIME
|
2011-11-18 21:04:21 +00:00 |
mprotect.2
|
.Xr uvm_map_protect, not .Fn.
|
2011-04-03 06:54:30 +00:00 |
mremap.2
|
Sort sections.
|
2011-04-28 12:00:55 +00:00 |
msgctl.2
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
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
|
Specify width for tag list
|
2009-03-10 21:00:47 +00:00 |
ntp_adjtime.2
|
Bump date for last effective change.
|
2009-05-18 09:28:51 +00:00 |
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
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
posix_fadvise.2
|
Bump date for previous.
|
2013-02-04 20:03:11 +00:00 |
posix_fadvise.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
posix_fallocate.c
|
Fix argument paddiing for posix_fallocate and fdiscard with gcc 1.x
|
2014-09-25 15:08:29 +00:00 |
posix_madvise.c
|
Add posix_madvise(2) and appropriate definitions in sys/mman.h header.
|
2008-04-22 10:42:16 +00:00 |
pread.c
|
Change all the syscall C 'glue' functions (most of which just add in an
|
2007-11-22 21:11:30 +00:00 |
preadv.c
|
Convert to C89 prototypes. Remove use of __P
|
2012-03-20 16:26:12 +00:00 |
profil.2
|
…
|
|
ptrace.2
|
PR/49045: Tetsuya Isaki: remove remaining caddr_t in ptrace(2)
|
2014-07-28 08:10:23 +00:00 |
pwrite.c
|
Change all the syscall C 'glue' functions (most of which just add in an
|
2007-11-22 21:11:30 +00:00 |
pwritev.c
|
Convert to C89 prototypes. Remove use of __P
|
2012-03-20 16:26:12 +00:00 |
rasctl.2
|
- Document RAS_START_ASM, RAS_END_ASM, RAS_START_ASM_HIDDEN, and
|
2008-04-29 21:06:28 +00:00 |
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
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
recv.2
|
Switch a few remaining system/pathname configuration variables from
|
2013-07-14 14:29:09 +00:00 |
rename.2
|
Remove superfluous comma.
|
2015-01-27 10:11:20 +00:00 |
revoke.2
|
Do not hardcode values for ENAMETOOLONG, use symblic constants.
|
2014-11-11 08:10:02 +00:00 |
rmdir.2
|
Note that rmdir(2) fails with EINVAL when the path last component is
|
2014-10-11 12:06:58 +00:00 |
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
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
semctl.c
|
Remove va_arg hack for Clang/PPC.
|
2015-01-29 20:44:38 +00:00 |
semget.2
|
Added a reference to ipcs(1), since that's where one can find out more
|
2006-10-08 08:22:34 +00:00 |
semop.2
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
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
|
Sort sections. From Henning Petersen in PR 49222.
|
2014-09-19 16:02:58 +00:00 |
setregid.2
|
Move TNF licenses to 2 clause form
|
2008-05-02 18:11:04 +00:00 |
setreuid.2
|
Move TNF licenses to 2 clause form
|
2008-05-02 18:11:04 +00:00 |
setsid.2
|
Use .Fn for functions.
|
2011-04-04 08:00:53 +00:00 |
settimeofday.c
|
close on exec fixes:
|
2011-10-15 23:00:01 +00:00 |
setuid.2
|
Fix date.
|
2010-04-05 07:44:28 +00:00 |
shmat.2
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
shmctl.2
|
Use .In for header files instead of .Ar Pa and variations.
|
2010-03-22 19:30:53 +00:00 |
shmget.2
|
Sort ERRORS, use more markup, bump date for previous.
|
2008-10-27 16:49:10 +00:00 |
shutdown.2
|
…
|
|
sigaction.2
|
Merge EINVAL descriptions.
|
2014-01-04 15:54:27 +00:00 |
sigaltstack.2
|
Fix synopsis, remove unneeded Pp macro before display block and add one
|
2014-09-27 12:11:13 +00:00 |
sigpending.2
|
Fix pasto in previous.
|
2008-10-24 15:40:21 +00:00 |
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
|
remove clauses 3/4
|
2011-01-10 16:42:36 +00:00 |
sigstack.2
|
…
|
|
sigsuspend.2
|
…
|
|
sigtimedwait.2
|
fix a couple of typos
|
2012-04-02 22:06:47 +00:00 |
sigtimedwait.c
|
merge christos-time_t
|
2009-01-11 02:45:45 +00:00 |
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
|
Various minor improvements.
|
2011-06-27 08:21:07 +00:00 |
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
|
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
|
2010-05-31 12:16:20 +00:00 |
statvfs.c
|
Remove clause 3 and 4 from TNF licenses
|
2008-04-28 20:22:51 +00:00 |
swapctl.2
|
Use more markups in AUTHORS section.
|
2014-11-02 11:28:03 +00:00 |
swapon.3
|
Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
|
2010-05-31 12:16:20 +00:00 |
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
|
Sort SEE ALSO.
|
2009-03-25 06:46:21 +00:00 |
sysarch.2
|
…
|
|
syscall.2
|
Add text to the description saying that normal applications should not
|
2009-08-07 19:34:46 +00:00 |
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
|
Convert TNF licenses to new 2 clause variant
|
2008-04-30 13:10:46 +00:00 |
timer_settime.2
|
NL -> . to improve output
|
2012-11-06 23:25:44 +00:00 |
truncate.2
|
Sort SEE ALSO.
|
2014-07-25 08:44:54 +00:00 |
truncate.c
|
Convert to C89 prototypes. Remove use of __P
|
2012-03-20 16:26:12 +00:00 |
umask.2
|
…
|
|
undelete.2
|
Do not hardcode values for ENAMETOOLONG, use symblic constants.
|
2014-11-11 08:10:02 +00:00 |
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
|
Move to 2 clasue license
|
2008-05-02 18:38:32 +00:00 |
uuidgen.2
|
…
|
|
vfork.2
|
Remove
|
2014-07-18 16:02:50 +00:00 |
wait.2
|
The functions read(), wait(), and write() appeared already in v2 UNIX.
|
2010-04-03 15:43:46 +00:00 |
write.2
|
Switch a few remaining system/pathname configuration variables from
|
2013-07-14 14:29:09 +00:00 |