summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
Commit message (Collapse)AuthorAgeFilesLines
* update comment for tun*wosch1996-07-021-2/+3
| | | | add comment for snp*
* 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-311-11/+11
|
* 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.
* Restrict /dev/io perms to 0600.joerg1995-12-311-2/+2
|
* 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!
* Add random and urandom.bde1995-10-291-1/+11
|
* Update Digiboard entries.bde1995-10-171-21/+21
| | | | Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>
* 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>
* Add tun0 to the all rule.jkh1995-05-181-1/+2
|
* Remove all /dev/'s from device names, they should all be relativergrimes1995-05-151-24/+24
| | | | | | | to /dev. Putting absolute paths in here breaks the make release process, and screws up testing of this script in other directories. Submitted by: bde
* Clean up the matcd entry so it deletes the *matcdl* entries before tryinggpalmer1995-05-151-2/+2
| | | | | | to create new ones. Reviewed by: davidg, rgrimes
* The lites web page has moved.jkh1995-05-111-2/+2
| | | | Submitted by: rich
* Change 'rc' entries from 'r' to 'm', conflict with ptysache1995-05-071-9/+11
|
* Make scsi control devices such as "/dev/rsd0.ctl".dufault1995-05-031-5/+46
|
* Use the correct offset for LabPC digital devices.dufault1995-05-011-2/+4
|
* As a public service (and because I'd like to see more LITES people chosejkh1995-04-301-1/+10
| | | | | | FreeBSD), add mach-4 target to MAKEDEV; it creates various compatability devices for Mach4. Submitted by: (Submitter name unknown) <root@ns2.redline.ru>
* Remove chmod of pcaudio* to 666. Not everyone should be allowed tobde1995-04-281-16/+8
| | | | | | | play the speaker and consume 10-100% of the available cycles. Remove chmods of sound devices to 666. Use chmod to give the same security holes.
* Add cyclades serial devices cuac*, cuaic*, cualc*, ttyc*, ttyic* and ttylc*.bde1995-04-281-1/+23
|
* Add National Instruments "LabPC" driverdufault1995-04-281-1/+53
|
* Reviewed by: Gene Stark (starkhome!gene@sbstark.cs.sunysb.edu)bde1995-04-261-2/+2
| | | | | Change ownership of tw* from bin.bin to root.operator. Hardware devices shouldn't be accessible to bin.
* Add 'rc' devices.ache1995-04-231-1/+19
|
* I missed some of Frank Durda's changes for MAKEDEV. Fixed.jkh1995-04-131-1/+8
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Fix apm and gsc rules to allow `<blah>0' or just `<blah>' to be shorthand.jkh1995-03-211-3/+3
| | | | [Actually, it's `<blah>*' but I'm not telling anyone]
* Make /dev/pss instead of /dev/sndproc (unused)ache1995-03-131-4/+4
|
* Clean up white space.bde1995-03-121-43/+43
|
* Noticed by: Natedufault1995-03-111-3/+5
| | | | | | Fixed the MAKEDEV pattern for SCSI processor type driver so it doesn't screw up ptys. Does anyone want to suggest a better name than "pt0" for SCSI processor devices before 2.1?
* Add processor and worm driversdufault1995-03-041-2/+14
|
* For sd, vn and wd:bde1995-03-041-70/+56
| | | | | | | | | | | | | | | Support sliced devices better. E.g.: `sh MAKEDEV sd0' creates [r]sd0 and [r]sd0s[1-4] as well as [r]sd0[a-h] (the extra devices created by default won't hurt apart from wasting inodes). `sh MAKEDEV sd0s1[a-h]' creates [r]sd0s1[a-h] (any partition creates all). `sh MAKEDEV sd0s5' creates [r]sd0s5. Support unit numbers 0-31 (was 0-6). For wd: Remove support for creating DOSpartitions wd*[i-m]. These will get removed if you run MAKEDEV on `all' or on wd*.
* Add Matsushita CDROM device entries.jkh1995-03-021-5/+26
| | | | Submitted by: Frank Durda IV <bsdmail@nemesis.lonestar.org>
* Cleanup device names, add more devices for Linux sounddriverache1995-02-271-6/+15
|
* Allow tty0? to be an alias for tty? when creating the dev nodes.joerg1995-02-241-2/+2
| | | | People tend to be confused unnecessarily otherwise.
* Change permissions and ownership of joystick device files.jmz1995-02-221-3/+4
|
* Fix some bogus and missing chowns:bde1995-02-171-7/+9
| | | | | | | | | | | | | | | 444 -> root.wheel root -> root.wheel uucp -> uucp.wheel (perhaps this should be .dialer, but .wheel is safer) missing -> root.wheel chown to root is usually bogus because mknod had to be run by root to create the inode. Setting the group explictly is currently necessary because MAKEDEV does nothing to ensure that its working directory has a suitable group. Driver authors! Please fix any bogons in MAKEDEV that involve your drivers. The sound devices are still world writable...
OpenPOWER on IntegriCloud