ru
a8609c073f
Oops, the previous did not work with current mdoc(7).
2001-01-12 16:02:58 +00:00
ru
0a221c5a50
mdoc(7) police: Ft/Vt now accept punctuation-type arguments.
2001-01-12 15:46:56 +00:00
ru
17ba214098
Prepare for mdoc(7)NG.
2000-12-29 09:18:45 +00:00
bmilekic
7614d31157
Change M_WAIT to M_TRYWAIT, the new name of the flag.
2000-12-24 03:08:17 +00:00
jhb
656396e81a
Catch up to the changes to the kthread API.
2000-12-15 20:39:35 +00:00
ru
51b13b77a8
mdoc(7) police: removed duplicate .Os calls.
2000-12-14 12:40:48 +00:00
ru
c23c39b3a4
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
sheldonh
9cf63b7743
Grammar fix.
2000-12-14 09:36:49 +00:00
ru
e3880f5f55
mdoc(7) police: add a missing .Os, change the list type to ``tagged''.
2000-12-14 08:55:32 +00:00
jhb
5c076dd607
Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as
...
the MTX_QUIET flag.
2000-12-13 23:30:43 +00:00
des
1575d4ecd7
Add sbuf(9) man page with links to API function names.
...
Reviewed by: ru
2000-12-13 19:53:37 +00:00
ru
ee79097019
mdoc(7) police: use canonical form of .Dd macro.
2000-12-11 15:47:53 +00:00
jhb
3e12cdd636
Fix some nits in the globs used to describe the various sets of atomic
...
operations.
Submitted by: jake, jasone
2000-12-08 22:10:28 +00:00
dcs
1d6df45810
Add a brief warning about devclass and multiple device driver attachments.
2000-11-23 17:19:54 +00:00
ru
e75ab20d6b
mdoc(7) police: Er macro usage cleanup.
2000-11-22 16:11:48 +00:00
ru
eb4dd99698
mdoc(7) police: add the missing and required .Dd macro call.
2000-11-22 13:31:01 +00:00
ru
835a46c9c2
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
843b99e943
mdoc(7) police: minor cleanup.
2000-11-22 08:19:15 +00:00
alfred
0dc37f9937
Install DELAY(9).
2000-11-22 03:44:55 +00:00
alfred
b1d17e1349
Document the DELAY() function.
2000-11-22 03:38:32 +00:00
bmilekic
9361f42502
Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to
...
conform to line break mdoc FreeBSD standards, although I am new to this.
Reviewed by: sheldonh
2000-11-21 22:29:31 +00:00
markm
7d87baa9c8
Add new man page to the mix.
2000-11-21 20:31:51 +00:00
markm
d8d18ccb17
Whitespace-only change. Tidy up, alphabetise and wrap.
2000-11-21 20:28:48 +00:00
markm
92be31d0b5
Add a consistent API to a feature that most modern CPUs have; a fast
...
counter register in-CPU.
This is to be used as a fast "timer", where linearity is more important
than time, and multiple lines in the linearity caused by multiple CPUs
in an SMP machine is not a problem.
This adds no code whatsoever to the FreeBSD kernel until it is actually
used, and then as a single-instruction inline routine (except for the
80386 and 80486 where it is some more inline code around nanotime(9).
Reviewed by: bde, kris, jhb
2000-11-21 19:55:21 +00:00
ru
0100fd6e93
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 18:41:33 +00:00
ben
fd59970ee1
Fix typo.
...
PR: 22923
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-18 20:19:26 +00:00
ben
7b2462e425
Fix another typo.
...
PR: 22924
Submitted by: Jimmy Olgeni <olgeni@uli.it>
2000-11-18 20:16:47 +00:00
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