aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Register sio interrupts as fast (fixing some silo overflow messages).Doug Rabson1999-04-182-4/+4
* Use perl, not perl5 to compile interfaces.Doug Rabson1999-04-181-4/+4
* Add support for Joliet extensions to the iso9660 fs. The related PRDaniel C. Sobral1999-04-1814-164/+448
* Installs a default loader.rc if none exists. Document loader.conf.Daniel C. Sobral1999-04-182-1/+202
* A default loader.rc to be installed.Daniel C. Sobral1999-04-181-0/+10
* I missed this PnP change for new-bus..Peter Wemm1999-04-181-8/+2
* Actually build the new fxp module.Bruce Evans1999-04-181-6/+6
* Set ifq_maxlen to IFQ_MAXLENPaul Richards1999-04-182-4/+4
* Set ifq_maxlen to number of transmit descriptors.Paul Richards1999-04-182-2/+4
* Make WangTek 51000 a fixed block device.Matt Jacob1999-04-181-1/+5
* The changes to vm_page.c have broken the assumption that mallocingPaul Richards1999-04-182-26/+48
* UHCI_DEBUG should of course be OHCI_DEBUGNick Hibma1999-04-171-13/+12
* Probe the SiS 85c503 as a PCI-ISA bridge.Doug Rabson1999-04-171-3/+5
* Wrap the pcm driver for old isa probes.Peter Wemm1999-04-171-2/+7
* Disconnect lkm subdir so we don't build a lkm module, in case somethingPeter Wemm1999-04-171-2/+3
* Convert the dummynet lkm code to be kld aware (this isn't actually usedPeter Wemm1999-04-171-26/+27
* Allocate space for struct isa_device's, not for pointers thereto.Bruce Evans1999-04-171-2/+2
* GC some unused code.Peter Wemm1999-04-171-294/+1
* Oops, forgot this part of lkm code that's been replaced with kld.Peter Wemm1999-04-171-50/+3
* Well folks, this is it - The second stage of the removal for build supportPeter Wemm1999-04-1722-160/+27
* Image activators use EXEC_SET(), not TEXT_SET(). (The first is a macroPeter Wemm1999-04-172-2/+2
* Reverse last checkin, which was a regression. Grrr.Greg Lehey1999-04-171-663/+4
* free_vinum: clear up a warning message.Greg Lehey1999-04-171-0/+2
* Replace with the correct version which sources in the other .gdbinits.Greg Lehey1999-04-171-4/+663
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.Peter Wemm1999-04-172-230/+412
* Merge up to rev 1.226 of i386/isa/sio.cPeter Wemm1999-04-172-420/+28
* oops, there was no tek390.c from the last commit, that's something onPeter Wemm1999-04-171-1/+0
* We use the generic isa version now.Peter Wemm1999-04-172-170/+0
* We now use the generic isa version..Peter Wemm1999-04-171-74/+0
* vga_isa.c is now generic, not i386 specific (src/sys/isa/vga_isa.c)Peter Wemm1999-04-171-2241/+0
* Copy across some apparently missing cleanups from i386/isa/vga_isa.cPeter Wemm1999-04-161-1/+9
* As a temporary anti-foot-shooting measure, don't let the user attachPeter Wemm1999-04-165-5/+61
* Add a sample loadable pci driver Makefile..Peter Wemm1999-04-161-0/+28
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-16147-5288/+10826
* Add SYSVSEM so that newer versions of Xaccel don't require a kernelJordan K. Hubbard1999-04-162-2/+4
* Remove the entries for umodem and ucom. These drivers only probeNick Hibma1999-04-166-23/+5
* zero out switchtime.tv_sec. This fixes a fairly serious problem whereAndrew Gallatin1999-04-161-1/+2
* - Add another adhoc frame_size detection for stack trace.Hidetoshi Shimokawa1999-04-161-8/+9
* Add bridging support (tested in 3.1-RELEASE by Steven VetzalGuy Helmer1999-04-162-25/+81
* Better handling for ARP/source routing on Token RingEivind Eklund1999-04-151-8/+16
* Removed dead code and cleaned up. setconf() now just asks for theBruce Evans1999-04-151-108/+38
* Made booting with -a work for all configurations. Previously itBruce Evans1999-04-158-61/+23
* - Close PR #11136: add PCI ID for another new cyclone device: theBill Paul1999-04-152-32/+61
* Added missing newline to "no ports found!" message.Alexander Langer1999-04-152-4/+4
* Grrr. Make all modes work properly with the 82c168 chip and built-inBill Paul1999-04-142-15/+35
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passDmitrij Tejblum1999-04-141-7/+4
* temp fix for internal queue overflow problemMatt Jacob1999-04-141-14/+34
* Add example for 'makeoptions DEBUG' and some notes. I have not activatedPeter Wemm1999-04-143-3/+36
* Search bdevsw[] instead of the half-baked builtin table of devicesBruce Evans1999-04-141-14/+26
* Generate intrnames[] dynamically. This should be new-bus friendly.Bruce Evans1999-04-1415-542/+365