Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-25 | update struct disk; ok deraadt | Jason McIntyre | |
2007-06-24 | tweak the description of sensor_task_unregister; | Jason McIntyre | |
2007-06-24 | document changes to the sensor_task api. task_register now returns a | David Gwynne | |
pointer to the sensor_task it just created, and task_unregister takes it to remove that task from the system. | |||
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt | |
cpu_disklabel can go away, since nothing anymore needs to use it; ok miod | |||
2007-06-16 | ieee80211_lookup_node() does not exist. | Damien Bergamini | |
remove prototype in .h and ref in man pages. | |||
2007-06-16 | constify | Damien Bergamini | |
2007-06-11 | spell tedu's name correctly. | Thordur I. Bjornsson | |
ok jmc@,tedu@ | |||
2007-06-07 | move ieee80211_compute_duration() and ieee80211_compute_duration1() | Damien Bergamini | |
functions into the two drivers that use them (atw and rtw.) this code is not generic enough to be used by other drivers and there is no chance that it will ever be used in newer driver since it supports 802.11b only. plus, it hurts my eyes each time i look into ieee80211_output.c. "fine with me as long as the logic doesn't change in the functions" jsg@ | |||
2007-06-06 | setdisklabel() openmask is now a u_int | Theo de Raadt | |
2007-06-01 | Sync return value section with reality. | Moritz Jodeit | |
ok jmc@, "love it" deraadt@ | |||
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-06-01 | start new sentence w/ capital letter; | Jason McIntyre | |
2007-05-31 | explain the usefulness of being able to provide two arguments | Ted Unangst | |
ok dlg | |||
2007-05-31 | tedu just moved an argument to workq_add_task | David Gwynne | |
2007-05-31 | add a manpage for workq stuff. | David Gwynne | |
thanks to jmc for tweaking it. im sure he'll find more changes to make soon | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
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 | |
ok deraadt | |||
2007-05-14 | Add notes about sleeping with held locks and interrupt handler usage. | Jonathan Gray | |
Based on comments by art, and tweaked by jmc. ok art@ | |||
2007-05-14 | these functions first appeared in 4.1, not 4.0; | Jason McIntyre | |
from jung; ok art | |||
2007-05-13 | reference rwlock(9) | Jonathan Gray | |
2007-05-12 | use the right capitalization for `CardBus' | Igor Sobrado | |
ok jmc@ | |||
2007-05-09 | getbintime and getbinuptime are no longer so update the documentation as well. | Claudio Jeker | |
OK deraadt@ | |||
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 | |
input from jmc | |||
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 | |
Spotted by jmc@ | |||
2007-04-12 | m_prepend() should never be called directly. So tell people to use | Claudio Jeker | |
M_PREPEND() instead. Whit help by jmc@ | |||
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson | |
ok pedro@, sturm@ | |||
2007-04-11 | lockmgr keeps losing code, call 911! | Miod Vallat | |
ok pedro@ art@ | |||
2007-04-10 | Document RW_DOWNGRADE. | Artur Grabowski | |
miod noticed that I forgot to commit it. | |||
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 |