summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a null pointer panic in spc_free(). swap_pager_putpages()bde1998-11-191-7/+9
* Fix things so that pci interrupts can be registered correctly on apecsdfr1998-11-182-8/+17
* Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontextdfr1998-11-186-40/+65
* Remove -U__NetBSD__dima1998-11-182-4/+4
* The Accton 1207D adapter uses a chip called the MXP 5030 (or 5038)wpaul1998-11-182-28/+35
* Fix a minor bug in xl_attach() where the list buffer region is roundedwpaul1998-11-181-3/+3
* Closed a very narrow and rare race condition that involved net interrupts,dg1998-11-182-3/+8
* Fix ROOL UP/DOWN keys of PC-98.kato1998-11-182-6/+6
* Remove stale references to ih_next and ih_prev.dfr1998-11-171-3/+1
* Definitions for alpha specific device resources.dfr1998-11-171-0/+44
* Definitions for alpha specific system calls.dfr1998-11-171-0/+54
* Because buffers may be tossed and recreated at will under the new VMmckusick1998-11-171-4/+9
* A few bug fixes for Robert Watsonrvb1998-11-164-10/+48
* Make the previous fix more portable.dfr1998-11-161-4/+4
* Sync with sys/i386/isa/wd.c revision up to 1.180.kato1998-11-161-6/+11
* Sync with sys/i386/conf/options.i386 revision 1.92.kato1998-11-162-2/+6
* Sync with sys/i386/conf/Makefile.i386 revision 1.129.kato1998-11-162-4/+4
* Now that the wd driver is fixed (Thanks Bruce!), re-enable theken1998-11-151-10/+2
* The below patch helps to reduce the leakage of internal socket informationguido1998-11-152-4/+6
* Reimplement the NFS ACCESS RPC cache as an "accelerator" rather than a truemsmith1998-11-154-88/+28
OpenPOWER on IntegriCloud