aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* arm_kernel_bothdr.awk: Update to latest otaWarner Losh2024-04-171-4/+10
* makesyscalls: generate core libsys headerBrooks Davis2024-04-161-0/+91
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* libsys: don't try to expose yieldBrooks Davis2024-03-071-0/+4
* lib{c,sys}: expose _getlogin consistentlyBrooks Davis2024-02-291-1/+1
* makesyscalls: generate private syscall symbolsBrooks Davis2024-02-051-0/+16
* makesyscalls: add COMPAT14 supportBrooks Davis2023-12-011-0/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-272-7/+0
* makesyscall: Simplify a bit emitting syscall declarationsOlivier Certner2023-11-211-8/+5
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+1
* pccarddevs2h.awk: RemoveWarner Losh2023-08-251-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