| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't allow i/o operations for non-root users. | bde | 1995-10-14 | 1 | -2/+6 |
* | Reduce jitter of Pentium microtime() implementation by letting the counter | wollman | 1995-10-12 | 1 | -6/+15 |
* | BIOS manufacturers don't seem to have a unique idea about 2.88 MB | joerg | 1995-10-09 | 2 | -2/+4 |
* | Hide the "input/output timeout" messages behind the bootverbose case. | joerg | 1995-10-04 | 1 | -9/+13 |
* | 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 |
* | Remove transitory labelling code. Labels are now handled by essentially | bde | 1995-09-16 | 1 | -4/+5 |
* | Make pcvt and syscons live in the same kernel. If both are enabled, then | bde | 1995-09-10 | 2 | -30/+61 |
* | Actually, 97 out of 304 devsw functions had benignly mismatched types. | bde | 1995-09-08 | 1 | -2/+2 |
* | devfs changes.. | julian | 1995-09-03 | 1 | -4/+7 |
* | Remove extra args from the calls to getit(). The bug was benign with the | bde | 1995-08-25 | 1 | -4/+4 |
* | Andrew McRae's pcmcia/pccard code, the kernel part. | phk | 1995-08-24 | 1 | -1/+119 |
* | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | nate | 1995-08-16 | 1 | -2/+2 |
* | Disable fifos in sioclose(). Closes PR 576. | bde | 1995-08-13 | 1 | -1/+9 |
* | Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking | dyson | 1995-08-08 | 1 | -6/+6 |
* | Sleep on a better address to wait for output to drain out of the | bde | 1995-07-31 | 1 | -2/+3 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 1 | -3/+2 |
* | 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 | 2 | -23/+4 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-21 | 1 | -11/+1 |
* | Fix races in scstart(). q_to_b() wasn't called at spltty(), so there | bde | 1995-07-11 | 2 | -28/+14 |
* | Speed up the inner loop of ansi_put() by a few percent. | bde | 1995-07-11 | 1 | -2/+10 |
* | 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 |
* | Don't convert \n to \r\n in pccnputc(). This is the responsibility of | bde | 1995-06-14 | 1 | -7/+3 |
* | Merge RELENG_2_0_5 into HEAD | rgrimes | 1995-06-11 | 2 | -5/+5 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 6 | -230/+230 |
* | Fixed problem with "char" cursor.. | sos | 1995-05-21 | 1 | -2/+6 |
* | Fix -Wformat warnings from LINT kernel. | rgrimes | 1995-05-11 | 1 | -2/+2 |
* | Add variable `idelayed' and macros setdelayed() and schedsofttty() | bde | 1995-05-11 | 1 | -1/+7 |
* | Fix -Wformat warnings, still need to do something about %b and pointer | rgrimes | 1995-05-09 | 1 | -3/+3 |
* | Add hook for pstat -t | ache | 1995-05-07 | 1 | -1/+3 |
* | Restructured the floppy tape probe. | joerg | 1995-05-06 | 1 | -6/+2 |
* | Added nsccons variable for use by pstat | sos | 1995-04-28 | 1 | -1/+2 |
* | Added mark_all() call so that screen is proberly updated | sos | 1995-04-25 | 1 | -1/+2 |
* | Move declarations of console functions to cons.h (they should be | bde | 1995-04-23 | 1 | -12/+5 |
* | Correct the type of the `c' arg to pccnputc(). | bde | 1995-04-23 | 2 | -11/+10 |
* | Reviewed by: no-one yet, but non-intrusive | julian | 1995-04-20 | 1 | -1/+29 |
* | 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 | 3 | -38/+81 |