| #
7b7ba785
|
| 12-Jun-2025 |
Nathan Whitehorn <nwhitehorn@FreeBSD.org> |
Implement CLOCK_TAI
Provide a clock through clock_gettime() that returns the current TAI time (UTC without leap seconds) as a complement to CLOCK_REALTIME. This provides compatibility with Linux, wh
Implement CLOCK_TAI
Provide a clock through clock_gettime() that returns the current TAI time (UTC without leap seconds) as a complement to CLOCK_REALTIME. This provides compatibility with Linux, which also provides a CLOCK_TAI since kernel 2.6.26, and this seems to be becoming the standard way to acquire TAI time. Unlike Linux, this code will return EINVAL if the TAI offset (set by ntpd, ptpd, etc.) is not known since it seems pathological for CLOCK_TAI to silently give the wrong (UTC) time if the offset is not known as it does on Linux.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D46268
show more ...
|
| #
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 ...
|
| #
fa9896e0
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
| #
463970da
|
| 15-Jul-2016 |
John Baldwin <jhb@FreeBSD.org> |
Add documentation for the sigevent structure.
- Add a sigevent(3) manpage to give a general overview of the sigevent structure and the available notification mechanisms. - Document that AIO reques
Add documentation for the sigevent structure.
- Add a sigevent(3) manpage to give a general overview of the sigevent structure and the available notification mechanisms. - Document that AIO requests contain a nested sigevent structure that can be used to request completion notification. - Expand the sigevent details in other manuals to note details such as the extra values stored in a queued signal's information or in a posted kevent.
Reviewed by: kib MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D7122
show more ...
|
| #
9f63b422
|
| 08-May-2012 |
Glen Barber <gjb@FreeBSD.org> |
General mdoc(7) and typo fixes.
PR: 167713 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
|
| #
52f047ee
|
| 26-Oct-2011 |
Sergey Kandaurov <pluknet@FreeBSD.org> |
Fix typo in timer_getoverrun cross-reference.
MFC after: 3 days
|
| #
a28d1439
|
| 12-Jan-2009 |
Daniel Gerzo <danger@FreeBSD.org> |
- add missing include - fix struct memeber's name [1]
PR: docs/130413 [1] Submitted by: Thomas Mueller <tmueller@sysgo.com> [1] MFC after: 3 days
|
| #
e9311906
|
| 18-Jun-2007 |
David Xu <davidxu@FreeBSD.org> |
Fix library names.
|
| #
a73a3ab5
|
| 17-Sep-2006 |
Ruslan Ermilov <ru@FreeBSD.org> |
Markup fixes.
|
| #
412295fd
|
| 13-Dec-2005 |
David Xu <davidxu@FreeBSD.org> |
Sort .Xr by section number.
Submitted by: ru
|
| #
e9e74956
|
| 13-Dec-2005 |
David Xu <davidxu@FreeBSD.org> |
Add cross references to siginfo.3.
|
| #
6f59c4c0
|
| 30-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Update conformance and history sections.
|
| #
5507a2ae
|
| 18-Nov-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fix up markup etc. in recently born manpage.
|
| #
b1e515a3
|
| 12-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Insert missing copyright headers.
|
| #
9463da7f
|
| 11-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Fix copy-paste issue.
|
| #
bb5eebe6
|
| 11-Nov-2005 |
David Xu <davidxu@FreeBSD.org> |
Add POSIX timer manuals.
|