| Commit message (Expand) | Author | Age | Files | Lines |
* | Update usage comment to match reality. | Diomidis Spinellis | 2006-05-26 | 1 | -1/+2 |
* | Fix a leftover "iwi_boot" string. | Max Laier | 2006-01-30 | 1 | -1/+1 |
* | firmware(9) is a subsystem to load binary data into the kernel via a | Max Laier | 2006-01-29 | 1 | -0/+189 |
* | Eradicate caddr_t from the VFS API. | Dag-Erling Smørgrav | 2005-12-14 | 1 | -2/+2 |
* | Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawn | Dag-Erling Smørgrav | 2005-12-14 | 1 | -2/+1 |
* | Add convenience macros for bus_space usage that doesn't require specification | Poul-Henning Kamp | 2005-09-24 | 1 | -0/+68 |
* | Allow EVFILT_VNODE events to work on every filesystem type, not just | Suleiman Souhlal | 2005-06-09 | 1 | -9/+6 |
* | - Add the character "E" to the understood lock types. This means | Jeff Roberson | 2005-04-11 | 1 | -0/+2 |
* | Add VOP_FOO_APV() which takes a pointer to the vop_vector. | Poul-Henning Kamp | 2005-02-08 | 1 | -6/+11 |
* | Get rid of the VDESC() macro while the pot is boiling anyway, it is | Poul-Henning Kamp | 2005-01-13 | 1 | -2/+2 |
* | Change the generated VOP_ macro implementations to improve type checking | Poul-Henning Kamp | 2005-01-13 | 1 | -48/+65 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 6 | -5/+11 |
* | dheader and hheader were the same function, really, so rename one of | Warner Losh | 2004-12-31 | 1 | -35/+13 |
* | Use functions to make the program clearer. | Warner Losh | 2004-12-31 | 1 | -125/+144 |
* | Allow -d and -h as command line flags. These are used to generate | Warner Losh | 2004-12-30 | 1 | -126/+163 |
* | Rather than casting through a (void *) to avoid the aliasing warning, | Warner Losh | 2004-12-13 | 1 | -3/+3 |
* | Cast from the specific vop_*_args to vop_generic_args via a (void *) | Warner Losh | 2004-12-13 | 1 | -1/+1 |
* | Back when VOP_* was introduced, we did not have new-style struct | Poul-Henning Kamp | 2004-12-01 | 1 | -7/+50 |
* | emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can use | Poul-Henning Kamp | 2004-12-01 | 1 | -0/+1 |
* | Pass doxygen doc comments through to the output. | Doug Rabson | 2004-07-11 | 1 | -8/+33 |
* | Complete quirk handling script by matching the in-kernel table format. | Nate Lawson | 2004-06-30 | 1 | -16/+11 |
* | Add a script to parse acpi_quirks into a header file that we can compile | Nate Lawson | 2004-06-24 | 1 | -0/+191 |
* | devlist2h.awk is too generic a name for what it does. It really | Warner Losh | 2004-05-26 | 1 | -147/+0 |
* | Correct $FreeBSD$ style. | David E. O'Brien | 2004-04-16 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-07 | 2 | -8/+0 |
* | Attempt to clean up the emu10k1-alsa.h stuff so that config doesn't | Peter Wemm | 2004-02-05 | 1 | -0/+21 |
* | Changes for new SMP-safe kobj method dispatch algorithm. | Doug Rabson | 2003-10-16 | 1 | -2/+6 |
* | Don't check the state of the vnode interlock if the specification says | Don Lewis | 2003-06-22 | 1 | -1/+7 |
* | The assertions generated to test VFS locking never included checks | Stefan Eßer | 2003-06-20 | 1 | -0/+2 |
* | MFp4: | Warner Losh | 2003-03-28 | 1 | -53/+5 |
* | Remove miidevs.h and generate it from miidevs at compile time. | David E. O'Brien | 2003-01-19 | 2 | -2/+2 |
* | - Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c | Jeff Roberson | 2002-09-26 | 1 | -1/+1 |
* | - Automatically generate and insert KTR points in all VOPs. | Jeff Roberson | 2002-09-23 | 1 | -0/+24 |
* | - Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED | Jeff Roberson | 2002-08-21 | 1 | -0/+1 |
* | Use mv -f. Otherwise if you accidently build as root, and then as a user, | David E. O'Brien | 2002-08-20 | 1 | -2/+2 |
* | - Add automatic post vop debug checks. These work in both the success and | Jeff Roberson | 2002-07-30 | 1 | -5/+14 |
* | - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS | Jeff Roberson | 2002-07-07 | 1 | -5/+7 |
* | Add a new configuration directive that inserts calls to debugging functions | Jeff Roberson | 2002-07-06 | 1 | -1/+28 |
* | include systm.h in vnode_if.c so that panic is defined when we're doing | Jeff Roberson | 2002-05-04 | 1 | -0/+1 |
* | Awk version of makeobjops.PL. | David E. O'Brien | 2002-05-01 | 1 | -0/+485 |
* | constify | Josef Karthauser | 2002-04-01 | 1 | -2/+2 |
* | Return vnode_if back to its AWK roots. | David E. O'Brien | 2002-03-01 | 1 | -289/+233 |
* | Throw the $FreeBSD$s back in, properly escaping them. | Mike Silbersack | 2002-01-04 | 1 | -4/+4 |
* | Remove $FreeBSD$s from previous commit; perl thinks that they're | Mike Silbersack | 2002-01-04 | 1 | -2/+2 |
* | Solve vnode_if.pl's identity crisis; make sure that it refers to itself | Mike Silbersack | 2002-01-03 | 1 | -4/+4 |
* | Move from using PCCARD_ symbols gereated from this file to using PCMCIA_ | Warner Losh | 2001-11-11 | 1 | -10/+10 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -2/+2 |
* | replace calls to non-existant bail() subroutine with calls to | Alfred Perlstein | 2001-03-23 | 1 | -2/+2 |
* | Simplify this a bit so that it doesn't have to generate silly redundant | Peter Wemm | 2000-12-06 | 1 | -14/+3 |
* | remove crufty exec stuff, perl is in the base system | Alfred Perlstein | 2000-06-27 | 1 | -27/+39 |