| Commit message (Expand) | Author | Age | Files | Lines |
* | Add example entries for syscons screen savers and cursor shape. | jkh | 1993-10-31 | 3 | -3/+12 |
* | Now that STAR_SAVER and SNAKE_SAVER are kernel options, add code | jkh | 1993-10-31 | 3 | -9/+9 |
* | Fixed bug where syscons.c wouldn't compile if DDB was enabled. | jkh | 1993-10-31 | 3 | -15/+6 |
* | Deleted the ifconfig lines with we0, ne0, ec0: the drivers don't exist | ats | 1993-10-29 | 1 | -3/+1 |
* | Whoops, the algorithm I last used was messed up - I left off parans, and | dg | 1993-10-29 | 2 | -4/+4 |
* | Change filesystem buffer cache size calculation to be less for 4MB | dg | 1993-10-29 | 2 | -4/+4 |
* | Update to latest Linux sound driver 2.0 | jkh | 1993-10-29 | 28 | -132/+655 |
* | Add zero and io to the rm -f line for std devices so they get removed before | rgrimes | 1993-10-28 | 2 | -4/+4 |
* | Put back the $Id$ strings | rgrimes | 1993-10-28 | 7 | -22/+23 |
* | Put back the $Id$ string | rgrimes | 1993-10-28 | 2 | -0/+4 |
* | This is syscons version 1.1 | jkh | 1993-10-28 | 9 | -1204/+1507 |
* | Fix for 1542C support, it turns out that the 0x8 extended bios flag is only | rgrimes | 1993-10-28 | 1 | -8/+8 |
* | Added character 21 to conf.c table for future ps/2 mouse driver. This | nate | 1993-10-26 | 1 | -4/+15 |
* | Bad kludge to work around the alternative wd driver problems | nate | 1993-10-26 | 1 | -1/+2 |
* | Added alternative wd driver (called wx due to device name limitations) | nate | 1993-10-26 | 2 | -2/+4 |
* | Added ps/2 mouse driver file to finish off what Jordan started before | nate | 1993-10-26 | 2 | -2/+4 |
* | Yanked out the 8 'addb %al,%al' (0xc000)'s out of the start of the | dg | 1993-10-26 | 1 | -8/+0 |
* | Added support for QMAGIC format executable output. This causes the loader | dg | 1993-10-26 | 1 | -28/+10 |
* | Reworked the search for suid sgid programs to be more like the original and | rgrimes | 1993-10-25 | 1 | -10/+8 |
* | Redirect standard error onto standard out when call /etc/security so | rgrimes | 1993-10-25 | 1 | -1/+1 |
* | From: Amancio Hasty Jr <hasty@netcom.com> | jkh | 1993-10-24 | 1 | -0/+3 |
* | Removed #define ISDEBUG from top of file, should be config option | paul | 1993-10-24 | 1 | -2/+2 |
* | Moved allocation of memory into is_attach so that malloc gets | paul | 1993-10-24 | 2 | -76/+102 |
* | Needed to bump symtab space even more (to 102452). | jkh | 1993-10-23 | 3 | -6/+6 |
* | Moved sound drivers from major 21 to major 30. | jkh | 1993-10-23 | 2 | -22/+24 |
* | Enable mpu401 driver. | jkh | 1993-10-23 | 1 | -1/+1 |
* | Enabled all sound drivers by default. | jkh | 1993-10-23 | 3 | -18/+18 |
* | Fixed up to at least compile (can't test) properly for FreeBSD | jkh | 1993-10-23 | 1 | -0/+12 |
* | Moved sound driver from major 21 to major 30 | jkh | 1993-10-23 | 1 | -6/+9 |
* | Removed comments from LINT file, left small example for SoundBlaster | jkh | 1993-10-23 | 3 | -48/+15 |
* | Made kernel printf's more closely follow standard BSD convention. | jkh | 1993-10-23 | 5 | -6/+6 |
* | Put the sound stuff in alpabetic order. | rgrimes | 1993-10-23 | 2 | -22/+22 |
* | New snd*) target for making driver entries for new sound driver. | jkh | 1993-10-23 | 2 | -2/+88 |
* | This is the Linux generic soundcard driver, version 1.0c. Supports | jkh | 1993-10-23 | 46 | -0/+15667 |
* | Soundcard driver include file (/usr/include/machine/soundcard.h) | jkh | 1993-10-23 | 2 | -0/+1474 |
* | New soundcard driver at major device 21 | jkh | 1993-10-23 | 1 | -4/+17 |
* | Add config + files information for new Linux soundcard driver | jkh | 1993-10-23 | 5 | -5/+108 |
* | Removed un-necessary dependencies for assym.s | nate | 1993-10-23 | 3 | -12/+6 |
* | Reverted back to older version of ./genassym, instead of ./genassym.o | nate | 1993-10-23 | 3 | -18/+24 |
* | * Revision 2.11 1993/10/23 04:21:03 davidg | dg | 1993-10-23 | 2 | -18/+62 |
* | From Andrew Chernov: | dg | 1993-10-22 | 1 | -2/+26 |
* | Change space to tab in ruserd line per Guido van Rooij | rgrimes | 1993-10-21 | 1 | -2/+2 |
* | Make whatisdb after the whole system is installed, since the one in | rgrimes | 1993-10-21 | 1 | -0/+1 |
* | >From: "Andrew A. Chernov, Black Mage" <ache@astral.msk.su> | rgrimes | 1993-10-20 | 1 | -2/+2 |
* | Install mse man page, and create link for it | rgrimes | 1993-10-19 | 1 | -1/+2 |
* | Move the mse mouse man page to the man4.i386 directory | rgrimes | 1993-10-19 | 1 | -0/+33 |
* | Fixe a spelling error and added both the mse (logitech and ATI inport) and | nate | 1993-10-19 | 2 | -6/+64 |
* | Make darn sure that fsck does not try to fsck dos file systems by setting | rgrimes | 1993-10-19 | 1 | -1/+1 |
* | Updated LINT to have the mse0 config line | nate | 1993-10-19 | 3 | -6/+6 |
* | This is my patched version of a busmouse driver originally by Rick Macklem | nate | 1993-10-19 | 2 | -0/+986 |