Details
- Reviewers
kib imp pauamma_gundo.com - Group Reviewers
manpages - Commits
- rG460e41a24baf: man4: Add a manual page for kvmclock
rGa2286a1f4651: man4: Add a manual page for kvmclock
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
share/man/man4/kvmclock.4 | ||
---|---|---|
25 | I probably won't, I'll just remove this tag. | |
79 | Prior to the patches in D38341-2, assuming they get committed. :) I'm not really sure how to express that here. Maybe just say, anything using a libc.so older than 14.0-RELEASE's or anything statically linked before 14.0 came out. |
share/man/man4/kvmclock.4 | ||
---|---|---|
79 | Yea prior to 14.0... unless this get merged back to 13.2. Release granularity likely is fine |
Since the driver is in 13.1, perhaps MFC?
share/man/man4/kvmclock.4 | ||
---|---|---|
2–23 | Per https://docs.freebsd.org/en/articles/license-guide/#pref-license, this should have a SDPX license identifier. Whether to keep the license text as well is (I think) up to you. | |
25 | Not needed anymore for new files. | |
74 | US spelling | |
85 | Clarify "systems"? kernel? |
- /usr/lib/libc.so -> /lib/libc.so.7
- Refer to clock_gettime() as a function rather than a system call since that's more accurate in this context.
Device name correction (if I'm right) can be fixed on commit.
share/man/man4/kvmclock.4 | ||
---|---|---|
38 | kvmclock, I think? |
share/man/man4/kvmclock.4 | ||
---|---|---|
38 | kvm_clock is correct, unfortunately. The path is sys/dev/kvm_clock. But internally the driver is called kvmclock. |