summaryrefslogtreecommitdiffstats
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* MFC r288336: save some bytes by using more concise SDT_PROBE<n>avg2015-10-231-2/+2
* MFC r262626, r262626, r264979, r265154, r265162, r265163, r267319, r270863,ian2014-10-271-3/+16
* MFC 262614, 262625, 262626, 262627, 262682, 262714, 262725, 262736ian2014-05-161-0/+11
* MFC r263289: Update NetBSD Foundation copyrights to 2-clause BSDemaste2014-03-242-14/+0
* MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEavg2014-01-171-2/+2
* Further refine the handling of stop signals in the NFS client. Thejhb2013-02-211-0/+3
* Fix build on ARM (and probably other platforms)gonzo2012-12-281-1/+1
* - Add new machine parsable KTR macros for timing events.jeff2012-12-191-20/+7
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.trociny2012-02-211-1/+1
* Restore the comment that I removed by accident.ed2011-11-091-0/+1
* Simplify the code emitted by makeobjops.awk slightly.ed2011-11-091-6/+1
* Make kobj_methods constant.ed2011-11-081-1/+1
* GNU awk does not output escaped newlines in multi-line printc statements. Thisrstone2011-03-311-8/+8
* Add an extra comment to the SDT probes definition. This allows us to getrpaulo2010-08-221-2/+2
* Flattened Device Tree helper scripts.raj2010-06-022-0/+52
* Output a comment on top of each generated file explaining where it camerpaulo2009-10-251-1/+5
* Rename default to default_function, for compatibility with GNU awk.emaste2009-10-221-7/+7
* Allow KMOD with hypens and dots.fjoe2009-10-201-7/+9
* - Increase dynamic range of filter coefficients from 28bit to 30bit.ariff2009-07-051-3/+110
* Slightly increase amount of bandwidth of resampling filter forariff2009-07-021-1/+1
* - Add a way to change filter oversampling factor throughariff2009-06-151-14/+39
* Move all sound related scripts to its own 'sound' subdir.ariff2009-06-104-0/+0
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-073-0/+1376
* Add SDT DTrace probes for VFS vnode operations in the vfs:voprwatson2009-03-291-0/+12
* Remove some unused and broken code that attempted to not invoke lockingjhb2008-11-031-6/+0
* Introduce a standalone shell script for embedding MFS image.raj2008-02-051-0/+39
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-5/+5
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aflz2007-03-021-4/+30
* Fix obvious typo (use long name if short name isn't provided).flz2007-02-271-1/+1
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-1/+1
* Check for errors when registering and unregistering firmware modules. Thisjhb2006-06-161-12/+25
* - Add two checks for syntax errorsdds2006-05-301-7/+13
* Assertion code specifications are introduced using special characterdds2006-05-301-5/+5
* Update usage comment to match reality.dds2006-05-261-1/+2
* Fix a leftover "iwi_boot" string.mlaier2006-01-301-1/+1
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+189
* Eradicate caddr_t from the VFS API.des2005-12-141-2/+2
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawndes2005-12-141-2/+1
* Add convenience macros for bus_space usage that doesn't require specificationphk2005-09-241-0/+68
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-9/+6
* - Add the character "E" to the understood lock types. This meansjeff2005-04-111-0/+2
* Add VOP_FOO_APV() which takes a pointer to the vop_vector.phk2005-02-081-6/+11
* Get rid of the VDESC() macro while the pot is boiling anyway, it isphk2005-01-131-2/+2
* Change the generated VOP_ macro implementations to improve type checkingphk2005-01-131-48/+65
* /* -> /*- for license, minor formatting changesimp2005-01-076-5/+11
* dheader and hheader were the same function, really, so rename one ofimp2004-12-311-35/+13
* Use functions to make the program clearer.imp2004-12-311-125/+144
* Allow -d and -h as command line flags. These are used to generateimp2004-12-301-126/+163
OpenPOWER on IntegriCloud