Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare for mdoc(7)NG. | ru | 2000-12-29 | 25 | -45/+44 |
| | |||||
* | Change M_WAIT to M_TRYWAIT, the new name of the flag. | bmilekic | 2000-12-24 | 1 | -2/+2 |
| | |||||
* | Catch up to the changes to the kthread API. | jhb | 2000-12-15 | 2 | -31/+46 |
| | |||||
* | mdoc(7) police: removed duplicate .Os calls. | ru | 2000-12-14 | 6 | -6/+0 |
| | |||||
* | mdoc(7) police: removed history info from the .Os FreeBSD call. | ru | 2000-12-14 | 4 | -5/+5 |
| | |||||
* | Grammar fix. | sheldonh | 2000-12-14 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: add a missing .Os, change the list type to ``tagged''. | ru | 2000-12-14 | 1 | -11/+10 |
| | |||||
* | Document the MA_RECURSED and MA_NOTRECURSED assertion flags as well as | jhb | 2000-12-13 | 1 | -0/+15 |
| | | | | the MTX_QUIET flag. | ||||
* | Add sbuf(9) man page with links to API function names. | des | 2000-12-13 | 2 | -0/+245 |
| | | | | Reviewed by: ru | ||||
* | mdoc(7) police: use canonical form of .Dd macro. | ru | 2000-12-11 | 12 | -12/+12 |
| | |||||
* | Fix some nits in the globs used to describe the various sets of atomic | jhb | 2000-12-08 | 1 | -5/+5 |
| | | | | | | operations. Submitted by: jake, jasone | ||||
* | Add a brief warning about devclass and multiple device driver attachments. | dcs | 2000-11-23 | 1 | -0/+4 |
| | |||||
* | mdoc(7) police: Er macro usage cleanup. | ru | 2000-11-22 | 9 | -17/+22 |
| | |||||
* | mdoc(7) police: add the missing and required .Dd macro call. | ru | 2000-11-22 | 1 | -0/+1 |
| | |||||
* | mdoc(7) police: do not split author names in the AUTHORS section. | ru | 2000-11-22 | 6 | -1/+7 |
| | |||||
* | mdoc(7) police: minor cleanup. | ru | 2000-11-22 | 2 | -8/+10 |
| | |||||
* | Install DELAY(9). | alfred | 2000-11-22 | 1 | -1/+1 |
| | |||||
* | Document the DELAY() function. | alfred | 2000-11-22 | 1 | -0/+47 |
| | |||||
* | Add description of M_WRITABLE macro and new M_RDONLY flag. Try my best to | bmilekic | 2000-11-21 | 1 | -11/+33 |
| | | | | | | conform to line break mdoc FreeBSD standards, although I am new to this. Reviewed by: sheldonh | ||||
* | Add new man page to the mix. | markm | 2000-11-21 | 1 | -0/+1 |
| | |||||
* | Whitespace-only change. Tidy up, alphabetise and wrap. | markm | 2000-11-21 | 1 | -8/+16 |
| | |||||
* | Add a consistent API to a feature that most modern CPUs have; a fast | markm | 2000-11-21 | 2 | -0/+194 |
| | | | | | | | | | | | | | | 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 | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 11 | -15/+15 |
| | |||||
* | Fix typo. | ben | 2000-11-18 | 1 | -1/+1 |
| | | | | | PR: 22923 Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | Fix another typo. | ben | 2000-11-18 | 1 | -1/+1 |
| | | | | | PR: 22924 Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | mdoc(7) police: eliminate warnings. | ru | 2000-11-17 | 7 | -7/+7 |
| | |||||
* | Fix typos. | ben | 2000-11-17 | 2 | -6/+6 |
| | | | | | PR: 22901, 22902 Submitted by: Jimmy Olgeni <olgeni@uli.it> | ||||
* | install/build accf_* manpages | alfred | 2000-11-16 | 1 | -0/+1 |
| | |||||
* | Xref accf_http and accf_data | alfred | 2000-11-15 | 1 | -0/+2 |
| | |||||
* | Document the accf_data accept filter: "dataready" | alfred | 2000-11-15 | 1 | -0/+76 |
| | |||||
* | Document the accf_http accept filter "httpready". | alfred | 2000-11-15 | 1 | -0/+97 |
| | |||||
* | remove fullstops from the end of .Xr lines in SEE ALSO sections. | ben | 2000-11-15 | 5 | -5/+5 |
| | |||||
* | Add a newline character at the end of this file, it was missing which | ben | 2000-11-15 | 1 | -1/+1 |
| | | | | resulted in ugly errors from 'diff'. | ||||
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 5 | -8/+20 |
| | |||||
* | Beef up the description of the kernel thread API. | jhb | 2000-11-13 | 2 | -19/+249 |
| | | | | Reviewed by: sheldonh, jasone | ||||
* | Describe the new software interrupt thread functionality. | jhb | 2000-11-13 | 2 | -1/+205 |
| | | | | Reviewed by: sheldonh, jasone | ||||
* | Add a manpage to document the atomic operations including a quick treatment | jhb | 2000-11-13 | 2 | -1/+295 |
| | | | | | | of memory barriers and the newish atomic variants that include them. Reviewed by: sheldonh | ||||
* | Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see also | dwmalone | 2000-11-13 | 1 | -1/+5 |
| | | | | section. | ||||
* | Sort NAMES section and separate Nm arguments from trailing punctuation. | sheldonh | 2000-11-13 | 2 | -18/+18 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 6 | -17/+15 |
| | |||||
* | Miscellaneous content fixes: | sheldonh | 2000-11-10 | 1 | -12/+18 |
| | | | | | | | | | * 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 | ||||
* | Whitespace only: fix hard sentence breaks now, before people really | sheldonh | 2000-11-10 | 1 | -29/+42 |
| | | | | get stuck into this page. | ||||
* | Replace non-existent 'mtx_t' typedef'd type with 'struct mtx'. | jhb | 2000-11-10 | 1 | -1/+1 |
| | |||||
* | Fixup some wrong statements in the new mbuf(9) man page. | bmilekic | 2000-11-01 | 1 | -63/+100 |
| | | | | | | | | 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. | ||||
* | Catch up to mutexes becoming MI: machine/mutex.h -> sys/mutex.h | jhb | 2000-11-01 | 1 | -1/+1 |
| | |||||
* | Fix a fundamental error. The device is not owned by the parent | asmodai | 2000-10-31 | 1 | -1/+1 |
| | | | | | | | bus before allocation. The resource is. Asked about by: julian on -current Verified by: msmith | ||||
* | Whitespace only: | sheldonh | 2000-10-30 | 1 | -13/+16 |
| | | | | | | * Remove hard sentence breaks. * Remove trailing whitespace. * Separate macro arguments from trailing punctuation with whitespace. | ||||
* | Add pfil.9 manpage to build after a repository copy. | ru | 2000-10-30 | 1 | -1/+2 |
| | |||||
* | Move suser() and suser_xxx() prototypes and a related #define from | phk | 2000-10-29 | 1 | -2/+1 |
| | | | | | | | | | <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>. | ||||
* | Use EX_USAGE in an example, as the SAME manual page describes a | alex | 2000-10-28 | 1 | -1/+1 |
| | | | | | | | few lines higher. PR: 22371 Submitted by: andrew@ugh.net.au |