wosch
315bad4039
Submitted by: bruce, davidg, dyson
...
add a BUG section for mmap with current limitation
section SYNOPSIS completed
1996-02-02 05:06:29 +00:00
mpp
62cdcaa268
Fix even more spelling errors in some more man pages.
1996-01-30 16:34:52 +00:00
nate
b3ab00ce02
Bring in the man page additions for PT_ATTACH/DETACH|GET/SET_REGS that
...
were deleted out after the initial import now that Peter's code has
implemented them in -current.
1996-01-24 20:17:17 +00:00
wosch
c9032f9a67
note in bugs section: madvise not yet implemented
1996-01-23 23:33:55 +00:00
mpp
d1e27e627b
Changed the description of SIGSYS to better reflect what
...
it means when that signal is received. Closes PR# 686.
1996-01-22 12:31:15 +00:00
julian
619b731f5b
Reviewed by: julian and (hsu?)
...
Submitted by: John Birrel(L?)
changes for threadsafe operations
1996-01-22 00:02:33 +00:00
nate
4828417ff5
- FreeBSD'ized the ptrace manpage by removing non-FreeBSD specific portions.
...
- install ptrace.2
1996-01-20 17:56:06 +00:00
nate
8a475453bc
This commit was generated by cvs2svn to compensate for changes in r13519,
...
which included commits to RCS files with non-trunk default branches.
1996-01-20 17:35:25 +00:00
nate
c041eb5d46
ptrace(2) manpage
1996-01-20 17:35:25 +00:00
peter
e0fd840147
Document the change that I made to pipe(2)
1996-01-01 15:40:31 +00:00
wollman
7786ac6f84
Document recent changes in socket buffers and listen(2).
1995-11-03 18:34:38 +00:00
joerg
f68a41fc52
Remove the bugs section. sh(1) now has a ulimit builtin.
1995-10-19 18:45:44 +00:00
joerg
5556a72169
Add man pages for the SYSV shm* and sem* functions.
...
This partially closes PR # docs/177.
This should probably also go into 2.1.
Submitted by: daveho@infocom.com (David Hovemeyer)
1995-10-03 19:17:21 +00:00
dg
2d79a9f77e
Indicate that backlog limit is 32.
1995-09-15 10:02:07 +00:00
joerg
f52d926b20
There is no such file as /usr/include/ufs/quota.h. There is a file
...
/usr/include/ufs/ufs/quota (#include <ufs/ufs/quota.h>) that seems to work
ok though.
Closes PR # docs/670: quotactl man page incorr...
Submitted by: evans@scnc.k12.mi.us (Jeffrey Evans)
1995-08-15 19:38:00 +00:00
bde
7c26ba05b7
Move rtprio.2 from usr.sbin/rtprio to lib/libc/sys, overwriting the bogus
...
version in the latter directory.
Reviewed by: davidg
1995-08-05 07:31:19 +00:00
joerg
01378533fb
bkr() returns an int, and not a pointer. Document this.
...
Closes PR #pending/630.
Pointed out by: phk
Obtained from:
1995-07-23 07:01:05 +00:00
bde
f74bb0f7b4
The declaration of sigaction was missing a `const'.
1995-07-16 09:44:58 +00:00
nate
0cd8cad49e
Add a missing link from the setpgid manpage to the setpgrp manpage.
1995-05-27 04:17:04 +00:00
ache
e332c87682
Add setreuid/setregid to MAN section
1995-04-23 15:06:16 +00:00
ache
14625e5bf4
Add setreuid/setregid
1995-04-23 12:34:48 +00:00
ache
0e058b2a04
Fix history info
1995-04-23 12:31:13 +00:00
ache
7c173188be
Add "before inclusion of any header which ... "
...
Suggested by: bde
1995-04-04 11:29:51 +00:00
ache
905b232bc7
Properly describe how to expand default limit of handled descriptors
1995-04-04 01:27:54 +00:00
dg
6136601fad
Updated manual page to indicate flags argument; added return value and
...
errors section.
1995-03-25 17:24:47 +00:00
ats
a40b30676a
Correct the parameters for the fchown. The third was erroneously
...
specified as uid_t but should be gid_t.
1995-02-17 00:41:30 +00:00
wollman
668541d9ec
Document Transaction TCP extensions to generic system calls.
1995-02-15 22:53:04 +00:00
ats
f3f8bf3b16
Add the sys/types.h include to the necessary documented includes for the
...
getrusage call.
1994-12-31 18:50:57 +00:00
dfr
78425e620e
Added sysarch system call which is used my i386_get/set_ltd.c and is needed
...
for Wine support. The current snapshot of wine works fine with this.
This should go into the beta as the code which it calls in the kernel is
already there, and works fine.
1994-11-17 10:50:55 +00:00
wollman
5de9aa67de
Redo kernel NTP PLL support, user-mode interface.
1994-09-18 20:29:55 +00:00
dfr
bed8e3af71
Added SYSV ipc system calls.
1994-09-13 14:52:45 +00:00
dg
1bc615af71
Fixed editing blunder.
1994-09-01 12:09:17 +00:00
dg
8b1ffe3ff3
Added rtprio system call stub and manual page.
...
Submitted by: Henrik Vestergaard Draboel
1994-09-01 09:52:37 +00:00
bde
6eb79dae2d
Build ntp_adjtime.o and ntp_gettime.o so that xntpd compiles.
...
Don't add to POBJS or SOBJS. bsd.lib.mk does it. Some objects were
duplicated.
Don't add to CLEANFILES. bsd.lib.mk does it. Some objects were
quadruplicated.
Define variables that are only used once close to where they are
used.
The ifdefs for avoiding building of profiled/shared objects when
NOPROFILE/NOPIC are set were not actually committed. The ifdefs
belong in bsd.lib.mk anyway.
1994-08-31 15:18:06 +00:00
wollman
4275234ba7
Undo some of Bruce's ``clean-up''. Don't be so damned verbose.
1994-08-30 21:46:05 +00:00
bde
af9bbad3e5
Don't build .po's if NOPROFILE is defined.
...
Don't build .so's if NOPIC is defined.
Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
1994-08-28 17:34:16 +00:00
dg
6b466831f4
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
wollman
e017c781ca
First crack at making libc work with the new make macros. It compiles on
...
my machine, and a simple static (genassym) and shared (sysctl) executable
both work. Still to be done: RPCand YP merge.
1994-08-05 01:19:12 +00:00
rgrimes
be22b15ae2
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00
rgrimes
e043687c62
This commit was generated by cvs2svn to compensate for changes in r1573,
...
which included commits to RCS files with non-trunk default branches.
1994-05-27 05:00:24 +00:00
rgrimes
eedec95276
BSD 4.4 Lite Lib Sources
1994-05-27 05:00:24 +00:00