summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Don't forget to update the pmap associated with aio daemons when addingtegge1998-11-273-4/+18
* Attempt to handle interrupts delivered to all IO APICs by using the firsttegge1998-11-267-14/+119
* Initial commit of ported NetBSD USB stackn_hibma1998-11-2635-3/+12155
* Removed probes for USB chips 82371xB (done in dev/pci/uhci_pci.c)n_hibma1998-11-261-5/+1
* Staticize some more.eivind1998-11-2614-55/+55
* Staticize.eivind1998-11-2612-33/+33
* Fixed the previous fix - stathz doesn't give the statclock frequencybde1998-11-261-5/+6
* Oops, yet again back out some local changes that shouldn't have beenbde1998-11-261-5/+5
* Fixed scaling of p_pctcpu. It was wrong by a factor of stathz/hz.bde1998-11-261-8/+8
* Sync with sys/i386/boot/netboot/Makefile revision 1.20.kato1998-11-261-9/+12
* Make netboot work again. All this depends on the object format beingjoerg1998-11-261-10/+13
* ...nor does this old TDC3620 like to be asked for compression.joerg1998-11-261-1/+5
* Add Id string to if_lnc.h and fix up copyrights to be consistent and up to date.paul1998-11-264-18/+68
* Despite what people may think the Am79C970 returns the chip id of an Am79C965.paul1998-11-262-4/+4
* o Patch, slightly altered, from Graham Menhennitt for older aha 1542Bimp1998-11-251-6/+15
* This old firmware of the TDC3620 hangs the SCSI bus upon serialjoerg1998-11-251-1/+12
* Reorder entries of ed drivers. Many NICs can be automaticallykato1998-11-252-10/+10
* Cosmetic change.kato1998-11-252-14/+12
* Port top to the alpha.dfr1998-11-251-1/+3
* Add missing splvm protection around unqueue call. Without this, the pagedg1998-11-251-4/+4
* Move the declaration of PPro_vmtrr from the header file to pmap.c,eivind1998-11-244-8/+20
* Whoops - wrong copy of files, so all wasn't converted. Rest of perl -> perl5eivind1998-11-241-6/+6
* perl -> perl5, to allow to compile on older boxes with perl5 installed (buteivind1998-11-241-4/+4
* Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTRbde1998-11-235-52/+88
* Make timecounters more resistant to badly behaved SW/HW which locksphk1998-11-236-24/+65
* Add a kludge to prevent panicing when using VM86 and hitting heresos1998-11-232-4/+4
* Fixed a missing include. `SYSININT(...);' garbage in gave null garbage out.bde1998-11-231-1/+2
* Sync with sys/i386/isa/sio.c revision up to 1.218.kato1998-11-232-134/+4
* Sync with sys/i386/boot/biosboot/Makefile revision 1.67.kato1998-11-231-4/+4
* Change the delivery mechanism for incoming target commands. We nowgibbs1998-11-234-83/+99
* We can't call fsetown() from sonewconn() because sonewconn() is be calledtruckman1998-11-233-5/+5
* Fix a few problems that Bruce noticed about a month ago, and fix oup oneken1998-11-225-19/+46
* Remove broken and useless intr interface.nsouch1998-11-224-10/+6
* Reduce i/o overheads by not preserving the channel access register inbde1998-11-223-339/+390
* Oops, I forgot to update this file when I changed moused recently.yokota1998-11-221-1/+3
* Deleted the workaround for lockup of certain (hopefully no longer used)bde1998-11-221-51/+1
* Fixed a comment in code that will soon go away.bde1998-11-221-3/+3
* Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixesbde1998-11-222-4/+4
* Fixed some missing cases in the check for ioctls that involve modification.bde1998-11-221-8/+25
* Drop use of BIOS int 0x14 services in favor of direct port I/O.rnordier1998-11-221-37/+48
* add -aout key to cc, size, strip - it not work for elf systemache1998-11-211-4/+4
* Eliminate compiler warning.archie1998-11-213-6/+6
* Eliminate some ompiler warnings.archie1998-11-211-4/+4
* Support NT VFAT lower case flags.dt1998-11-2110-22/+40
* Add missing return statement to rl_phy_writereg(). This bug didn't actuallywpaul1998-11-201-2/+3
* - Added some configuration flags as workaround for not-so-compatibleyokota1998-11-201-52/+88
* - Added support for Genius Kidspad tablet.yokota1998-11-202-2/+6
* Fix misallocation of buffer bug (too short)archie1998-11-201-1/+1
* This fixes a bug in the bcache code whereby false cache hits occurpaul1998-11-191-2/+4
* Fix a couple of typos.jdp1998-11-191-3/+3
OpenPOWER on IntegriCloud