| Age | Commit message (Expand) | Author |
| 2009-03-29 | Add SDT DTrace probes for VFS vnode operations in the vfs:vop | Robert Watson |
| 2008-11-03 | Remove some unused and broken code that attempted to not invoke locking | John Baldwin |
| 2008-02-05 | Introduce a standalone shell script for embedding MFS image. | Rafal Jaworowski |
| 2007-03-22 | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim |
| 2007-03-02 | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | Florent Thoumie |
| 2007-02-27 | Fix obvious typo (use long name if short name isn't provided). | Florent Thoumie |
| 2007-02-15 | Cleanup and document the implementation of firmware(9) based on | Luigi Rizzo |
| 2006-06-16 | Check for errors when registering and unregistering firmware modules. This | John Baldwin |
| 2006-05-30 | - Add two checks for syntax errors | Diomidis Spinellis |
| 2006-05-30 | Assertion code specifications are introduced using special character | Diomidis Spinellis |
| 2006-05-26 | Update usage comment to match reality. | Diomidis Spinellis |
| 2006-01-30 | Fix a leftover "iwi_boot" string. | Max Laier |
| 2006-01-29 | firmware(9) is a subsystem to load binary data into the kernel via a | Max Laier |
| 2005-12-14 | Eradicate caddr_t from the VFS API. | Dag-Erling Smørgrav |
| 2005-12-14 | Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn | Dag-Erling Smørgrav |
| 2005-09-24 | Add convenience macros for bus_space usage that doesn't require specification | Poul-Henning Kamp |
| 2005-06-09 | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal |
| 2005-04-11 | - Add the character "E" to the understood lock types. This means | Jeff Roberson |
| 2005-02-08 | Add VOP_FOO_APV() which takes a pointer to the vop_vector. | Poul-Henning Kamp |
| 2005-01-13 | Get rid of the VDESC() macro while the pot is boiling anyway, it is | Poul-Henning Kamp |
| 2005-01-13 | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp |
| 2005-01-07 | /* -> /*- for license, minor formatting changes | Warner Losh |
| 2004-12-31 | dheader and hheader were the same function, really, so rename one of | Warner Losh |
| 2004-12-31 | Use functions to make the program clearer. | Warner Losh |
| 2004-12-30 | Allow -d and -h as command line flags. These are used to generate | Warner Losh |
| 2004-12-13 | Rather than casting through a (void *) to avoid the aliasing warning, | Warner Losh |
| 2004-12-13 | Cast from the specific vop_*_args to vop_generic_args via a (void *) | Warner Losh |
| 2004-12-01 | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp |
| 2004-12-01 | emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use | Poul-Henning Kamp |
| 2004-07-11 | Pass doxygen doc comments through to the output. | Doug Rabson |
| 2004-06-30 | Complete quirk handling script by matching the in-kernel table format. | Nate Lawson |
| 2004-06-24 | Add a script to parse acpi_quirks into a header file that we can compile | Nate Lawson |
| 2004-05-26 | devlist2h.awk is too generic a name for what it does. It really | Warner Losh |
| 2004-04-16 | Correct $FreeBSD$ style. | David E. O'Brien |
| 2004-04-07 | Remove advertising clause from University of California Regent's license, | Warner Losh |
| 2004-02-05 | Attempt to clean up the emu10k1-alsa.h stuff so that config doesn't | Peter Wemm |
| 2003-10-16 | Changes for new SMP-safe kobj method dispatch algorithm. | Doug Rabson |
| 2003-06-22 | Don't check the state of the vnode interlock if the specification says | Don Lewis |
| 2003-06-20 | The assertions generated to test VFS locking never included checks | Stefan Eßer |
| 2003-03-28 | MFp4: | Warner Losh |
| 2003-01-19 | Remove miidevs.h and generate it from miidevs at compile time. | David E. O'Brien |
| 2002-09-26 | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | Jeff Roberson |
| 2002-09-23 | - Automatically generate and insert KTR points in all VOPs. | Jeff Roberson |
| 2002-08-21 | - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED | Jeff Roberson |
| 2002-08-20 | Use mv -f. Otherwise if you accidently build as root, and then as a user, | David E. O'Brien |
| 2002-07-30 | - Add automatic post vop debug checks. These work in both the success and | Jeff Roberson |
| 2002-07-07 | - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS | Jeff Roberson |
| 2002-07-06 | Add a new configuration directive that inserts calls to debugging functions | Jeff Roberson |
| 2002-05-04 | include systm.h in vnode_if.c so that panic is defined when we're doing | Jeff Roberson |
| 2002-05-01 | Awk version of makeobjops.PL. | David E. O'Brien |