summaryrefslogtreecommitdiff
path: root/etc/etc.macppc
AgeCommit message (Collapse)Author
2006-08-28Resync MAKEDEV scripts and man pagesMarc Aurele La France
2006-07-27unify these damnit!Theo de Raadt
2006-04-16remove some rather deceptively unused lines; no change to generated MAKEDEV'sTodd T. Fries
2006-04-16shuffle ramdisk device targets to MAKEDEV.common to avoid duplication andTodd T. Fries
pave the way for future work; ok since this does not change the generated MAKEDEV
2006-04-15syncTodd T. Fries
2006-03-28syncTheo de Raadt
2006-03-28now move /dev/tty0* to refer to the com(4) driver, away from the zs(4)Theo de Raadt
driver
2006-03-27syncTheo de Raadt
2006-03-27do not make {cua,tty}[cd] hereTheo de Raadt
2006-03-27add entries for ttya/ttybTheo de Raadt
2006-03-27ttya now is same as tty00 (for a few days)Theo de Raadt
2006-03-27make /dev/ttya be an alias for /dev/tty00.Theo de Raadt
we are making the move where ttya will become the zs devices, and tty00 will support com(4) devices. ok drahn
2006-03-15syncTheo de Raadt
2006-03-15/dev/reload is an old amiga thing, how did it make it here?Theo de Raadt
2005-12-27RegenMiod Vallat
2005-11-16syncTheo de Raadt
2005-11-16gpio for macppcTheo de Raadt
2005-10-06regenOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-08-01syncTheo de Raadt
2005-08-01old ses device goes awayTheo de Raadt
2005-06-02RegenThorsten Lockert
2005-03-29Move the apm description out of MAKEDEV.common, so that sparc can declare itMiod Vallat
with a specific manpage reference.
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-08-19Regen.Miod Vallat
2004-06-03syncAlexander Yurchenko
2004-05-30syncAlexander Yurchenko
2004-05-30Add hotplug device.Alexander 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-03-12replace usbs with uall to avoid matching balonyTheo de Raadt
2004-02-20Regen; except for alpha, the only changes are in comments.Miod Vallat
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.