| Commit message (Expand) | Author | Age | Files | Lines |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -3/+2 |
* | Moved prototypes for devswitch functions from conf.c and driver sources | bde | 1995-11-04 | 1 | -11/+1 |
* | sio.c: | bde | 1995-10-22 | 1 | -32/+15 |
* | A mixed bag of changes, relating to getting the state in "lsdev" right, | phk | 1995-10-21 | 1 | -2/+10 |
* | siostop() is a void function, so don't return a value. | dg | 1995-09-24 | 1 | -3/+3 |
* | The stuff needed to remove a pccard with a sio port on it... | phk | 1995-09-19 | 1 | -10/+68 |
* | Andrew McRae's pcmcia/pccard code, the kernel part. | phk | 1995-08-24 | 1 | -1/+119 |
* | Disable fifos in sioclose(). Closes PR 576. | bde | 1995-08-13 | 1 | -1/+9 |
* | Sleep on a better address to wait for output to drain out of the | bde | 1995-07-31 | 1 | -2/+3 |
* | Improve input flow control. | bde | 1995-07-31 | 1 | -26/+6 |
* | Don't let IXOFF or ECHONL stop the setting of TS_CAN_BYPASS_L_RINT. IXOFF | bde | 1995-07-29 | 1 | -7/+5 |
* | Always wake up writers after clearing TS_BUSY. This will soon be | bde | 1995-07-29 | 1 | -7/+4 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-22 | 1 | -10/+4 |
* | Move the inline code for waking up writers to a new function | bde | 1995-07-22 | 1 | -15/+2 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-21 | 1 | -11/+1 |
* | Fix error logging: | bde | 1995-07-05 | 1 | -4/+10 |
* | Fight with hanging modems continued: | ache | 1995-06-28 | 1 | -1/+8 |
* | Reduce timeout frequency from `hz' to 0 if no ports are open or to 1 if | bde | 1995-06-25 | 1 | -142/+236 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -12/+12 |
* | Fix -Wformat warnings from LINT kernel. | rgrimes | 1995-05-11 | 1 | -2/+2 |
* | Add hook for pstat -t | ache | 1995-05-07 | 1 | -1/+3 |
* | Move declarations of console functions to cons.h (they should be | bde | 1995-04-23 | 1 | -12/+5 |
* | Fix initializations of kdc_state for serial consoles. | bde | 1995-04-15 | 1 | -33/+38 |
* | Forgot two things in yesterday's massive devconf update: | wollman | 1995-04-13 | 1 | -6/+4 |
* | Move setcompat code to another place, initial/locked devices | ache | 1995-04-13 | 1 | -14/+12 |
* | Comment out ttcompat via COMPAT_SUNOS too | ache | 1995-04-13 | 1 | -11/+15 |
* | ttsetcompat is a '#ifdef COMPAT_43' feature. | phk | 1995-04-12 | 1 | -1/+5 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -30/+52 |
* | Call new ttsetcompat() function for proper working | ache | 1995-04-11 | 1 | -1/+9 |
* | Move unit structure member down to optimize com->state per Bruce | ache | 1995-04-04 | 1 | -19/+19 |
* | Allow serial console BREAK to DDB | ache | 1995-04-03 | 1 | -3/+13 |
* | Back out changes related to locked bits until more elegant | ache | 1995-04-02 | 1 | -85/+7 |
* | Fix error: | ache | 1995-04-02 | 1 | -7/+83 |
* | Move SET_BYPASS macro to function per Bruce suggestion. | ache | 1995-04-02 | 1 | -20/+29 |
* | Move setting BYPASS state to macro, use it in several times, | ache | 1995-04-01 | 1 | -16/+18 |
* | Adjust TS_CAN_BYPASS_L_RINT state after l_open(), t_line | ache | 1995-04-01 | 1 | -1/+3 |
* | Use new TS_CAN_BYPASS_L_RINT state to avoid complex test | ache | 1995-04-01 | 1 | -23/+23 |
* | Check for never opened or closed device before testing | ache | 1995-04-01 | 1 | -3/+6 |
* | Fix serial error recording using new TTY_BI & TTY_OE | ache | 1995-03-29 | 1 | -11/+7 |
* | Remove TTY_OE & TTY_BI definitions to allow translation, | ache | 1995-03-29 | 1 | -3/+1 |
* | Move discard check up and do it only for error status | ache | 1995-03-28 | 1 | -23/+21 |
* | Don't use | ache | 1995-03-28 | 1 | -3/+2 |
* | Forget to add LSR_FE to discard (see prev commit) | ache | 1995-03-28 | 1 | -2/+2 |
* | Several fixes to help "raw" tty mode work correctly with | ache | 1995-03-28 | 1 | -5/+32 |
* | Raw ttyinput test was incomplete, | ache | 1995-03-28 | 1 | -2/+2 |
* | Fix break recording for ttyinput | ache | 1995-03-28 | 1 | -2/+4 |
* | Add and move declarations to fix all of the warnings from `gcc -Wimplicit' | bde | 1995-03-16 | 1 | -4/+3 |
* | Workaround IXOFF bug when output queue is full && RTS control is on | ache | 1995-02-28 | 1 | -2/+6 |
* | Incorporate bde's code-review comments. | pst | 1995-02-28 | 1 | -10/+1 |
* | Don't confuse the frequency with the wavelength in DELAY() args. 960 cps | bde | 1995-02-26 | 1 | -40/+24 |