Age | Commit message (Expand) | Author |
2008-11-09 | remove reference to POOL_DIAGNOSTIC which hasn't existed for nearly a year. | Chris Kuethe |
2008-11-04 | uvmspace_unshare() is never used; ok miod | Theo de Raadt |
2008-11-03 | Forgot this docu bit in the M_ANYCAST6 removal. This is actually from naddy@ | Claudio Jeker |
2008-11-01 | change vrele() to return an int. if it returns 0, it can gaurantee that | Theo de Raadt |
2008-10-30 | reintroduce mutexes to workqs for locking. | David Gwynne |
2008-10-27 | document pool_setipl. | David Gwynne |
2008-10-27 | sa_open -> sio_open, after recent changes; | Jason McIntyre |
2008-10-26 | add some audio/libsa cross refs; | Jason McIntyre |
2008-10-16 | sub-system -> subsystem, for consistency withour other pages; | Jason McIntyre |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-09-18 | Introduce the infrastructure required to support hardware VLAN tag | Christian Weisgerber |
2008-09-15 | briefly document the M_LINK0 and M_FILDROP flags; ok jmc@ | Christian Weisgerber |
2008-09-02 | remove last bits of MALLOC/FREE | Charles Longeau |
2008-08-29 | MSIZE and MCLBYTES are now defined in sys/param.h; from Jordan Gordeev | Jason McIntyre |
2008-07-30 | In the .Fn entries for timeout_add_usec/nsec, don't call the parameter | Michael Knudsen |
2008-07-24 | Add timeout_add_sec() etc. to .Nm and, on jmc's request, tweak | Michael Knudsen |
2008-07-24 | kill whitespace at eol; | Jason McIntyre |
2008-07-23 | Correct cases of mishandling of pending reads and writes to prevent | Bob Beck |
2008-07-23 | Document the new timeout_add_* functions. | Artur Grabowski |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-10 | oops | Theo de Raadt |
2008-06-10 | rename man page to a function name that actually exists; requested by jmc | Theo de Raadt |
2008-06-10 | fix previous; | Jason McIntyre |
2008-06-09 | man page for crypto/idgen.h functions: idgen32() and idgen32_init() | Damien Miller |
2008-06-09 | Define a new flag, UVM_FLAG_HOLE, for uvm_map to create a vm_map_entry of | Miod Vallat |
2008-06-09 | tweak previous; | Jason McIntyre |
2008-06-09 | mention CRYPTO_AES_CTR, CRYPTO_AES_XTS | Damien Miller |
2008-06-09 | man bits for arc4random_bytes => arc4random_buf rename; ok deraadt@ | Damien Miller |
2008-05-26 | formatting nit in the pseudocode. | Brad Smith |
2008-05-06 | Add a PR_ZERO flag for pools, to compliment the M_ZERO | Thordur I. Bjornsson |
2008-05-06 | typo fix; from tanner | Jason McIntyre |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-17 | Correct a typo: | Owain Ainsworth |
2008-04-13 | MSIZE is defined in sys/param.h, not machine/param.h; | Jason McIntyre |
2008-04-12 | getnewvnode() is not a system call; fix from Iruata Souza, though i | Jason McIntyre |
2008-04-03 | Fix function prototype. | Tobias Weingartner |
2008-03-30 | correct arg name; from Matthew Dempsky | Jason McIntyre |
2008-03-09 | DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO; | Jason McIntyre |
2008-03-02 | improve wording - from deraadt@ | Damien Miller |
2008-03-02 | Add a arc4random_uniform() that returns a uniformly distributed number | Damien Miller |
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre |
2008-02-03 | Fix the struct pkthdr definition. | Claudio Jeker |
2008-01-26 | the kids want I/O; | Jason McIntyre |
2007-12-27 | last item in NAME should not be followed by a comma; from Pierre Riteau | Jason McIntyre |
2007-12-23 | pmap_steal_memory() returns vaddr_t. | Joel Sing |
2007-12-09 | update pedro's email address, at his request; | Jason McIntyre |
2007-12-09 | kill trailing whitespace; | Jason McIntyre |
2007-12-09 | clarify that mtx_enter will only raise the ipl if necessary (not | Ted Unangst |
2007-11-29 | - better integrate msleep() into this page | Jason McIntyre |
2007-11-28 | <oga> art write me a manpage | Artur Grabowski |