aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/amd64/SYS.h
Commit message (Collapse)AuthorAgeFilesLines
* SYS.h: make _SYSCALL_BODY overridableBrooks Davis2024-02-051-0/+2
| | | | | Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-0/+57
Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908