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
F83666404: D28603.diff
Mon, May 13, 8:02 AM
Unknown Object (File)
Wed, May 8, 2:55 AM
Unknown Object (File)
Tue, May 7, 9:01 AM
Unknown Object (File)
Wed, May 1, 3:52 PM
Unknown Object (File)
Sat, Apr 27, 8:13 PM
Unknown Object (File)
Mon, Apr 22, 11:34 AM
Unknown Object (File)
Apr 10 2024, 4:11 AM
Unknown Object (File)
Apr 8 2024, 10:51 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