| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Incorporate bde's code-review comments. | pst | 1995-02-28 | 3 | -24/+4 |
* | Replace all remaining instances of `i386/include' by `machine' and fix | bde | 1995-02-26 | 1 | -4/+6 |
* | Don't confuse the frequency with the wavelength in DELAY() args. 960 cps | bde | 1995-02-26 | 1 | -40/+24 |
* | Declare all the args of Fdopen() and fdclose(). | bde | 1995-02-26 | 1 | -15/+14 |
* | (a) remove the pointer to each driver's tty structure array from cdevsw | pst | 1995-02-25 | 3 | -33/+82 |
* | Revive input flow control, some ideas from iverson@leonheart.com | ache | 1995-02-24 | 1 | -9/+13 |
* | Put the joystick status in a struct {int x, y, b1, b2;} rather than in a | jmz | 1995-02-22 | 1 | -6/+6 |
* | Next syscons update (given up on numbering :) | sos | 1995-02-22 | 2 | -2872/+2667 |
* | This is the latest version of the APM stuff from HOSOKAWA, I have looked | phk | 1995-02-17 | 1 | -1/+32 |
* | Fixed cursor xor problem... | sos | 1995-02-14 | 1 | -3/+3 |
* | Fixed the bug that caused the cursor to disappear under | sos | 1995-02-07 | 1 | -13/+17 |
* | Fixed the annoing bug that caused writes to /dev/console to go to | sos | 1995-02-05 | 1 | -29/+34 |
* | Allow all characters except "real" control chars. | sos | 1995-02-03 | 1 | -52/+59 |
* | Syscons bug fix: tab now right (thanks bruce!) | sos | 1995-02-01 | 1 | -293/+319 |
* | Reviewed by: | sos | 1995-01-30 | 2 | -47/+61 |
* | Add parentheses around macros! | jmz | 1995-01-29 | 1 | -2/+2 |
* | Third round in syscons update. | sos | 1995-01-28 | 2 | -515/+415 |
* | Do not recompute TIMER0's maximum count, since it is in timer0_max_count. | jmz | 1995-01-28 | 1 | -11/+8 |
* | Back out my previous change and disable the floppy tape controller again | jkh | 1995-01-27 | 1 | -1/+4 |
* | Use NUM_FKEYS instead of hardcoded 65 for fkey_tab size | ache | 1995-01-26 | 1 | -2/+2 |
* | Get rid of overloaded Keypad 5, now F(65) | ache | 1995-01-26 | 1 | -8/+8 |
* | Get rid of overloaded Back tab, now F(64) | ache | 1995-01-26 | 1 | -2/+2 |
* | Rewrite fkey_tab to produce unique sequences for all fkeys | ache | 1995-01-26 | 1 | -14/+20 |
* | Implement Delete key properly, needed by ncurses | ache | 1995-01-26 | 1 | -12/+12 |
* | o Restore removed hardware cursor support and make it _default_ | ache | 1995-01-26 | 1 | -51/+120 |
* | Changed address of the game controller to 0x201 (was 0x200) | jmz | 1995-01-25 | 1 | -0/+209 |
* | Second round in syscons update: | sos | 1995-01-20 | 1 | -286/+499 |
* | Submitted by: Bill Paul (wpaul@ctr.columbia.edu) | wpaul | 1995-01-20 | 2 | -13/+26 |
* | Submitted by: Bruce Evans | ats | 1995-01-19 | 1 | -30/+9 |
* | Enable floppy-tape controller by default again. Flags no longer has any | jkh | 1995-01-17 | 1 | -5/+2 |
* | Oops, forgot one change when DDB is defined. | sos | 1995-01-13 | 1 | -2/+2 |
* | Use (n - 1) in ESC [ xxx d and ESC [ xxx ` | ache | 1995-01-13 | 1 | -3/+3 |
* | Back out cursor wrap (restore original thing) | ache | 1995-01-12 | 1 | -2/+2 |
* | Argl!, finally found this bummer. The code testing for a write- | joerg | 1995-01-12 | 1 | -36/+10 |
* | First round in syscons update. Several new features has been added: | sos | 1995-01-12 | 1 | -354/+497 |
* | Finally implement support for the `lsdev' program. The controller is | joerg | 1995-01-11 | 1 | -14/+30 |
* | Work around a compiler bug in gcc2.6.3 in handling (long long) variables and | ats | 1995-01-07 | 1 | -3/+24 |
* | Peter's work to work around one of the most annoying bugs in the | joerg | 1995-01-06 | 3 | -148/+385 |
* | Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100. | bde | 1995-01-06 | 1 | -5/+5 |
* | Fight against hanging modems: add timeout to ttywait. | ache | 1995-01-05 | 1 | -4/+1 |
* | Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the | bde | 1995-01-03 | 1 | -29/+26 |
* | Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce. | ats | 1994-12-31 | 1 | -5/+5 |
* | Miscellaneous changes from Bill Paul: | jkh | 1994-12-31 | 1 | -5/+67 |
* | Changes to allow keypad 5 produce \E[E like SCO/ANSI term does | ache | 1994-12-31 | 1 | -12/+12 |
* | icu.s: | bde | 1994-12-30 | 1 | -78/+40 |
* | Keep track of the devconf state. | bde | 1994-12-27 | 1 | -2/+7 |
* | Fixed two security holes in the pcmmap() function. | dg | 1994-12-27 | 1 | -3/+3 |
* | Add a patch that someone on the net has used to run on his IBM Thinkpad. | ats | 1994-12-26 | 1 | -1/+8 |
* | Initialize syscons also in cases where it ain't the system's console | joerg | 1994-12-18 | 1 | -1/+4 |
* | Move the code providing the equivalent of ICRNL for console input from | joerg | 1994-12-18 | 1 | -2/+1 |