summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add back the 'at ppbus?' for the lpt etc drivers. Now it's used.peter2000-01-145-33/+33
* ppi needs to use a bus method to get this rather than peering inside thensouch2000-01-143-4/+6
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Pre 4.0 tidy up.peter2000-01-1434-10166/+36
* Do a few minor cleanups.wpaul2000-01-142-9/+5
* Don't do device_set_desc() until after checking for PnP probes. Otherwisepeter2000-01-143-9/+12
* Non-operational change, fix compiler warning.dillon2000-01-142-2/+2
* The error status for a scsi status error is "CAM_SCSI_STATUS_ERROR", not 0.gibbs2000-01-142-2/+4
* adv_pci.c:gibbs2000-01-146-434/+614
* Add device driver support for USB ethernet adapters based on the CATCwpaul2000-01-1416-7/+1449
* Add aio_waitcomplete(). Make aio work correctly for socket descriptors.jasone2000-01-1414-520/+701
* Pull my head out of my ass and actually make the tx netisr stuff work right.wpaul2000-01-144-46/+22
* Clean up rxeof routines a little.wpaul2000-01-142-9/+17
* Port of ppbus standalone framework to the newbus system.nsouch2000-01-1432-2522/+3343
* Fix instance of AUE_BUFSZ that should have been AUE_CUTOFF.wpaul2000-01-131-1/+1
* Remove debug printf I left in by mistake.wpaul2000-01-131-2/+0
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-1310-116/+0
* Regenerate.wpaul2000-01-132-2/+72
* Bunch of updates:wpaul2000-01-136-59/+128
* Confirming Peter's fix (locking 101: release the lock before you gomckusick2000-01-132-4/+0
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-1330-448/+858
* Free the global softupdates lock prior to tsleep() in getdirtybuf().peter2000-01-132-0/+4
* add MAINTAINER file for claritymjacob2000-01-131-0/+2
* fix wrong name which is hidden by wrong ifdef.shin2000-01-131-1/+1
* Change struct sockaddr_storage member name, because following changeshin2000-01-136-89/+89
* Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()shin2000-01-132-2/+8
* Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?)peter2000-01-131-0/+1
* Synced with sys/dev/syscons/syscons.c rev 1.331.kato2000-01-131-27/+28
* Synced with following changes:kato2000-01-132-14/+0
* Synced with sys/isa/sio.c rev 1.284.kato2000-01-132-6/+6
* Remove old copy of if_ed.c; it is no longer used.mdodd2000-01-131-3541/+0
* Set ifq_maxlen. (to default IFQ_MAXLEN)mdodd2000-01-131-0/+1
* Allow SMP systems with an MCA bus to work properly.mdodd2000-01-138-28/+43
* Implement BUS_{GET,SET,DELETE}_RESOURCE methods.mdodd2000-01-131-2/+44
* Correctly test CF.mdodd2000-01-132-2/+2
* Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)peter2000-01-131-2/+4
* Add a few devices IDs and clarify the SiS 85c496 entry.mdodd2000-01-131-1/+9
* Because cylinder group blocks are now written in background,mckusick2000-01-132-6/+26
* A panic occurs during an fsync when a dirty block associated withmckusick2000-01-132-8/+14
* Remove the 'at isa? ...' bits for ex0.mdodd2000-01-137-15/+7
* Cosmetic cleanups.mdodd2000-01-132-68/+46
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-132-44/+118
* When I converted this driver to newbus I also cleaned up the codemdodd2000-01-132-100/+102
* Stop the recurring feeling of deja vuimp2000-01-131-1/+2
* attach to non-ac97 neomagic chips and hope that ac97 ones do not have thecg2000-01-131-0/+6
* be less verbosecg2000-01-131-3/+5
* add a comment for some possible? IPv4 option processing.shin2000-01-132-0/+2
* removed incorrect ip6 length setting for IPv6 tcp reset packet.shin2000-01-132-2/+0
* removed an ours case which think a packet destined to loopback interfaceshin2000-01-131-5/+1
* added missing IPV6_PORTRANGE case.shin2000-01-131-0/+1
OpenPOWER on IntegriCloud