.. |
Makefile.inc
|
move swapon() stub here
|
1997-06-12 22:39:15 +00:00 |
_exit.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 16:03:53 +00:00 |
accept.2
|
Document EMFILE and ENFILE.
|
1996-01-31 20:14:42 +00:00 |
access.2
|
Rework text explaining false positives.
|
1997-04-23 20:29:52 +00:00 |
acct.2
|
…
|
|
adjtime.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
bind.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
brk.2
|
replace <sys/types.h> with <unistd.h> and fix type of brk();
|
1997-01-23 05:32:52 +00:00 |
chdir.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 15:31:01 +00:00 |
chflags.2
|
document new reasons why {,f}chflags() can return EPERM; fixes
|
1997-04-23 06:00:51 +00:00 |
chmod.2
|
document EFTYPE error return (from der Mouse, pr-3476)
|
1997-07-12 18:38:06 +00:00 |
chown.2
|
Note that fchown(2) also implies clearing the set-{group,user}-id bits;
|
1997-04-30 19:35:33 +00:00 |
chroot.2
|
…
|
|
close.2
|
…
|
|
connect.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
dup.2
|
getdtablesize(2) -> getdtablesize(3)
|
1997-06-06 04:03:19 +00:00 |
execve.2
|
xref _exit(2) or exit(3) instead of exit(2)
|
1997-07-10 07:54:12 +00:00 |
fcntl.2
|
xref execve(2), getdtablesize(3) instead of execv(2), getdtablesize(2)
|
1997-07-10 07:44:49 +00:00 |
flock.2
|
…
|
|
fork.2
|
per-user process limit is set by RLIMIT_NPROC, not MAXUPRC; fixes PR 888.
|
1997-03-11 07:27:59 +00:00 |
fsync.2
|
…
|
|
ftruncate.c
|
Fix RCSID's
|
1997-07-13 20:25:30 +00:00 |
getdirentries.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
getfh.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
getfsstat.2
|
MNAMELEN is 90.
|
1997-05-21 21:48:47 +00:00 |
getgid.2
|
…
|
|
getgroups.2
|
…
|
|
getitimer.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
getlogin.2
|
…
|
|
getpeername.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
getpgrp.2
|
update for new reboot(2).
|
1996-08-09 10:32:11 +00:00 |
getpid.2
|
xref gethostid(3) not gethostid(2)
|
1997-07-11 08:05:51 +00:00 |
getpriority.2
|
…
|
|
getrlimit.2
|
Remove outdated BUGS section (from Mike Long, PR 2804)
|
1996-10-04 16:59:46 +00:00 |
getrusage.2
|
make manpage match header; from Brian Grayson in PR misc/3367
|
1997-03-21 05:59:54 +00:00 |
getsockname.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
getsockopt.2
|
Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP.
|
1997-01-12 01:01:06 +00:00 |
gettimeofday.2
|
document kernel change
|
1997-04-26 21:25:49 +00:00 |
getuid.2
|
…
|
|
intro.2
|
xref getdtablesize(3) not getdtablesize(2)
|
1997-07-11 08:00:52 +00:00 |
ioctl.2
|
…
|
|
kill.2
|
…
|
|
ktrace.2
|
…
|
|
link.2
|
oops, missed one (from PR 3397)
|
1997-03-27 07:57:12 +00:00 |
listen.2
|
Change to fit reality. Backlog is limited to 128, not 5.
|
1996-02-16 20:38:45 +00:00 |
lseek.2
|
fix a couple of typos
|
1997-06-21 07:02:40 +00:00 |
lseek.c
|
Fix RCSID's
|
1997-07-13 20:25:30 +00:00 |
madvise.2
|
Fix grammar error pointed out by Peter Seebach in PR#1846
|
1995-12-27 21:17:02 +00:00 |
makelintstub
|
a script to build C source code stubs to be fed to lint(1) from the data
|
1996-12-22 11:38:34 +00:00 |
mincore.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
mkdir.2
|
fix the the typos
|
1996-11-12 01:04:24 +00:00 |
mkfifo.2
|
…
|
|
mknod.2
|
…
|
|
mlock.2
|
…
|
|
mmap.2
|
nuke reference to nonexistant MAP_WRITE flag, per Brian Grayson, pr-3698
|
1997-07-12 18:44:48 +00:00 |
mmap.c
|
Fix RCSID's
|
1997-07-13 20:25:30 +00:00 |
mount.2
|
document MNT_NOCOREDUMP
|
1996-10-23 22:54:26 +00:00 |
mprotect.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
msgctl.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
msgget.2
|
SysV IPC manpages from Frank van der Linden
|
1995-10-16 23:49:07 +00:00 |
msgrcv.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
msgsnd.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
msync.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
munmap.2
|
…
|
|
nanosleep.2
|
Documentation for the new nanosleep syscall.
|
1997-04-17 18:12:02 +00:00 |
nfssvc.2
|
…
|
|
open.2
|
xref getdtablesize(3) not getdtablesize(2)
|
1997-07-11 08:00:52 +00:00 |
pathconf.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 15:31:01 +00:00 |
pipe.2
|
Update standards conformance.
|
1997-05-15 17:05:18 +00:00 |
poll.2
|
Mention that timeout is in milliseconds.
|
1996-09-07 21:53:08 +00:00 |
profil.2
|
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
|
1997-05-29 01:48:05 +00:00 |
ptrace.2
|
alternate -> alternative, per PR 2643
|
1997-03-08 13:36:38 +00:00 |
quotactl.2
|
ufs/quota.h -> ufs/ufs/quota.h, and some instances of ufs -> ffs
|
1996-10-22 21:49:00 +00:00 |
read.2
|
…
|
|
readlink.2
|
fix misplaced punctuation in SEE ALSO section.
|
1997-03-25 05:19:05 +00:00 |
reboot.2
|
document RB_STRING.
|
1996-08-10 00:22:29 +00:00 |
recv.2
|
…
|
|
rename.2
|
…
|
|
revoke.2
|
Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
|
1995-10-12 15:40:27 +00:00 |
rmdir.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 15:31:01 +00:00 |
select.2
|
xref getdtablesize(3) not getdtablesize(2)
|
1997-07-11 08:00:52 +00:00 |
semctl.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
semctl.c
|
Fix RCSID's
|
1997-07-13 20:25:30 +00:00 |
semget.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
semop.2
|
SysV IPC manpages from Frank van der Linden
|
1995-10-16 23:49:07 +00:00 |
send.2
|
Added EHOSTUNREACH description to ERRORS, closing PR 3133.
|
1997-03-25 15:43:06 +00:00 |
setgroups.2
|
…
|
|
setpgid.2
|
make setpgid(pid, pgrp) return EINVAL if pgrp < 0 as required by POSIX.1;
|
1997-03-27 06:14:03 +00:00 |
setregid.2
|
Resurrect the setre[ug]id() stubs.
|
1996-06-23 11:52:49 +00:00 |
setreuid.2
|
Resurrect the setre[ug]id() stubs.
|
1996-06-23 11:52:49 +00:00 |
setsid.2
|
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
|
1997-05-29 01:48:05 +00:00 |
setuid.2
|
Describe the _POSIX_SAVED_IDS situation more clearly.
|
1996-05-21 23:39:57 +00:00 |
shmat.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
shmctl.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
shmget.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
shutdown.2
|
…
|
|
sigaction.2
|
allow examination of SIGKILL and SIGSTOP signal handlers (but still
|
1997-03-27 07:52:25 +00:00 |
sigaltstack.2
|
alternate -> alternative, per PR 2643
|
1997-03-08 13:47:08 +00:00 |
sigpending.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 16:03:53 +00:00 |
sigprocmask.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 16:03:53 +00:00 |
sigreturn.2
|
…
|
|
sigstack.2
|
…
|
|
sigsuspend.2
|
…
|
|
socket.2
|
…
|
|
socketpair.2
|
…
|
|
stat.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 15:31:01 +00:00 |
statfs.2
|
Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov>
|
1996-08-09 19:09:32 +00:00 |
swapctl.2
|
actually document swapctl(2).
|
1997-06-20 05:47:58 +00:00 |
swapon.c
|
Fix RCSID's
|
1997-07-13 20:25:30 +00:00 |
symlink.2
|
add xrefs to readlink(2) and symlink(7). former from Brian Grayson in
|
1997-03-25 05:18:21 +00:00 |
sync.2
|
…
|
|
sysarch.2
|
…
|
|
syscall.2
|
note that __syscall() is prototyped to return a quad_t
|
1996-12-21 01:38:56 +00:00 |
timer_create.c
|
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
|
1997-04-17 19:07:15 +00:00 |
timer_delete.c
|
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
|
1997-04-17 19:07:15 +00:00 |
timer_getoverrun.c
|
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
|
1997-04-17 19:07:15 +00:00 |
timer_gettime.c
|
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
|
1997-04-17 19:07:15 +00:00 |
timer_settime.c
|
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
|
1997-04-17 19:07:15 +00:00 |
truncate.2
|
…
|
|
truncate.c
|
Fix RCSID's
|
1997-07-13 20:25:30 +00:00 |
umask.2
|
Add/update 1003.1 conformance notice.
|
1997-05-16 15:31:01 +00:00 |
unlink.2
|
EPERM is returned when the file to be removed is a directory and the file
|
1997-07-01 09:52:53 +00:00 |
utimes.2
|
Document futimes().
|
1996-04-23 10:34:16 +00:00 |
vfork.2
|
xref _exit(2) or exit(3) instead of exit(2)
|
1997-07-10 07:54:12 +00:00 |
wait.2
|
xref _exit(2) or exit(3) instead of exit(2)
|
1997-07-10 07:54:12 +00:00 |
write.2
|
…
|
|