Page MenuHomeFreeBSD

Remove mse from tree
ClosedPublic

Authored by imp on Oct 20 2018, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 5:20 AM
Unknown Object (File)
Sun, Apr 5, 2:35 PM
Unknown Object (File)
Sun, Mar 29, 9:38 PM
Unknown Object (File)
Sun, Mar 29, 7:22 AM
Unknown Object (File)
Sat, Mar 28, 9:35 PM
Unknown Object (File)
Thu, Mar 26, 8:00 AM
Unknown Object (File)
Thu, Mar 26, 6:50 AM
Unknown Object (File)
Tue, Mar 24, 7:28 PM
Subscribers

Details

Reviewers
emaste
cem
Group Reviewers
manpages
Commits
rS339564: Remove mse(4) from tree
Summary

Remove mse and all support for bus and inport devices from the tree.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20312
Build 19769: arc lint + arc unit

Event Timeline

emaste added inline comments.
share/man/man5/rc.conf.5
3259

probably an or between the examples

sys/sys/mouse.h
203–204

What about leaving MOUSE_PROTO_BUS MOUSE_PROTO_INPORT behind in the comments, for the (perhaps very unlikely) case someone greps the tree?

This revision is now accepted and ready to land.Oct 20 2018, 10:22 PM
imp marked an inline comment as done.Oct 21 2018, 6:10 AM
imp added inline comments.
sys/sys/mouse.h
203–204

I specifically removed them so that they wouldn't appear should someone grep the tree...

This revision was automatically updated to reflect the committed changes.