aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/timerfd.2
Commit message (Collapse)AuthorAgeFilesLines
* timerfd.2: Add documentation for CLOCK_UPTIME and CLOCK_BOOTTIMECormac Stephenson2024-07-021-1/+8
| | | | | | | | 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
* timerfd.2: Remove a double wordGordon Bergling2024-04-201-1/+1
| | | | | | - s/is is/is/ MFC after: 3 days
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-0/+340
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