summaryrefslogtreecommitdiff
path: root/etc/etc.sparc
AgeCommit message (Collapse)Author
2005-03-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
2005-03-29Regen.Miod Vallat
2005-03-29Add an apm interface to the tctrl(4) device found on SPARCbooks; currentlyMiod Vallat
limited to power change events and battery status retrieval. ok deraadt@ mickey@
2005-03-01RegenMiod Vallat
2005-03-01Move serial and parallel devices left by mistake in the ``other'' sectionMiod Vallat
to the appropriate sections. No functional change, except for the manpage being nicer.
2005-03-01regenOtto Moerbeek
2005-02-07syncDavid Krause
2005-02-07syncDavid Krause
2005-02-03fix pasto '::' -> ':'. Oops deraadt@ ;-)Thierry Deval
2005-01-28syncDan Harnett
2005-01-10regenDavid Gwynne
2005-01-06when an arch has wskbd0 or wsmouse0, prepare for the future and applyTheo de Raadt
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok
2004-11-29Save an useless use of grep while cooking bsd.scsi3Miod Vallat
ok deraadt@
2004-08-19Regen.Miod Vallat
2004-06-03syncAlexander Yurchenko
2004-05-30syncAlexander Yurchenko
2004-05-29syncTheo de Raadt
2004-04-11regenTodd C. Miller
2004-04-11Regen for for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-04-11Update for pty changes (62 per letter instead of just 16)Todd C. Miller
2004-03-12syncTheo de Raadt
2004-02-20Regen; except for alpha, the only changes are in comments.Miod Vallat
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-16RegenMiod Vallat
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-14syncTodd T. Fries
2004-02-14copyright 2004 as well, prompted/reminded by miodTodd T. Fries
2004-02-13Regen.Miod Vallat
2004-02-10regen properlyMichael Shalayeff
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.
2004-02-05syncTodd T. Fries
2004-01-12syncTodd T. Fries
2004-01-12+ alph2d() (thanks dr!), allow ttyU's a-zA-Z to be createdTodd T. Fries
2003-10-15syncTodd T. Fries
2003-10-14syncTodd T. Fries
2003-10-11regenTed Unangst
2003-09-03This poor man's installation script was fun before we had bsd.rd, but weMiod Vallat
are in the 21st century now, you know.
2003-08-24put emul sysctls in appropriate arch. also fix up the comments.Ted Unangst
problems noted by fgsch@ and deraadt@
2003-06-18syncTodd T. Fries
2003-06-18switch to share/misc/license.templateTodd T. Fries
2003-05-21- use : instead of . for chownJason Wright
- add bpp devices
2003-05-21add bpp devices; with much help from toddJason Wright
2003-04-13RegenMiod Vallat
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!
2003-04-10more POSIX chownTodd C. Miller
2003-03-0116 partitions, and fix a few glitches (mainly :bx sizes not being power of two)Miod Vallat
2003-01-06syncTodd T. Fries
2003-01-06syncTheo de Raadt
2002-12-05redo "make allarchs".Kenjiro Cho
2002-12-05replace MAKEDEVs by auto-generated ones.Kenjiro Cho