summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2007-01-26printf(9) %b is not limited to 32 bits or less... document it.Jason Wright
2007-01-16Remove commented out references to VOP_LEASE();Thordur I. Bjornsson
2007-01-16Implement multiple segment allocation for uvm_pglistalloc, which fixesDimitry Andric
2007-01-11Document rw_enter and rw_exit.Artur Grabowski
2007-01-11MLINKS for functions described in mbuf_tags(9);Jason McIntyre
2007-01-11clean up this Makefile;Jason McIntyre
2007-01-03Sync with reality. m_tag_free() and m_tag_unlink() where removed andClaudio Jeker
2006-12-28s/vfs_lookup/VOP_LOOKUP/ since the former does notThordur I. Bjornsson
2006-12-28tweaks;Jason McIntyre
2006-12-24typos; MureninTheo de Raadt
2006-12-23describe new functions to handle sensors; by Constantine A. MureninTheo de Raadt
2006-11-27document bio_register and bio_unregisterDavid Gwynne
2006-11-23Fix example code, okay dlg@Pedro Martelletto
2006-11-10ral(4) no longer contains a reference implementation of rssadapt(9).Damien Bergamini
2006-11-08getvnode requires vnode.h; from bret lambertJason McIntyre
2006-10-28prefer `buses' to `busses' for the noun plural;Jason McIntyre
2006-10-16Use daddr64_t for logical blocks, okay krw@ thib@ mickey@Pedro Martelletto
2006-10-12- give smm/18.net a titleJason McIntyre
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gma...Marco Pfatschbacher
2006-10-10state when the sensor api can be used, and that care must be taken withDavid Gwynne
2006-10-04Match reality when describing VOP_BMAP(), bad pedroPedro Martelletto
2006-09-30Better description of PF mbuf tags, from Diego CasatiPedro Martelletto
2006-09-25Update my address.Michael Knudsen
2006-09-05mention that the 'cp' argument to m_copyback is the buffer to beThordur I. Bjornsson
2006-08-28sync MEXTADD prototype with reality.Damien Bergamini
2006-08-16document the name argument to rw_init.David Gwynne
2006-07-02document the vfs_busy class of functionsNikolay Sturm
2006-06-27document the radiotap headers HWQUEUE and RSSIReyk Floeter
2006-06-27__attribute__((__packed__)) -> __packedJonathan Gray
2006-06-24ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsgTheo de Raadt
2006-06-23namei() only returns locked vnodes if LOCKLEAF is set, be more clearNikolay Sturm
2006-06-12time delta -> timedeltaMarc Balmer
2006-05-29small tweaks;Jason McIntyre
2006-05-29Install and MLINK sensor function man pages.Michael Knudsen
2006-05-29Add docs for kernel sensor API.Michael Knudsen
2006-05-27remove bogus non-style advice that just causes "discussions"Theo de Raadt
2006-05-27Eradicate the type 'bus_dmasync_op_t'. Unused. SporadicallyKenneth R Westerback
2006-05-07Pool drains are gone, okay tedu@Pedro Martelletto
2006-05-07name arg for rw_initTed Unangst
2006-05-01make .Nm match the page name;Jason McIntyre
2006-04-27Document how PCI interrupt handlers are called, okay mickey@Pedro Martelletto
2006-04-26tweak; ok mickeyJason McIntyre
2006-04-25reference to spl(9)Michael Shalayeff
2006-04-20Document the rwlock() API, okay deraadt@Pedro Martelletto
2006-03-26Better verbiage on unloading a map. PR 5059Marco Peereboom
2006-03-21Encourage using strtonum(3).Ray Lai
2006-03-19Remove case '?': from getopt example.Ray Lai
2006-03-14Use .Xo/.Xc and .Fo/.Fc to put all arguments of iic_exec() in manRay Lai
2006-03-12document new attach args for devicesDavid Gwynne
2006-02-22missing includes; from iruata souzaJason McIntyre