.. |
Makefile.inc
|
Add stubs which set errno to ENOSYS and return -1 for the POSIX.1b
|
1997-04-17 19:07:15 +00:00 |
_exit.2
|
…
|
|
accept.2
|
Document EMFILE and ENFILE.
|
1996-01-31 20:14:42 +00:00 |
access.2
|
…
|
|
acct.2
|
…
|
|
adjtime.2
|
…
|
|
bind.2
|
…
|
|
brk.2
|
replace <sys/types.h> with <unistd.h> and fix type of brk();
|
1997-01-23 05:32:52 +00:00 |
chdir.2
|
…
|
|
chflags.2
|
add missing opaque and archived bits; from Paul Boven in PR kern/3491.
|
1997-04-22 06:10:26 +00:00 |
chmod.2
|
…
|
|
chown.2
|
…
|
|
chroot.2
|
…
|
|
close.2
|
…
|
|
connect.2
|
…
|
|
dup.2
|
…
|
|
execve.2
|
…
|
|
fcntl.2
|
…
|
|
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 quad_t __syscall() return goofs. Now these should work on big-endian
|
1996-12-23 03:00:25 +00:00 |
getdirentries.2
|
…
|
|
getfh.2
|
…
|
|
getfsstat.2
|
Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov>
|
1996-08-09 19:09:32 +00:00 |
getgid.2
|
…
|
|
getgroups.2
|
…
|
|
getitimer.2
|
…
|
|
getlogin.2
|
…
|
|
getpeername.2
|
…
|
|
getpgrp.2
|
update for new reboot(2).
|
1996-08-09 10:32:11 +00:00 |
getpid.2
|
…
|
|
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
|
…
|
|
getsockopt.2
|
Fix typo; control message type for SO_TIMESTAMP is SCM_TIMESTAMP.
|
1997-01-12 01:01:06 +00:00 |
gettimeofday.2
|
minor formatting tweak
|
1997-01-12 05:18:14 +00:00 |
getuid.2
|
…
|
|
intro.2
|
…
|
|
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
|
Documented EINVAL result for invalid resulting offsets.
|
1997-04-04 14:32:54 +00:00 |
lseek.c
|
pull in unistd.h for prototypes
|
1996-12-20 20:17:19 +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
|
…
|
|
mkdir.2
|
fix the the typos
|
1996-11-12 01:04:24 +00:00 |
mkfifo.2
|
…
|
|
mknod.2
|
…
|
|
mlock.2
|
…
|
|
mmap.2
|
…
|
|
mmap.c
|
Fix quad_t __syscall() return goofs. Now these should work on big-endian
|
1996-12-23 03:00:25 +00:00 |
mount.2
|
document MNT_NOCOREDUMP
|
1996-10-23 22:54:26 +00:00 |
mprotect.2
|
…
|
|
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
|
…
|
|
munmap.2
|
…
|
|
nanosleep.2
|
Documentation for the new nanosleep syscall.
|
1997-04-17 18:12:02 +00:00 |
nfssvc.2
|
…
|
|
open.2
|
…
|
|
pathconf.2
|
…
|
|
pipe.2
|
…
|
|
poll.2
|
Mention that timeout is in milliseconds.
|
1996-09-07 21:53:08 +00:00 |
profil.2
|
change definition of profil() to make it 64-bit friendly. This has
|
1995-11-22 23:07:19 +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
|
…
|
|
rmdir.2
|
…
|
|
select.2
|
Cross-reference poll(2).
|
1996-09-07 21:51:53 +00:00 |
semctl.2
|
cleanup xrefs
|
1997-03-27 08:20:35 +00:00 |
semctl.c
|
…
|
|
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
|
…
|
|
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
|
…
|
|
sigprocmask.2
|
…
|
|
sigreturn.2
|
…
|
|
sigstack.2
|
…
|
|
sigsuspend.2
|
…
|
|
socket.2
|
…
|
|
socketpair.2
|
…
|
|
stat.2
|
add description of file flags, with xrefs to chflags(2).
|
1997-04-22 06:40:38 +00:00 |
statfs.2
|
Phrasing/formatting tweaks, from Kenneth Stailey <kstailey@dol-esa.gov>
|
1996-08-09 19:09:32 +00:00 |
swapon.2
|
…
|
|
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 quad_t __syscall() return goofs. Now these should work on big-endian
|
1996-12-23 03:00:25 +00:00 |
umask.2
|
…
|
|
unlink.2
|
…
|
|
utimes.2
|
Document futimes().
|
1996-04-23 10:34:16 +00:00 |
vfork.2
|
…
|
|
wait.2
|
check options argument to wait{3,4,pid}(); from Klaus Klein in PR 3182.
|
1997-02-07 05:33:07 +00:00 |
write.2
|
…
|
|