History log of /openbsd/etc/MAKEDEV.mi (Results 1 – 25 of 83)
Revision Date Author Comments
# 25a960cc 11-Sep-2016 deraadt <deraadt@openbsd.org>

extra spaces


# 8ff8729a 12-Mar-2016 espie <espie@openbsd.org>

tweak MAKEDEV.mi to use new makedev(8) capabilities and speed it up.


# c68ed997 05-Nov-2012 jasper <jasper@openbsd.org>

Run chown/chgrp iff the preceding mknod call worked; thus if if there's
actually something to chown/chgrp.

ok todd@


# a4975643 18-Apr-2011 thib <thib@openbsd.org>

Deprecate vnds in favour of svnds.

In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.

Old svndX nodes will still continue to work though, for now.

Cleanup according

Deprecate vnds in favour of svnds.

In effect, this removes the "old" vndX nodes, and renames
the svndX nodes to vndX.

Old svndX nodes will still continue to work though, for now.

Cleanup accordingly.

ok deraadt@, todd@
comments and ok on the man page bits from jmc@

show more ...


# d8bf3db4 25-Jan-2009 miod <miod@openbsd.org>

Remove /dev/drum and related code.


# e5e1c7ef 14-Jun-2008 todd <todd@openbsd.org>

redo the way MAKEDEV files are generated
get it in, deraadt@


# 449c2895 06-Oct-2005 otto <otto@openbsd.org>

Greatly speedup MAKEDEV by using arrays instead of very long strings
that get copied around a lot. Needs sh(1) max array index bump I
committed earlier. ok todd@ deraadt@


# 088078d6 04-Oct-2005 otto <otto@openbsd.org>

oops, typo


# 79a9b89f 04-Oct-2005 otto <otto@openbsd.org>

Removing files is handled by M(), and setting the group to operator as
well, so no need to do that on our own in dodisk(). ok todd@ deraadt@


# f6a183bd 04-Oct-2005 otto <otto@openbsd.org>

Do not buikd mklist as a string, it is not used anyway.
Nice speedup of MAKEDEV on slower archs. ok fries@ deraadt@


# 88c86054 07-Feb-2005 david <david@openbsd.org>

indentation whitespace nits (saves a few bytes even)


# 884154f4 16-Feb-2004 miod <miod@openbsd.org>

Move the real knowledge of MI devices to a specific file, MAKEDEV.common.
While there, allow the comment char and the divert section for md script
fragments to be overriden.
No functional change (yet

Move the real knowledge of MI devices to a specific file, MAKEDEV.common.
While there, allow the comment char and the divert section for md script
fragments to be overriden.
No functional change (yet).

disabused ok deraadt@

show more ...


# 2c1f0813 14-Feb-2004 todd <todd@openbsd.org>

copyright 2004 as well, prompted/reminded by miod


# 96ed47fc 13-Feb-2004 miod <miod@openbsd.org>

We have no such thing as non-wscons ttyE.
"looks ok" drahn@ deraadt@


# 7cc68217 13-Feb-2004 miod <miod@openbsd.org>

Typo in tty description.


# 3113de35 10-Feb-2004 millert <millert@openbsd.org>

Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET
ioctl(2), an unprivileged process may allocate a pty and have its owner
and mode set appropriately. This means that programs s

Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGET
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.

show more ...


# 381ef0d1 05-Feb-2004 todd <todd@openbsd.org>

rm SunOS support, ok deraadt@, docs work in progress


# f663693c 13-Jan-2004 todd <todd@openbsd.org>

shovel ttye to md; ok miod@


# ac8c3c2c 12-Jan-2004 todd <todd@openbsd.org>

+ alph2d() (thanks dr!), allow ttyU's a-zA-Z to be created


# 1c451745 12-Jan-2004 todd <todd@openbsd.org>

utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@


# 89cc9b92 15-Oct-2003 todd <todd@openbsd.org>

typo found by marc


# 2495cbff 14-Oct-2003 todd <todd@openbsd.org>

allow 'MAKEDEV tty08 - tty7f' to function now, prompted by theo


# 8620ddcd 11-Oct-2003 tedu <tedu@openbsd.org>

larger svnd gap


# 3632945a 18-Jun-2003 todd <todd@openbsd.org>

switch to share/misc/license.template


# 77ac0df2 21-May-2003 jason <jason@openbsd.org>

add bpp devices; with much help from todd


1234