summaryrefslogtreecommitdiff
path: root/share/man/man9
AgeCommit message (Expand)Author
2008-09-02remove last bits of MALLOC/FREECharles Longeau
2008-08-29MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan GordeevJason McIntyre
2008-07-30In the .Fn entries for timeout_add_usec/nsec, don't call the parameterMichael Knudsen
2008-07-24Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweakMichael Knudsen
2008-07-24kill whitespace at eol;Jason McIntyre
2008-07-23Correct cases of mishandling of pending reads and writes to preventBob Beck
2008-07-23Document the new timeout_add_* functions.Artur Grabowski
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
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