summaryrefslogtreecommitdiff
path: root/etc/etc.sparc/MAKEDEV
AgeCommit message (Collapse)Author
2000-05-06Add the tape device nodes to the miniroot, for tape install, deraadt@ okMiod Vallat
2000-03-22operator should have perms to write and change tapes. ch* is still missingNiklas Hallqvist
in some MAKEDEVs, will see to them in a separate commit.
2000-02-21add SES devicemjacob
1999-09-04add entries for fga, scf, and flashJason Wright
1999-08-20Change the default serial port device and /var/spool/lock permissions.Jason Downs
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.)
1999-07-18rf support; m4@umn.eduTheo de Raadt
1999-05-26create links for audio->audio0 and friends if they don't existJason Wright
1999-02-01add spif tty & bpp devicesJason Wright
1999-01-04clean up: remove the correct devices before trying to create themJason Wright
1998-12-29prepare for sparc bppTheo de Raadt
1998-11-25remove bogus comment about pty use; chris@sefl.satelnet.orgTodd C. Miller
1998-11-19add support for more ptysDug Song
1998-10-16fix magma device generation; three cards supportedMarco S Hyman
ttym*, ttyn*, and ttyo* plus bppm{unit}{0,1}
1998-09-28rm -f before creationTodd T. Fries
1998-09-25syncTodd T. Fries
1998-09-21bpf on ramdisksTheo de Raadt
1998-09-15Added definition for ipauth, a new piece for IPFilter v3.2.9pattonme
1998-08-26rm before mknodTheo de Raadt
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-07-21make cua{a,b,c,d} nodes when generating standard devsMarco S Hyman
1998-05-20magma; plunky@skate.demon.co.ukTheo de Raadt
1998-05-05split sysctl.conf into MD and MI partsTheo de Raadt
1998-04-30Updated sparc audioJason Wright
1998-03-24Make floppy device names match the pattern <device name><number><sub-class>Marco S Hyman
1998-03-02But only if explicitly asked for (until zs code is finialized)Jason Wright
1998-03-02add cua devices for tty[a-d]Jason Wright
1998-03-02allow cmdline creation of ttya-d on sparcTodd T. Fries
1998-02-23add entries for 4/300 extra serial portsJason Wright
1998-01-26Add /dev/ipnat and /dev/ipstate for IPF 3.2.3dgregor
1997-12-08fix chN (N > 0) problemMichael Shalayeff
1997-09-16fix bpf nodes; someone should make sure 0-9 are on all, and rm them nicelyTheo de Raadt
1997-09-07In pty* rule:\n Change 'rm -rf' to 'rm -f'\n Fix {pty,tty}$n -> {pty,tty}$namdgregor
1997-08-24cgfour* matches cgfourteen*, duhTheo de Raadt
1997-08-08Add cgtwo, cgfourteen, tcx.Jason Downs
1997-06-06add sd2 sd3 to ramdisk devices, impossible to install on some multi-drive ↵grr
confiurations otherwise.
1997-05-14Make svnd nodes too, please test this on your portNiklas Hallqvist
1997-05-14created ramdisk and rdTheo de Raadt
1997-05-13Only run MAKEDEV.local if it exists. Avoids an error messageTodd C. Miller
during installs where there is no MAKEDEV.local.
1997-05-06Remove possibly existing ipl node, before recreating itNiklas Hallqvist
1997-05-06reactivate iplkstailey
1997-05-05fix sparc MAKEDEV to match cdevsw[] for pseudo-ttys, scsi scanner and ↵grr
unknown SCSI devices. Comment out ipl, which doesn't seem to be in cdevsw.
1997-04-30fix assorted problems with miniroot stuffgrr
1997-04-29Fix syntax problems, workaround sh bugsNiklas Hallqvist
1997-04-22correcting a bad mistake I madeTodd T. Fries
1997-04-22removed uname requirement; if not OpenBSD execute with 'os=`uname -s`' asTodd T. Fries
an environment variable
1997-04-22namespace polution bug fixedTodd T. Fries
1997-04-22SunOS compatibility fixesTodd T. Fries
1997-04-22This MAKEDEV no longer requires awk.Todd T. Fries
It almost is free of expr but will require more work. PLEASE let me know if this changes anything ASAP!
1997-04-13floppy needs randomTheo de Raadt
1997-03-28split std into std/fd; add floppy targetTheo de Raadt