Age | Commit message (Expand) | Author |
2009-05-21 | IO_METASYNC has been a noop since around 4.4BSD-Lite, the | Thordur I. Bjornsson |
2009-05-11 | remove the mtx_enter_try() bits until the code goes back in; | Jason McIntyre |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-21 | Document timeout_add_msec(). | Michael Knudsen |
2009-04-20 | Document BUS_DMA_ZERO. | Owain Ainsworth |
2009-04-20 | Man bits for UVM_PLA_ZERO. | Owain Ainsworth |
2009-04-19 | Add a new EX_FILLED flag to make extent_create() create an extent map that | Mark Kettenis |
2009-04-14 | manpage bits for uvm_pglistalloc() changes. | Owain Ainsworth |
2009-04-10 | Add EX_CONFLICTOK flag that allows an allocation to conflict with existing | Mark Kettenis |
2009-03-25 | Remove LK_SLEEPFAIL | Owain Ainsworth |
2009-03-25 | Lying is bad, so stop lying about functionality that was removed ages | Owain Ainsworth |
2009-03-22 | tweaks; | Jason McIntyre |
2009-03-19 | no .Pp before or after sections; | Jason McIntyre |
2009-03-18 | Remove man page mentions of the vnode interlock, which is long dead. | Bret Lambert |
2009-03-02 | Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existed | Bret Lambert |
2009-01-29 | - fix .Nm and .Dt | Jason McIntyre |
2009-01-29 | Add some kernel socket documentation. Originally from FreeBSD with some | Claudio Jeker |
2009-01-28 | Correctly document MINCLSIZE which changed some time ago. | Claudio Jeker |
2009-01-26 | Fix whitespace typo in mbuf man page. | Alexander Bluhm |
2009-01-17 | Mention acpi(4) can also call dopowerhooks(). Tweak verbiage a bit. | Kenneth R Westerback |
2009-01-15 | no comma for last item in a NAME list; | Jason McIntyre |
2009-01-15 | Remove the pool_cache documentation and MLINKs, tedu removed the code at h2k7. | Owain Ainsworth |
2008-12-31 | pmap_remove() correction; from Ariane van der Steld | Jason McIntyre |
2008-12-14 | MCLGETI takes an mbuf *, not an mbuf. | David Gwynne |
2008-12-11 | - update the list of types | Jason McIntyre |
2008-11-29 | extra word deleted; spotted by jmc | Theo de Raadt |
2008-11-29 | document MCLGETI | Theo de Raadt |
2008-11-14 | the warnings produced by -Wtraditional are not interesting, so remove it. | Ted Unangst |
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 |