summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Collapse)Author
2007-02-28various spelling correctionsDavid Krause
2007-02-18Add aml_evalnode.9 along with the required MLINKS.Michael Knudsen
Prodded by deraadt which made me notice I'd forgotten to update MLINKS as I added new functions.
2007-02-18tweaks;Jason McIntyre
2007-02-17Document aml_val2int(). Also, add an EXAMPLES section that shows use ofMichael Knudsen
aml_evalname(), aml_val2int(), and aml_freevalue() in turn. Still a lot more to come. ok marco
2007-02-17Add aml_find_node().Michael Knudsen
2007-02-17Marco has been wanting documentation for the AML/ACPI API for a longMichael Knudsen
time so here is a first stab at it. Only documents three functions so far, but I'm putting it in the tree now so more people can easily contribute. Input and ok marco jmc
2007-02-15forever loops may be done with for or while, it doesnt matter;Thordur I. Bjornsson
so remove a line that says it matters. ok deraadt@
2007-02-13It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA.Michael Knudsen
ok brad
2007-02-11Correct return value in read(2) syscall example. ok pedroAlexander Bluhm
2007-02-03Remove references to LK_EXCLUPGRADE, LK_REENABLE, LK_SETRECURSE andPedro Martelletto
LK_SPIN, okay miod@
2007-02-02Remove refrence to VLAYER, its gone.Thordur I. Bjornsson
Diff from Iruata Souza, thanks! ok pedro@
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
ok jmc@ (who pointed this out to me)
2007-01-16Implement multiple segment allocation for uvm_pglistalloc, which fixesDimitry Andric
most agp_generic_bind_memory failures when memory is limited and very fragmented. In effect, this should fix a lot of X startup crashes after activities that exercise memory a lot (e.g. make builds, building big ports, etc). ok mickey, miod
2007-01-11Document rw_enter and rw_exit.Artur Grabowski
Requested and ok by dlg@, ok jmc@
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
m_tag_delete_chain() was a simplified. OK dhartmei@
2006-12-28s/vfs_lookup/VOP_LOOKUP/ since the former does notThordur I. Bjornsson
exist and we are talking about the latter. ok pedro@
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
with help from jmc@
2006-11-23Fix example code, okay dlg@Pedro Martelletto
2006-11-10ral(4) no longer contains a reference implementation of rssadapt(9).Damien Bergamini
refer to ath(4) instead.
2006-11-08getvnode requires vnode.h; from bret lambertJason McIntyre
ok pedro
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
- mark up `>'
2006-10-11Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵Marco Pfatschbacher
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@
2006-10-10state when the sensor api can be used, and that care must be taken withDavid Gwynne
sensor_task_unregister. tweaks from jmc@
2006-10-04Match reality when describing VOP_BMAP(), bad pedroPedro Martelletto
2006-09-30Better description of PF mbuf tags, from Diego CasatiPedro Martelletto
Tweaks by jmc@, okay henning@
2006-09-25Update my address.Michael Knudsen
2006-09-05mention that the 'cp' argument to m_copyback is the buffer to beThordur I. Bjornsson
copied from. ok jmc@
2006-08-28sync MEXTADD prototype with reality.Damien Bergamini
it takes an extra "size" argument. ok jmc@, deraadt@
2006-08-16document the name argument to rw_init.David Gwynne
ok mbalmer@ jmc@ pedro@
2006-07-02document the vfs_busy class of functionsNikolay Sturm
requested by and ok pedro, feedback jmc
2006-06-27document the radiotap headers HWQUEUE and RSSIReyk Floeter
ok jmc@, suggested by jsg@
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
about this ok pedro
2006-06-12time delta -> timedeltaMarc Balmer
disc'ed & ok jmc
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
ok jmc dlg
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
implemented. Use int. ok mickey@ miod@
2006-05-07Pool drains are gone, okay tedu@Pedro Martelletto
2006-05-07name arg for rw_initTed Unangst