Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an entry for the Zip 250. | murray | 2001-08-31 | 1 | -0/+6 |
| | | | | | PR: i386/29639 Submitted by: David Yeske <dyeske@yahoo.com> | ||||
* | Move the syscons configuration to a machine independent rc.syscons. The | jhb | 2001-01-09 | 1 | -151/+0 |
| | | | | | 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 | ||||
* | Added "minimum3": spare room for multilingual installer and driver floppy. | hosokawa | 2000-10-26 | 1 | -0/+5 |
| | | | | The size is 3 x 1.44MB. | ||||
* | Fix bug in rev 1.54; the terminating `;;' for the ibcs2_enable=YES | sheldonh | 2000-08-18 | 1 | -0/+1 |
| | | | | case got lost. | ||||
* | Don't rely on a shell scripts to do the simple job of loading | sheldonh | 2000-08-18 | 1 | -2/+11 |
| | | | | | | | | | | kernel modules for ibcs2_enable and svr4_enable. Don't rely on a shell script to do the neglibly less simple job of loading a kernel module and running one command for linux_enable. These shell scripts are going away. | ||||
* | Move the running of the Linux and SVR4 compat bits to the arch independent | obrien | 2000-08-15 | 1 | -16/+0 |
| | | | | | | location. Sponsored by: LinuxWorld frustration | ||||
* | Clean up all the old setup code for the old /dev/random. This will be | markm | 2000-06-25 | 1 | -14/+0 |
| | | | | revisited when the new /dev/random is done. | ||||
* | Revert to rev 1.6 until post 4.0-R. As probably 98% of i386 installs | obrien | 2000-01-29 | 1 | -1/+2 |
| | | | | | | happen with a keyboard and monitor the console change was not as needed in the i386 case as the Alpha case. IMO >50% of Alpha installs are using a serial console, the change matching rev 1.7 should not be backed out. | ||||
* | * Use `console' rather than `ttyv0' so there will always be a getty on | obrien | 2000-01-29 | 1 | -2/+1 |
| | | | | | the console reguardless of the type of console. * Make the Alpha version match the i386 version. | ||||
* | Bah! Give me the pointy hat. Never commit fixes when just awake. | asmodai | 2000-01-24 | 1 | -1/+1 |
| | | | | | | anable -> enable Spotted by: Alexander Leidinger <Alexander@leidinger.net> | ||||
* | Fix my obmission of the keyword enable after apm -e. | asmodai | 2000-01-24 | 1 | -2/+2 |
| | | | | Submitted by: Blaz Zupan <blaz@amis.net> | ||||
* | Use apm instead of apmconf. | asmodai | 2000-01-23 | 1 | -4/+4 |
| | | | | | Necessary change to due removal of apmconf which got moved into apm by green. | ||||
* | Use more thorough redirection to make the impact of allscreens_flags | sheldonh | 1999-12-21 | 1 | -1/+1 |
| | | | | | | | | | more comprehensive. Previously, at least colour changes were not applied to all virtual consoles. PR: 15066 Reported by: Andy Farkas <andyf@speednet.com.au> Submitted by: yokota | ||||
* | Use a common MAKEDEV between the Alpha and i386 - the only differences | peter | 1999-11-18 | 1 | -1442/+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. | ||||
* | cleanup the IDE cases a bit, add the ad driver to the all: target. | sos | 1999-11-09 | 1 | -4/+10 |
| | |||||
* | Document the ch* devices. | nik | 1999-11-01 | 1 | -0/+1 |
| | | | | | PR: docs/14401 Submitted by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com> | ||||
* | 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 | peter | 1999-10-10 | 1 | -9/+1 |
| | |||||
* | Add entries for the 'amrd' and 'mlxd' disk nodes used by the AMI MegaRAID | msmith | 1999-10-07 | 1 | -2/+16 |
| | | | | and Myles drivers respectively. | ||||
* | Add support for md driver. | phk | 1999-09-21 | 1 | -12/+15 |
| | | | | sort some comments | ||||
* | Be slightly less verbose. | obrien | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | /Linux emulation/Linux mode binary compatibility/ | obrien | 1999-09-15 | 1 | -1/+1 |
| | |||||
* | Fixed some disordering (mainly of case lists for disks). | bde | 1999-09-13 | 1 | -16/+17 |
| | | | | Fixed bitrot in the `wcd*)' case. | ||||
* | Apply a consistent style to most of the etc scripts. Particularly, use | sheldonh | 1999-09-13 | 2 | -67/+155 |
| | | | | | | | | | 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 | -33/+33 |
| | | | | | | | | | | | | | | | | * 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> | ||||
* | Refine on explanation for apm stuff. | iwasaki | 1999-07-12 | 1 | -2/+2 |
| | | | | | | Make it clear that apmd depends on apmconf -e. Reviewed by: obrien, my friend :-) | ||||
* | Add apmd_enable and apmd_flags for the boot-time optinos. | iwasaki | 1999-07-11 | 1 | -2/+2 |
| | | | | | Pointed out by: obrien Forgotten by: iwasaki | ||||
* | Put apmd configuration and rc files in /etc. | iwasaki | 1999-07-10 | 2 | -3/+11 |
| | | | | Update some files for apmd. | ||||
* | Add a pseudo target called "jail" which DTRT for a jail(2)'ed /dev | phk | 1999-07-09 | 1 | -1/+10 |
| | |||||
* | 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> | ||||
* | Removed bogus quotes in descriptions of disk devices. Only "Winchester" | bde | 1999-07-07 | 1 | -14/+14 |
| | | | | disk devices are so-called. | ||||
* | Add support for the 'ida' driver. | msmith | 1999-07-05 | 1 | -5/+8 |
| | |||||
* | Bump the number of vtys created to compensate for new demands created | jkh | 1999-07-05 | 1 | -2/+2 |
| | | | | | | by /etc/ttys. Forgotten by: des | ||||
* | Feed the vty monster. | des | 1999-07-04 | 1 | -2/+7 |
| | |||||
* | Blindly commit an entry for a 'Castlewood ORB2-E', which is a 2.2gig | billf | 1999-06-04 | 1 | -1/+6 |
| | | | | | | removable disk. Submitted by: Troy Settle <st@i-Plus.net> | ||||
* | Fix my DOC2k CHRDEV goof | phk | 1999-05-29 | 1 | -3/+3 |
| | |||||
* | Fix i4bteld entry, the section of the sh case for "i4teld*)" should be | hm | 1999-05-24 | 1 | -8/+8 |
| | | | | | BEFORE the case for "i4tel*)". (match the longest prefix first!) Recognized by: Harry Starr | ||||
* | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | hm | 1999-05-20 | 1 | -2/+12 |
| | |||||
* | added card1 and card2 to 'all' target. | hosokawa | 1999-05-04 | 1 | -2/+2 |
| | | | | (for machines with more than two PC-card slots) | ||||
* | Zap default creation of /dev/lkm - it doesn't point to anything anymore | peter | 1999-04-24 | 1 | -2/+1 |
| |