Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-14 | Mention that MALLOC should only be used for allocations with a constant size. | Artur Grabowski | |
2001-04-10 | Remove lies about printf vs. puts/fputs/putchar. | Todd C. Miller | |
2001-03-26 | Remove BUGS section since pool(9) will now work with old VM system. | Aaron Campbell | |
2001-03-16 | vwaitforio | Constantine Sapuntzakis | |
2001-03-16 | cleanup | Constantine Sapuntzakis | |
2001-03-15 | Document timeout_triggered | Constantine Sapuntzakis | |
2001-03-14 | Correct getopt usage in sample code; fixes PR/1729. | Aaron Campbell | |
2001-03-10 | Man page on vn_lock | Constantine Sapuntzakis | |
2001-03-09 | Remove hard sentence break. | Aaron Campbell | |
2001-03-06 | first sweep ... | Brad Smith | |
OpenBSD -> .Ox NetBSD -> .Nx FreeBSD -> .Fx -- Ok'd by aaron@ | |||
2001-03-01 | A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sitting | Aaron Campbell | |
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time. | |||
2001-02-26 | Resolve broken MLINKS found by espie's script. | Aaron Campbell | |
2001-02-26 | Better vnode man page | Constantine Sapuntzakis | |
2001-02-25 | Oops. Add MLINKS for bus_space and bus_dma functions. Pointed out by espie@. | Kenneth R Westerback | |
2001-02-24 | Add a vnode man page | Constantine Sapuntzakis | |
2001-02-22 | Add bus_dma.9 and bus_space.9 | Kenneth R Westerback | |
2001-02-22 | First attempt at bringing in bus_space.9 from NetBSD. | Kenneth R Westerback | |
Changes from NetBSD bus_space.9 v1.15: 1) All references to the following functions were '.\"'d out: bus_space_read_raw_multi_1 bus_space_read_raw_region_1 bus_space_read_stream_1 bus_space_read_stream_2 bus_space_read_stream_4 bus_space_read_stream_8 bus_space_vaddr bus_space_write_raw_multi_1 bus_space_write_raw_region_1 bus_space_write_stream_1 bus_space_write_stream_2 bus_space_write_stream_4 bus_space_write_stream_8 2) All references to the following defines were '.\"'d out: BUS_SPACE_MAP_PREFETCHABLE BUS_SPACE_MAP_LINEAR 3) The entire COMPATIBILITY section with its discussion of of __BUS_SPACE_COMPAT_OLDDEFS was deleted as __BUS_SPACE_COMPAT_OLDDEFS does not seem to be used at all anywhere in the tree. 4) Added the already documented bus_space_alloc() to list of functions at head of page 5) Added bus_space_set_multi_N(t,h,o,v,c) definitions and descriptions 6) Renamed bus_space_copy_region_N to bus_space_copy_N 7) Replaced *_stream_* documentation with *_raw_* documentation 8) Rename the parameter 'flags' in bus_space_map and bus_space_alloc to 'cacheable' as that's the only flag we provide. Other more descriptive parameter names were retained rather than change to terse one/two letter parameter names used in bus.h 9) Eliminated short lines, made all new sentences start on new line, deleted extraneous .Pp's, removed some excess parenthesis, trailing white space, etc. ** Issues with bus_space.9 ** vax/bus.h and mac68k/bus.h still define bus_space_copy_region_N() instead of bus_space_copy_N like other architectures, though some of the comments do refer to bus_space_copy_N. powerpc/bus.h still defines bus_space_read_raw_multi_1() bus_space_write_raw_multi_1() vax/bus.h still defines BUS_SPACE_MAP_PREFETCHABLE while vax/bus.h and mac68k/bus.h both still define BUS_SPACE_MAP_LINEAR | |||
2001-02-22 | First attempt at porting bus_dma.9 from NetBSD. | Kenneth R Westerback | |
Changes to bus_dma.9 from NetBSD v1.14: 1) Delete two parameters (3rd & 4th) from bus_dmamap_sync (offset & len) 2) Delete dm_mapsize as a 'required' member of bus_dmamap_t (only present in vax/bus.h and alpha/bus.h) 3) Usual OpenBSD style-istic changes: no trailing white space, new lines for all sentences, reparagraph to eliminate short lines ** Issues with bus_dma.9 ** vax/bus.h still defines two parameters in bus_dmamap_sync() that are removed elsewhere (offset & len) | |||
2001-02-16 | Add function types. | Marc Espie | |
2001-02-04 | Put KNF in the NAME field so apropos/man -k will find it. | Jason Wright | |
2001-01-25 | Clarify that local variable declarations should be sorted by size largest to | Aaron Campbell | |
smallest; smart@monkey.org | |||
2001-01-14 | create_kthread(9) -> kthread_create(9); overdose@vomitorium.org | Todd C. Miller | |
2000-12-22 | more typo fixes; aaron@ ok | Anil Madhavapeddy | |
2000-12-21 | fix typos, aaron@ ok | Anil Madhavapeddy | |
2000-12-21 | typo; initalized -> initialized | Aaron Campbell | |
2000-12-21 | Revert the previous commit: it made sense for human consumption, but lint(1) | Aaron Campbell | |
and other code checkers don't like this special case. Pointed out by espie@ and michaels@inet.no. | |||
2000-12-20 | Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where it | Aaron Campbell | |
is obvious. | |||
2000-12-03 | typo (d@) | Marc Espie | |
2000-11-20 | various Xr fixes; nordin@cse.ogi.edu | Theo de Raadt | |
2000-11-17 | *HMAC96->HMAC | Angelos D. Keromytis | |
2000-11-10 | .Sh AUTHOR -> AUTHORS, ok aaron@ | Todd T. Fries | |
2000-11-10 | reflect reality | Marc Espie | |
2000-11-09 | add uvm(9) from netbsd; as a side effect increase art's guilt factor ;) | Michael Shalayeff | |
2000-11-09 | The spl() functions block interrupts of equal or lesser priority, not of | Aaron Campbell | |
higher priority. This man page could use some more improvement, but this paragraph was too misleading to be ignored. | |||
2000-11-07 | mdoc nit | Aaron Campbell | |
2000-10-25 | Don't incorrectly document splserial() as spltty(). | Aaron Campbell | |
2000-10-25 | Various fixes; from gluk@ptci.ru | Aaron Campbell | |
2000-10-16 | no, bad costa and bad theo | Michael Shalayeff | |
2000-10-16 | remove false crap | Michael Shalayeff | |
2000-10-16 | i386 subdir; wilfried@commentor.se | Theo de Raadt | |
2000-10-12 | General man page cleanups, mostly to remove trailing whitespace, hard | Aaron Campbell | |
sentence breaks, and other such things. | |||
2000-10-10 | manpage for ppsratecheck(9) | Jun-ichiro itojun Hagino | |
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 | |