Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-28 | $OpenBSD$ | Niklas Hallqvist | |
2001-01-22 | spelling | Todd T. Fries | |
2001-01-05 | Add i386 specific sysctl to modify halt -p processing, required to make | Marco 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-23 | enforce ttyC[0-f]; thanks to millert for some help | Theo de Raadt | |
2000-11-23 | tabs | Theo de Raadt | |
2000-10-16 | Create /dev/pcvtctl mode 600. | Aaron Campbell | |
2000-09-01 | New "pcvtctl" device used by moused to communicate with PCVT in the kernel. | Aaron Campbell | |
2000-08-16 | Catch the bogus 'MAKEDEV mouse' and spit out a reasonable | Marco S Hyman | |
error message. OK deraadt@ | |||
2000-08-04 | fix typo on utty creation; problem found by cfegan@cisco.com | Federico G. Schwindt | |
2000-07-06 | add utty, serial port for USB devices. | Federico G. Schwindt | |
2000-05-23 | fix pt and signature offsets; from Alejo Sanchez <alejos@fibertel.com.ar> | Michael Shalayeff | |
2000-05-17 | typo (reported by Adam Rogoyski <rogoyski@cs.utexas.edu>) | Marc Espie | |
2000-05-15 | remove double specification of fa#; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
2000-04-15 | add urio(4) | Jakob Schlyter | |
2000-04-09 | fix ulpt major # allocation | Matthieu Herrb | |
2000-03-29 | Uncomment ulpt targets. | Aaron Campbell | |
2000-03-22 | operator should have perms to write and change tapes. ch* is still missing | Niklas Hallqvist | |
in some MAKEDEVs, will see to them in a separate commit. | |||
2000-02-21 | add SES device | mjacob | |
1999-12-05 | expr(1)-less makedev. | Michael Shalayeff | |
includes some works from todd@ and millert@ verified by todd@ and millert@ | |||
1999-10-25 | extra entries; joe@nall.com | Theo de Raadt | |
1999-08-20 | Change 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-13 | Create USB devices. | Federico G. Schwindt | |
1999-08-06 | 2.88 floppies | Theo de Raadt | |
1999-07-30 | no more acd | Theo de Raadt | |
1999-07-24 | shorter lines | Theo de Raadt | |
1999-07-06 | document machdep.kbdreset | Theo de Raadt | |
1999-04-28 | Added wdt driver for the Industrial Computer Source PCI-WDT50x watchdog | Alex Feldman | |
timers. | |||
1999-04-18 | new docs; espie | Theo de Raadt | |
1999-04-10 | shrink ramdisk a teeny bit; 8MB installs now work reliably | Theo de Raadt | |
1999-03-27 | Much nicer, less confusing than the previous version. | Marc Espie | |
1999-02-23 | add machdep.apmwarc (commented out) so people know where | Marco S Hyman | |
to change it if they so desire | |||
1999-01-11 | Add raid devices | Niklas Hallqvist | |
1999-01-09 | linux 2.2.0 is almost out, and my OpenBSD patch finally made it to the | Marc Espie | |
pre-2.2 series. | |||
1999-01-01 | Create midi and sequencer devices | Niklas Hallqvist | |
1998-11-25 | remove bogus comment about pty use; chris@sefl.satelnet.org | Todd C. Miller | |
1998-11-19 | add support for more ptys | Dug Song | |
1998-11-03 | parition -> partition | Aaron Campbell | |
1998-10-24 | make 8mb installs work | Theo de Raadt | |
1998-10-15 | shrink ramdisk filesystem | Theo de Raadt | |
1998-09-25 | Theo and netscape and Linux uname... | Marc Espie | |
1998-09-24 | Proof-reading, plus Linux kernel patch for handling OpenBSD' disklabel. | Marc Espie | |
1998-09-22 | Some more mistakes, probably... | Marc Espie | |
1998-09-20 | Not yet complete, probably completely wrong on several important points. | Marc Espie | |
*PLEASE* help me fixing that !!!! | |||
1998-09-15 | need bpf nodes for RAMDISK dhclient | Theo de Raadt | |
1998-09-15 | Added definition for ipauth, a new piece for IPFilter v3.2.9 | pattonme | |
1998-09-12 | Don't build pcmcia devices. | Federico G. Schwindt | |
1998-09-02 | make the xfs device | Artur Grabowski | |
1998-08-24 | remove ksyms in std entry like other std things | Todd C. Miller | |
1998-08-24 | Add support for /dev/ksyms to arch-specific files | Todd C. Miller | |
1998-08-23 | S/;/:/ | kstailey | |