summaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* Only call sigdeferstop() for NFS.Konstantin Belousov2018-10-231-2/+3
* make_dtb: Always add root directory in the include pathEmmanuel Vadot2018-08-231-2/+2
* Add dtb overlays supportEmmanuel Vadot2018-03-241-0/+26
* Avoid using \$. It's an unknown escape sequence. Some awks warn aboutWarner Losh2018-01-281-8/+0
* embed_mfs: correctly test grep return valueEd Maste2018-01-031-1/+1
* Teach makeobjops.awk to accept PROLOG and EPILOG blocks beforeColin Percival2017-12-311-3/+21
* embed_mfs: support embedding mfs into loaderEd Maste2017-12-191-9/+32
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-202-0/+4
* Move sys/boot/fdt/dts to sys/dts and adjust scripts.Warner Losh2017-11-141-2/+2
* embed_mfs: add error handling, usageEd Maste2017-10-171-1/+10
* make.conf: Add the possibility to use another DTCEmmanuel Vadot2017-06-171-1/+3
* Declare the "snd_fxdiv_table" once. This shaves around 24Kbytes ofHans Petter Selasky2017-05-251-2/+5
* Increase the allowed maximum number of audio channels from 31 to 127Hans Petter Selasky2017-05-241-3/+3
* [fdt] Make DTBs generated by make_dtb.sh overlay-readyOleksandr Tymoshenko2017-03-101-1/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Replace using of objdump with elfdumpLi-Wen Hsu2017-01-101-3/+3
* Consider CROSS_BINUTILS_PREFIX environment variable so we use correctRuslan Bukin2016-08-101-1/+1
* Fix MFS builds when both MD_ROOT_SIZE and MFS_IMAGE are specifiedAdrian Chadd2016-02-021-4/+16
* 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