summaryrefslogtreecommitdiff
path: root/etc/etc.i386/MAKEDEV
AgeCommit message (Collapse)Author
2009-01-25regenMiod Vallat
2008-11-30syncJacob Meuser
2008-10-10syncTheo de Raadt
2008-06-28regenMarcus Glocker
2008-06-19syncTodd T. Fries
2008-06-14sync.Marc Balmer
2008-06-13syncTodd T. Fries
2008-06-12syncTodd T. Fries
2008-06-12syncTodd T. Fries
2008-06-12syncTodd T. Fries
2007-11-25syncOwain Ainsworth
2007-11-25remove acpi device. named apmctl on amd64 now, and on i386 apmctlTed Unangst
has become a gate to both apm and acpi. ok deraadt
2007-07-23syncTodd T. Fries
2007-05-28syncTodd T. Fries
2007-03-07regenKenneth R Westerback
2007-02-16syncTheo de Raadt
2006-12-15syncMark Kettenis
2006-10-10syncTodd T. Fries
2006-08-28Resync MAKEDEV scripts and man pagesMarc Aurele La France
2006-06-11regenMichael Knudsen
2005-12-27RegenMiod Vallat
2005-10-06regenOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-10-04regenOtto Moerbeek
2005-08-01syncTheo de Raadt
2005-06-29syncTodd T. Fries
2005-06-02RegenThorsten Lockert
2005-04-21Regen/sync.Kenneth R Westerback
2005-03-01regenOtto Moerbeek
2005-02-07syncDavid Krause
2005-02-07syncDavid Krause
2005-01-28syncDan Harnett
2005-01-10regenDavid Gwynne
2004-10-03syncjoshua stein
2004-09-06syncTheo de Raadt
2004-08-19Regen.Miod Vallat
2004-08-09syncOtto Moerbeek
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-03-12syncTheo de Raadt
2004-02-20Regen; except for alpha, the only changes are in comments.Miod Vallat
2004-02-16RegenMiod Vallat
2004-02-14syncTodd 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.