| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize syscons also in cases where it ain't the system's console | joerg | 1994-12-18 | 1 | -1/+4 |
* | Move the code providing the equivalent of ICRNL for console input from | joerg | 1994-12-18 | 1 | -2/+1 |
* | Changed the behavior of KDMKTONE to comply with svr4, default to | sos | 1994-12-06 | 1 | -2/+8 |
* | Here is a minor patch for FreeBSD 2.0R to allow it to recognize | joerg | 1994-12-04 | 2 | -2/+7 |
* | Change wakeup to endtsleep, because wakeup don't produce timeout | ache | 1994-12-01 | 1 | -3/+4 |
* | Reverse the meaning of previous change. | jkh | 1994-11-30 | 1 | -7/+5 |
* | Experimental change to floppy driver to NOT probe the floppy tape if | jkh | 1994-11-29 | 1 | -2/+7 |
* | Fix wrong size check for scroll forward/backward ('S'/'T') | ache | 1994-11-21 | 1 | -5/+5 |
* | Attempt to fix scroll forward/ scroll backward bug bringed by vi, | ache | 1994-11-21 | 1 | -4/+4 |
* | More intelligent BackTab fix using BTAB special key (unused before) | ache | 1994-11-19 | 2 | -9/+11 |
* | Fix all keymaps to bring BackTab to life. | ache | 1994-11-19 | 1 | -6/+6 |
* | Extended the SEEKWAIT and RECALWAIT somewhat to avoid annoying messages. | phk | 1994-11-18 | 1 | -3/+3 |
* | Added support for the MicroSoft Natural keyboard | sos | 1994-11-17 | 2 | -15/+55 |
* | Revision 1.6 fix was lost: don't write 0 to RTC_DIAG | ache | 1994-11-12 | 1 | -2/+1 |
* | Use adjkerntz into inittodr too (for APM stuff) | ache | 1994-11-10 | 1 | -2/+2 |
* | Change "fdx: Floppy not writeable" to less confusing | ache | 1994-11-08 | 1 | -2/+2 |
* | From: Lars Fredriksen <fredriks@mcs.com> | jkh | 1994-11-08 | 1 | -1/+21 |
* | The style in my patch011 is inconsistent and out of date. It should | bde | 1994-11-06 | 1 | -2/+2 |
* | Work around microtime() enabling interrupts. | bde | 1994-11-06 | 1 | -1/+10 |
* | Maintain a new variable `timer0_overflow_threshold' so that microtime() | bde | 1994-11-05 | 1 | -41/+87 |
* | Fix for 'pstat -t' works on vtys | ache | 1994-11-03 | 1 | -1/+2 |
* | Back out Joerg's latest commit. Sorry, Joerg, but this breaks the install | jkh | 1994-11-02 | 1 | -143/+98 |
* | Only log errors every second (instead of every 5-10 msec) and check for | bde | 1994-11-01 | 1 | -59/+81 |
* | Several minor fixes to the floppy driver: | joerg | 1994-10-30 | 1 | -99/+144 |
* | Julian Elischer's disklabel fixes. | jkh | 1994-10-27 | 1 | -4/+4 |
* | The other half of patch011, read Numlck state from bios. | phk | 1994-10-27 | 1 | -6/+2 |
* | Fix initialization of video_mode_ptr. It only worked if the segments | bde | 1994-10-26 | 1 | -9/+32 |
* | BEWARE: Interface change of register_intr() ! | se | 1994-10-25 | 1 | -3/+7 |
* | Fixed cut&paste error. | wollman | 1994-10-24 | 1 | -2/+2 |
* | Finished device configuration database work for all ISA devices (except `ze') | wollman | 1994-10-23 | 3 | -30/+91 |
* | Checking for timeout at several critical calls to ``out_fdc()'' now, | joerg | 1994-10-21 | 1 | -14/+56 |
* | A missing bit from Peter Dufaults patches, as best I could guess... | phk | 1994-10-20 | 1 | -1/+22 |
* | Peter Dufaults comconsole changes. | phk | 1994-10-20 | 1 | -8/+8 |
* | Clean up previous commit. | bde | 1994-10-19 | 1 | -3/+3 |
* | Add support for devconf to a large number of device drivers, and do | wollman | 1994-10-19 | 1 | -2/+2 |
* | isa.c isa_device.h: declare & define {e,}isa_{in,ex}ternalize(). | wollman | 1994-10-19 | 1 | -1/+91 |
* | Remove color_display, GIO_COLOR now exists | ache | 1994-10-18 | 1 | -6/+3 |
* | Added more SCO compat ioctl's. | sos | 1994-10-17 | 1 | -27/+52 |
* | isa_device.h: Added flag for sensitive HW. ed# seems to break if anything | phk | 1994-10-17 | 1 | -2/+2 |
* | Initialize color_display as undefined, cosmetique | ache | 1994-10-17 | 1 | -2/+2 |
* | Add color_display variable for CPU_COLORDISP sysctl. | ache | 1994-10-15 | 1 | -1/+4 |
* | Prevent modem hanging forever on close with CTS off: | ache | 1994-10-15 | 1 | -1/+3 |
* | Work around FIFO bug in SMC UARTS. | bde | 1994-10-12 | 1 | -49/+86 |
* | Cosmetics. Silence gcc -Wall. Much more to do here :-( | phk | 1994-10-10 | 2 | -6/+6 |
* | Add disable_rtc_set variable to block resettodr() call, needed for | ache | 1994-10-04 | 1 | -2/+6 |
* | RTC_CENTURY usage ifdefed out by USE_RTC_CENTURY compile option, | ache | 1994-10-04 | 1 | -1/+9 |
* | Fix 'cursor-disappearce-after-switching-screen-from-X' bug | ache | 1994-10-03 | 1 | -2/+2 |
* | Ripped out APM-hooks. Not ready for prime time yet. | phk | 1994-10-02 | 1 | -22/+1 |
* | Make fat cursor as early as possible, per Bruce suggestion | ache | 1994-10-02 | 1 | -6/+2 |
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 2 | -3/+29 |