Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-08-26 | ports 61 and 70 are not a part of reality | Theo de Raadt | |
1996-08-23 | Add BOOT_CONFIG | Niklas Hallqvist | |
1996-08-23 | profiling macro needs semicolons, obviously hasn't been used in a long time | Niklas Hallqvist | |
1996-08-22 | someone forgot the most important driver! | Jason Downs | |
1996-08-19 | virtual terimals' name become ttyC* | shawn | |
1996-08-17 | pcvt virtual terminal is now ttyC* | shawn | |
1996-08-17 | do not reset/disable for fails on some laptops; rees@umich.edu from someone else | Theo de Raadt | |
1996-08-16 | ipx. | Michael Shalayeff | |
1996-08-16 | someone send me an i386 assembler book | Theo de Raadt | |
1996-08-16 | spin processing ast events before going back to userland; my fix | Theo de Raadt | |
1996-08-16 | Some mostly cosmetic bug fixes. | dm | |
1996-08-15 | isapnp0 | Theo de Raadt | |
1996-08-15 | isapnp0 in GENERIC | Theo de Raadt | |
1996-08-14 | Pentium Pro support | dm | |
1996-08-14 | Added support in the driver for the Pentium Pro (pctrctl still needs to | dm | |
be done, though). | |||
1996-08-10 | srandom() seeds random() at boottime | Theo de Raadt | |
1996-08-10 | Support entropy generation for keyboard generation; already done for PCVT | Thorsten Lockert | |
1996-08-09 | sync | Jason Downs | |
1996-08-08 | Allow idle loop to be read even on 486's. | dm | |
1996-08-08 | Sadly, the performance counters don't seem to work on the pentium pro. | dm | |
I'll have to find out how the P6 works and add support. | |||
1996-08-08 | Added a pctr pseudo-device for accessing the Pentium performance counters, | dm | |
and a program pctrctl to set the counter functions. | |||
1996-08-08 | Disable RFC 1323 extensions by default | Thorsten Lockert | |
Add support for unknown SCSI devices Add random pseudo-device | |||
1996-08-08 | Reset the cycle counter at boot on P5 or better wether or not we have been | Thorsten Lockert | |
configured for NTP | |||
1996-08-07 | correct b_resid handling; pointed out by banshee@gabriella.abattoir.com | Theo de Raadt | |
1996-08-06 | splstatclock to splhigh; problem pointed out by gopal | Theo de Raadt | |
1996-08-05 | remove NS support + tab nitpicks | Niklas Hallqvist | |
1996-08-05 | WALDORF goes here too | Niklas Hallqvist | |
1996-08-05 | waldorf.appli.se now runs OpenBSD | Niklas Hallqvist | |
1996-08-01 | [Ctrl]+8 emits 9 on a kernel with PCVT; netbsd pr#2666; ↵ | Theo de Raadt | |
tacha@tera.fukui-med.ac.jp | |||
1996-07-31 | UCONSOLE hole goes away | Theo de Raadt | |
1996-07-31 | Do our extensions to the bus.h interface slightly different | Niklas Hallqvist | |
1996-07-29 | no cy* quite yet.. | Theo de Raadt | |
1996-07-28 | pccom and com are now mutually exclusive; pccom moves to major 8, the | Jason Downs | |
same as com. Also various function renaming and such so that multiport drivers should now be able to link with pccom. pccomvar.h is no longer needed. | |||
1996-07-27 | BOOT_CONFIG for all arch, not just i386 | Theo de Raadt | |
1996-07-27 | jtk; One more fix as pointed out by enami tsugutomo <enami@ba2.so-net.or.jp>: | Theo de Raadt | |
check slen before accessing cp[1] in GETNUM macro. fix PRs 219, 2295, 2612: speaker bugs on i386 port: remove overruns due to faulty bounds checking; repair faulty octave limiting. | |||
1996-07-27 | cy* | Theo de Raadt | |
1996-07-24 | ep* | Theo de Raadt | |
1996-07-22 | Dir is not empty anymore | Tobias Weingartner | |
1996-07-20 | add KOI-8 cyrillic fonts | Michael Shalayeff | |
1996-07-19 | Got rid of blinking square in the screen saver (it prevented fancy monitors | dm | |
from going into power-saving mode). | |||
1996-07-18 | make pcvt recognize most S3 adapters up to date | shawn | |
1996-07-17 | nextbsd pr#2637 (and 2638): add cirrus gd5434. | Jason Downs | |
1996-07-16 | pcvt/pccons too fast for some kbds; netbsd pr#2631; mike.long@analog.com | Theo de Raadt | |
1996-07-15 | add rnd driver | Michael Shalayeff | |
1996-07-15 | add "unknown SCSI" | Michael Shalayeff | |
1996-07-15 | add extern dynamic_gdt decl. | Michael Shalayeff | |
it does not even compile w/o that! | |||
1996-07-13 | add BOOT_CONFIG | Jason Downs | |
1996-07-13 | sync | Jason Downs | |
1996-07-07 | Add pccom to files.i386. SPARE-PARTS is an i386-dx40, which runs | Jason Downs | |
with zero fifo overruns or dropped characters at 115200bps with pccom. | |||
1996-07-07 | Integrate the i386 specific com driver from Onno van der Linden, | Jason Downs | |
<onno@simplex.nl>, as a seperate driver. This is the OpenBSD com.c, with his changes integrated and the functions renamed. This driver should work with pcmcia, but hasn't been tested. It will not work the multiport boards. Simply switch 'com' to 'pccom' in your conf and change the major number of your devices in order to use this. |