summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* apic_irq() returns -1 when there is no match for (IOAPIC, intpin) pair.tegge1999-12-151-6/+11
* Add NetBSD's explanation of why it would be hard to emulate the Machgallatin1999-12-141-0/+69
* Add generated filesgallatin1999-12-143-0/+833
* Finally add the Alpha OSF/1 compat code. I will add it to thegallatin1999-12-1416-0/+4863
* update to isdn4bsd beta release 0.90hm1999-12-1412-28/+120
* update to isdn4bsd beta release 0.90hm1999-12-147-123/+142
* update to isdn4bsd beta release 0.90hm1999-12-1467-6266/+3516
* Fix two problems: First, fix the append seek position race that candillon1999-12-146-92/+298
* Stop calling everthing an XP1000.gallatin1999-12-141-1/+1
* Improve the mapping between the hardware PCI bus numbering on multi-hosegallatin1999-12-142-17/+81
* Use SEQ_* macros for comparing sequence space numbers.jlemon1999-12-142-4/+4
* Have another go at the VIA support, this time use the PCI ID form thesos1999-12-148-17/+48
* Fix the command to launch DMA for 16bit samples.tanimura1999-12-141-2/+8
* Bug fix:green1999-12-142-42/+38
* Fix some problems reported by Mike Pritchard:wpaul1999-12-136-20/+74
* minor comment updatemjacob1999-12-131-0/+1
* Add a readahead heuristic to the NFS server side code. While the serverdillon1999-12-132-2/+154
* PR: kern/15222dillon1999-12-132-0/+32
* Add module for if_ef driver and make it compile.bp1999-12-133-2/+157
* Bring up an if_ef driver which allows support for four ethernetbp1999-12-132-1/+612
* Allow ifunit() routine to understand names like ed0f2. Alsobp1999-12-131-31/+26
* Merge from sys/i386/conf/files.i386 rev 1.289.kato1999-12-132-0/+2
* Merge from sys/dev/kbd/kbd.c rev 1.13.kato1999-12-132-0/+28
* Merge from sys/dev/syscons/syscons.c rev 1.330.kato1999-12-131-0/+1
* Merge from sys/i386/conf/Makefile.i386 rev 1.166.kato1999-12-132-8/+14
* - Pull in kbd.c when sc or vt is included in the kernel, even ifyokota1999-12-134-0/+6
* - Add a module event function to the ukbd driver and make the ukbd KLDyokota1999-12-133-6/+69
* Add DMA support for the SiS 5591 and old PIIX chipsets.sos1999-12-138-72/+134
* - Remember the keyboard repeat delay and rate.yokota1999-12-135-21/+72
* Add a run of Linux ldconfig.cracauer1999-12-131-1/+10
* Fix a timeout deadlock that can occur when the process holding thedillon1999-12-133-12/+72
* more dma underrun fixes, using a per-channel 2nd buffercg1999-12-134-87/+257
* Fix two problems with pipe_write():tegge1999-12-131-23/+64
* explain that ioflags can be used to give read-ahead hints to the underlyingalfred1999-12-131-1/+1
* The current code incorrectly assumes that all vlansjkh1999-12-132-5/+4
* sys/net/if_vlan.c fails to maintain the IFF_RUNNING flag on thejkh1999-12-131-2/+3
* Always set INP_IPV4 flag for IPv4 pcb entries, because netstat needs itshin1999-12-132-5/+0
* Argh, fix a stupid typo. :-(peter1999-12-122-2/+2
* Move mlx, ncp and nwfs to the common area, they build on the Alpha andpeter1999-12-121-3/+4
* Zap unused CFLAGS += -DNCPpeter1999-12-121-1/+0
* Fix pointer problem for the Alphapeter1999-12-122-4/+4
* Move mlx from x86-only to generic. It builds on the Alpha and is in thepeter1999-12-121-4/+0
* time_t is an int on the Alpha, not long.peter1999-12-121-1/+1
* Move amr from x86-specific to generic. (it's in the generic conf/filespeter1999-12-121-2/+2
* Don't waste time creating amr.h since it (and NAMR) aren't used.peter1999-12-121-4/+0
* Fix a printf format problem on the Alpha, where size_t == unsigned long,peter1999-12-121-1/+1
* Fix joy and put it back in the MI section. (yes, it works on Alpha)peter1999-12-122-6/+4
* Make this kld'able (#include "joy.h" no longer required as there are nopeter1999-12-122-6/+0
* Change "atapi" (the old one) from "present but broken" to "not present".peter1999-12-121-33/+0
* Remove a whole bunch of "CFLAGS+= -DFSNAME" cruft. It hasn't beenpeter1999-12-1215-24/+3
OpenPOWER on IntegriCloud