Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-03 | put "CODE REFERENCES" before "SEE ALSO" for consistency | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2007-03-26 | Change some return value descriptions from "standard UVM return value" | Artur Grabowski | |
to "standard errno", since that is what it is now. noted by jmc@ | |||
2007-03-26 | Rip out all the KERN_ return values, since they will go | Artur Grabowski | |
away sooner than later. | |||
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 | |
suggestions and ok jmc@ | |||
2007-03-22 | split userland & kernel struct sensor/sensordev so that the addition | Theo de Raadt | |
of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert | |||
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 | |
Prodded by deraadt which made me notice I'd forgotten to update MLINKS as I added new functions. | |||
2007-02-18 | tweaks; | Jason McIntyre | |
2007-02-17 | Document aml_val2int(). Also, add an EXAMPLES section that shows use of | Michael Knudsen | |
aml_evalname(), aml_val2int(), and aml_freevalue() in turn. Still a lot more to come. ok marco | |||
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 | |
time so here is a first stab at it. Only documents three functions so far, but I'm putting it in the tree now so more people can easily contribute. Input and ok marco jmc | |||
2007-02-15 | forever loops may be done with for or while, it doesnt matter; | Thordur I. Bjornsson | |
so remove a line that says it matters. ok deraadt@ | |||
2007-02-13 | It's not M1394CTL and M1394DATA. It's M_1394CTL and M_1394DATA. | Michael Knudsen | |
ok brad | |||
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 | |
LK_SPIN, okay miod@ | |||
2007-02-02 | Remove refrence to VLAYER, its gone. | Thordur I. Bjornsson | |
Diff from Iruata Souza, thanks! ok pedro@ | |||
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 | |
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 |