Page MenuHomeFreeBSD

sound: Make hw.snd.basename_clone a bool
AbandonedPublic

Authored by christos on Mar 29 2024, 4:02 AM.
Tags
None
Referenced Files
F109821659: D44553.diff
Sun, Feb 9, 11:41 PM
F109802742: D44553.diff
Sun, Feb 9, 5:58 PM
Unknown Object (File)
Fri, Feb 7, 6:58 AM
Unknown Object (File)
Jan 10 2025, 11:40 PM
Unknown Object (File)
Nov 20 2024, 5:30 PM
Unknown Object (File)
Nov 17 2024, 2:02 AM
Unknown Object (File)
Nov 11 2024, 8:20 PM
Unknown Object (File)
Nov 11 2024, 6:03 PM
Subscribers

Details

Reviewers
markj
Summary

Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56826
Build 53714: arc lint + arc unit

Event Timeline

Isn't this backwards incompatible? If a caller sets the sysctl in C, they'll have to change the type of the variable that they use. Existing code will misbehave.

Isn't this backwards incompatible? If a caller sets the sysctl in C, they'll have to change the type of the variable that they use. Existing code will misbehave.

Yes, I had forgot about this, my bad. Abandoning.