Revision tags: release/14.0.0 |
|
#
9b5d724c |
| 24-Aug-2023 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
libc: Add timespec_getres(3) as per C23.
This also adds support for TIME_MONOTONIC to timespec_get(3).
Reviewed by: allanjude Differential Revision: https://reviews.freebsd.org/D41524
|
#
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
d03bd62f |
| 11-Dec-2020 |
Enji Cooper <ngie@FreeBSD.org> |
timespec_get(3): sort SEE ALSO correctly
clock_gettime(2) should be mentioned before gettimeofday(2).
Reported by: make manlint MFC after: 1 week Sponsored by: DellEMC Isilon
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
14b841d4 |
| 11-Aug-2018 |
Kyle Evans <kevans@FreeBSD.org> |
MFH @ r337607, in preparation for boarding
|
#
f9c0a512 |
| 10-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r337286 through r337585.
|
#
3d19db5d |
| 10-Aug-2018 |
Warner Losh <imp@FreeBSD.org> |
Update man page to include FreeBSD-specific details.
While this implements a standards-conforming C11 function, there's implementation details the programmer needs to know. Include those here. Make
Update man page to include FreeBSD-specific details.
While this implements a standards-conforming C11 function, there's implementation details the programmer needs to know. Include those here. Make changes inspired by comments on the initial review as well, though mostly this involves stealing the epoch verbage from gettimeofday(2). Add myself to authors since I've now changed a substantial amount of this man page.
show more ...
|
#
7e299411 |
| 10-Aug-2018 |
Warner Losh <imp@FreeBSD.org> |
Bring in timespce_get form NetBSD.
Bring in the functionality for timespec_get from NetBSD. I've lightly edited the .c file to remove _DIAGASSERT because FreeBSD doesn't have that functionality and
Bring in timespce_get form NetBSD.
Bring in the functionality for timespec_get from NetBSD. I've lightly edited the .c file to remove _DIAGASSERT because FreeBSD doesn't have that functionality and the typical #define'ing it to assert isn't right here. The man page is verbatim from NetBSD, but will be revised as part of a larger cleanup of the time man pages (they are inconsistent and vague in all the wrong places).
Differential Review: https://reviews.freebsd.org/D16649
show more ...
|