aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
...
* makesyscalls: handle arrays of pointersBrooks Davis2021-11-221-0/+12
* makesyscalls: handle longs in ABI compatBrooks Davis2021-11-221-0/+23
* makesyscalls.lua: Allow translation of intptr_t argumentsBrooks Davis2021-11-221-1/+6
* makesyscalls: intptr_t arguments are pointersBrooks Davis2021-11-221-2/+2
* makesyscalls: Add a way to include per-ABI headersBrooks Davis2021-11-221-0/+11
* makesyscalls: allow multiple expressions for each abi changeBrooks Davis2021-11-221-6/+16
* makesyscalls: Fix expression for time_t_sizeBrooks Davis2021-11-221-1/+1
* makesyscalls: Remove _native suffix handlingBrooks Davis2021-11-221-1/+0
* makesyscalls: make strip_abi_prefix more robustBrooks Davis2021-11-171-0/+3
* ipq4018: add TCSR definitions from Linux.Adrian Chadd2021-10-181-1/+1
* makesyscalls: sprinkle some assert() on standard function callsKyle Evans2021-09-251-30/+34
* makesyscalls: rip out arbitrary command executionKyle Evans2021-09-251-33/+2
* makesyscalls: stop trying to remove . and .. in cleanupKyle Evans2021-09-251-1/+3
* Drop cloudabiKonstantin Belousov2021-09-211-4/+2
* makesyscalls.lua: add a CAPENABLED flagBrooks Davis2021-09-011-1/+3
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* booti: Enable loading the kernel image to any address aligned to 2 MBMichal Meloun2021-07-281-1/+1
* makesyscalls.lua: improve generated file style(9) complianceEd Maste2021-05-131-4/+4
* newbus: remove support for SINGLETONWarner Losh2021-04-261-9/+1
* 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