summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* print correct function name in a panic (vop_nolock -> vop_sharedlock)peter1997-09-132-4/+4
* Do not consider VM_PROT_OVERRIDE_WRITE to be part of the protectionjlemon1997-09-121-2/+3
* Support Intel EtherExpress Pro 10+msmith1997-09-122-8/+20
* malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-114-4/+34
* Don't repeat checks done at general level.phk1997-09-102-16/+6
* Treat "reservation conflict" status similar to "busy".se1997-09-101-4/+6
* Remove a couple of stubborn NetBSD #if's.phk1997-09-104-30/+4
* 3 lines of code and updates to a number of comments.phk1997-09-104-18/+51
* The patch is needed in order to not throw away unmodifiedphk1997-09-101-4/+7
* unifdef -U__NetBSD__ -D__FreeBSD__phk1997-09-1018-154/+18
* Update the comment and remove checks now done centrally.phk1997-09-101-16/+16
* Fix a type in a comment and remove some checks now done centrally.phk1997-09-102-20/+4
* This stuff is now done centrally.phk1997-09-102-30/+2
* Remove some stuff from lookup which is now handled centrally.phk1997-09-102-22/+0
* Synchronize with sys/i386/isa/wd.c revision 1.137.kato1997-09-101-3/+7
* Do not ever try to coredump adapter memory regions.joerg1997-09-106-10/+76
* Synchronize with sys/i386/isa/if_ed.c revision 1.121.kato1997-09-101-2/+2
* Synchronize with sys/i386/i386/userconfig.c revision 1.92.kato1997-09-101-17/+204
* Synchronize with sys/i386/conf/files.i386 revision 1.175.kato1997-09-102-4/+6
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTpeter1997-09-101-1/+4
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'peter1997-09-105-12/+45
* Change the address for the low end of what we permit from c0000 downdg1997-09-102-4/+4
* Remove scaling of tp->period, since the value is assumed to be inse1997-09-091-12/+2
* add neccessary calls to autoconf for pnp,jmg1997-09-093-19/+224
* add pnp device entries...jmg1997-09-095-5/+22
* add the plug-and-play code into current...jmg1997-09-092-0/+806
* Synchronize with sys/i386/isa/if_ed.c revision up to 1.120.kato1997-09-091-19/+35
* Amancio's latest in the Brooktree driver.markm1997-09-098-476/+710
* Added a check for the ISA memory address range being valid. Fixes PR#835.dg1997-09-082-4/+18
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughdg1997-09-082-36/+54
* Synchronize with sys/i386/i386/microtime.s revision 1.33.kato1997-09-081-4/+4
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfpeter1997-09-085-10/+10
* Add missing redirection for _inside_intr -> inside_intrpeter1997-09-081-1/+2
* DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!fsmp1997-09-071-2/+2
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-0730-390/+703
* Fixed formatting of FreeBSD changes.bde1997-09-071-4/+4
* Some staticized variables were still declared to be extern.bde1997-09-073-11/+5
* Removed trailing semicolons from the definitions of the sysctlbde1997-09-073-12/+12
* Removed yet more vestiges of config-time swap configuration and/orbde1997-09-0712-71/+44
* Add a quirk flag for CD drives that jam when seeing a START STOP UNITjoerg1997-09-073-5/+14
* Removed vestiges of config-time "argument processing" configuration.bde1997-09-074-8/+7
* Removed more vestiges of config-time swap configuration.bde1997-09-076-32/+10
* Synchronize with sys/i386/isa/pcaudio.c revision 1.36.kato1997-09-071-1/+4
* Fix a typo that becomes apparent when compiling without COMPAT_443.joerg1997-09-071-2/+2
* Silence the PREVENT ALLOW MEDIUM REMOVAL call.joerg1997-09-071-2/+3
* Some staticized variables were still declared to be extern.bde1997-09-071-3/+1
* Some staticized variables were still declared to be extern.bde1997-09-071-5/+3
* Removed unused #includes.bde1997-09-075-33/+4
* Cleaned up a little.bde1997-09-072-3/+1
* Moved misplaced extern declarations.bde1997-09-072-1/+2
OpenPOWER on IntegriCloud