Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-16 | Remove commented out references to VOP_LEASE(); | Thordur I. Bjornsson | |
ok jmc@ (who pointed this out to me) | |||
2007-01-16 | Implement multiple segment allocation for uvm_pglistalloc, which fixes | Dimitry Andric | |
most agp_generic_bind_memory failures when memory is limited and very fragmented. In effect, this should fix a lot of X startup crashes after activities that exercise memory a lot (e.g. make builds, building big ports, etc). ok mickey, miod | |||
2007-01-11 | Document rw_enter and rw_exit. | Artur Grabowski | |
Requested and ok by dlg@, ok jmc@ | |||
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 | |
m_tag_delete_chain() was a simplified. OK dhartmei@ | |||
2006-12-28 | s/vfs_lookup/VOP_LOOKUP/ since the former does not | Thordur I. Bjornsson | |
exist and we are talking about the latter. ok pedro@ | |||
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 | |
2006-11-27 | document bio_register and bio_unregister | David Gwynne | |
with help from jmc@ | |||
2006-11-23 | Fix example code, okay dlg@ | Pedro Martelletto | |
2006-11-10 | ral(4) no longer contains a reference implementation of rssadapt(9). | Damien Bergamini | |
refer to ath(4) instead. | |||
2006-11-08 | getvnode requires vnode.h; from bret lambert | Jason McIntyre | |
ok pedro | |||
2006-10-28 | prefer `buses' to `busses' for the noun plural; | Jason McIntyre | |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto | |
2006-10-12 | - give smm/18.net a title | Jason McIntyre | |
- mark up `>' | |||
2006-10-11 | Remove unused variable and simplify m_copym0(). Diff from bret.lambert at ↵ | Marco Pfatschbacher | |
gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ | |||
2006-10-10 | state when the sensor api can be used, and that care must be taken with | David Gwynne | |
sensor_task_unregister. tweaks from jmc@ | |||
2006-10-04 | Match reality when describing VOP_BMAP(), bad pedro | Pedro Martelletto | |
2006-09-30 | Better description of PF mbuf tags, from Diego Casati | Pedro Martelletto | |
Tweaks by jmc@, okay henning@ | |||
2006-09-25 | Update my address. | Michael Knudsen | |
2006-09-05 | mention that the 'cp' argument to m_copyback is the buffer to be | Thordur I. Bjornsson | |
copied from. ok jmc@ | |||
2006-08-28 | sync MEXTADD prototype with reality. | Damien Bergamini | |
it takes an extra "size" argument. ok jmc@, deraadt@ | |||
2006-08-16 | document the name argument to rw_init. | David Gwynne | |
ok mbalmer@ jmc@ pedro@ | |||
2006-07-02 | document the vfs_busy class of functions | Nikolay Sturm | |
requested by and ok pedro, feedback jmc | |||
2006-06-27 | document the radiotap headers HWQUEUE and RSSI | Reyk Floeter | |
ok jmc@, suggested by jsg@ | |||
2006-06-27 | __attribute__((__packed__)) -> __packed | Jonathan Gray | |
2006-06-24 | ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsg | Theo de Raadt | |
2006-06-23 | namei() only returns locked vnodes if LOCKLEAF is set, be more clear | Nikolay Sturm | |
about this ok pedro | |||
2006-06-12 | time delta -> timedelta | Marc Balmer | |
disc'ed & ok jmc | |||
2006-05-29 | small tweaks; | Jason McIntyre | |
2006-05-29 | Install and MLINK sensor function man pages. | Michael Knudsen | |
2006-05-29 | Add docs for kernel sensor API. | Michael Knudsen | |
ok jmc dlg | |||
2006-05-27 | remove bogus non-style advice that just causes "discussions" | Theo de Raadt | |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback | |
implemented. Use int. ok mickey@ miod@ | |||
2006-05-07 | Pool drains are gone, okay tedu@ | Pedro Martelletto | |
2006-05-07 | name arg for rw_init | Ted Unangst | |
2006-05-01 | make .Nm match the page name; | Jason McIntyre | |
2006-04-27 | Document how PCI interrupt handlers are called, okay mickey@ | Pedro Martelletto | |
2006-04-26 | tweak; ok mickey | Jason McIntyre | |
2006-04-25 | reference to spl(9) | Michael Shalayeff | |
2006-04-20 | Document the rwlock() API, okay deraadt@ | Pedro Martelletto | |
2006-03-26 | Better verbiage on unloading a map. PR 5059 | Marco Peereboom | |
from jason@ | |||
2006-03-21 | Encourage using strtonum(3). | Ray Lai | |
Sync variable declarations with variables used in getopt(3) loop. OK otto@ | |||
2006-03-19 | Remove case '?': from getopt example. | Ray Lai | |
OK otto@ | |||
2006-03-14 | Use .Xo/.Xc and .Fo/.Fc to put all arguments of iic_exec() in man | Ray Lai | |
page, breaking nine argument limit. ok grange, otto | |||
2006-03-12 | document new attach args for devices | David Gwynne | |
2006-02-22 | missing includes; from iruata souza | Jason McIntyre | |
ok tedu | |||
2006-01-30 | Xr sleep(9) and timeout(9). | Jonathan Gray | |
ok jmc@ dlg@ |