summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2008-06-10oopsTheo de Raadt
2008-06-10rename man page to a function name that actually exists; requested by jmcTheo de Raadt
2008-06-10fix previous;Jason McIntyre
2008-06-09man page for crypto/idgen.h functions: idgen32() and idgen32_init()Damien Miller
2008-06-09Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry ofMiod Vallat
2008-06-09tweak previous;Jason McIntyre
2008-06-09mention CRYPTO_AES_CTR, CRYPTO_AES_XTSDamien Miller
2008-06-09man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@Damien Miller
2008-05-26formatting nit in the pseudocode.Brad Smith
2008-05-06Add a PR_ZERO flag for pools, to compliment the M_ZEROThordur I. Bjornsson
2008-05-06typo fix; from tannerJason McIntyre
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-17Correct a typo:Owain Ainsworth
2008-04-13MSIZE is defined in sys/param.h, not machine/param.h;Jason McIntyre
2008-04-12getnewvnode() is not a system call; fix from Iruata Souza, though iJason McIntyre
2008-04-03Fix function prototype.Tobias Weingartner
2008-03-30correct arg name; from Matthew DempskyJason McIntyre
2008-03-09DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO;Jason McIntyre
2008-03-02improve wording - from deraadt@Damien Miller
2008-03-02Add a arc4random_uniform() that returns a uniformly distributed numberDamien Miller
2008-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
2008-02-03Fix the struct pkthdr definition.Claudio Jeker
2008-01-26the kids want I/O;Jason McIntyre
2007-12-27last item in NAME should not be followed by a comma; from Pierre RiteauJason McIntyre
2007-12-23pmap_steal_memory() returns vaddr_t.Joel Sing
2007-12-09update pedro's email address, at his request;Jason McIntyre
2007-12-09kill trailing whitespace;Jason McIntyre
2007-12-09clarify that mtx_enter will only raise the ipl if necessary (notTed Unangst
2007-11-29- better integrate msleep() into this pageJason McIntyre
2007-11-28<oga> art write me a manpageArtur Grabowski
2007-11-28i prefer our ISC license.David Gwynne
2007-11-28readjust list width after previous;Jason McIntyre
2007-11-28i'm always behind on the doc updatesTed Unangst
2007-11-25tweak previous;Jason McIntyre
2007-11-25document new WQ_DIRECTOK flagTed Unangst
2007-11-24workq_add_task returns ENOMEM on failureTed Unangst
2007-11-17make it clear in the code and in the man page that the rate2plcp andDamien Bergamini
2007-11-14Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions, whichMarcus Glocker
2007-11-03Revert last commit which added ieee80211_rate2plcp() andMarcus Glocker
2007-11-02tweaks for previous;Jason McIntyre
2007-11-01Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.Marcus Glocker
2007-10-10rename man page to a real function nameTheo de Raadt
2007-10-10Update to match cpu_switchto reality.Artur Grabowski
2007-10-02add missing MLINKS section for iic(9); 'please commit this!' jmc@Constantine A. Murenin
2007-09-28make clear that the usage and synopsis take the same formIgor Sobrado
2007-09-14sleep(9) was removed aeons ago according to miod, so remove referencesMichael Knudsen
2007-09-13Update manpage to reflect new return code from function.Tobias Weingartner
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markMiod Vallat
2007-09-07Document M_ZERO.Artur Grabowski
2007-08-10sync structs with realityHenning Brauer