Page MenuHomeFreeBSD

pwait: Fix timeout unit parser
ClosedPublic

Authored by des on Sep 19 2025, 11:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 29, 11:59 PM
Unknown Object (File)
Wed, Oct 29, 7:28 PM
Unknown Object (File)
Sun, Oct 26, 4:06 PM
Unknown Object (File)
Sun, Oct 26, 4:06 PM
Unknown Object (File)
Sun, Oct 26, 4:06 PM
Unknown Object (File)
Sun, Oct 26, 4:05 PM
Unknown Object (File)
Thu, Oct 23, 7:32 AM
Unknown Object (File)
Fri, Oct 10, 9:58 AM
Subscribers

Details

Summary

The timeout parser would check the first character after the number and
ignore any subsequent ones.

While here, switch to bool for booleans and fix some style nits.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable