Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-17 | Remove `pc_disp_special'. | Aaron Campbell | |
2000-01-17 | Remove `pcdisp_special', which was actually a gross hack. Instead, move the | Aaron Campbell | |
`pcdisp' check in write_char() beyond the 0x20-0x7f character value scope. This change should fix most problems when intermixing DEC character- and IBMPC character-based apps in the PCVT console. | |||
2000-01-16 | remove more references to -H and -V. -moj | Mats O Jansson | |
2000-01-15 | set the delay to 4000. this is needed by the Compaq AP400; kos@flirble.org | Theo de Raadt | |
2000-01-15 | P3 id 8 is Coppermine; thanks maja for testing on your sweet sweet box | Theo de Raadt | |
2000-01-13 | add pcic2; matt@zigg.com | Theo de Raadt | |
2000-01-09 | add INET6 into conf/GENERIC. | Jun-ichiro itojun Hagino | |
add pseudo-devices for IPv6 into arch/*/conf/GENERIC. nuke arch/*/conf/GENERIC.v6. | |||
2000-01-09 | Change an instance of #if NISA that should be #if NISADMA | Todd C. Miller | |
2000-01-09 | add dcphy (necessary for macronix 98715) | Jason Wright | |
2000-01-06 | don't use _C_LABEL. but do use __STRING | David Leonard | |
2000-01-06 | add __weak_alias() macro | David Leonard | |
2000-01-06 | remove mx & pn in favor of dc | Jason Wright | |
2000-01-03 | Remove ax and al from GENERIC; match with dc instead. | Aaron Campbell | |
1999-12-30 | when db_panic is set, ignore ddb errors that come through the kdb_trap() | Theo de Raadt | |
interface as well; assar@stacken.kth.se | |||
1999-12-30 | comment out tr by now; deraadt@. | Federico G. Schwindt | |
1999-12-27 | Add tr driver. | Federico G. Schwindt | |
1999-12-15 | remove pn, replace with dc | Jason Wright | |
1999-12-08 | DEC/Intel 21143 and "tulip" clone Ethernet driver. Intended to replace the | Aaron Campbell | |
individual ax, al, pn, and mx drivers. It also supports the Davicom DM9100 and DM9102 chipsets (dm) which we previously did not have. From FreeBSD. | |||
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino | |
replaces NRL IPv6 layer. reuses NRL pcb layer. no IPsec-on-v6 support. see sys/netinet6/{TODO,IMPLEMENTATION} for more details. GENERIC configuration should work fine as before. GENERIC.v6 works fine as well, but you'll need KAME userland tools to play with IPv6 (will be bringed into soon). | |||
1999-12-08 | add GENERIC.v6 (IPv6 test configuration). to be integrated into GENREIC. | Jun-ichiro itojun Hagino | |
1999-12-07 | Driver for Sundance ST201 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-05 | aha, no more mouse in pcvt and s/rl/sis/ | Michael Shalayeff | |
1999-12-04 | Driver for SiS 900/7016 Ethernet; from FreeBSD. | Aaron Campbell | |
1999-12-04 | some hardware upgrades i've made | Michael Shalayeff | |
1999-12-04 | DOSPTYP_EXTENDL; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | Theo de Raadt | |
1999-12-02 | ef* on ramdisk floppies | Theo de Raadt | |
1999-12-02 | in the tradeoff between NFS and more device drivers, NFS loses. people who | Theo de Raadt | |
care about NFS should go do a kernel shrink. get me 45K of kernel shrink in the ramdisk without using an #ifdef, and i'll put NFS back. | |||
1999-12-01 | uvm on the i386 | Theo de Raadt | |
1999-12-01 | noone needs to see this anymore | Theo de Raadt | |
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adapter | cmetz | |
driver to OpenBSD. | |||
1999-11-30 | Put the "faulting in a pt page map ..." printf behind #ifdef DEBUG. | Artur Grabowski | |
1999-11-28 | Add commented out hsq entry. | Jason Downs | |
1999-11-28 | Enable TI16750 UART support. | Jason Downs | |
1999-11-28 | Add lpt at puc. | Jason Downs | |
1999-11-27 | Shorten printf() strings, KNF, and fix a braino in a switch() statement. | Aaron Campbell | |
1999-11-27 | define PAGE_SIZE and friends, 4K kernel size reduction and probable speed ↵ | Theo de Raadt | |
increase; art | |||
1999-11-27 | thanks to aaron, more ethernet drivers fit | Theo de Raadt | |
1999-11-27 | Winchip c6 TSC is broken; wd@ics.nara-wu.ac.jp | Theo de Raadt | |
1999-11-26 | switch_screen() takes three arguments, not two; d@ | Aaron Campbell | |
1999-11-26 | Up-to-date | Niklas Hallqvist | |
1999-11-26 | undo damage by aaron. what is it with you guys? 4 people (matthieu, | Theo de Raadt | |
mjacob, d, aaron) have broken the tree in 48 hours. don't you guys do any testing? | |||
1999-11-25 | sloppy aaron | Theo de Raadt | |
1999-11-25 | Whoops, didn't mean to step on espie's toes. Also restore some comments | Aaron Campbell | |
that shouldn't have been removed. | |||
1999-11-25 | Remove the keyboard mouse emulator, HP emulation mode, and PCVT_SHOWKEYS | Aaron Campbell | |
debugging cruft. Also fix a bug where you were not able to hold down the scrollback hotkeys. | |||
1999-11-24 | spelling | Theo de Raadt | |
1999-11-23 | re-enable mtrr | Theo de Raadt | |
1999-11-23 | pretty mmtr messages | Theo de Raadt | |
1999-11-22 | do not add stuff that breaks everything except your own machine, matthieu! | Theo de Raadt | |
1999-11-22 | add support for asynchronous I/O (through SIGIO) | Matthieu Herrb | |