summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-69/+73
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-112-302/+337
* Clean up the memory mapped/Programmed I/O stuff so that the driver completelygibbs1996-11-111-16/+22
* Add the AHC_FORCE_PIO option.gibbs1996-11-113-12/+24
* Fix two problems with SCB Paging.gibbs1996-11-112-36/+29
* Add the IP_RECVIF socket option, which supplies a packet's incoming interfacefenner1996-11-119-112/+180
* Support the PG_G flag on Pentium-Pro processors. This prettydyson1996-11-117-89/+255
* Allow us to enable the 'XT_KEYBOARD' code using a configuration flag.nate1996-11-106-24/+60
* Put the packet error printf inside #ifdef DIAGNOSTIC.dg1996-11-102-2/+6
* Re-enable the TCP SYN-attack protection code. I was the one who didn'tfenner1996-11-102-6/+2
* Fixed lookup of ".." in checkpath. It always failed, so renames ofbde1996-11-092-2/+2
* Fix an ordering bug -- pmap_remove_pages should be called BEFOREdyson1996-11-091-2/+2
* Back out my previous change.max1996-11-091-2/+2
* Re-sync with -current. Should be in 2.2.asami1996-11-0911-127/+158
* (1) Updateasami1996-11-0910-30/+38
* Only access the specific interrupt status registers if required.se1996-11-081-4/+4
* Fixed spacefree calculation in ext2_direnter(). This bug sometimes causedbde1996-11-082-2/+2
* Removed gratuitous differences between ext2_readwrite.c and ufs_readwrite.c.bde1996-11-082-24/+34
* Remove option I586_FAST_BCOPY. The code will be included by defaultasami1996-11-088-52/+38
* Typo, MATSHITA -> MATSUSHITA.max1996-11-071-2/+2
* Fix the message buffer mapping. This actually allows to increasejoerg1996-11-074-68/+66
* Bzero the kernel scb array after it is allocated otherwise the control bytegibbs1996-11-071-3/+5
* Don't switch from fast interrupt handlers to normal interruptbde1996-11-073-12/+24
* Add the 'piix' device, to get the right flags for it. This appears tomsmith1996-11-071-2/+3
* Fix the sequence at odopen() time so the driver actually notices if ajoerg1996-11-061-12/+8
* Count only hardware interrupts in cnt.v_intr, so that the individualbde1996-11-063-6/+6
* Compile linux_genassym with the same options as genassym. ${PARAM} andbde1996-11-062-6/+6
* Compile genassym without -static (undo rev.1.20). The default can bebde1996-11-063-6/+6
* Rewrote the COMMENT about the bogus options CHILD_MAX and OPEN_MAX. Thesebde1996-11-063-39/+60
* Updates and bugfixes to the worm driver:joerg1996-11-062-13/+21
* Improve the queuing algorithms used by NFS' asynchronous i/o. Thedfr1996-11-0623-226/+384
* Update to changes in generic SCSI layer.gibbs1996-11-051-36/+21
* A little 80 column cleanup.gibbs1996-11-051-15/+28
* Add missing parenthesis. That's what I get for having e different versionsgibbs1996-11-051-2/+2
* Eliminate an unnecessary synchronous write (and an 8K bcopy+bzero) whendg1996-11-051-17/+22
* Clean up some code having to do with the 398X cards. We can't rely on thegibbs1996-11-051-10/+30
* Move the include opt_aic7xxx in aic7xxx.h so that all of the driver files getgibbs1996-11-052-24/+16
* index_untagged_scb should rely solely on the argument passed in SINDEX andgibbs1996-11-051-3/+3
* Protect against PCI devices which may have their 'changed' flag set,msmith1996-11-051-2/+6
* Vastly improved contigmalloc routine. It does not solve thedyson1996-11-051-63/+153
* Add audio mixer ioctls.smpatel1996-11-054-4/+184
* New vx driver for:guido1996-11-0410-1272/+1873
* Fix the hanging keyboard problem under Xaccel. Apprently we are loosingsos1996-11-043-87/+132
* struct mfsnode bloated in size by 12 bytes, so reduce spare padding by 3 longs.hsu1996-11-041-2/+2
* Don't clobber max_ncyls, ending up guessing thetotal number of cylinders asbde1996-11-042-12/+20
* Fixed some races and misleading comments in ufs_rename().bde1996-11-041-6/+30
* Set REVISION=3.0 and RELDATE=199701phk1996-11-031-3/+3
* Fix a problem with running down processes that have left wireddyson1996-11-032-6/+20
* Fix the broken EOF handling in the floppy driver. The most obviousjoerg1996-11-023-84/+108
* Avoid touching the LEDs too early in the game. After the recentjoerg1996-11-021-4/+0
OpenPOWER on IntegriCloud