| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed a bug in the receive buffer allocation code that resulted in a | David Greenman | 1996-09-20 | 1 | -5/+14 |
| * | Add back shutdown support, this time using the at_shutdown() mechanism. | David Greenman | 1996-09-20 | 1 | -14/+11 |
| * | When the devconf stuff was ripped out of the kernel, the ripper neglected | David Greenman | 1996-09-20 | 1 | -18/+17 |
| * | Implemented a better, dynamic, mechanism for adjusting the transmit | David Greenman | 1996-09-19 | 1 | -2/+19 |
| * | Increased transmit threshold to 1024 bytes to fix a problem with underruns | David Greenman | 1996-09-18 | 1 | -2/+2 |
| * | Updated driver to a newer version from Matt Thomas, preserving our local | David Greenman | 1996-09-18 | 1 | -476/+667 |
| * | Changed cncheckc() interface so that it is 8-bit clean - return -1 | Bruce Evans | 1996-09-14 | 2 | -4/+9 |
| * | Removed another devconf leftover. A fat devconf support function was | Bruce Evans | 1996-09-14 | 1 | -61/+28 |
| * | Another round of merge/update. | Satoshi Asami | 1996-09-12 | 1 | -2/+15 |
| * | Removed more devconf leftovers. | Bruce Evans | 1996-09-10 | 3 | -42/+4 |
| * | Hack workaround XFree86 switching failure when used with /dev/sysmouse | Peter Wemm | 1996-09-10 | 1 | -2/+23 |
| * | Updated #includes to 4.4Lite style. | Bruce Evans | 1996-09-10 | 2 | -3/+2 |
| * | The poor nsccons variable was gone agian this time hidden by | Søren Schmidt | 1996-09-09 | 1 | -2/+2 |
| * | Make syscons replicate a mousesystems mouse on minor 128.. | Søren Schmidt | 1996-09-08 | 1 | -18/+36 |
| * | Various cleanups for remanents of devconf. | Poul-Henning Kamp | 1996-09-08 | 5 | -31/+5 |
| * | Fixed another easy case of const poisoning in the kernel. Cosmetic. | Bruce Evans | 1996-09-07 | 1 | -2/+2 |
| * | Add option SC_KBD_PROBE_WORKS to syscons driver. | Paul Traina | 1996-09-06 | 1 | -4/+12 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 28 | -1244/+62 |
| * | Fix code that deals with multiple host to PCI bridges by making the next | Stefan Eßer | 1996-09-05 | 1 | -1/+2 |
| * | Fixed a panic when switching to 40x25 mode, and cursor was beyond the | Søren Schmidt | 1996-09-04 | 1 | -1/+2 |
| * | Add preliminary support for the Orion PCI chip set. It is special in the | Stefan Eßer | 1996-09-02 | 1 | -21/+52 |
| * | Fixed a couple of bugs in the mousepointer code. | Søren Schmidt | 1996-09-01 | 2 | -233/+298 |
| * | Don't depend in the kernel on the gcc feature of doing arithmetic on | Bruce Evans | 1996-08-31 | 1 | -14/+14 |
| * | Use "" instead of <> for a header in the current directory. | Bruce Evans | 1996-08-28 | 1 | -7/+2 |
| * | Fixed restoral of nsscons variable. The tty for /dev/console was lost. | Bruce Evans | 1996-08-28 | 1 | -2/+2 |
| * | Call bdevsw_add_generic() later so that there is no chance of returning | Bruce Evans | 1996-08-28 | 1 | -4/+4 |
| * | Unconditionally null-terminate string read into spkr driver. | Peter Wemm | 1996-08-24 | 1 | -3/+6 |
| * | Some cleanups to the callout lists recently added. | Julian Elischer | 1996-08-22 | 1 | -2/+2 |
| * | oops apparently this wasn't in my test compile, becasue it didn't | Julian Elischer | 1996-08-19 | 1 | -3/+4 |
| * | Collect all the functioons concerned with rebooting into one place | Julian Elischer | 1996-08-19 | 1 | -5/+6 |
| * | restore nsccons variable from rev 1.115 that was deleted in rev 1.136 | Peter Wemm | 1996-08-16 | 1 | -1/+2 |
| * | Extend the poll code so that it can periodically scan the host cards | Peter Wemm | 1996-08-12 | 1 | -4/+11 |
| * | This diff adds support for the HP PC Lan+ cards (model numbers: 27247B | David Greenman | 1996-08-07 | 2 | -32/+778 |
| * | Megacommit to straigthen out ETHER_ mess. | Poul-Henning Kamp | 1996-08-06 | 4 | -39/+16 |
| * | Use ether_ioctl() to do a lot of grunt work. | Poul-Henning Kamp | 1996-08-06 | 1 | -47/+6 |
| * | Replace about 60 lines of code with a call to ether_ioctl(). | Poul-Henning Kamp | 1996-08-04 | 1 | -80/+9 |
| * | make si.c compile in kernels without COMPAT_43. | Peter Wemm | 1996-08-03 | 1 | -2/+5 |
| * | Synced with sio.c: added support for TIOCDCDTIMESTAMP and simplified | Bruce Evans | 1996-07-30 | 2 | -78/+62 |
| * | Fix GIO_ATTR ioctl return to match SYSV | Andrey A. Chernov | 1996-07-30 | 1 | -2/+2 |
| * | Under the heavy load for transmiting condition, it will be write error | Atsushi Murai | 1996-07-27 | 1 | -2/+2 |
| * | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | Peter Wemm | 1996-07-26 | 1 | -2/+2 |
| * | Apply a bandaid to a problem elsewhere in the driver, when the process is | Peter Wemm | 1996-07-26 | 1 | -2/+5 |
| * | Fail when odd number of disks are specified with mirror flag. Memory | Satoshi Asami | 1996-07-24 | 1 | -28/+36 |
| * | Make a "DWIM" function for adding [bc]devsw entries for bdev drivers. | Poul-Henning Kamp | 1996-07-23 | 5 | -68/+15 |
| * | Substitute raw{read|write} for ccd{read|write} | Poul-Henning Kamp | 1996-07-21 | 1 | -59/+2 |
| * | Correct the timer2 acquiration and release, it must happen at splclock. | Joerg Wunsch | 1996-07-20 | 1 | -36/+52 |
| * | Last night (local time :) I accidently checked in an intermediate version | Stefan Eßer | 1996-07-19 | 1 | -85/+69 |
| * | Add interrupt register set up with original register value | Atsushi Murai | 1996-07-19 | 3 | -5/+13 |
| * | FINALLY: PCI support for the Lance Ethernet driver. | Stefan Eßer | 1996-07-18 | 2 | -73/+253 |
| * | some internal modems need LOTS of time to generate an interrupt | Julian Elischer | 1996-07-17 | 1 | -2/+2 |