| Commit message (Expand) | Author | Age | Files | Lines |
* | apm_bios.h: removed the equiv-stuff. Not needed now that the kernel module | phk | 1994-10-02 | 5 | -12/+15 |
* | Unused variables, except one with a omnious comment. | phk | 1994-10-02 | 2 | -30/+20 |
* | Prototyping and general gcc-shutting up. Gcc has one warning now which looks | phk | 1994-10-02 | 36 | -483/+1186 |
* | Prototypes, prototypes and even more prototypes. Not quite done yet, but | phk | 1994-10-02 | 20 | -41/+152 |
* | Make fat cursor as early as possible, per Bruce suggestion | ache | 1994-10-02 | 3 | -18/+6 |
* | Include rtprio.h for struct rtprio. | dg | 1994-10-02 | 1 | -1/+2 |
* | If you are building a kernel without NFS statically linked in you | rgrimes | 1994-10-02 | 2 | -2/+16 |
* | 1. Completely rewritten Makefile that uses bsd.prog.mk more effectively. | rgrimes | 1994-10-02 | 8 | -594/+498 |
* | "idle priority" support. Based on code from Henrik Vestergaard Draboel, | dg | 1994-10-02 | 17 | -103/+376 |
* | Replaced the magic register union with inline assembler. Now it works | phk | 1994-10-02 | 4 | -360/+194 |
* | 1. Remove all references to cyloffset, it has been unused for some time. | rgrimes | 1994-10-02 | 5 | -60/+230 |
* | Add code to generate NFSDISKLESS_SIZE for use in locore for copying the | rgrimes | 1994-10-02 | 2 | -2/+14 |
* | Implement full proxy ARP, gated on option ARP_PROXYALL. This allows | wollman | 1994-10-01 | 1 | -7/+44 |
* | genassym: depends on the source code too. | rgrimes | 1994-10-01 | 3 | -6/+6 |
* | On my GW2K Handbook486 this code would reset when called from locore.s | phk | 1994-10-01 | 4 | -72/+68 |
* | Add Matt Thomas's DC21040 PCI Ethernet driver. (This is turning out | wollman | 1994-10-01 | 9 | -0/+4166 |
* | Update DEPCA/DE422 et al driver to latest version, from Matt Thomas. | wollman | 1994-10-01 | 2 | -119/+179 |
* | Correct `de' device ID. | wollman | 1994-10-01 | 2 | -4/+5 |
* | Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't any | wollman | 1994-10-01 | 1 | -1/+2 |
* | Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr. | dg | 1994-10-01 | 9 | -8/+541 |
* | #Driver for Advaced Power Management (also need options APM) | phk | 1994-10-01 | 3 | -6/+6 |
* | Fix again PAS16D detection and MVA508 handle. | ache | 1994-10-01 | 2 | -6/+6 |
* | Get rid of redundant declaration, and changed DDB -> SDDB to get rid | dg | 1994-10-01 | 1 | -9/+8 |
* | Added options APM and device apm0 for Advanced Power Management support. | dg | 1994-10-01 | 3 | -3/+21 |
* | Added $Id$ | dg | 1994-10-01 | 16 | -0/+32 |
* | Woops, missed these two files; part of HOSOKAWA Tatsumi's APM support. | dg | 1994-10-01 | 2 | -0/+228 |
* | Minor improvement to probe routine. | dg | 1994-10-01 | 2 | -0/+16 |
* | Laptop Advanced Power Management support by HOSOKAWA Tatsumi. | dg | 1994-10-01 | 58 | -160/+4180 |
* | add new sound files to kernel config file list | swallace | 1994-10-01 | 2 | -6/+14 |
* | Use Voxware's new 2.90 soundcard.h. | swallace | 1994-10-01 | 2 | -296/+688 |
* | Merged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9. | swallace | 1994-10-01 | 44 | -2407/+5548 |
*-. | This commit was generated by cvs2svn to compensate for changes in r3252, | swallace | 1994-10-01 | 10 | -0/+4652 |
|\ \ |
|
| | * | Hannu Savolainen's VoxWare original sound drivers, version 2.9. | swallace | 1994-10-01 | 2 | -17/+848 |
| | * | This commit was manufactured by cvs2svn to create branch 'voxware'. | cvs2svn | 1994-03-11 | 322 | -123705/+28 |
| * | | Hannu Savolainen's VoxWare original sound drivers, version 2.9. | swallace | 1994-10-01 | 47 | -3503/+11609 |
| * | | This commit was manufactured by cvs2svn to create branch 'AMANCIO'. | cvs2svn | 1994-04-23 | 299 | -112212/+2462 |
| |/ |
|
* | | Correct DEC -> Digital Equipment Corporation. | wollman | 1994-10-01 | 3 | -6/+6 |
* | | Add #ifndef ALLOW_CONFLICT_IRQ | swallace | 1994-09-30 | 2 | -2/+12 |
* | | Log SA_CORE signals | ache | 1994-09-30 | 1 | -1/+9 |
* | | Oops, forgot one patch for the changed selwakeup, fixed. | sos | 1994-09-29 | 1 | -10/+9 |
* | | Fix broken FAT_CURSOR support, don't set cursor shape on VGA | ache | 1994-09-29 | 3 | -3/+18 |
* | | Do strip -x of kernel | csgr | 1994-09-29 | 3 | -6/+33 |
* | | Added pcaselect call. | sos | 1994-09-29 | 1 | -2/+4 |
* | | Changed header sligthly. | sos | 1994-09-29 | 3 | -6/+9 |
* | | Changed header slightly. | sos | 1994-09-29 | 7 | -62/+109 |
* | | Updated pcaudio.c to latest from 1.1.5.1 | sos | 1994-09-29 | 6 | -352/+290 |
* | | Fixed bug in hardclock() that caused adjtime() to fail when given | wollman | 1994-09-29 | 3 | -27/+12 |
* | | GENERIC*: remove commented-out options; the user should have to do | wollman | 1994-09-28 | 5 | -12/+8 |
* | | LKMs are no longer options, so remove the `options LKM' from LINT. | wollman | 1994-09-28 | 3 | -6/+3 |
* | | Now that LKM is standard, PROCFS isn't needed in the GENERIC kernels | dg | 1994-09-28 | 2 | -4/+2 |