summaryrefslogtreecommitdiff
path: root/etc/etc.mvmeppc
AgeCommit message (Collapse)Author
2005-02-07indentation whitespace nits (saves a few bytes even)David Krause
2005-02-03fix pasto '::' -> ':'. Oops deraadt@ ;-)Thierry Deval
2005-01-28use Add() consistently and make sure we use decimal numbers for additionDan Harnett
in the case of ugen devices. suggestions and ok todd@
2005-01-06when an arch has wskbd0 or wsmouse0, prepare for the future and applyTheo de Raadt
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-02-16Harmonize MAKEDEV sources:Miod Vallat
- 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@
2004-02-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
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-01-12utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@Todd T. Fries
2003-10-11svnd gap here too.Ted Unangst
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-04-10POSIX chownTodd C. Miller
2003-03-0116 partitions, and fix a few glitches (mainly :bx sizes not being power of two)Miod Vallat
2003-01-06syncTheo de Raadt
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-12-05remove altq entries. altq is now handled through pf.Kenjiro Cho
ok, deraadt@
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-08-29even closer to the truth; miod, matthieu, toddTheo de Raadt
2002-08-29cleanup all fbtab, various okTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09syncTodd T. Fries
2002-05-30space nitsTheo de Raadt
2002-05-21fake sync (not yet using MAKEDEV.md)Theo de Raadt
2002-05-21remove MAKEDEV.local finallyTheo de Raadt
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
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)
2002-05-13move common distrib rules to main Makefile,Marc Espie
make -> ${MAKE} add phony targets remove unnecessary subshells install kernel in a separate target from building. some SUDO. okay deraadt@ (checked bootstrap on i386, should be safe elsewhere, and trivial to fix anyways)
2002-04-11syncTheo de Raadt
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-02-14escapees; it is not yet time (but soon)Todd T. Fries
2002-02-14syncTodd T. Fries
2002-02-08prepare for invasion, sparc64 gets major number fix wrt tty[a-d]Todd T. Fries
order a few places provide '[ "$DEBUG" ] && set -x' inside R() for debugging help ..
2001-07-02/dev/pf is major 39; openbsd@davidkrause.comAngelos D. Keromytis
2001-06-28add an entry for ALTQ.Kenjiro Cho
2001-06-26Initial import for mvmeppcSteve Murphree