| Commit message (Expand) | Author | Age | Files | Lines |
* | Dont make splash screen the default :) | sos | 1996-09-30 | 1 | -2/+1 |
* | Fix a couble of nasties regarding mouse pointer and different | sos | 1996-09-30 | 2 | -103/+180 |
* | Work around UMC8669F and Startech UART bugs by not writing to the | bde | 1996-09-30 | 1 | -11/+36 |
* | Backed out one of my "performance optimizations" as it results in sometimes | dg | 1996-09-29 | 1 | -9/+13 |
* | Some warning cleanups. There were some needless casts that also caused | peter | 1996-09-27 | 1 | -15/+12 |
* | Fixed a bug with the management of the pointer to the first TxCB in the | dg | 1996-09-22 | 1 | -49/+38 |
* | Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: | bde | 1996-09-21 | 3 | -17/+17 |
* | Fixed a bug in the receive buffer allocation code that resulted in a | dg | 1996-09-20 | 1 | -5/+14 |
* | Add back shutdown support, this time using the at_shutdown() mechanism. | dg | 1996-09-20 | 1 | -14/+11 |
* | When the devconf stuff was ripped out of the kernel, the ripper neglected | dg | 1996-09-20 | 1 | -18/+17 |
* | Implemented a better, dynamic, mechanism for adjusting the transmit | dg | 1996-09-19 | 1 | -2/+19 |
* | Increased transmit threshold to 1024 bytes to fix a problem with underruns | dg | 1996-09-18 | 1 | -2/+2 |
* | Updated driver to a newer version from Matt Thomas, preserving our local | dg | 1996-09-18 | 1 | -476/+667 |
* | Changed cncheckc() interface so that it is 8-bit clean - return -1 | bde | 1996-09-14 | 2 | -4/+9 |
* | Removed another devconf leftover. A fat devconf support function was | bde | 1996-09-14 | 1 | -61/+28 |
* | Another round of merge/update. | asami | 1996-09-12 | 1 | -2/+15 |
* | Removed more devconf leftovers. | bde | 1996-09-10 | 3 | -42/+4 |
* | Hack workaround XFree86 switching failure when used with /dev/sysmouse | peter | 1996-09-10 | 1 | -2/+23 |
* | Updated #includes to 4.4Lite style. | bde | 1996-09-10 | 2 | -3/+2 |
* | The poor nsccons variable was gone agian this time hidden by | sos | 1996-09-09 | 1 | -2/+2 |
* | Make syscons replicate a mousesystems mouse on minor 128.. | sos | 1996-09-08 | 1 | -18/+36 |
* | Various cleanups for remanents of devconf. | phk | 1996-09-08 | 5 | -31/+5 |
* | Fixed another easy case of const poisoning in the kernel. Cosmetic. | bde | 1996-09-07 | 1 | -2/+2 |
* | Add option SC_KBD_PROBE_WORKS to syscons driver. | pst | 1996-09-06 | 1 | -4/+12 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 28 | -1244/+62 |
* | Fix code that deals with multiple host to PCI bridges by making the next | se | 1996-09-05 | 1 | -1/+2 |
* | Fixed a panic when switching to 40x25 mode, and cursor was beyond the | sos | 1996-09-04 | 1 | -1/+2 |
* | Add preliminary support for the Orion PCI chip set. It is special in the | se | 1996-09-02 | 1 | -21/+52 |
* | Fixed a couple of bugs in the mousepointer code. | sos | 1996-09-01 | 2 | -233/+298 |
* | Don't depend in the kernel on the gcc feature of doing arithmetic on | bde | 1996-08-31 | 1 | -14/+14 |
* | Use "" instead of <> for a header in the current directory. | bde | 1996-08-28 | 1 | -7/+2 |
* | Fixed restoral of nsscons variable. The tty for /dev/console was lost. | bde | 1996-08-28 | 1 | -2/+2 |
* | Call bdevsw_add_generic() later so that there is no chance of returning | bde | 1996-08-28 | 1 | -4/+4 |
* | Unconditionally null-terminate string read into spkr driver. | peter | 1996-08-24 | 1 | -3/+6 |
* | Some cleanups to the callout lists recently added. | julian | 1996-08-22 | 1 | -2/+2 |
* | oops apparently this wasn't in my test compile, becasue it didn't | julian | 1996-08-19 | 1 | -3/+4 |
* | Collect all the functioons concerned with rebooting into one place | julian | 1996-08-19 | 1 | -5/+6 |
* | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | peter | 1996-08-16 | 1 | -1/+2 |
* | Extend the poll code so that it can periodically scan the host cards | peter | 1996-08-12 | 1 | -4/+11 |
* | This diff adds support for the HP PC Lan+ cards (model numbers: 27247B | dg | 1996-08-07 | 2 | -32/+778 |
* | Megacommit to straigthen out ETHER_ mess. | phk | 1996-08-06 | 4 | -39/+16 |
* | Use ether_ioctl() to do a lot of grunt work. | phk | 1996-08-06 | 1 | -47/+6 |
* | Replace about 60 lines of code with a call to ether_ioctl(). | phk | 1996-08-04 | 1 | -80/+9 |
* | make si.c compile in kernels without COMPAT_43. | peter | 1996-08-03 | 1 | -2/+5 |
* | Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified | bde | 1996-07-30 | 2 | -80/+64 |
* | Fix GIO_ATTR ioctl return to match SYSV | ache | 1996-07-30 | 1 | -2/+2 |
* | Under the heavy load for transmiting condition, it will be write error | amurai | 1996-07-27 | 1 | -2/+2 |
* | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | peter | 1996-07-26 | 1 | -2/+2 |
* | Apply a bandaid to a problem elsewhere in the driver, when the process is | peter | 1996-07-26 | 1 | -2/+5 |
* | Fail when odd number of disks are specified with mirror flag. Memory | asami | 1996-07-24 | 1 | -28/+36 |