ru
9e61ada2ff
mdoc(7) police: eliminate warnings.
2000-11-17 15:40:57 +00:00
ben
dd1ebedcff
Fix typos.
...
PR: 22901, 22902
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-17 09:16:29 +00:00
alfred
60bcdb47f7
install/build accf_* manpages
2000-11-16 00:57:52 +00:00
alfred
3939054d1b
Xref accf_http and accf_data
2000-11-15 22:54:06 +00:00
alfred
429d499778
Document the accf_data accept filter: "dataready"
2000-11-15 22:53:02 +00:00
alfred
5dd0cd33d7
Document the accf_http accept filter "httpready".
2000-11-15 22:46:21 +00:00
ben
ff4f576d86
remove fullstops from the end of .Xr lines in SEE ALSO sections.
2000-11-15 16:00:07 +00:00
ben
a70cac6a71
Add a newline character at the end of this file, it was missing which
...
resulted in ugly errors from 'diff'.
2000-11-15 13:34:41 +00:00
ru
7d99729431
Use Fx macro wherever possible.
2000-11-14 11:20:58 +00:00
jhb
622e380f74
Beef up the description of the kernel thread API.
...
Reviewed by: sheldonh, jasone
2000-11-13 20:34:20 +00:00
jhb
ad22475f41
Describe the new software interrupt thread functionality.
...
Reviewed by: sheldonh, jasone
2000-11-13 20:18:42 +00:00
jhb
6e89ba0697
Add a manpage to document the atomic operations including a quick treatment
...
of memory barriers and the newish atomic variants that include them.
Reviewed by: sheldonh
2000-11-13 20:08:17 +00:00
dwmalone
26e56c67ab
Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also
...
section.
2000-11-13 16:18:46 +00:00
sheldonh
5556ffe79e
Sort NAMES section and separate Nm arguments from trailing punctuation.
2000-11-13 13:12:44 +00:00
ru
a6f5d950d8
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
sheldonh
e11dba3a71
Miscellaneous content fixes:
...
* xref sysctl
* do not mark kern.ipc.mbuf_wait up as a function argument.
* do not mix case of function argument names
* a mbuf -> an mbuf
* if -> whether
* typos
2000-11-10 10:22:49 +00:00
sheldonh
5201e14881
Whitespace only: fix hard sentence breaks now, before people really
...
get stuck into this page.
2000-11-10 10:08:34 +00:00
jhb
43358c0a4b
Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'.
2000-11-10 01:51:55 +00:00
bmilekic
be59ef485d
Fixup some wrong statements in the new mbuf(9) man page.
...
Also introduce a bunch of (missed?) macros and functions.
This man page still needs a lot of work, most likely a re-ordering
of the macros/functions, and a more complete, more accurate, listing of
available routines.
A good and worthy start nonetheless.
2000-11-01 23:02:19 +00:00
jhb
0e1561470a
Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h
2000-11-01 00:39:27 +00:00
asmodai
7bdda47bf3
Fix a fundamental error. The device is not owned by the parent
...
bus before allocation. The resource is.
Asked about by: julian on -current
Verified by: msmith
2000-10-31 13:16:47 +00:00
sheldonh
4b00fdc3f6
Whitespace only:
...
* Remove hard sentence breaks.
* Remove trailing whitespace.
* Separate macro arguments from trailing punctuation with whitespace.
2000-10-30 19:49:26 +00:00
ru
c4bae732d2
Add pfil.9 manpage to build after a repository copy.
2000-10-30 09:16:18 +00:00
phk
ff5cdfae2d
Move suser() and suser_xxx() prototypes and a related #define from
...
<sys/proc.h> to <sys/systm.h>.
Correctly document the #includes needed in the manpage.
Add one now needed #include of <sys/systm.h>.
Remove the consequent 48 unused #includes of <sys/proc.h>.
2000-10-29 16:06:56 +00:00
alex
134482b1a7
Use EX_USAGE in an example, as the SAME manual page describes a
...
few lines higher.
PR: 22371
Submitted by: andrew@ugh.net.au
2000-10-28 10:02:23 +00:00
mpp
488d906ef4
Typo fix.
2000-10-27 20:55:15 +00:00
asmodai
77d1b654cf
Use FreeBSD.org, not freebsd.org, as has been the precedent.
2000-10-27 16:05:39 +00:00
jhb
489eb0f777
Add in MLINKS for all of the various mutex functions to mutex.9
2000-10-26 23:54:10 +00:00
jhb
b36870f68f
- Document MUTEX_DECLARE and MTX_COLD
...
- Clean up some minor nits
2000-10-26 23:53:12 +00:00
jhb
1b6e7d61e4
Add a note that the spl() API is deprecated in favor of mutexes.
2000-10-26 23:30:01 +00:00
nik
74403519f9
Add a prototype mbuf.9 man page. Probably needs work, but it's a good
...
start.
PR: docs/22053
Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
2000-10-26 23:15:47 +00:00
markm
b1481ced76
Add some very crude man pages to try to induce folk to work on them.
...
Agreed to work on them: jasone
2000-10-24 03:33:24 +00:00
phk
55e86a81b7
Introduce the M_ZERO flag to malloc(9)
...
Instead of:
foo = malloc(sizeof(foo), M_WAIT);
bzero(foo, sizeof(foo));
You can now (and please do) use:
foo = malloc(sizeof(foo), M_WAIT | M_ZERO);
In the future this will enable us to do idle-time pre-zeroing of
malloc-space.
2000-10-20 17:54:55 +00:00
markm
1beb657e46
Add a man page for part of the PRNG API.
2000-10-14 16:16:42 +00:00
brian
61ad84caf2
Index: Makefile
...
===================================================================
RCS file: /home/ncvs/src/share/man/man9/Makefile,v
retrieving revision 1.75
diff -u -r1.75 Makefile
--- Makefile 2000/09/17 12:15:12 1.75
+++ Makefile 2000/10/06 23:24:26
@@ -69,6 +69,8 @@
MLINKS+=make_dev.9 destroy_dev.9
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
MLINKS+=mi_switch.9 cpu_switch.9
+MLINKS+=namei.9 NDINIT.9
+MLINKS+=namei.9 NDFREE.9
MLINKS+=posix4.9 p1003_1b.9
MLINKS+=psignal.9 gsignal.9 psignal.9 pgsignal.9
MLINKS+=rtalloc.9 rtalloc1.9 rtalloc.9 rtalloc_ign.9
2000-10-06 23:29:11 +00:00
ps
8f0f96dea9
Correct who pioneered the accept filters and Yahoo!'s company name.
2000-10-06 10:51:24 +00:00
markm
b07f6c50af
Huge improvement to the mutex man page.
...
o Document all the mutex calls, not just the entry and exit.
o Fix the mtx_t typedef (now is struct mtx).
2000-09-25 11:21:49 +00:00
markm
6402d3f40e
Remove references to the defunct kern.timecounter.method sysctl variable.
2000-09-25 11:18:51 +00:00
rwatson
7d3fbb2c27
o Bring VOP_GETACL(9) and VOP_GETEXTATTR(9) man page "LOCKS" sections in
...
sync with the implementation. Vnode locks *are* required for these
operations, as some underlying implementations will require them.
Obtained from: TrustedBSD Project
2000-09-21 18:51:48 +00:00
alex
ac3bec4607
Reference DRIVER_MODULE.9
2000-09-17 12:20:08 +00:00
alex
0aa12349e5
Add DRIVER_MODULE.9, the manual page describing the kernel driver
...
declaration macro.
Thanks to Sheldon for a big patch with language/mdoc fixes.
Reviewed by: asmodai, sheldonh
2000-09-17 12:15:12 +00:00
phk
5bf57a5090
Fix a cut&paste mistake.
2000-09-16 14:37:41 +00:00
jake
d9372eab72
Add scant documentation for msleep.
2000-09-11 00:52:31 +00:00
jasone
769e0f974d
Major update to the way synchronization is done in the kernel. Highlights
...
include:
* Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The
alpha port is still in transition and currently uses both.)
* Per-CPU idle processes.
* Interrupts are run in their own separate kernel threads and can be
preempted (i386 only).
Partially contributed by: BSDi (BSD/OS)
Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh
2000-09-07 01:33:02 +00:00
dfr
00bc2fc95a
Document kobj_class_compile_static().
2000-08-28 21:17:46 +00:00
sheldonh
01355e8af4
Clear extraneous arguments to the name (Nm) macro.
...
Mark PRISON_ROOT and EPERM as defined values (Dv).
2000-08-17 08:17:16 +00:00
markm
f2e97d9eb0
Mention more functions in the headers so whatis(1) can find them, and
...
create links to functions so added found.
2000-08-16 19:53:38 +00:00
markm
6e8b42e205
Grammar police; make the English style more consistent throughout,
...
and give suser_xxx some more airtime.
2000-08-16 19:52:03 +00:00
markm
13181df415
Grammar police; "has been written by" --> "was written by".
2000-08-15 15:23:46 +00:00
markm
206a1fb09a
Improve the cross-references.
2000-08-15 15:14:13 +00:00