aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clear error in nfsrv_create when we have a valid reply so thatAlan Cox1999-07-282-2/+4
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These areDoug Rabson1999-07-288-54/+96
* Add a module Makefile for the PNIC driver.Bill Paul1999-07-282-3/+31
* Convert the PNIC driver to newbus.Bill Paul1999-07-282-167/+223
* Every reqh in an aborted pipe is given status CANCELED and the callback isNick Hibma1999-07-271-15/+7
* Roar! Finish what I started last night: somehow only the header file changeBill Paul1999-07-272-10/+46
* Case matters.Matthew N. Dodd1999-07-272-6/+6
* Implement the BUS_PROBE_NOMATCH method for the PCI bus.Matthew N. Dodd1999-07-272-2/+64
* On FreeBSD/i386, when you use the SYS_RES_MEMORY resource to allocateBill Paul1999-07-272-2/+4
* Sync with sys/i386/isa/npx.c revision up to 1.75.KATO Takenori1999-07-261-24/+202
* Sync with sys/i386/isa/clock.c revision up to 1.140.KATO Takenori1999-07-263-111/+45
* Sync with sys/i386/i386/userconfig.c revision up to 1.150.KATO Takenori1999-07-261-3/+4
* Sync with sys/i386/i386/machdep.c revision 1.356.KATO Takenori1999-07-262-8/+8
* Sync with sys/i386/conf/files.i386 revision 1.254.KATO Takenori1999-07-262-4/+14
* Don't complain if 0 bytes are written to the tun device, simplyBrian Somers1999-07-261-1/+4
* Sync with sys/i386/conf/GENERIC revision 1.178.KATO Takenori1999-07-262-26/+28
* Pave the way for the fla driver.Poul-Henning Kamp1999-07-263-9/+15
* Add sysctl and support code to allow directories to be VMIO'd. The defaultAlan Cox1999-07-268-17/+34
* Various formatting fixes on my FPE trapcode commit.Martin Cracauer1999-07-268-468/+450
* Add comments, change variable names to make them consistent (r -> err,Nick Hibma1999-07-2511-155/+173
* On FPU exceptions, pass a useful error code (one of the FPE_...Martin Cracauer1999-07-2514-119/+705
* Make this compile on the Alpha. I'm not 100% sure about this but IPeter Wemm1999-07-252-38/+4
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andBill Paul1999-07-254-8/+26
* This commit adds device driver support for Adaptec Duralink PCI fastBill Paul1999-07-2515-11/+6082
* Don't set DE_ACCESS for unsuccessful reads.Bruce Evans1999-07-252-16/+24
* Don't set IN_ACCESS for requests to read 0 bytes or for unsuccessful reads.Bruce Evans1999-07-252-4/+8
* Fixed access timestamp bugs:Bruce Evans1999-07-251-5/+17
* 3C574TX 16bit FastEtherlink PC-card support.Tatsumi Hosokawa1999-07-254-12/+80
* Increased max kmem to 200MB. This should fix some out-of-kmem panics onDavid Greenman1999-07-242-4/+4
* Add mx and ax modules for the Macronix and ASIX drivers and update theBill Paul1999-07-243-3/+60
* Convert the ASIX and Macronix drivers to newbus.Bill Paul1999-07-244-341/+384
* Oops, the previous commit only worked in the one case it was tested for.Bruce Evans1999-07-242-4/+6
* Update intpm driver.Nicolas Souchu1999-07-241-6/+17
* Recognise NetBSD slices.Robert Nordier1999-07-241-3/+4
* - Correctly initialize cn_dev_t and cn_udev_t.Kazutaka YOKOTA1999-07-243-13/+19
* Do not print resource values which are not set.Kazutaka YOKOTA1999-07-241-7/+7
* This makes the in kernel printf routines conform to the documentedDoug Rabson1999-07-245-29/+42
* atomic.h:Alan Cox1999-07-236-35/+14
* fix a problem w/ zero byte writes to the tunnel device. It would bypassJohn-Mark Gurney1999-07-231-1/+1
* Clean up the buffer allocation code a bit. Make sure to initialize certainBill Paul1999-07-234-58/+64
* Grrr. Return the rman_get_bustag()/rman_get_bushandle() lines to theirBill Paul1999-07-232-4/+10
* One last tweak before I turn in for the evening: the driver name inBill Paul1999-07-232-6/+6
* Create module directories for the xl, ti, tl and sk drivers and addBill Paul1999-07-235-2/+117
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-236-20/+14
* Convert the Alteon Tigon gigabit ethernet driver to newbus. Also upgradeBill Paul1999-07-238-6584/+6680
* Some more small newbus cleanups. Remember to free all resources in caseBill Paul1999-07-234-72/+92
* Revert out part of the last patch that can be done better elsewhere.Julian Elischer1999-07-221-8/+4
* Remove the definitions for the SiS 900 chip. This is not a RealTekBill Paul1999-07-222-17/+4
* fix braino..Julian Elischer1999-07-221-2/+2
* Well, it seems that loading a PCI driver module after the system hasBill Paul1999-07-222-3/+12