summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
Commit message (Collapse)AuthorAgeFilesLines
* While being here, also create all the gsc device nodes as described injoerg1996-12-301-5/+9
| | | | the gsc(4) man page, and allow for more than one unit number.
* Close PR#2198:jkh1996-12-131-1/+2
| | | | | | | | | | | | | I've added an installation from optical disk drive facility. This enables FreeBSD to be installed from an optical disk, which may be formatted in "super floppy" style or sliced into MSDOS-FS and UFS partitions. Note: ncr.c should be reviewed by Stefan Esser <se@freebsd.org> and cd.c by Joerg Wunsch <joerg@freebsd.org> before bringing this into 2.2. Submitted-By: Shunsuke Akiyama <akiyama@kme.mei.co.jp>
* Added $PATH to the end of PATH. Otherwise the command 'expr' can't beandreas1996-11-141-2/+2
| | | | found by the shell when running MAKEDEV from the fixit floppy environment.
* Add an entry for minimum - that's a lot easier.jkh1996-11-091-0/+5
|
* Fixed cualc and cualD minor numbers which I broke in the previous commit.bde1996-11-011-3/+3
|
* Restored order of cuac above ttyc.bde1996-10-251-28/+30
| | | | | | | | | Fixed some style bugs for cua* and tty*. Removed superfluous chmod for consolectl. FIxed a tiny security bug for perfmon and changed the style for perfmon to match the style of the non-std devices.
* Add character device (78,0): pcise1996-10-221-2/+4
| | | | Submitted by: wollman
* Changed ttyc? and cuac? specifications to support multiple controllers.dg1996-10-131-18/+34
| | | | | A "MAKEDEV ttyc0" now creates 32 units for controller 0, ttyc1 for controller 1, etc..
* Remove sleep before moused, problem fixed with new consolectl deviceache1996-09-091-2/+2
|
* Fix for the problem that moused hangs if it is started from /etc/rcsos1996-09-091-3/+5
| | | | | Introduces the /dev/consolectl device for controlling various console related things (given syscons is used).
* Use the same perm/owner for sysmouse as for others mouse devicesache1996-09-091-2/+2
|
* Make sysmouse device for sysconsache1996-09-081-2/+9
|
* Make moused actually work:ache1996-09-071-2/+2
| | | | | add sleep 20 before moused starts. It allows all getties to activate screens.
* update comment for tun*wosch1996-07-021-2/+3
| | | | add comment for snp*
* Add moused hooks (OFF by default)ache1996-06-231-1/+7
|
* IDE cd fixes:ache1996-06-071-3/+5
| | | | | wcd?a is missing wrong partition number was used for wcd?c
* Bring in ccd support.asami1996-05-031-1/+28
| | | | Entry to create ccd devices.
* Add wcd0 to `all' target. The fate of the IDE CDROM support in 2.2jkh1996-05-021-2/+2
| | | | is becoming clearer.. :-)
* Provide for creation of /dev/perfmon.wollman1996-03-261-2/+7
|
* Fix Nate's spamming of this file - every backquote needs a matching one.. :-)jkh1996-03-191-2/+2
|
* Added some comments regarding the apm device, and added support tonate1996-03-181-5/+19
| | | | | | | | create the PC-CARD devices. Note: The APM character special device is named /dev/apm and not apm0 as was prvioiusly since only one APM device can exist in a system at a time according to the the APM specifications.
* Add support for Connectix QuickCam(tm)pst1996-02-021-1/+9
|
* Another round of spelling fixes.mpp1996-01-312-14/+14
|
* Use umask disk_umask=037 for all (writable) disks. Use umaskbde1996-01-281-28/+22
| | | | | | | | | | | | | | | | | | tape_umask=017 for all tapes. This has a significant effect only for ft and st (they were created with the wrong umask 002 and then chmod'ed to mode 640; now they are created with mode 660). Chmod the st control devices (mode 3) to 600. These need to be more secure than the st i/o devices, but were less secure. Use the default umask of 077 for joy0. 002 gave mode 664, which is insecure. Use umask 037 for ch*. Cosmetic. Removed redundant chmod's. Sorted case lists for disks.
* Add an entry for MTA-3230 3.5" magneto-optical drives.jkh1996-01-151-0/+6
| | | | Submitted by: jbryant@argus.flash.net
* Restrict /dev/io perms to 0600.joerg1995-12-311-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-301-3/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-3018-6108/+0
|
* Move the creation of the *random devices to the same "target" as themarkm1995-12-031-13/+5
| | | | | | | | rest of the memory group - std. Also correct the permissions so as not to force a security hole. If /dev/*random have the permission 640 and ownership bin.kmem, it forces applications that need random numbers to be at least SGID. Picture the scene of a SGID PGP being able to read /dev/kmem!
* Uniformize startup display to follow style of all the others. This meanswollman1995-11-291-27/+14
| | | | | in particular getting rid of most of the goop that causes syscons options to be spread out over four separate lines.
* Fix stupid typo.markm1995-11-141-2/+2
| | | | Pointed out by: Mark Valentine
* OOps, nearly missed this bit. Add the call to rndcontrol to set themarkm1995-11-131-1/+7
| | | | chosen interrupts for the entropy gathering in /dev/random.
* Add random and urandom.bde1995-10-291-1/+11
|
* Part 2 of the linux LKM hook, and use the new screen saver entrypeter1995-10-281-2/+7
| | | | | points in the modload, as enforced by the recent symorder and bsd.kmod.mk changes..
* Update Digiboard entries.bde1995-10-171-21/+21
| | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
* Make the options for newfs'ing floppies more specific; the prviousjoerg1995-10-021-2/+15
| | | | | | | example without optios would create floppies that waste half of their space in i-node areas. :) (Comment only) Add a sample entry for a Sony 650 MB MOD.
* Update the /dev naming for the Specialix driver.. I've changed it to dopeter1995-09-221-23/+34
| | | | | the same sort of thing as the Digiboard driver (ttyD*), as creating 96 /dev entries one by one was very painful.
* Add a description for the wcd* devices to the Disks section.ats1995-09-161-1/+2
|
* Add entries for Digiboard serial card and document Specialix driverjkh1995-09-031-1/+51
| | | | | entries while I'm at it. Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su> + mods by jkh
* Install the hooks for the Japanese `od' driver (aka. MOD).joerg1995-08-191-4/+7
| | | | Submitted by: akiyama@kme.mei.co.jp (Shunsuke Akiyama)
* Device entry for IDE CDROM driver.jkh1995-08-181-1/+21
| | | | Submitted by: Serge Vakulenko <vak@cronyx.ru>
* Add simple hooks to create /dev entries for the Specialix driverpeter1995-08-131-1/+31
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add device support for the Matrox Meteor.jkh1995-08-011-1/+9
| | | | Submitted by: james
* Fix the mknod for spigot.jkh1995-07-301-2/+2
|
* Remove /dev/ from socksys link again.bde1995-07-291-82/+80
| | | | | | | | | | | | | Move `Individual slices' case earlier so that it can be used to handle sliced floppies. Remove superfluous `chmod 600's. Fix formatting of device list. Don't group setting of umasks with setting of units. Remove superfluous trailing semicolons.
* New sound device names.jkh1995-07-291-28/+43
| | | | | Reviewed by: hasty & lowe Submitted by: pst
* Part of Vincenzo Capuano's changes to xntpd to support thejkh1995-07-211-1/+4
| | | | | Boeder DCF77 Receiver. Submitted by: Vincenzo Capuano <VCAPUANO@VMPROFS.ESOC.ESA.DE>
* FreeBSD/386 -> FreeBSD/i386rgrimes1995-07-171-2/+2
| | | | Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* Reviewed by: sosrgrimes1995-05-261-10/+14
| | | | | | | | | | | | Submitted by: bde rc.i386 failed messily when I used a serial console. Editors note: Use file redirection so that all the kbdcontrol and vidcontrol commands act upon /dev/ttyv0 instead of stdin. Though this feature is not documented it is the intended behavior of {vid,kbd}control and shall be documented in the future as such.
* Add tun0 to the all rule.jkh1995-05-181-1/+2
|
OpenPOWER on IntegriCloud