Page MenuHomeFreeBSD

libdtrace: Don't try to unput a nul terminator
AbandonedPublic

Authored by markj on Feb 11 2021, 11:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 6:47 AM
Unknown Object (File)
Mon, Jul 20, 3:26 AM
Unknown Object (File)
Sat, Jul 4, 3:51 PM
Unknown Object (File)
Sun, Jun 28, 1:13 AM
Unknown Object (File)
Fri, Jun 26, 6:34 PM
Unknown Object (File)
Tue, Jun 23, 6:50 PM
Unknown Object (File)
May 21 2026, 4:18 PM
Unknown Object (File)
May 17 2026, 11:42 AM
Subscribers

Details

Reviewers
rstone
Summary

input() returns 0 to indicate EOF conditions, not EOF.

This fixes most instances of unknown argument types showing up in dtrace
-lv output. The rest seem to be related to duplicate type names. For
instance, if I run 'dtrace -lv -n fbt:::entry', on my system dtrace
fails to resolve the first parameter to
fbt::vm_pageout_reinsert_inactive:entry.
If I list the parameters for that probe specifically, it works, so it's
not as severe a bug.

Diff Detail

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