Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-07 | Update to match changes to splsoftclock()/spllowersoftclock(). | Hakan Olsson | |
Plus splserial() -> spltty(), splsoftserial() -> splsofttty(). | |||
2000-07-01 | Better english. | Aaron Campbell | |
2000-07-01 | Add man pages for the kernel power hook mechanisms. | Aaron Campbell | |
2000-06-28 | While I'm reading this, complete the NAME section and fix a typo. | Aaron Campbell | |
2000-06-25 | comma splice | Paul Janzen | |
2000-06-20 | Add text about crypto_done() | Angelos D. Keromytis | |
2000-06-18 | Point out that the callbacks are responsible for setting the appropriate | Angelos D. Keromytis | |
spl level. | |||
2000-06-07 | Document how 'show malloc' in ddb can be used to find out what went wrong. | Artur Grabowski | |
2000-06-06 | Some minor corrections. | Aaron Campbell | |
2000-06-06 | Document MALLOC_DEBUG. | Artur Grabowski | |
2000-06-06 | Document change in the cryptop structure. | Angelos D. Keromytis | |
2000-06-05 | Err, make it splclock(9), so it's more clear to the reader. | Aaron Campbell | |
2000-06-05 | Xr spl(9) | Aaron Campbell | |
2000-06-05 | Various fixes. | Artur Grabowski | |
From millert@ | |||
2000-06-04 | fix typo preapared -> prepared | Kenneth R Westerback | |
2000-04-28 | - Correct a lot of mdoc macro usage. | Aaron Campbell | |
- Correct some typos. - Remove hard sentence breaks. - Remove trailing whitespace. - Reorder Xr's in SEE ALSO. - Change CODE REFERENCES section to a FILES section (more standard) | |||
2000-04-28 | Add crypto.9 | Angelos D. Keromytis | |
2000-04-28 | Fix the types of functions passed to crypto_register(), as per Theo's | Angelos D. Keromytis | |
change in the include file. | |||
2000-04-28 | man page for the kernel crypto framework, more or less complete | Angelos D. Keromytis | |
(hopefully accurate too). | |||
2000-04-27 | audio(9) from netbsd, seems to match pretty well | Michael Shalayeff | |
2000-04-26 | rcsids where missing | Michael Shalayeff | |
2000-04-26 | pool manipulation routines; second take | Michael Shalayeff | |
2000-04-26 | disklabel manipulation routines page from netbsd w/ some adjustments; no ↵ | Michael Shalayeff | |
history section | |||
2000-04-26 | history says that it first appeared in netbsd 1.2 | Michael Shalayeff | |
2000-04-26 | repairs | Michael Shalayeff | |
2000-04-26 | unforgivable oops, forgot xr spl(9) | Michael Shalayeff | |
2000-04-26 | mi_switch(), cpu_switch() page from netbsd w/ small addition by me; second try | Michael Shalayeff | |
2000-04-26 | some grammar, and xr pchb(4) | Michael Shalayeff | |
2000-04-25 | Missing MLINKS | Marc Espie | |
2000-04-18 | Better explaination, various fixes. | Artur Grabowski | |
2000-04-12 | Remove all arguments to the .Os macro so that all of 2.7's man pages will | Aaron Campbell | |
correctly say "OpenBSD 2.7". | |||
2000-04-11 | current | Michael Shalayeff | |
2000-03-28 | ratecheck comes from NetBSD. | Jakob Schlyter | |
2000-03-23 | Document timeout_pending and timeout_initialized. | Artur Grabowski | |
2000-03-23 | Install links for the new timeout API. | Artur Grabowski | |
2000-03-23 | Document the new timeout API. | Artur Grabowski | |
2000-03-17 | ratecheck - function to help implement rate-limited actions (from NetBSD) | Jakob Schlyter | |
ok art@ | |||
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-02-07 | Update to reflect recent changes to the interface. | Artur Grabowski | |
1999-12-15 | fix declarations | Eric Jackson | |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-22 | REVERT TO PREVIOUS STATE OF AFFAIR. | Marc Espie | |
If those pages are different from the NetBSD version, maybe there's a reason ? Like, possibly, I just read our source code, which just happens to do things in DIFFERENT ways than NetBSD does ? As far as the added pages go, they obviously haven't been checked against actual code as well, hence they're worse than useless, since a large part of the information is definitely misleading. | |||
1999-09-22 | Add/update some man9 pages from NetBSD | Constantine Sapuntzakis | |
1999-09-14 | Tidying and spelling | Paul Janzen | |
1999-09-10 | Describe the fact that a separate clock is wanted for statistics and | Thorsten Lockert | |
profiling, and how we would like it to work. With help from Marc Espie | |||
1999-09-07 | +, millert@ ok | David Leonard | |
1999-09-06 | oops, thanks, Todd. | Marc Espie | |
1999-09-05 | New man pages, adapted from NetBSD. | Marc Espie | |
Add corresponding cross-references. Missed some uses of .Dv. | |||
1999-09-02 | Missed that one. | Marc Espie | |