aboutsummaryrefslogtreecommitdiff
path: root/sys/tools
Commit message (Expand)AuthorAgeFilesLines
* gdb: Make development a bit easierMark Johnston11 hours2-4/+37
* gdb: Improve doc stringsMark Johnston11 hours3-6/+4
* libexec/kgdb: Add new modules and install them together with debug infoMark Johnston2025-10-038-0/+390
* vfs: stop using SDT_PROBES_ENABLED in inlined opsMateusz Guzik2025-09-271-4/+9
* makeobjops.awk: Style nits in generated filesZhenlei Huang2025-09-081-2/+2
* vdso: Build without debug infoMark Johnston2025-08-222-2/+2
* sysent: add a new NORETURN type flagBrooks Davis2025-08-082-2/+7
* syscalls: normalize _exit(2) declerationsBrooks Davis2025-08-083-1/+6
* arm: Generate the kernel.bin file in zImage format.Michal Meloun2025-08-071-0/+32
* vfs: Move DEBUG_VFS_LOCKS checks to INVARIANTSMark Johnston2025-08-031-3/+3
* vfs: Initial revision of inotifyMark Johnston2025-07-041-0/+1
* vnode_if: Remove some branching around SDT probes in VOP wrappersMark Johnston2025-05-221-7/+3
* makesyscalls: emit cpp in syscalls.mapBrooks Davis2025-02-183-1/+22
* makesyscalls: deprecate cpp other than includesBrooks Davis2025-02-181-0/+6
* makesyscalls: Restore support for cpp in inputBrooks Davis2025-02-186-5/+51
* makesyscalls: reduce redundency in syscall.mk codeBrooks Davis2025-02-181-14/+4
* sys: syscalls: add a test syscall definition fileKyle Evans2025-02-188-0/+248
* vnode: Make the vop_vector reference a pointer to constMark Johnston2024-11-261-2/+2
* sysent: add a NOLIB modifer to prevent stub generationBrooks Davis2024-11-014-4/+5
* sysent: sort modifier flagsBrooks Davis2024-11-011-1/+3
* sysent: GC sys/tools/makesyscalls.luaBrooks Davis2024-10-301-1710/+0
* Update mentions of makesyscalls.luaBrooks Davis2024-10-301-1/+1
* sys/tools/syscalls: desupport capabilities.confBrooks Davis2024-10-3011-67/+4
* Refactor makesyscalls.lua into a libraryagge32024-10-3017-0/+2768
* makesyscalls.lua: converstion -> conversionBrooks Davis2024-10-221-1/+1
* amd64: do not pass -z rodynamic to ld.bfd when building vdsoKonstantin Belousov2024-10-182-3/+13
* sysent: fix a couple more do-no-edit commentsBrooks Davis2024-10-031-0/+2
* sysent: make header comments more consistentBrooks Davis2024-10-011-4/+11
* sysent: Remove comment aligningagge32024-10-011-24/+4
* tools/sdiodevs2h.awk: introduce paliasBjoern A. Zeeb2024-08-311-0/+16
* tools/sdiodevs2h.awk: adjust defined named for vendor and device IDsBjoern A. Zeeb2024-08-271-4/+4
* tools/sdiodevs2h.awk: fix after removal of $FreeBSD$Bjoern A. Zeeb2024-08-271-6/+0
* 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