History log of /src/lib/libsys/timerfd.2 (Results 1 – 4 of 4)
Revision Date Author Comments
# 172328c4 28-Jun-2024 Cormac Stephenson <c7s@kasku.net>

timerfd.2: Add documentation for CLOCK_UPTIME and CLOCK_BOOTTIME

Add CLOCK_UPTIME and CLOCK_BOOTTIME options and a quick pointer
to clock_gettime(2) for a better definition of these values.

Reviewe

timerfd.2: Add documentation for CLOCK_UPTIME and CLOCK_BOOTTIME

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

show more ...


# bbef63ec 20-Apr-2024 Gordon Bergling <gbe@FreeBSD.org>

timerfd.2: Remove a double word

- s/is is/is/

MFC after: 3 days


# 8269e767 14-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

libsys: relocate implementations and manpages

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

libsys: relocate implementations and manpages

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

show more ...


# 8544651d 24-Aug-2023 Jake Freeland <jfree@freebsd.org>

timerfd: Add manual page.

This manual page accompanies the timerfd system calls.

Reviewed by: imp
Differential Revision: https://reviews.freebsd.org/D40218