| Commit message (Expand) | Author | Age | Files | Lines |
| * | Kernel components of Matrox Meteor driver. | Jordan K. Hubbard | 1995-08-28 | 1 | -0/+138 |
| * | Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface. | Guido van Rooij | 1995-08-28 | 1 | -1/+10 |
| * | Remove extra arg from the call to ds_crc(). | Bruce Evans | 1995-08-25 | 1 | -2/+2 |
| * | Andrew McRae's pcmcia/pccard code, the kernel part. | Poul-Henning Kamp | 1995-08-24 | 1 | -1/+119 |
| * | Fix some outstanding bugs in the DCD modem control.. | Peter Wemm | 1995-08-22 | 1 | -115/+93 |
| * | add a new Debug mode.. "DBG_OPTIM" - for observing the L_RINT bypass | Peter Wemm | 1995-08-22 | 1 | -2/+2 |
| * | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | Nate Williams | 1995-08-16 | 1 | -2/+2 |
| * | Make everything except the unsupported network sources compile cleanly | Bruce Evans | 1995-08-16 | 2 | -3/+2 |
| * | Increase the DELAY_GETREPLY to 5000000. Not dangerous, this is | Joerg Wunsch | 1995-08-15 | 1 | -2/+2 |
| * | Slight change to the location of the default termios flags to make them | Peter Wemm | 1995-08-13 | 1 | -7/+17 |
| * | Next round of cleanups. Some more debugging hooks added, si_softc definition | Peter Wemm | 1995-08-13 | 2 | -122/+75 |
| * | Disable fifos in sioclose(). Closes PR 576. | Bruce Evans | 1995-08-13 | 1 | -1/+9 |
| * | Remove a deliberate #warning.. It's not polite, because I listed the the | Peter Wemm | 1995-08-10 | 1 | -5/+1 |
| * | Bring in my long-overdue version of the Specialix driver. | Peter Wemm | 1995-08-09 | 3 | -0/+2879 |
| * | Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking | John Dyson | 1995-08-08 | 1 | -6/+6 |
| * | Clean up the mesgin code to make it easier to read with proceedure lables | Justin T. Gibbs | 1995-08-06 | 1 | -55/+49 |
| * | Total rewrite of the dataphase sections of the sequencer. This was done | Justin T. Gibbs | 1995-08-05 | 1 | -237/+171 |
| * | Fix two race conditions. | Justin T. Gibbs | 1995-08-05 | 1 | -9/+8 |
| * | Allow any speed from 0..76800 | Andrey A. Chernov | 1995-08-02 | 2 | -28/+8 |
| * | Sleep on a better address to wait for output to drain out of the | Bruce Evans | 1995-07-31 | 1 | -2/+3 |
| * | Obtained from: partly from ancient patches of mine via 1.1.5 | Bruce Evans | 1995-07-31 | 1 | -3/+2 |
| * | Improve input flow control. | Bruce Evans | 1995-07-31 | 4 | -94/+22 |
| * | Pause the sequencer when message only requests complete. This allows the | Justin T. Gibbs | 1995-07-31 | 1 | -2/+8 |
| * | Initialize "name" to quiet compiler. | David Greenman | 1995-07-29 | 1 | -2/+2 |
| * | Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFF | Bruce Evans | 1995-07-29 | 4 | -29/+21 |
| * | Always wake up writers after clearing TS_BUSY. This will soon be | Bruce Evans | 1995-07-29 | 4 | -56/+16 |
| * | Fixed bug where a bogus packet length could cause a panic if the length | David Greenman | 1995-07-28 | 1 | -3/+5 |
| * | Add a few vendor IDs. | Stefan Eßer | 1995-07-27 | 1 | -8/+21 |
| * | Get rid of references to the linker supplied set length field. | Stefan Eßer | 1995-07-27 | 1 | -15/+15 |
| * | Change memcmp() to bcmp(). memcmp() isn't declared or implemented | Bruce Evans | 1995-07-25 | 1 | -5/+5 |
| * | Obtained from: partly from ancient patches of mine via 1.1.5 | Bruce Evans | 1995-07-22 | 4 | -28/+12 |
| * | Move the inline code for waking up writers to a new function | Bruce Evans | 1995-07-22 | 5 | -64/+9 |
| * | Obtained from: partly from ancient patches of mine via 1.1.5 | Bruce Evans | 1995-07-21 | 3 | -33/+3 |
| * | Don't include <sys/tty.h> in drivers that aren't tty drivers or in general | Bruce Evans | 1995-07-16 | 1 | -2/+1 |
| * | Fix races in scstart(). q_to_b() wasn't called at spltty(), so there | Bruce Evans | 1995-07-11 | 2 | -28/+14 |
| * | Speed up the inner loop of ansi_put() by a few percent. | Bruce Evans | 1995-07-11 | 1 | -2/+10 |
| * | Fix error logging: | Bruce Evans | 1995-07-05 | 1 | -4/+10 |
| * | Rewrite: | Bruce Evans | 1995-07-05 | 4 | -2520/+4506 |
| * | Protected entire epioctl routine with splimp(). In this case, it is better | David Greenman | 1995-07-05 | 1 | -1/+6 |
| * | Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. This | Justin T. Gibbs | 1995-07-04 | 1 | -7/+8 |
| * | Fight with hanging modems continued: | Andrey A. Chernov | 1995-06-28 | 1 | -1/+8 |
| * | Change message "not supported" to "no driver assigned", because | Stefan Eßer | 1995-06-28 | 1 | -2/+2 |
| * | Failure of the consistency checks for BIOS assigned mappings of busses | Stefan Eßer | 1995-06-28 | 1 | -6/+16 |
| * | Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; the | David Greenman | 1995-06-28 | 1 | -4/+5 |
| * | Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if | Bruce Evans | 1995-06-25 | 1 | -142/+236 |
| * | Next version, many bugs fixed | Andrey A. Chernov | 1995-06-14 | 3 | -404/+524 |
| * | Don't convert \n to \r\n in pccnputc(). This is the responsibility of | Bruce Evans | 1995-06-14 | 1 | -7/+3 |
| * | Merge RELENG_2_0_5 into HEAD | Rodney W. Grimes | 1995-06-11 | 2 | -5/+5 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 32 | -543/+543 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 5 | -26/+26 |