summaryrefslogtreecommitdiff
path: root/sys/tools
AgeCommit message (Expand)Author
2009-03-29Add SDT DTrace probes for VFS vnode operations in the vfs:vopRobert Watson
2008-11-03Remove some unused and broken code that attempted to not invoke lockingJohn Baldwin
2008-02-05Introduce a standalone shell script for embedding MFS image.Rafal Jaworowski
2007-03-22Catch 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 aFlorent Thoumie
2007-02-27Fix obvious typo (use long name if short name isn't provided).Florent Thoumie
2007-02-15Cleanup and document the implementation of firmware(9) based onLuigi Rizzo
2006-06-16Check for errors when registering and unregistering firmware modules. ThisJohn Baldwin
2006-05-30- Add two checks for syntax errorsDiomidis Spinellis
2006-05-30Assertion code specifications are introduced using special characterDiomidis Spinellis
2006-05-26Update usage comment to match reality.Diomidis Spinellis
2006-01-30Fix a leftover "iwi_boot" string.Max Laier
2006-01-29firmware(9) is a subsystem to load binary data into the kernel via aMax Laier
2005-12-14Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav
2005-12-14Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawnDag-Erling Smørgrav
2005-09-24Add convenience macros for bus_space usage that doesn't require specificationPoul-Henning Kamp
2005-06-09Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal
2005-04-11 - Add the character "E" to the understood lock types. This meansJeff Roberson
2005-02-08Add VOP_FOO_APV() which takes a pointer to the vop_vector.Poul-Henning Kamp
2005-01-13Get rid of the VDESC() macro while the pot is boiling anyway, it isPoul-Henning Kamp
2005-01-13Change the generated VOP_ macro implementations to improve type checkingPoul-Henning Kamp
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-12-31dheader and hheader were the same function, really, so rename one ofWarner Losh
2004-12-31Use functions to make the program clearer.Warner Losh
2004-12-30Allow -d and -h as command line flags. These are used to generateWarner Losh
2004-12-13Rather than casting through a (void *) to avoid the aliasing warning,Warner Losh
2004-12-13Cast from the specific vop_*_args to vop_generic_args via a (void *)Warner Losh
2004-12-01Back when VOP_* was introduced, we did not have new-style structPoul-Henning Kamp
2004-12-01emit a "typedef vop_foo_t(struct vop_foo_args *);" which we can usePoul-Henning Kamp
2004-07-11Pass doxygen doc comments through to the output.Doug Rabson
2004-06-30Complete quirk handling script by matching the in-kernel table format.Nate Lawson
2004-06-24Add a script to parse acpi_quirks into a header file that we can compileNate Lawson
2004-05-26devlist2h.awk is too generic a name for what it does. It reallyWarner Losh
2004-04-16Correct $FreeBSD$ style.David E. O'Brien
2004-04-07Remove advertising clause from University of California Regent's license,Warner Losh
2004-02-05Attempt to clean up the emu10k1-alsa.h stuff so that config doesn'tPeter Wemm
2003-10-16Changes for new SMP-safe kobj method dispatch algorithm.Doug Rabson
2003-06-22Don't check the state of the vnode interlock if the specification saysDon Lewis
2003-06-20The assertions generated to test VFS locking never included checksStefan Eßer
2003-03-28MFp4:Warner Losh
2003-01-19Remove 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.cJeff 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_UNLOCKEDJeff Roberson
2002-08-20Use 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 andJeff Roberson
2002-07-07 - Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKSJeff Roberson
2002-07-06Add a new configuration directive that inserts calls to debugging functionsJeff Roberson
2002-05-04include systm.h in vnode_if.c so that panic is defined when we're doingJeff Roberson
2002-05-01Awk version of makeobjops.PL.David E. O'Brien