thorpej
4177d25e14
Build __clone.S, the Lint stubs, and the manual pages.
...
Yes, I know now all ports have a __clone() stub yet, but this
will force the issue -- they don't get to build their libc until
they implement it.
Implementers are encouraged to use the regression test for it
in src/regress/lib/libc/clone.
2001-07-18 23:03:10 +00:00
thorpej
511c17cad8
Fix the declaration of the funciton in the SYNOPSIS section.
2001-07-18 19:29:40 +00:00
thorpej
743cf39656
Document WALTSIG (and __WCLONE) and WALLSIG (__WALL). Restructure the
...
options documentation to make it easier to read.
2001-07-18 19:12:21 +00:00
thorpej
badb94abdb
Document CLONE_VFORK and note that we also do not implement CLONE_PTRACE.
2001-07-17 21:16:52 +00:00
thorpej
4e8fc6ae38
Lint stubs for clone(2).
2001-07-17 03:05:43 +00:00
thorpej
f6459c8fab
Manual page for clone(2).
2001-07-17 03:05:31 +00:00
lukem
dfaec93e4e
move to kqueue branch for now
2001-07-10 11:59:50 +00:00
skrll
f589848c0d
grammar.
2001-07-09 12:07:08 +00:00
lukem
6d8fbc3899
freebsd kqueue implementation
2001-06-28 08:01:35 +00:00
mrg
4091ab9fbd
note the SWAP PRIORITY section in swapctl.8
2001-06-07 15:23:48 +00:00
wiz
c8c8cf7a24
NetBSD -> Nx
2001-06-05 13:18:47 +00:00
jdolecek
16624f841d
Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is
...
same, but EAGAIN is the posixly correct name.
Addresses misc/12960.
2001-05-19 17:23:39 +00:00
matt
26d18c845b
replace return with rename (from Bruce Korb).
2001-05-17 23:45:24 +00:00
kleink
f020111f1c
Document l_type usage explicitly; fixes PR misc/10325.
2001-05-05 19:48:04 +00:00
simonb
a69a3cc5ec
Spell occurred correctly.
2001-04-25 02:19:48 +00:00
wiz
84f7b205e2
Dummy commit to kill -kk.
2001-04-23 23:02:10 +00:00
kleink
950c0fd37b
Document fchroot(2).
2001-04-18 08:28:10 +00:00
mrg
a655930206
expand on swap priorities, xref new section in swapctl(8). PR#12610.
2001-04-11 14:18:30 +00:00
wiz
daf7c82a00
Remove reference to nfsiod(8), which is long gone.
2001-04-09 19:55:52 +00:00
wiz
086fe0f436
Whitespace.
2001-04-09 12:17:35 +00:00
wiz
ff9338b919
Fix date, and some whitespace.
2001-04-09 12:17:16 +00:00
wiz
9ae930ee53
getrlimit(2), not (3)
2001-04-09 12:16:54 +00:00
wiz
0ddda8637f
getmntinfo(3) not (2)
2001-04-09 12:16:36 +00:00
pooka
b8116b5540
make prototypes match reality found in <sys/ktrace.h>
2001-03-18 21:51:11 +00:00
fair
fdd13acbc4
Correct typo in ERRORS, and document that getdents(2) can return
...
directory entries that refer to deleted files, all per PR 10567.
2001-03-16 07:58:24 +00:00
fair
bee514872a
Added the following text to answer PR 7249:
...
The manual page for each system call will list some of the
common errno codes that system call can return, but that
should not be considered an exhaustive list, i.e. a properly
written program should be able to gracefully recover from
any error that a system call might return. Documenting
all the error codes that a system call can return in a more
specification-like manner would take more resources than
this project has available.
2001-03-16 06:56:48 +00:00
fair
4ca39aa709
Add a description of the special kernel thread "ioflush" to the "special
...
processes" section, per PR 10912. While we're here, clean up nroff nits,
like spaces at the ends of lines.
2001-03-13 03:24:13 +00:00
wiz
3da563eb15
Fix typo reported by Geoff C. Wing in pkg/12369.
2001-03-10 12:57:02 +00:00
itojun
bf46c79fa7
add ECONNABORTED.
2001-02-07 12:50:15 +00:00
jdolecek
ced1de21ce
It seems utrace(2) actually appeared in FreeBSD 2.2, not 4.0 according
...
to FreeBSD CVS logs
2001-01-24 23:43:43 +00:00
augustss
9b388c5b09
Document a weird circumstance under which stat() return EBADF.
2001-01-09 20:45:10 +00:00
mycroft
ae430e05be
Update the date.
2001-01-05 23:31:39 +00:00
mycroft
4f5554fa22
Update the date.
2001-01-05 23:31:16 +00:00
mycroft
0dbdbcab93
Mark these as deprecated, and correctly an error in the HISTORY section.
2001-01-05 23:29:42 +00:00
jdolecek
c8ff0e782d
document KTR_USER_MAXLEN limit
2001-01-05 22:28:41 +00:00
jdolecek
f43afc04fe
add utrace(2)
2001-01-05 21:49:47 +00:00
matt
44e25a6200
Add __syscall.S back to sys/Makefile.inc. Remove from arch/i386/gen/
...
Makefile.inc. If your architecture doesn't have __syscall.S, *add it*.
2000-12-13 07:42:47 +00:00
simonb
0e35eedd7e
Move __syscall.S to the arch specific Makefile.inc's where it is
...
implemented.
2000-12-12 22:38:42 +00:00
briggs
c6ba879207
Add a cross-reference to ftok(3).
2000-12-12 16:47:05 +00:00
mycroft
731305d114
Handle __syscall() in user-level code for i386.
2000-12-10 21:27:37 +00:00
wiz
efaced1f8c
fix typo
2000-11-21 23:35:10 +00:00
mrg
2d1d6239e4
document SWAP_DUMPDEV & SWAP_GETDUMPDEV.
2000-11-17 11:40:05 +00:00
lukem
279552d3db
fix up various .Nm abuses:
...
- keep the case consistent between the actual name and what's referenced.
e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
using `.Nm ""' if there's stuff following, or for the 2nd and so on
occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
erh
a5c46ce842
Document the PROFDIR environment variable.
2000-10-24 19:31:59 +00:00
toshii
4acc4fc7fe
lfs_bmapv -> lfs_markv
2000-10-09 09:34:00 +00:00
nathanw
76bc7abc93
Use ".Fa stat" instead of ".Fn stat" when referring to the structure
...
rather than the function.
2000-10-07 16:48:24 +00:00
jdolecek
f5cb6bbd84
update(8) is gone, put in some info about ioflush
...
this addresses bin/11141 by Nick Hudson
2000-10-06 19:54:26 +00:00
jdolecek
a69cc94b83
kill references to update(8), it doesn't exist any more
...
this addresses bin/11141 by Nick Hudson
2000-10-06 18:53:28 +00:00
ad
5b09090e8e
insure -> ensure
2000-10-05 12:35:33 +00:00
is
6c614a3f1d
Document EPERM.
2000-09-28 09:46:17 +00:00