aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* pccarddevs2h.awk: RemoveWarner Losh2023-09-171-173/+0
* sys: Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1619-19/+0
* vnode_if: Don't add $FreeBSD$ to the outputWarner Losh2023-08-161-2/+0
* fw_stub: Don't add $FreeBSD$ to generated fileWarner Losh2023-08-161-2/+1
* miidevs2h: Ignore the first lineWarner Losh2023-08-161-7/+0
* usbdevs2h: Ignore First Line and stop generating $FreeBSD$Warner Losh2023-08-161-5/+0
* Pre-quote macros passed to .incbin to avoid unwanted substitutionJessica Clarke2023-07-283-3/+3
* makesyscall: Stop generating $FreeBSD$Warner Losh2023-06-091-14/+8
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-122-2/+2
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1212-12/+12
* makesyscalls.lua: Minor fluff removalWarner Losh2023-04-201-2/+2
* makesyscalls.lua: Use "sysxxx" consistentlyWarner Losh2023-04-201-8/+8
* makesyscalls.lua: Make more luaishWarner Losh2023-04-201-124/+124
* vfs: validate that vop vectors provide all or none fplookup vopsMateusz Guzik2023-04-061-0/+2
* Improve debuggability of VOP_* locking assertionsJason A. Harmening2023-01-191-4/+4
* dtb: Be much less verbose in the building of dtbWarner Losh2022-10-292-2/+0
* Make #if and #endif do what people expect in *_if.mAndrew Turner2022-10-061-0/+5
* sound(4): Fix order of parameters for custom equalizer band pass filter.Hans Petter Selasky2022-08-221-3/+2
* firmware: Map '@' in filenames to '_' in symbols.John Baldwin2022-06-141-4/+4
* syscallarg_t: Add a type for system call argumentsBrooks Davis2022-03-281-5/+5
* 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