summaryrefslogtreecommitdiff
path: root/lib/libsys/timerfd.2
AgeCommit message (Collapse)Author
2024-07-02timerfd.2: Add documentation for CLOCK_UPTIME and CLOCK_BOOTTIMECormac Stephenson
Add CLOCK_UPTIME and CLOCK_BOOTTIME options and a quick pointer to clock_gettime(2) for a better definition of these values. Reviewed-by: imp (small tweaks and added Xr) Pull-Request: https://github.com/freebsd/freebsd-src/pull/1302
2024-04-20timerfd.2: Remove a double wordGordon Bergling
- s/is is/is/ MFC after: 3 days
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