summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix a 'freeing free block' panic in UFS. The problem occurs when thedillon2000-02-241-1/+24
* Add length check to sbcreatecontrol().shin2000-02-242-0/+4
* Add a workaround to allow us to detect the second pci bus on an HPdfr2000-02-236-6/+60
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,guido2000-02-232-13/+0
* Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter,guido2000-02-231-1/+0
* Add the VFS_AIO config option and leave it off by default. Unless thejasone2000-02-235-7/+166
* o No need to print the vendor/device ID for things that matched succesfully.billf2000-02-222-10/+26
* Add UDMA66 support to the Intel ICH chip.sos2000-02-221-1/+27
* After much consulting with bde, concluded that this fix was the best fixrwatson2000-02-221-2/+2
* Add the ESS Maestro and the ATI Mobility-1 to the generic chip match andbillf2000-02-211-0/+6
* Fix the changer code, dont wait for device ready on unload, itsos2000-02-213-20/+38
* Fix an __asm operand constraint which broke the -O3 and -O0 builds.bsd2000-02-212-12/+12
* /tmp/msgimp2000-02-214-33/+35
* Newbus-ify the USR Sportster TA Intern driver.gj2000-02-213-57/+301
* Fix possible SLIOCSUNIT panicache2000-02-201-0/+1
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-2014-3/+364
* Followup to previous commit; change fd_mask from signed to unsigned aspeter2000-02-201-1/+1
* Skeleton framework for network driver and initial probing of device.dmlb2000-02-202-0/+897
* Update the documentation to reflect Bill Paul's latest changes.n_hibma2000-02-202-2/+2
* Move the warning on wrong IRQ values to the right place, before anyn_hibma2000-02-204-32/+32
* Fix select(2) for the Alpha. (!!) It was never returning true forpeter2000-02-202-9/+12
* Hide the "devclass_alloc_unit: %s%d already exists, using next available..."sos2000-02-201-1/+2
* Fix buffer overrun in pcfclock_read(). The submitter is the originalsheldonh2000-02-201-0/+3
* Fix 'camcontrol inquiry'. The inquiry data structure changes (increased token2000-02-202-1/+13
* Disable chflags() from within jail() so that root within jail can't makerwatson2000-02-201-1/+1
* Remove the vga-pci driver. It serves no purpose and it hides the hardwaredfr2000-02-195-56/+9
* Update the ata driver to take more advantage of newbus, thissos2000-02-1817-612/+1106
* Increase the time we spend waiting for the controller to become ready tomsmith2000-02-171-1/+1
* Change the mountroot prompt to something that doesn't look at all like amsmith2000-02-172-2/+2
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. Thisbde2000-02-174-62/+86
* Merged from sys/isa/sio.c rev 1.288.kato2000-02-172-26/+34
* Synced with sys/i386/i386/userconfig.c rev 1.173.kato2000-02-171-0/+2
* Add the VIA 82C596B PCI ISA south bridge on my ASUS P3V133.imp2000-02-171-0/+2
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-165-6/+53
* Remove a diagnostic printf.gibbs2000-02-161-3/+0
* This patch to BTX fixes several small things:jhb2000-02-162-12/+58
* Make it clear that 'options XSERVER' is for pcvt and not for syscons.yokota2000-02-166-6/+6
* Track if_i{bytes,packets,errors}.mdodd2000-02-161-0/+4
* Include the file that defines PCIM_CMD_BUSMASTEREN.mjacob2000-02-162-0/+2
* Ensure that the busmaster enable bit is set; we can't assume that allmsmith2000-02-162-2/+16
* Hide the boring ``not probed (disabled)'' messages behind `bootverbose'.joerg2000-02-151-0/+2
* o Wilko Bulte has tested our AlphaServer 1000A ("Noritake") supportgallatin2000-02-151-11/+0
* Add userconfig entries for the new atapi devices.jkh2000-02-151-0/+2
* Fixed regressions in rev.1.274:bde2000-02-152-22/+30
* Don't try to account for the partial quantum unless the process isphk2000-02-151-4/+0
* Allow comments in interpreter specification lines as incracauer2000-02-151-1/+1
* Add comments about 12160 options.mjacob2000-02-153-12/+24
* Fix ITDEBUG macro.mjacob2000-02-151-1/+1
* Correctly identify which bus of dual bus SCSI adapters some target modemjacob2000-02-151-2/+8
OpenPOWER on IntegriCloud