| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix compiler warnings. | phk | 1995-11-20 | 1 | -8/+8 |
* | Changed the first (name) arg of MOD_DEV(), MOD_EXEC() and MOD_MISC() | bde | 1995-11-14 | 5 | -21/+36 |
* | Replaced nosys() by lkm_nullcmd(). Always call lkm load/unload/stat | bde | 1995-11-13 | 5 | -10/+15 |
* | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | bde | 1995-11-04 | 1 | -2/+1 |
* | Remove the #ifdev DEVRANDOM's, as promised. | markm | 1995-11-04 | 1 | -3/+1 |
* | Theodore Ts'po's random number gernerator for Linux, ported by me. | markm | 1995-10-28 | 1 | -1/+6 |
* | Do a pass over the broken LKM's and update them to use the "new" | peter | 1995-10-28 | 5 | -25/+25 |
* | Don't allow i/o operations for non-root users. | bde | 1995-10-14 | 1 | -2/+6 |
* | Make pcvt and syscons live in the same kernel. If both are enabled, then | bde | 1995-09-10 | 2 | -30/+61 |
* | Update the version in the snake saver... | peter | 1995-09-04 | 1 | -2/+2 |
* | Added missing semi-colon in the XT_KEYBOARD code. W/out it the code | nate | 1995-08-16 | 1 | -2/+2 |
* | Fixed a problem that malloc(..,..,M_NOWAIT) was being called without checking | dyson | 1995-08-08 | 1 | -6/+6 |
* | Obtained from: partly from ancient patches of mine via 1.1.5 | bde | 1995-07-31 | 1 | -3/+2 |
* | Move the inline code for waking up writers to a new function | bde | 1995-07-22 | 1 | -8/+2 |
* | 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 |
* | Don't convert \n to \r\n in pccnputc(). This is the responsibility of | bde | 1995-06-14 | 1 | -7/+3 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -182/+182 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 5 | -26/+26 |
* | Fixed problem with "char" cursor.. | sos | 1995-05-21 | 1 | -2/+6 |
* | Changed relase number in snake_saver.c from 2.1 to 2.0.5 | sos | 1995-05-16 | 1 | -2/+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 |
* | Correct the type of the `c' arg to pccnputc(). | bde | 1995-04-23 | 2 | -11/+10 |
* | Add a class field to devconf and mst drivers. | wollman | 1995-04-12 | 1 | -2/+3 |
* | Fixes to the hardware cursor emulation. | sos | 1995-04-04 | 2 | -56/+80 |
* | Fix count in mark_for_update() for insert-char(s) and delete-char(s). | bde | 1995-04-01 | 1 | -4/+4 |
* | Update to new screen update method. | sos | 1995-03-30 | 2 | -4/+6 |
* | Emulate hw cursor closely, and get start&end scanlines from BIOS. | sos | 1995-03-30 | 2 | -19/+27 |
* | Optimized the way physical screen updates are done. Now only | sos | 1995-03-29 | 2 | -51/+133 |
* | Minor update to syscons. | sos | 1995-03-03 | 2 | -14/+17 |
* | Incorporate bde's code-review comments. | pst | 1995-02-28 | 2 | -14/+3 |
* | (a) remove the pointer to each driver's tty structure array from cdevsw | pst | 1995-02-25 | 2 | -30/+44 |
* | Next syscons update (given up on numbering :) | sos | 1995-02-22 | 7 | -2872/+3161 |
* | 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 | 1 | -33/+47 |
* | Third round in syscons update. | sos | 1995-01-28 | 1 | -469/+367 |
* | Get rid of overloaded Back tab, now F(64) | ache | 1995-01-26 | 1 | -2/+2 |
* | o Restore removed hardware cursor support and make it _default_ | ache | 1995-01-26 | 1 | -51/+120 |
* | Second round in syscons update: | sos | 1995-01-20 | 1 | -286/+499 |
* | 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 |
* | First round in syscons update. Several new features has been added: | sos | 1995-01-12 | 1 | -354/+497 |
* | Don't allow negative console numbers for the VT_WAITACTIVE ioctl. Use the | bde | 1995-01-03 | 1 | -29/+26 |