aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* Rename the /usr/share/doc/legal files to driver.LICENSE to work aroundBryan Drewery2015-10-161-1/+1
* save some bytes by using more concise SDT_PROBE<n> instead of SDT_PROBEAndriy Gapon2015-09-281-2/+2
* Allow the make_dtb script to work outside of a "make buildkernel" contextIan Lepore2014-08-301-0/+4
* Call cpp with -P to avoid printing line markings.Rui Paulo2014-06-101-1/+1
* Fix logic error. <blush>Warner Losh2014-04-301-1/+1
* Turns out this .if evaluated not in the context of the makedtb targetWarner Losh2014-04-301-0/+5
* Allow FDT_DTS_FILE to be a list, either in the makedtb target, or in aWarner Losh2014-04-301-3/+7
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-182-14/+0
* Use proper include path for dtc as well as cpp.Warner Losh2014-02-281-1/+1
* Integrate device-tree upstream files into the build process:Warner Losh2014-02-281-0/+11
* dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINEAndriy Gapon2013-11-261-2/+2
* - For kernel compiled only with KDTRACE_HOOKS and not any lock debuggingAttilio Rao2013-11-251-2/+0
* Further refine the handling of stop signals in the NFS client. TheJohn Baldwin2013-02-211-0/+3
* Fix build on ARM (and probably other platforms)Oleksandr Tymoshenko2012-12-281-1/+1
* - Add new machine parsable KTR macros for timing events.Jeff Roberson2012-12-191-20/+7
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Make vnode_if.awk parse vnode operations with underscores, like VOP_FOO_BAR.Mikolaj Golub2012-02-211-1/+1
* Restore the comment that I removed by accident.Ed Schouten2011-11-091-0/+1
* Simplify the code emitted by makeobjops.awk slightly.Ed Schouten2011-11-091-6/+1
* Make kobj_methods constant.Ed Schouten2011-11-081-1/+1
* GNU awk does not output escaped newlines in multi-line printc statements. ThisRyan Stone2011-03-311-8/+8
* Add an extra comment to the SDT probes definition. This allows us to getRui Paulo2010-08-221-2/+2
* Flattened Device Tree helper scripts.Rafal Jaworowski2010-06-022-0/+52
* Output a comment on top of each generated file explaining where it cameRui Paulo2009-10-251-1/+5
* Rename default to default_function, for compatibility with GNU awk.Ed Maste2009-10-221-7/+7
* Allow KMOD with hypens and dots.Max Khon2009-10-201-7/+9
* - Increase dynamic range of filter coefficients from 28bit to 30bit.Ariff Abdullah2009-07-051-3/+110
* Slightly increase amount of bandwidth of resampling filter forAriff Abdullah2009-07-021-1/+1
* - Add a way to change filter oversampling factor throughAriff Abdullah2009-06-151-14/+39
* Move all sound related scripts to its own 'sound' subdir.Ariff Abdullah2009-06-104-0/+0
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-073-0/+1376
* Add SDT DTrace probes for VFS vnode operations in the vfs:vopRobert Watson2009-03-291-0/+12
* Remove some unused and broken code that attempted to not invoke lockingJohn Baldwin2008-11-031-6/+0
* Introduce a standalone shell script for embedding MFS image.Rafal Jaworowski2008-02-051-0/+39
* Catch up with ACPI-CA 20070320 import.Jung-uk Kim2007-03-221-5/+5
* - Add Intel firmwares for Intel PRO/Wireless LAN 2100/2200/2915 cards in aFlorent Thoumie2007-03-021-4/+30
* Fix obvious typo (use long name if short name isn't provided).Florent Thoumie2007-02-271-1/+1
* Cleanup and document the implementation of firmware(9) based onLuigi Rizzo2007-02-151-1/+1
* Check for errors when registering and unregistering firmware modules. ThisJohn Baldwin2006-06-161-12/+25
* - Add two checks for syntax errorsDiomidis Spinellis2006-05-301-7/+13
* Assertion code specifications are introduced using special characterDiomidis Spinellis2006-05-301-5/+5
* Update usage comment to match reality.Diomidis Spinellis2006-05-261-1/+2
* Fix a leftover "iwi_boot" string.Max Laier2006-01-301-1/+1
* firmware(9) is a subsystem to load binary data into the kernel via aMax Laier2006-01-291-0/+189
* Eradicate caddr_t from the VFS API.Dag-Erling Smørgrav2005-12-141-2/+2
* Nuke vnodeop_desc.vdesc_transports, which has been unused since the dawnDag-Erling Smørgrav2005-12-141-2/+1
* Add convenience macros for bus_space usage that doesn't require specificationPoul-Henning Kamp2005-09-241-0/+68
* Allow EVFILT_VNODE events to work on every filesystem type, not justSuleiman Souhlal2005-06-091-9/+6
* - Add the character "E" to the understood lock types. This meansJeff Roberson2005-04-111-0/+2