aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* GCC cleanup.Poul-Henning Kamp1994-10-0224-148/+156
* Ripped out APM-hooks. Not ready for prime time yet.Poul-Henning Kamp1994-10-024-87/+4
* Ripped out a lot of stuff made to circumvent the previous bogus assy stuff.Poul-Henning Kamp1994-10-022-644/+276
* All of this is cosmetic. prototypes, #includes, printfs and so on. MakesPoul-Henning Kamp1994-10-0236-675/+918
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulePoul-Henning Kamp1994-10-025-12/+15
* Unused variables, except one with a omnious comment.Poul-Henning Kamp1994-10-022-30/+20
* Prototyping and general gcc-shutting up. Gcc has one warning now which looksPoul-Henning Kamp1994-10-0236-483/+1186
* Prototypes, prototypes and even more prototypes. Not quite done yet, butPoul-Henning Kamp1994-10-0220-41/+152
* Make fat cursor as early as possible, per Bruce suggestionAndrey A. Chernov1994-10-023-18/+6
* Include rtprio.h for struct rtprio.David Greenman1994-10-021-1/+2
* If you are building a kernel without NFS statically linked in youRodney W. Grimes1994-10-022-2/+16
* 1. Completely rewritten Makefile that uses bsd.prog.mk more effectively.Rodney W. Grimes1994-10-028-592/+496
* "idle priority" support. Based on code from Henrik Vestergaard Draboel,David Greenman1994-10-0217-103/+376
* Replaced the magic register union with inline assembler. Now it worksPoul-Henning Kamp1994-10-024-358/+192
* 1. Remove all references to cyloffset, it has been unused for some time.Rodney W. Grimes1994-10-025-60/+230
* Add code to generate NFSDISKLESS_SIZE for use in locore for copying theRodney W. Grimes1994-10-022-2/+14
* Implement full proxy ARP, gated on option ARP_PROXYALL. This allowsGarrett Wollman1994-10-011-7/+44
* genassym: depends on the source code too.Rodney W. Grimes1994-10-013-6/+6
* On my GW2K Handbook486 this code would reset when called from locore.sPoul-Henning Kamp1994-10-014-72/+68
* Add Matt Thomas's DC21040 PCI Ethernet driver. (This is turning outGarrett Wollman1994-10-019-0/+4166
* Update DEPCA/DE422 et al driver to latest version, from Matt Thomas.Garrett Wollman1994-10-012-119/+179
* Correct `de' device ID.Garrett Wollman1994-10-012-4/+5
* Define IFF_ALTPHYS to be IFF_LINK2. Gross, but effective. (There aren't anyGarrett Wollman1994-10-011-1/+2
* Added Cortex-I Frame Grabber by Paul S. LaFollette, Jr.David Greenman1994-10-019-8/+541
* #Driver for Advaced Power Management (also need options APM)Poul-Henning Kamp1994-10-013-6/+6
* Fix again PAS16D detection and MVA508 handle.Andrey A. Chernov1994-10-012-6/+6
* Get rid of redundant declaration, and changed DDB -> SDDB to get ridDavid Greenman1994-10-011-9/+8
* Added options APM and device apm0 for Advanced Power Management support.David Greenman1994-10-013-3/+21
* Added $Id$David Greenman1994-10-0116-0/+32
* Woops, missed these two files; part of HOSOKAWA Tatsumi's APM support.David Greenman1994-10-012-0/+228
* Minor improvement to probe routine.David Greenman1994-10-012-0/+16
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-0158-157/+4177
* add new sound files to kernel config file listSteven Wallace1994-10-012-6/+14
* Use Voxware's new 2.90 soundcard.h.Steven Wallace1994-10-012-292/+684
* Merged in changes to Hannu Savolainen's VoxWare sound drivers, version 2.9.Steven Wallace1994-10-0144-2399/+5540
* This commit was generated by cvs2svn to compensate for changes in r3252,Steven Wallace1994-10-0110-0/+4652
|\
| * Hannu Savolainen's VoxWare original sound drivers, version 2.9.Steven Wallace1994-10-0153-0/+23418
* Correct DEC -> Digital Equipment Corporation.Garrett Wollman1994-10-013-6/+6
* Add #ifndef ALLOW_CONFLICT_IRQSteven Wallace1994-09-302-2/+12
* Log SA_CORE signalsAndrey A. Chernov1994-09-301-1/+9
* Oops, forgot one patch for the changed selwakeup, fixed.Søren Schmidt1994-09-291-10/+9
* Fix broken FAT_CURSOR support, don't set cursor shape on VGAAndrey A. Chernov1994-09-293-3/+18
* Do strip -x of kernelGeoff Rehmet1994-09-293-6/+33
* Added pcaselect call.Søren Schmidt1994-09-291-2/+4
* Changed header sligthly.Søren Schmidt1994-09-293-6/+9
* Changed header slightly.Søren Schmidt1994-09-297-62/+109
* Updated pcaudio.c to latest from 1.1.5.1Søren Schmidt1994-09-296-352/+290
* Fixed bug in hardclock() that caused adjtime() to fail when givenGarrett Wollman1994-09-293-27/+12
* GENERIC*: remove commented-out options; the user should have to doGarrett Wollman1994-09-285-12/+8
* LKMs are no longer options, so remove the `options LKM' from LINT.Garrett Wollman1994-09-283-6/+3