summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove unnecessary "$ifdef INET6"shin2000-01-131-2/+0
* add entries for several DEC PCI-PCI bridges & the Cypress PCI-ISA bridge foundgallatin2000-01-131-2/+20
* Make this compile on alphagallatin2000-01-132-2/+2
* Reintroduce the dc_coal() workaround routine for coalescing outboundwpaul2000-01-122-2/+86
* Remove a stray splx(s) call. This fixes the compiler warning.mdodd2000-01-121-1/+0
* Apply the same netisr mechanism to transmissions as well. In order towpaul2000-01-124-7/+58
* Seconds to ticks conversion was done at the wrong place.luoqi2000-01-121-2/+2
* Merge from sys/conf/files.i386 revision 1.296.nyan2000-01-121-1/+0
* Make the mouse cursor char code configurable via the CONS_MOUSECTLyokota2000-01-126-27/+49
* Add support for detection of the ESS 1878 chip.deischen2000-01-121-0/+1
* Speedup if_start routine a little. TX threshold logic needs some moremdodd2000-01-122-10/+26
* Fix the performance problems I caused by setting ifq_maxlen to 8.mdodd2000-01-121-1/+1
* Sort.obrien2000-01-124-2/+6
* Correctly set the data length when transmitting 802.3 frames (we need towpaul2000-01-122-6/+4
* Add opt_ukbd.h.yokota2000-01-121-2/+5
OpenPOWER on IntegriCloud