Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mention that terminal type vt220 will work better if one needs | gerald | 2002-04-17 | 1 | -2/+4 |
| | | | | | | | interoperability with other systems like Solaris or GNU/Linux. PR: 33810 Approved by: obrien | ||||
* | s/sysctl -w/sysctl/ | ru | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | Add an entry for the Zip 250. | murray | 2001-08-31 | 1 | -0/+6 |
| | | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Add a comment out console line for AlphaServer 8200 and 8400 ("TurboLaser") | obrien | 2001-04-09 | 1 | -0/+2 |
| | |||||
* | Revert rev 1.7 which used "`console' rather than `ttyv0' so there will | obrien | 2001-03-22 | 1 | -2/+3 |
| | | | | | | | always be a getty on the console reguardless of the type of console. Instead always run a getty on ttyd0. Reviewed by: gallatin | ||||
* | Move the syscons configuration to a machine independent rc.syscons. The | jhb | 2001-01-09 | 1 | -152/+2 |
| | | | | | syscons sh code was identical on both platforms except for whitespace differences. | ||||
* | Don't announce that rc.${MACHINE_ARCH} is doing the syscons configuration | jhb | 2001-01-07 | 1 | -1/+1 |
| | | | | | | | | as the previous line already tells us we are in rc.${MACHINE_ARCH}. This also allows more syscons configuration messages during startup to fit on one line. Reviewed by: dougb | ||||
* | Apply a more consistent style to the echo statements in /etc/ scripts. | dougb | 2000-12-17 | 1 | -2/+2 |
| | | | | | | | | | | * Put quotes around each line * Single quotes for lines with no variable interpolation * Double quotes if there is * Capitalize each word that begins a line * Make echo -n 'Doing foo:' ... echo '.' more of a standard No functionality changes | ||||
* | The osf1 utility has not been installed since rev 1.5 of | sheldonh | 2000-11-30 | 1 | -1/+4 |
| | | | | src/sys/modules/osf1/Makefile, so don't use it here! | ||||
* | Add a unaligned_print option (alpha only) | brian | 2000-10-04 | 1 | -0/+8 |
| | | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649 | ||||
* | * Use `console' rather than `ttyv0' so there will always be a getty on | obrien | 2000-01-29 | 1 | -3/+7 |
| | | | | | the console reguardless of the type of console. * Make the Alpha version match the i386 version. | ||||
* | Add an enable_osf1 knob to the alpha startup code | gallatin | 1999-12-15 | 1 | -0/+9 |
| | |||||
* | Use a common MAKEDEV between the Alpha and i386 - the only differences | peter | 1999-11-18 | 1 | -1402/+0 |
| | | | | | of significance were due to the Alpha version going stale. We use common device numbering for devices. Hopefully, this file's days are numbered. | ||||
* | Add the entry for usb (as opposed to usb<number>). It's minor is equivalent | n_hibma | 1999-11-17 | 1 | -1/+5 |
| | | | | to usb255 and will be used for the event queue of the usb daemon. | ||||
* | Fix ownership of /dev/fd/*. We still had a bin:bin hangover from pre-3.0. | obrien | 1999-10-30 | 1 | -1/+1 |
| | | | | Noticed by: bde | ||||
* | Fix ``MAKEDEV acd'' | brian | 1999-10-15 | 1 | -1/+1 |
| | | | | Spotted by: Mark Knight <mkn@FreeBSD.org.uk> | ||||
* | Remove references to the od driver. These devices are no attached by | gibbs | 1999-10-12 | 1 | -4/+1 |
| | | | | | | | the da driver and using the same major/minor scheme with the old name only leads to confusion. PR: misc/14279 | ||||
* | Remove ipl hooks (bring on DEVFS! :-) | peter | 1999-10-10 | 1 | -9/+1 |
| | |||||
* | Apply a consistent style to most of the etc scripts. Particularly, use | sheldonh | 1999-09-13 | 2 | -47/+104 |
| | | | | | | | | | case instead of test where appropriate, since case allows case is a sh builtin and (as a side-effect) allows case-insensitivity. Changes discussed on freebsd-hackers. Submitted by: Doug Barton <Doug@gorean.org> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 4 | -4/+4 |
| | |||||
* | Style clean-up: | sheldonh | 1999-08-25 | 1 | -23/+23 |
| | | | | | | | | | | | | | | | | * All variables are now embraced: ${foo} * All comparisons against some value now take the form: [ "${foo}" ? "value" ] where ? is a comparison operator * All empty string tests now take the form: [ -z "${foo}" ] * All non-empty string tests now take the form: [ -n "${foo}" ] Submitted by: jkh | ||||
* | Grammar and formatting touch-ups to comments. | hoek | 1999-08-22 | 1 | -12/+12 |
| | |||||
* | added usb0 to 'all' target for usbd(8) | gehenna | 1999-08-21 | 1 | -2/+3 |
| | |||||
* | Use a colon (:) instead of a period (.) to distinguish the group name | sheldonh | 1999-08-16 | 1 | -13/+13 |
| | | | | | | | from the user name when using chown(8). PR: 13157 Reported by: Patrick Powell <papowell@astart.com> | ||||
* | Fix typo in previous commit. | sheldonh | 1999-07-09 | 1 | -2/+2 |
| | | | | Reported by: bde | ||||
* | Add the pps (Pulse per second timing interface) device. | sheldonh | 1999-07-09 | 1 | -1/+7 |
| | | | | | PR: 12568 Submitted by: Craig Leres <leres@ee.lbl.gov> | ||||
* | Sync with etc.i386/MAKEDEV version 1.199. | dfr | 1999-06-18 | 1 | -59/+206 |
| | |||||
* | Sync with rc.i386 - use kldload rather than modload (which never existed | peter | 1999-04-24 | 1 | -3/+5 |
| | | | | on the Alpha anyway) | ||||
* | Zap default creation of /dev/lkm - it doesn't point to anything anymore | peter | 1999-04-24 | 1 | -2/+1 |
| | |||||
* | Reviewed by: jkh | wes | 1999-02-09 | 1 | -1/+23 |
| | | | | | Submitted by: wes Added commentary to ttys to clarify the meaning of the columns. | ||||
* | Bruce gently nudged me into doing this right | mjacob | 1999-02-05 | 1 | -21/+17 |
| | |||||
* | add back ctl for sa and add more units | mjacob | 1999-02-04 | 1 | -5/+13 |
| | |||||
* | Doh! Change the correct version of disktab and backout the change to | dfr | 1998-10-06 | 1 | -1/+6 |
| | | | | the i386 disktab. | ||||
* | Sync with etc.i386/MAKEDEV version 1.171. | dfr | 1998-09-16 | 1 | -96/+182 |
| | |||||
* | Add Id keywords | brian | 1998-09-02 | 2 | -0/+3 |
| | |||||
* | Change to use FreeBSD device major numbers and tty definitions. | dfr | 1998-08-31 | 3 | -332/+1447 |
| | |||||
* | Alpha MAKEDEV as directly imported from NetBSD-current. This will | jkh | 1998-05-20 | 1 | -0/+363 |
| | | | | | | almost certainly have to change as the FreeBSD/Alpha kernel comes along, but for the transitionary period this is the most correct. Obtained from: NetBSD | ||||
* | Add some place-holder files here to keep the distribution target | jkh | 1998-05-20 | 2 | -0/+219 |
| | | | | | from blowing up. The disktab file isn't necessarily invalid either for a PCI Alpha. | ||||
* | Add an alpha specific ttys | jb | 1998-05-16 | 1 | -0/+56 |