Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 5 | -26/+26 |
| | |||||
* | Changed relase number in snake_saver.c from 2.1 to 2.0.5 | sos | 1995-05-16 | 1 | -2/+2 |
| | |||||
* | Fix declaration of palette[] so that fade saver doesn't cause panics. | bde | 1995-05-14 | 1 | -1/+1 |
| | |||||
* | Update to new screen update method. | sos | 1995-03-30 | 2 | -4/+6 |
| | |||||
* | Make in lkm/syscons fails due to missing include for apm stuff. | nate | 1995-03-03 | 1 | -0/+1 |
| | | | | Submitted by: John Capo <jc@irbs.com> and John Hay <jhay@mikom.csir.co.za> | ||||
* | Once and for all: Never a ${DESTDIR} in ${BINDIR} ! | phk | 1995-02-23 | 5 | -10/+10 |
| | |||||
* | Next syscons update (given up on numbering :) | sos | 1995-02-22 | 12 | -0/+565 |
Removed screensavers from syscons, they are now LKM's. This makes it possible to do some really "interesting" screensavers... Fixed bug that sometimes caused garbage to appear when leaving "scroll-lock" history. Reformattet indentation, it got too deep for a normal 80 pos screen. Split up in syscons.c & syscons.h for use with the saver-lkm's. Temporarily removed -s option from vidcontrol, savers should now be loaded with modload. |