| Commit message (Expand) | Author | Age | Files | Lines |
* | Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR. | Mikolaj Golub | 2012-02-21 | 1 | -1/+1 |
* | Restore the comment that I removed by accident. | Ed Schouten | 2011-11-09 | 1 | -0/+1 |
* | Simplify the code emitted by makeobjops.awk slightly. | Ed Schouten | 2011-11-09 | 1 | -6/+1 |
* | Make kobj_methods constant. | Ed Schouten | 2011-11-08 | 1 | -1/+1 |
* | GNU awk does not output escaped newlines in multi-line printc statements. This | Ryan Stone | 2011-03-31 | 1 | -8/+8 |
* | Add an extra comment to the SDT probes definition. This allows us to get | Rui Paulo | 2010-08-22 | 1 | -2/+2 |
* | Flattened Device Tree helper scripts. | Rafal Jaworowski | 2010-06-02 | 2 | -0/+52 |
* | Output a comment on top of each generated file explaining where it came | Rui Paulo | 2009-10-25 | 1 | -1/+5 |
* | Rename default to default_function, for compatibility with GNU awk. | Ed Maste | 2009-10-22 | 1 | -7/+7 |
* | Allow KMOD with hypens and dots. | Max Khon | 2009-10-20 | 1 | -7/+9 |
* | - Increase dynamic range of filter coefficients from 28bit to 30bit. | Ariff Abdullah | 2009-07-05 | 1 | -3/+110 |
* | Slightly increase amount of bandwidth of resampling filter for | Ariff Abdullah | 2009-07-02 | 1 | -1/+1 |
* | - Add a way to change filter oversampling factor through | Ariff Abdullah | 2009-06-15 | 1 | -14/+39 |
* | Move all sound related scripts to its own 'sound' subdir. | Ariff Abdullah | 2009-06-10 | 4 | -0/+0 |
* | Sound Mega-commit. Expect further cleanup until code freeze. | Ariff Abdullah | 2009-06-07 | 3 | -0/+1376 |
* | Add SDT DTrace probes for VFS vnode operations in the vfs:vop | Robert Watson | 2009-03-29 | 1 | -0/+12 |
* | Remove some unused and broken code that attempted to not invoke locking | John Baldwin | 2008-11-03 | 1 | -6/+0 |
* | Introduce a standalone shell script for embedding MFS image. | Rafal Jaworowski | 2008-02-05 | 1 | -0/+39 |
* | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 1 | -5/+5 |
* | - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in a | Florent Thoumie | 2007-03-02 | 1 | -4/+30 |
* | Fix obvious typo (use long name if short name isn't provided). | Florent Thoumie | 2007-02-27 | 1 | -1/+1 |
* | Cleanup and document the implementation of firmware(9) based on | Luigi Rizzo | 2007-02-15 | 1 | -1/+1 |
* | Check for errors when registering and unregistering firmware modules. This | John Baldwin | 2006-06-16 | 1 | -12/+25 |
* | - Add two checks for syntax errors | Diomidis Spinellis | 2006-05-30 | 1 | -7/+13 |
* | Assertion code specifications are introduced using special character | Diomidis Spinellis | 2006-05-30 | 1 | -5/+5 |
* | 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 |