summaryrefslogtreecommitdiff
path: root/etc/etc.vax
AgeCommit message (Collapse)Author
2005-06-02RegenThorsten Lockert
2005-03-01regenOtto Moerbeek
2005-02-07syncDavid Krause
2005-02-07syncDavid Krause
2005-02-07indentation whitespace nitsDavid Krause
2005-01-28syncDan Harnett
2005-01-10regenDavid Gwynne
2004-08-20syncTheo de Raadt
2004-08-20bpf0 on ramdisk; from hughTheo de Raadt
2004-08-19Regen.Miod Vallat
2004-06-03syncAlexander Yurchenko
2004-05-30syncAlexander Yurchenko
2004-05-29syncTheo de Raadt
2004-04-11regenTodd C. Miller
2004-04-11Regen for for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-09s:removeable:removable:Jason McIntyre
from Jon Mosco;
2004-03-12syncTheo de Raadt
2004-02-20Regen; except for alpha, the only changes are in comments.Miod Vallat
2004-02-20MAKEDEV.8 improvement pack:Miod Vallat
- 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.
2004-02-17Regen with correct hd(4) description.Miod Vallat
2004-02-17Move conflicting hd(4) definitions to MD files.Miod Vallat
2004-02-16RegenMiod Vallat
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-14syncTodd T. Fries
2004-02-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
2004-02-13Regen.Miod Vallat
2004-02-10regen properlyMichael Shalayeff
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-05syncTodd T. Fries
2004-01-12syncTodd T. Fries
2003-10-11larger svnd gapTed Unangst
2003-08-24put emul sysctls in appropriate arch. also fix up the comments.Ted Unangst
problems noted by fgsch@ and deraadt@
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-04-15some spelling corrections from NetBSD (Igor Sobrado);Jason McIntyre
ok hugh@
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-03Correct RA82 disktab alias. Spotted by Fred van Kempen.Hugh Graham
2002-06-24Add xfs device; seems to work.Hugh Graham
2002-06-13Not much point supplying /boot by itself.Hugh Graham
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09syncTodd T. Fries
2002-05-16Add systrace devices until vax is converted to new MAKEDEV scheme (soon)Miod Vallat
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-05shrink the ramdisk imagesizeTheo de Raadt
2002-04-04shrink things in ramdisk; hugh okTheo de Raadt