summaryrefslogtreecommitdiff
path: root/etc/etc.i386
AgeCommit message (Collapse)Author
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-22spellingTodd T. Fries
2001-01-05Add i386 specific sysctl to modify halt -p processing, required to makeMarco S Hyman
powerdown work correctly on some processors. Idea from mickey@ and smcho@tsp.korea.ac.kr. Tested my me and angelos@. Note: If you want to try these out you'll need to cd /sys/arch/i386/include && sudo install -m 444 -o root -g root cpu.h /usr/include/i386 cd /usr/src/sbin/sysctl && make obj && make && sudo make install to get a sysctl that understands the new variable (machdep.apmhalt).
2000-11-23enforce ttyC[0-f]; thanks to millert for some helpTheo de Raadt
2000-11-23tabsTheo de Raadt
2000-10-16Create /dev/pcvtctl mode 600.Aaron Campbell
2000-09-01New "pcvtctl" device used by moused to communicate with PCVT in the kernel.Aaron Campbell
2000-08-16Catch the bogus 'MAKEDEV mouse' and spit out a reasonableMarco S Hyman
error message. OK deraadt@
2000-08-04fix typo on utty creation; problem found by cfegan@cisco.comFederico G. Schwindt
2000-07-06add utty, serial port for USB devices.Federico G. Schwindt
2000-05-23fix pt and signature offsets; from Alejo Sanchez <alejos@fibertel.com.ar>Michael Shalayeff
2000-05-17typo (reported by Adam Rogoyski <rogoyski@cs.utexas.edu>)Marc Espie
2000-05-15remove double specification of fa#; sigh@kuzirabekon.econ.nagasaki-u.ac.jpTheo de Raadt
2000-04-15add urio(4)Jakob Schlyter
2000-04-09fix ulpt major # allocationMatthieu Herrb
2000-03-29Uncomment ulpt targets.Aaron Campbell
2000-03-22operator should have perms to write and change tapes. ch* is still missingNiklas Hallqvist
in some MAKEDEVs, will see to them in a separate commit.
2000-02-21add SES devicemjacob
1999-12-05expr(1)-less makedev.Michael Shalayeff
includes some works from todd@ and millert@ verified by todd@ and millert@
1999-10-25extra entries; joe@nall.comTheo de Raadt
1999-08-20Change the default serial port device and /var/spool/lock permissions.Jason Downs
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.)
1999-08-13Create USB devices.Federico G. Schwindt
1999-08-062.88 floppiesTheo de Raadt
1999-07-30no more acdTheo de Raadt
1999-07-24shorter linesTheo de Raadt
1999-07-06document machdep.kbdresetTheo de Raadt
1999-04-28Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdogAlex Feldman
timers.
1999-04-18new docs; espieTheo de Raadt
1999-04-10shrink ramdisk a teeny bit; 8MB installs now work reliablyTheo de Raadt
1999-03-27Much nicer, less confusing than the previous version.Marc Espie
1999-02-23add machdep.apmwarc (commented out) so people know whereMarco S Hyman
to change it if they so desire
1999-01-11Add raid devicesNiklas Hallqvist
1999-01-09linux 2.2.0 is almost out, and my OpenBSD patch finally made it to theMarc Espie
pre-2.2 series.
1999-01-01Create midi and sequencer devicesNiklas Hallqvist
1998-11-25remove bogus comment about pty use; chris@sefl.satelnet.orgTodd C. Miller
1998-11-19add support for more ptysDug Song
1998-11-03parition -> partitionAaron Campbell
1998-10-24make 8mb installs workTheo de Raadt
1998-10-15shrink ramdisk filesystemTheo de Raadt
1998-09-25Theo and netscape and Linux uname...Marc Espie
1998-09-24Proof-reading, plus Linux kernel patch for handling OpenBSD' disklabel.Marc Espie
1998-09-22Some more mistakes, probably...Marc Espie
1998-09-20Not yet complete, probably completely wrong on several important points.Marc Espie
*PLEASE* help me fixing that !!!!
1998-09-15need bpf nodes for RAMDISK dhclientTheo de Raadt
1998-09-15Added definition for ipauth, a new piece for IPFilter v3.2.9pattonme
1998-09-12Don't build pcmcia devices.Federico G. Schwindt
1998-09-02make the xfs deviceArtur Grabowski
1998-08-24remove ksyms in std entry like other std thingsTodd C. Miller
1998-08-24Add support for /dev/ksyms to arch-specific filesTodd C. Miller
1998-08-23S/;/:/kstailey