Age | Commit message (Expand) | Author |
2007-05-29 | delete some overly fascist rules.. prodded by tom/jmc | Theo de Raadt |
2007-05-28 | pf does not use mbuf tags any more | Henning Brauer |
2007-05-27 | replace wonky macro; | Jason McIntyre |
2007-05-27 | add a note that mbuf tags use malloc'd memory, ok theo | Henning Brauer |
2007-05-27 | crp_buf is not a contiguous buffer, it's a uio. very different. | Ted Unangst |
2007-05-14 | Add notes about sleeping with held locks and interrupt handler usage. | Jonathan Gray |
2007-05-14 | these functions first appeared in 4.1, not 4.0; | Jason McIntyre |
2007-05-13 | reference rwlock(9) | Jonathan Gray |
2007-05-12 | use the right capitalization for `CardBus' | Igor Sobrado |
2007-05-09 | getbintime and getbinuptime are no longer so update the documentation as well. | Claudio Jeker |
2007-05-05 | No more vn_access. | Artur Grabowski |
2007-05-05 | disk_resetstat and disk_find are gone. | Artur Grabowski |
2007-05-04 | locc dies; spotted by miod | Theo de Raadt |
2007-05-02 | tweak some grammar | joshua stein |
2007-04-27 | tweaks; | Jason McIntyre |
2007-04-27 | Document atomic_{set,clear}bits_int. | Artur Grabowski |
2007-04-12 | Remove traces of LK_UPGRADE and LK_FORCEUPGRADE in the error descriptions. | Miod Vallat |
2007-04-12 | m_prepend() should never be called directly. So tell people to use | Claudio Jeker |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-11 | lockmgr keeps losing code, call 911! | Miod Vallat |
2007-04-10 | Document RW_DOWNGRADE. | Artur Grabowski |
2007-04-03 | put "CODE REFERENCES" before "SEE ALSO" for consistency | Jasper Lievisse Adriaanse |
2007-03-26 | Change some return value descriptions from "standard UVM return value" | Artur Grabowski |
2007-03-26 | Rip out all the KERN_ return values, since they will go | Artur Grabowski |
2007-03-25 | Remove references to KERN_SUCCESS, okay miod@ | Pedro Martelletto |
2007-03-23 | remove blather about the v_interlock; Since its now gone. | Thordur I. Bjornsson |
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt |
2007-03-19 | correct name for the source file with timecounter implementation; ok jmc@ | Aleksander Piotrowski |
2007-02-28 | various spelling corrections | David Krause |
2007-02-18 | Add aml_evalnode.9 along with the required MLINKS. | Michael Knudsen |
2007-02-18 | tweaks; | Jason McIntyre |
2007-02-17 | Document aml_val2int(). Also, add an EXAMPLES section that shows use of | Michael Knudsen |
2007-02-17 | Add aml_find_node(). | Michael Knudsen |
2007-02-17 | Marco has been wanting documentation for the AML/ACPI API for a long | Michael Knudsen |
2007-02-15 | forever loops may be done with for or while, it doesnt matter; | Thordur I. Bjornsson |
2007-02-13 | It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA. | Michael Knudsen |
2007-02-11 | Correct return value in read(2) syscall example. ok pedro | Alexander Bluhm |
2007-02-03 | Remove references to LK_EXCLUPGRADE, LK_REENABLE, LK_SETRECURSE and | Pedro Martelletto |
2007-02-02 | Remove refrence to VLAYER, its gone. | Thordur I. Bjornsson |
2007-01-26 | printf(9) %b is not limited to 32 bits or less... document it. | Jason Wright |
2007-01-16 | Remove commented out references to VOP_LEASE(); | Thordur I. Bjornsson |
2007-01-16 | Implement multiple segment allocation for uvm_pglistalloc, which fixes | Dimitry Andric |
2007-01-11 | Document rw_enter and rw_exit. | Artur Grabowski |
2007-01-11 | MLINKS for functions described in mbuf_tags(9); | Jason McIntyre |
2007-01-11 | clean up this Makefile; | Jason McIntyre |
2007-01-03 | Sync with reality. m_tag_free() and m_tag_unlink() where removed and | Claudio Jeker |
2006-12-28 | s/vfs_lookup/VOP_LOOKUP/ since the former does not | Thordur I. Bjornsson |
2006-12-28 | tweaks; | Jason McIntyre |
2006-12-24 | typos; Murenin | Theo de Raadt |
2006-12-23 | describe new functions to handle sensors; by Constantine A. Murenin | Theo de Raadt |