summaryrefslogtreecommitdiff
path: root/etc/etc.i386
AgeCommit message (Collapse)Author
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.
2004-02-10These files are out-of-date and not really relevant to the install.Tom Cosgrove
The latest versions are at http://www.ata-atapi.com/hiw.htm. Discussed with nick@ and jmc@. ok deraadt@.
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
2004-01-12utty[0-9a-f] -> /dev/ttyU[0-9a-zA-Z]; prompted by & ok deraadt@Todd T. Fries
2003-10-15syncTodd T. Fries
2003-10-14syncTodd T. Fries
2003-10-11regenTed Unangst
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-21Use : instead of . in chown (were this not sync'd correctly when theJason Wright
original commit was done?)
2003-03-28Add a sysctl to option USER_LDT, to control its behaviour, which will beMiod Vallat
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@
2003-03-06spelling fixesDavid Krause
ok henning@
2003-02-26remove double word stutteringDavid Krause
ok henning@
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
2002-12-05remove altq entries. I should have done these before MAKEDEV.Kenjiro Cho
pointed out by todd@
2002-12-05remove altq entries. altq is now handled through pf.Kenjiro Cho
ok, deraadt@
2002-10-16syncTodd T. Fries
2002-10-16move md things into md files (pass 1) as discussed a long time agoTodd T. Fries
ok miod@
2002-09-23Add /dev/X0 entry for use by xdm; matthieu@Todd C. Miller
As requested by deraadt@
2002-08-29even closer to the truth; miod, matthieu, toddTheo de Raadt
2002-08-29cleanup all fbtab, various okTheo de Raadt
2002-06-29add /dev/wskbd, /dev/wsmouse and /dev/ttyCcfgMatthieu Herrb
ok millert@
2002-06-18regen.Federico G. Schwindt
2002-06-18Add gpr, i386 only; this may change in the near future to something moreFederico G. Schwindt
generic as /dev/smartcard or similar. deraadt@ ok.
2002-06-09rm trailing whitespaceTodd T. Fries
2002-06-09syncTodd T. Fries
2002-05-16syncNiels Provos
2002-05-16add systrace device okay fries@Niels Provos
2002-05-13move common distrib rules to main Makefile,Marc Espie
make -> ${MAKE} add phony targets remove unnecessary subshells install kernel in a separate target from building. some SUDO. okay deraadt@ (checked bootstrap on i386, should be safe elsewhere, and trivial to fix anyways)
2002-04-12syncTheo de Raadt
2002-04-12ramdisk needs wskbd0Theo de Raadt
2002-04-11syncTheo de Raadt
2002-04-09syncTheo de Raadt
2002-04-09make wd2 and wd3 until the install script runs MAKEDEVTheo de Raadt
2002-03-31regen. some of these were missed previously.Federico G. Schwindt
2002-02-25random typo fix; ok deraadt@Todd T. Fries
2002-02-25correct char major of rd[0-9]*Todd T. Fries
ok deraadt@