summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2001-04-14Mention that MALLOC should only be used for allocations with a constant size.Artur Grabowski
2001-04-10Remove lies about printf vs. puts/fputs/putchar.Todd C. Miller
2001-03-26Remove BUGS section since pool(9) will now work with old VM system.Aaron Campbell
2001-03-16vwaitforioConstantine Sapuntzakis
2001-03-16cleanupConstantine Sapuntzakis
2001-03-15Document timeout_triggeredConstantine Sapuntzakis
2001-03-14Correct getopt usage in sample code; fixes PR/1729.Aaron Campbell
2001-03-10Man page on vn_lockConstantine Sapuntzakis
2001-03-09Remove hard sentence break.Aaron Campbell
2001-03-06first sweep ...Brad Smith
OpenBSD -> .Ox NetBSD -> .Nx FreeBSD -> .Fx -- Ok'd by aaron@
2001-03-01A slew of share/ man page fixes; nordin@cse.ogi.edu. These have been sittingAaron Campbell
in my INBOX since Nov 6, 2000, probably forgot about them since the tree was frozen at that time.
2001-02-26Resolve broken MLINKS found by espie's script.Aaron Campbell
2001-02-26Better vnode man pageConstantine Sapuntzakis
2001-02-25Oops. Add MLINKS for bus_space and bus_dma functions. Pointed out by espie@.Kenneth R Westerback
2001-02-24Add a vnode man pageConstantine Sapuntzakis
2001-02-22Add bus_dma.9 and bus_space.9Kenneth R Westerback
2001-02-22First 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-22First 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-16Add function types.Marc Espie
2001-02-04Put KNF in the NAME field so apropos/man -k will find it.Jason Wright
2001-01-25Clarify that local variable declarations should be sorted by size largest toAaron Campbell
smallest; smart@monkey.org
2001-01-14create_kthread(9) -> kthread_create(9); overdose@vomitorium.orgTodd C. Miller
2000-12-22more typo fixes; aaron@ okAnil Madhavapeddy
2000-12-21fix typos, aaron@ okAnil Madhavapeddy
2000-12-21typo; initalized -> initializedAaron Campbell
2000-12-21Revert 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-20Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where itAaron Campbell
is obvious.
2000-12-03typo (d@)Marc Espie
2000-11-20various Xr fixes; nordin@cse.ogi.eduTheo de Raadt
2000-11-17*HMAC96->HMACAngelos D. Keromytis
2000-11-10.Sh AUTHOR -> AUTHORS, ok aaron@Todd T. Fries
2000-11-10reflect realityMarc Espie
2000-11-09add uvm(9) from netbsd; as a side effect increase art's guilt factor ;)Michael Shalayeff
2000-11-09The spl() functions block interrupts of equal or lesser priority, not ofAaron Campbell
higher priority. This man page could use some more improvement, but this paragraph was too misleading to be ignored.
2000-11-07mdoc nitAaron Campbell
2000-10-25Don't incorrectly document splserial() as spltty().Aaron Campbell
2000-10-25Various fixes; from gluk@ptci.ruAaron Campbell
2000-10-16no, bad costa and bad theoMichael Shalayeff
2000-10-16remove false crapMichael Shalayeff
2000-10-16i386 subdir; wilfried@commentor.seTheo de Raadt
2000-10-12General man page cleanups, mostly to remove trailing whitespace, hardAaron Campbell
sentence breaks, and other such things.
2000-10-10manpage for ppsratecheck(9)Jun-ichiro itojun Hagino
2000-07-07Update to match changes to splsoftclock()/spllowersoftclock().Hakan Olsson
Plus splserial() -> spltty(), splsoftserial() -> splsofttty().
2000-07-01Better english.Aaron Campbell
2000-07-01Add man pages for the kernel power hook mechanisms.Aaron Campbell
2000-06-28While I'm reading this, complete the NAME section and fix a typo.Aaron Campbell
2000-06-25comma splicePaul Janzen
2000-06-20Add text about crypto_done()Angelos D. Keromytis
2000-06-18Point out that the callbacks are responsible for setting the appropriateAngelos D. Keromytis
spl level.
2000-06-07Document how 'show malloc' in ddb can be used to find out what went wrong.Artur Grabowski