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
Unknown Object (File)
Wed, Nov 5, 2:19 AM
Unknown Object (File)
Sun, Oct 19, 1:51 AM
Unknown Object (File)
Sun, Oct 12, 11:01 AM
Unknown Object (File)
Sun, Oct 12, 11:01 AM
Unknown Object (File)
Sun, Oct 12, 12:09 AM
Unknown Object (File)
Sep 21 2025, 1:15 PM
Unknown Object (File)
Sep 2 2025, 12:35 PM
Unknown Object (File)
Sep 2 2025, 12:04 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.