Age | Commit message (Collapse) | Author |
|
|
|
|
|
- refer to the section 4 manual page for every device target, whenever
possible
- repair a few minor quoting errors
- repair a few sorting errors
- fix a few device descriptions (ideally they would be synched with the
.Nd line of their manpages, but we are not there... yet)
- minor mdoc fixes
Thanks to jmc@ for review and a lot of constructive criticism.
|
|
|
|
- homogenize section order
- sort devices inside sections
- make sure all platforms provide a local target (sigh)
- remove a few dead devices not worth mentioning on a few arches while there.
disabused ok deraadt@
|
|
|
|
ioctl(2), an unprivileged process may allocate a pty and have its owner
and mode set appropriately. This means that programs such as xterm and
screen no longer need to be setuid. Programs using the openpty()
function require zero changes and will "just work".
Designed by beck@ and deraadt@; changes by beck@ with cleanup (and
a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me.
Tested by many.
|
|
|
|
pointed out by todd@
|
|
ok miod@
|
|
Tested by various people on various platforms, I'm willing to fix any
breakage this causes.
ok niels@ deraadt@ and mickey@ (after his comments were applied)
|
|
|
|
|
|
|
|
this feels alot like distrib/sets .. mi global and md for everybody that's
gotta be different ..
|
|
o properly generate scsi scanner devices
o shorten pty generation shell fragment
o many tweaks for vax (audio what? how did I ever think vax had audio?)
|
|
|
|
|
|
|
|
order a few places
provide '[ "$DEBUG" ] && set -x' inside R() for debugging help ..
|