Page MenuHomeFreeBSD

clock_gettime: Minor clarification
AbandonedPublic

Authored by imp on Aug 3 2022, 5:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 8:28 AM
Unknown Object (File)
Mon, Apr 22, 8:27 AM
Unknown Object (File)
Thu, Apr 18, 2:29 PM
Unknown Object (File)
Jan 11 2024, 5:32 PM
Unknown Object (File)
Dec 20 2023, 8:36 AM
Unknown Object (File)
Dec 14 2023, 7:35 PM
Unknown Object (File)
Nov 24 2023, 4:00 PM
Unknown Object (File)
Nov 22 2023, 7:27 PM

Details

Summary

Add a note saying that the CLOCK_BOOTTIME is unrelated to FreeBSD's
kern.boottime sysctl.

Sponsored by: Netflix

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46742
Build 43631: arc lint + arc unit

Event Timeline

imp requested review of this revision.Aug 3 2022, 5:25 PM
pauamma_gundo.com added inline comments.
lib/libc/sys/clock_gettime.2
125–127

While here, make these .Fa to match the other aliases above, eg CLOCK_MONOTONIC_COARSE.

128–130
This revision now requires changes to proceed.Aug 4 2022, 12:49 AM
emaste added inline comments.
lib/libc/sys/clock_gettime.2
125–127

Looking further up (e.g. line 68) .Dv is used, and I think that's correct; the .Fas on e.g. line 99 are incorrect.

concussious.bugzilla_runbox.com added inline comments.
lib/libc/sys/clock_gettime.2
1

We normally zap old source revision tags from the tree, right?

lib/libc/sys/clock_gettime.2
1

We don't keep $FreeBSD$ in the tree, but haven't removed OpenBSD or NetBSD IDs wholesale.

hmmm, maybe I should find and commit this.

This is my detritis... 314542de6d0a0 actually resolved this.

ah, can't just close it :(