| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Replaced #includes of <sys/user.h> by less gross headers, usually | Bruce Evans | 1995-12-06 | 1 | -2/+4 |
| * | Fix my color/attr separation patch. | Andrey A. Chernov | 1995-11-30 | 1 | -3/+3 |
| * | Separate colors & attributes as Terry points | Andrey A. Chernov | 1995-11-28 | 1 | -68/+131 |
| * | Fixed a comment. | Bruce Evans | 1995-11-24 | 1 | -2/+2 |
| * | Fix compiler warnings. | Poul-Henning Kamp | 1995-11-20 | 1 | -8/+8 |
| * | Remove the #ifdev DEVRANDOM's, as promised. | Mark Murray | 1995-11-04 | 1 | -3/+1 |
| * | Theodore Ts'po's random number gernerator for Linux, ported by me. | Mark Murray | 1995-10-28 | 1 | -1/+6 |
| * | Don't allow i/o operations for non-root users. | Bruce Evans | 1995-10-14 | 1 | -2/+6 |
| * | Make pcvt and syscons live in the same kernel. If both are enabled, then | Bruce Evans | 1995-09-10 | 1 | -22/+60 |
| * | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | Nate Williams | 1995-08-16 | 1 | -2/+2 |
| * | Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking | John Dyson | 1995-08-08 | 1 | -6/+6 |
| * | Obtained from: partly from ancient patches of mine via 1.1.5 | Bruce Evans | 1995-07-31 | 1 | -3/+2 |
| * | Move the inline code for waking up writers to a new function | Bruce Evans | 1995-07-22 | 1 | -8/+2 |
| * | Fix races in scstart(). q_to_b() wasn't called at spltty(), so there | Bruce Evans | 1995-07-11 | 1 | -18/+5 |
| * | Speed up the inner loop of ansi_put() by a few percent. | Bruce Evans | 1995-07-11 | 1 | -2/+10 |
| * | Don't convert \n to \r\n in pccnputc(). This is the responsibility of | Bruce Evans | 1995-06-14 | 1 | -7/+3 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -180/+180 |
| * | Fixed problem with "char" cursor.. | Søren Schmidt | 1995-05-21 | 1 | -2/+6 |
| * | Added nsccons variable for use by pstat | Søren Schmidt | 1995-04-28 | 1 | -1/+2 |
| * | Added mark_all() call so that screen is proberly updated | Søren Schmidt | 1995-04-25 | 1 | -1/+2 |
| * | Correct the type of the `c' arg to pccnputc(). | Bruce Evans | 1995-04-23 | 1 | -4/+7 |
| * | Add a class field to devconf and mst drivers. | Garrett Wollman | 1995-04-12 | 1 | -2/+3 |
| * | Fixes to the hardware cursor emulation. | Søren Schmidt | 1995-04-04 | 1 | -48/+61 |
| * | Fix count in mark_for_update() for insert-char(s) and delete-char(s). | Bruce Evans | 1995-04-01 | 1 | -4/+4 |
| * | Emulate hw cursor closely, and get start&end scanlines from BIOS. | Søren Schmidt | 1995-03-30 | 1 | -18/+25 |
| * | Optimized the way physical screen updates are done. Now only | Søren Schmidt | 1995-03-29 | 1 | -49/+129 |
| * | Minor update to syscons. | Søren Schmidt | 1995-03-03 | 1 | -6/+11 |
| * | Incorporate bde's code-review comments. | Paul Traina | 1995-02-28 | 1 | -12/+1 |
| * | (a) remove the pointer to each driver's tty structure array from cdevsw | Paul Traina | 1995-02-25 | 1 | -27/+36 |
| * | Next syscons update (given up on numbering :) | Søren Schmidt | 1995-02-22 | 1 | -2775/+2367 |
| * | This is the latest version of the APM stuff from HOSOKAWA, I have looked | Poul-Henning Kamp | 1995-02-17 | 1 | -1/+32 |
| * | Fixed cursor xor problem... | Søren Schmidt | 1995-02-14 | 1 | -3/+3 |
| * | Fixed the bug that caused the cursor to disappear under | Søren Schmidt | 1995-02-07 | 1 | -13/+17 |
| * | Fixed the annoing bug that caused writes to /dev/console to go to | Søren Schmidt | 1995-02-05 | 1 | -29/+34 |
| * | Allow all characters except "real" control chars. | Søren Schmidt | 1995-02-03 | 1 | -52/+59 |
| * | Syscons bug fix: tab now right (thanks bruce!) | Søren Schmidt | 1995-02-01 | 1 | -287/+313 |
| * | Reviewed by: | Søren Schmidt | 1995-01-30 | 1 | -32/+46 |
| * | Third round in syscons update. | Søren Schmidt | 1995-01-28 | 1 | -469/+367 |
| * | Get rid of overloaded Back tab, now F(64) | Andrey A. Chernov | 1995-01-26 | 1 | -2/+2 |
| * | o Restore removed hardware cursor support and make it _default_ | Andrey A. Chernov | 1995-01-26 | 1 | -51/+120 |
| * | Second round in syscons update: | Søren Schmidt | 1995-01-20 | 1 | -286/+499 |
| * | Oops, forgot one change when DDB is defined. | Søren Schmidt | 1995-01-13 | 1 | -2/+2 |
| * | Use (n - 1) in ESC [ xxx d and ESC [ xxx ` | Andrey A. Chernov | 1995-01-13 | 1 | -3/+3 |
| * | Back out cursor wrap (restore original thing) | Andrey A. Chernov | 1995-01-12 | 1 | -2/+2 |
| * | First round in syscons update. Several new features has been added: | Søren Schmidt | 1995-01-12 | 1 | -354/+497 |
| * | Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the | Bruce Evans | 1995-01-03 | 1 | -29/+26 |
| * | Change the errors in the XT_KEYBOARD patch. red in the face. Thanks Bruce. | Andreas Schulz | 1994-12-31 | 1 | -5/+5 |
| * | Miscellaneous changes from Bill Paul: | Jordan K. Hubbard | 1994-12-31 | 1 | -5/+67 |
| * | Fixed two security holes in the pcmmap() function. | David Greenman | 1994-12-27 | 1 | -3/+3 |
| * | Add a patch that someone on the net has used to run on his IBM Thinkpad. | Andreas Schulz | 1994-12-26 | 1 | -1/+8 |