aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* syscalls.master: Add a new syscall type: RESERVEDBrooks Davis2021-01-261-8/+15
* Switch to the new device-tree vendor treeEmmanuel Vadot2021-01-152-6/+4
* sys/tools: Add a tool for generating arm and arm64 kernel images.Michal Meloun2020-12-301-0/+190
* Use a template assembly file for firmware object files.John Baldwin2020-12-171-2/+2
* Brand our DTS with the Linux version it was imported fromEmmanuel Vadot2020-10-101-1/+3
* Make makesyscalls.lua initialize 'struct sysent' entries using c99Edward Tomasz Napierala2020-09-251-10/+17
* Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun2020-09-191-1/+2
* makesyscalls.lua: improve syscall ordering validationKyle Evans2020-08-041-6/+21
* vfs: inline vops if there are no pre/post associated callsMateusz Guzik2020-07-301-1/+42
* vfs: stop null checking routines in vop wrappersMateusz Guzik2020-01-261-5/+7
* Add a 'SINGLETON' directive to kobj interface definitionJustin Hibbits2020-01-181-1/+9
* makesyscalls.lua: generate all files in /tmp, write into place at the endKyle Evans2020-01-101-13/+23
* vfs: allow tail call optimisation in vops in the common caseMateusz Guzik2019-12-161-7/+11
* vfs: flatten vop vectorsMateusz Guzik2019-12-161-5/+38
* makesyscalls.lua: trim trailing spaces/commas from argsKyle Evans2019-12-111-0/+1
* makesyscalls.lua: improve config processingKyle Evans2019-12-061-8/+45
* Add makesyscalls.lua, a rewrite of makesyscalls.shKyle Evans2019-11-171-0/+1322
* fw_stub.awk: use @generated tag in generated filesEd Maste2019-09-111-1/+3
* Add SDIO support.Bjoern A. Zeeb2019-06-081-0/+265
* Avoid literal @generated tag in file-generating scriptsEd Maste2019-05-082-2/+8
* Use @generated tag in generated filesEd Maste2019-05-072-2/+2
* make_dtb.sh: Use $CPP instead of assuming that cpp is in $PATHAlex Richardson2018-12-142-10/+12
* Use ${ECHO} in dtb/dtbo build, pass in from dtb.mk for -sKyle Evans2018-11-092-2/+4
* embed_mfs.sh: replace some compound statements with conventional ifsEd Maste2018-11-021-3/+12
* 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