summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.mi
AgeCommit message (Collapse)Author
2009-01-25Remove /dev/drum and related code.Miod Vallat
2008-06-14redo the way MAKEDEV files are generatedTodd T. Fries
get it in, deraadt@
2005-10-06Greatly speedup MAKEDEV by using arrays instead of very long stringsOtto Moerbeek
that get copied around a lot. Needs sh(1) max array index bump I committed earlier. ok todd@ deraadt@
2005-10-04oops, typoOtto Moerbeek
2005-10-04Removing files is handled by M(), and setting the group to operator asOtto Moerbeek
well, so no need to do that on our own in dodisk(). ok todd@ deraadt@
2005-10-04Do not buikd mklist as a string, it is not used anyway.Otto Moerbeek
Nice speedup of MAKEDEV on slower archs. ok fries@ deraadt@
2005-02-07indentation whitespace nits (saves a few bytes even)David Krause
2004-02-16Move the real knowledge of MI devices to a specific file, MAKEDEV.common.Miod Vallat
While there, allow the comment char and the divert section for md script fragments to be overriden. No functional change (yet). disabused ok deraadt@
2004-02-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
2004-02-13We have no such thing as non-wscons ttyE.Miod Vallat
"looks ok" drahn@ deraadt@
2004-02-13Typo in tty description.Miod Vallat
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
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.
2004-02-05rm SunOS support, ok deraadt@, docs work in progressTodd T. Fries
2004-01-13shovel ttye to md; ok miod@Todd T. Fries
2004-01-12+ alph2d() (thanks dr!), allow ttyU's a-zA-Z to be createdTodd T. Fries
2004-01-12utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@Todd T. Fries
2003-10-15typo found by marcTodd T. Fries
2003-10-14allow 'MAKEDEV tty08 - tty7f' to function now, prompted by theoTodd T. Fries
2003-10-11larger svnd gapTed Unangst
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-05-21add bpp devices; with much help from toddJason Wright
2003-04-10POSIX chown; Leandro CostaTodd C. Miller
todd@ OK
2003-03-16Remove leftovers from non-wscons sparc. There might be more left to prune.Miod Vallat
This does not affect the output, so no regen is necessary.
2003-01-06one more tweak for _lkm; ok deraadt@Todd T. Fries
2003-01-06_lkm group for modstat(8); millert okTheo de Raadt
2002-12-31Prepare for the removal of amiga and sun3 platforms from the tree.Miod Vallat
There has not been enough activity and interest towards these platform to keep them lying in the tree.
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-08-29add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wsconsTodd T. Fries
2002-08-12MAKEDEV and /etc/* changes for wscons on sparcMiod Vallat
2002-06-18this is better.Federico G. Schwindt
2002-06-18Add gpr, i386 only; this may change in the near future to something moreFederico G. Schwindt
generic as /dev/smartcard or similar. deraadt@ ok.
2002-06-09remove the `real' Id string in generated output, keeps conflicts downTodd T. Fries
miod@ ok, requested a long time ago by misc
2002-05-16add systrace device okay fries@Niels Provos
2002-04-21Add ramdisk nodes to MAKEDEV.Miod Vallat
2002-04-17Remove duplicate device list for "MAKEDEV all".Miod Vallat
No change in the generated output, so no regen needed. ok todd@
2002-04-11pci should be 600; matthieu okTheo de Raadt
2002-03-31create bktr0 for i386; millert@ deraadt@ ok.Federico G. Schwindt
2002-02-25- fix a 'rndrandom' vs 'random' output problemTodd T. Fries
- more accurate documentation, more documentation - remove some EOL whitespace ok deraadt@
2002-02-21I should back out the base files tooTheo de Raadt
2002-02-21st0 goes on sparc ramdiskTodd T. Fries
2002-02-21a couple more all/ramdisk tweaksTodd T. Fries
a random typo
2002-02-21fix a few devices for ramdisksTodd T. Fries
re-order a few all and ramdisk targets to *try* to get lucky and escape ksh's core's
2002-02-19prettyTodd T. Fries
2002-02-19make wscons devices D-F possible, only used on sparc64 (D) atm.Todd T. Fries
make sparc64 build ttyD{cfg,0,1,..,b} move wscons) to 'target()' macros to make the above possible
2002-02-17why were there two ramdisks?Theo de Raadt
2002-02-16copyright repairTheo de Raadt
2002-02-15tweaks for vax; I must find a way of over-riding default target's, until then,Todd T. Fries
this feels alot like distrib/sets .. mi global and md for everybody that's gotta be different ..
2002-02-14o start a TODO listTodd T. Fries
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?)
2002-02-14fix just a tadTodd T. Fries