Page MenuHomeFreeBSD

Add timerisvalid() from OpenBSD
AbandonedPublic

Authored by gbe on Jun 30 2020, 9:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 13, 6:39 AM
Unknown Object (File)
Jan 22 2024, 7:22 PM
Unknown Object (File)
Dec 20 2023, 5:24 AM
Unknown Object (File)
Dec 14 2023, 5:55 PM
Unknown Object (File)
Dec 7 2023, 2:32 AM
Unknown Object (File)
Dec 1 2023, 5:11 PM
Unknown Object (File)
Nov 8 2023, 1:56 PM
Unknown Object (File)
Oct 7 2023, 12:52 PM

Details

Reviewers
None
Group Reviewers
manpages
Summary

Add timerisvalid() from OpenBSD

Test Plan

make buildkernel and mandoc output review

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32091
Build 29610: arc lint + arc unit

Event Timeline

gbe requested review of this revision.Jun 30 2020, 9:25 PM
gbe created this revision.
val_packett.cool added inline comments.
share/man/man3/timeradd.3
37

s/time/timer in here?

Should we also do a MLINKS+= timeradd.3 timerisvalid.3 in share/man/man3/Makefile?

  • Hock up timerisvalid to the Makefile

Should we also do a MLINKS+= timeradd.3 timerisvalid.3 in share/man/man3/Makefile?

Done! :)

Since struct timeval is mostly obsoleted by struct timespec, I suggest adding this only when there is existing code using it.

share/man/man3/timeradd.3
55

struct timespec is not what is actually implemented.