| Age | Commit message (Expand) | Author |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2022-02-27 | lockstat(4): KNF. No functional change intended. | riastradh |
| 2022-02-27 | lockstat(4): Membar audit. | riastradh |
| 2020-05-23 | Move proc_lock into the data segment. It was dynamically allocated because | ad |
| 2019-11-23 | - Increase the default number of buffers, and scale it by ncpu. | ad |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-06-07 | This uses CPU_INFO_FOREACH so it really should include <sys/cpu.h> | matt |
| 2015-03-11 | add coverity annotations (variable is volatile so it might have side effects) | christos |
| 2015-03-09 | Introduce a new flag LB_DTRACE for dtrace lockstat events. | christos |
| 2015-03-08 | dtrace bits from riastradh | christos |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-04-21 | increase LOCKSTAT_MAXBUFS, systems with lots of CPUs need more. | chs |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2012-12-10 | Fix off by one. | msaitoh |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-28 | Add MI code to support in-kernel preemption. Preemption is deferred by | ad |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-20 | Use new style memory barriers. | ad |
| 2007-11-06 | Merge from vmlocking. | ad |
| 2007-07-14 | - Increase default number of trace buffers to 10000. | ad |
| 2007-06-15 | splstatclock, spllock -> splhigh | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-15 | Count the number of CPUs at boot and stash in 'ncpu'. Eventually should | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-25 | lockstat: improve reporting slightly, and fix a bug where the command | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | Use __unused in function arguments where appropiate. (hi christos) | xtraeme |
| 2006-09-07 | - Add a couple of XXX comments. | ad |
| 2006-09-07 | Add the 'lockstat' driver, which collects basic information about lock events. | ad |