aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-121-5/+5
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-01-121-5/+5
* arm64: Don't rely on host readelf for u-boot booti image generationJessica Clarke2021-12-241-6/+6
* sysent: move away from allowing all compat options for other ABIsKyle Evans2021-12-171-16/+33
* syscalls: add COMPAT13Konstantin Belousov2021-12-091-0/+1
* amd64: Pass DEBUG when building VDSO wrapperJessica Clarke2021-12-072-2/+2
* Enforce that vdso does not contain runtime relocationsKonstantin Belousov2021-12-062-0/+14
* Enforce that vdso does not consume too much from the shared pageKonstantin Belousov2021-12-062-0/+12
* amd64 native vdso: add unwind annotations to the signal trampolineKonstantin Belousov2021-12-061-1/+1
* vdso for ia32 on amd64Konstantin Belousov2021-12-061-0/+53
* amd64: wrap 64bit sigtramp into vdsoKonstantin Belousov2021-12-062-0/+107
* fw_stub: fix -Wunused-but-set-variable for firmware filesBjoern A. Zeeb2021-11-301-3/+5
* makesyscalls: add a new SYSMUX typeBrooks Davis2021-11-291-5/+18
* makesyscalls: strip _Contains_ argument annotationsBrooks Davis2021-11-221-0/+1
* makesyscalls: add override of ABI change detectionBrooks Davis2021-11-221-0/+27
* makesyscalls: automate detection of ABI changesBrooks Davis2021-11-221-9/+24
* makesyscalls.lua: Add the ABI function prefix reliably.Brooks Davis2021-11-221-3/+7
* makesyscalls: allow config to force OBSOL and UNIMPLBrooks Davis2021-11-221-8/+45
* makesyscalls: handle 64-bit args on 32-bitBrooks Davis2021-11-221-19/+87
* 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