summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2002-03-27fix From line header; found by NickTheo de Raadt
2002-03-27add commented out machdep.allowaperture=1Jason Wright
2002-03-26RegenMiod Vallat
2002-03-26Always create the hp-ux compatibility hil devices with the same numbers,Miod Vallat
rather than probing the current system to find them. This is bad, but not as worse as depending on hilinfo for proper operation.
2002-03-22move to 3.1-betaTheo de Raadt
2002-03-17Change the format for hosts lines to the one the installKenneth R Westerback
scripts use - '1.2.3.4 host.my.domain host'. ok millert@
2002-03-15syncJason Wright
2002-03-15add lpt/lpaJason Wright
2002-03-09Use 'nochange' not 'preserve' flag.Todd C. Miller
2002-03-07Do not ignore mtree's exit value when updating via 4.4BSD.dist.Todd C. Miller
Use the -U flag instead of -u so mtree doesn't exit with non-zero when fixing up existing permissions/owners.
2002-03-04Use new preserve flag for the root directory.Todd C. Miller
2002-02-26if ${DESTDIR} exists, do not modify the modeTheo de Raadt
2002-02-26cvspserver 2401/tcp; ok millert@lebel
2002-02-26supply ::1 reverse lookup on ip6.arpa too. from toddJun-ichiro itojun Hagino
2002-02-25syncTodd T. Fries
2002-02-25don't generate errors on ramdisk) for devices that haveTodd T. Fries
'not came into the picture, yet' ok mickey@
2002-02-25random typo fix; ok deraadt@Todd T. Fries
2002-02-25be silent on kernels which lack nfs; d.doroshenko@omnitel.netTheo de Raadt
2002-02-25correct char major of rd[0-9]*Todd T. Fries
ok deraadt@
2002-02-25a reasonable start at ramdisk) for sun3Todd T. Fries
ok deraadt@
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-23syncTheo de Raadt
2002-02-23Aperture driver support for macppc. OK, deraadt@Matthieu Herrb
2002-02-23sysctl kern.usercryptoTheo de Raadt
2002-02-23re-add support for $if expansion; hamajima@nagoya.ydc.co.jpTheo de Raadt
2002-02-21Make this file lie less, and just a little more informative.Hans Insulander
2002-02-21Added an outcommented example of a parameter that's very nice forHans Insulander
people with NAT. Requested by some local users.
2002-02-21I should back out the base files tooTheo de Raadt
2002-02-21Remove uncommited garbage. I am sorry, but this was just not tested. ItTheo de Raadt
crashes sh, EVEN after that possible fix. It appears to overflow the ramdisk _before_ it dumps core. Noone was shown these changes. They were just tossed in. This is not a development process that will work, so I am just backing out all the changes in the last 24 hours.
2002-02-21st0 goes on sparc ramdiskTodd T. Fries
2002-02-21ramdisk: rm wt0 tty02 tty03 mcd0, deraadt@ okTodd T. Fries
2002-02-21syncTodd T. Fries
2002-02-21a couple more all/ramdisk tweaksTodd T. Fries
a random typo
2002-02-21numeric typoTodd T. Fries
2002-02-21syncTodd T. Fries
2002-02-21ramdisk: add back st0 st1 rx0 bpf0 rd0 sd2 sd3 ra1 ra2 cd0Todd T. Fries
2002-02-21add ramdisk target, very basic, unused atm, but makes regress happyTodd T. Fries
2002-02-21ramdisk: add back wd2 wd3 sd2 sd3 mcd0 wt0 cd1Todd T. Fries
2002-02-21there never was a 'hil' defined, don't try to put it on ramdiskTodd T. Fries
com ports are not needed on ramdisk
2002-02-21add back viewTodd T. Fries
2002-02-21ramdisk: one less wd, one more sd, as it wasTodd T. Fries
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-21If there is a /var/run/dhclient.pid file, stash its contents andTodd C. Miller
restore it after cleaning out /var/run. Since we don't have /usr yet our options are limited here. Without this change /var/run/dhclient.pid will be removed after dhclient is started from /etc/netstart.
2002-02-21Change the network components initialization order.Miod Vallat
Change from: o all interfaces o all bridges o routes to: o physical interfaces o routes o gif and gre interfaces o bridges Fixeski PR #2400. Manual page updates coming soon. Ok angelos@ chris@ deraadt@
2002-02-19syncTodd T. Fries
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-19quiet raid checkTheo de Raadt
2002-02-18use mktemp; help & ok millertPeter Valchev
2002-02-17raid(4) parity check simplificationThierry Deval