aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* makesyscall: Stop generating $FreeBSD$Warner Losh2023-10-261-13/+8
* makesyscalls.lua: Minor fluff removalWarner Losh2023-10-261-7/+7
* makesyscalls.lua: Make more luaishWarner Losh2023-10-261-87/+87
* sys: Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-231-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-2319-19/+0
* vnode_if: Don't add $FreeBSD$ to the outputWarner Losh2023-08-231-2/+0
* fw_stub: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-231-2/+1
* pccard: Don't include version information.Warner Losh2023-08-231-7/+0
* miidevs2h: Ignore the first lineWarner Losh2023-08-231-7/+0
* usbdevs2h: Ignore First Line and stop generating $FreeBSD$Warner Losh2023-08-231-5/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-252-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2512-12/+12
* firmware: Map '@' in filenames to '_' in symbols.John Baldwin2022-07-131-4/+4
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2022-02-081-1/+0
* arm64: Don't rely on host readelf for u-boot booti image generationJessica Clarke2022-01-241-6/+6
* amd64: Pass DEBUG when building VDSO wrapperJessica Clarke2022-01-242-2/+2
* booti: Enable loading the kernel image to any address aligned to 2 MBMichal Meloun2022-01-201-1/+1
* Enforce that vdso does not contain runtime relocationsKonstantin Belousov2022-01-022-0/+14
* Enforce that vdso does not consume too much from the shared pageKonstantin Belousov2022-01-022-0/+12
* amd64 native vdso: add unwind annotations to the signal trampolineKonstantin Belousov2022-01-021-1/+1
* vdso for ia32 on amd64Konstantin Belousov2022-01-021-0/+53
* amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov2022-01-022-0/+107
* fw_stub: fix -Wunused-but-set-variable for firmware filesBjoern A. Zeeb2021-12-291-3/+5
* makesyscalls.lua: add a CAPENABLED flagBrooks Davis2021-10-191-1/+3
* makesyscalls.lua: Add a new syscall type: RESERVEDBrooks Davis2021-10-191-8/+15
* makesyscalls: sprinkle some assert() on standard function callsKyle Evans2021-10-031-30/+34
* makesyscalls: stop trying to remove . and .. in cleanupKyle Evans2021-10-031-1/+3
* makesyscalls.lua: improve generated file style(9) complianceEd Maste2021-05-201-4/+4
* 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