summaryrefslogtreecommitdiff
path: root/etc/etc.sparc/MAKEDEV.md
AgeCommit message (Collapse)Author
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-02-20MAKEDEV.8 improvement pack:Miod Vallat
- refer to the section 4 manual page for every device target, whenever possible - repair a few minor quoting errors - repair a few sorting errors - fix a few device descriptions (ideally they would be synched with the .Nd line of their manpages, but we are not there... yet) - minor mdoc fixes Thanks to jmc@ for review and a lot of constructive criticism.
2004-02-16Harmonize MAKEDEV sources:Miod Vallat
- homogenize section order - sort devices inside sections - make sure all platforms provide a local target (sigh) - remove a few dead devices not worth mentioning on a few arches while there. disabused ok deraadt@
2004-02-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
ioctl(2), an unprivileged process may allocate a pty and have its owner and mode set appropriately. This means that programs such as xterm and screen no longer need to be setuid. Programs using the openpty() function require zero changes and will "just work". Designed by beck@ and deraadt@; changes by beck@ with cleanup (and a rewrite of the vnode bits) by art@ and tweaks/bugfixes by me. Tested by many.
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-05-21add bpp devices; with much help from toddJason Wright
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions!
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-08-12MAKEDEV and /etc/* changes for wscons on sparcMiod Vallat
2002-07-31/dev/openprom -> 0640 root.kmemJason Wright
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied)
2002-04-14need CD devices on the ramdiskTheo de Raadt
2002-04-10sd2 fitsTheo de Raadt
2002-02-17why were there two ramdisks?Theo de Raadt
2002-02-14complete the function arg KNF spacingTodd T. Fries
2002-02-09use "ramdisk" for the ramdisk target, alwaysTheo de Raadt
2002-01-23use ramdisk) target from MAKEDEV.miTodd T. Fries
2002-01-23tweak _DEV entries for major numbers to show up properlyTodd T. Fries
remove shell cases of magma* and spif* since they are now in MAKEDEV.mi
2002-01-12Get permissions on magma/spif's correctJason Wright
2002-01-12Add _DEV entry for spif and correct spif to only create 1 bpp and 8 ttyJason Wright
2002-01-12Fix one magma entry, remove another, and add spif.Jason Wright
2002-01-08add sparc 'source'Todd T. Fries