summaryrefslogtreecommitdiff
path: root/lib/libsys/execve.2
AgeCommit message (Collapse)Author
2025-07-06Add manpages for O_CLOFORK flag and othersRicardo Branco
Reviewed by: kib MFC after: 1 month Pull Request: https://github.com/freebsd/freebsd-src/pull/1698
2024-05-16man filesystems: fix xrefs after move to section 4Alexander Ziaee
Reviewed by: des, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1077
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
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