summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* bump the buffer size from 4k to 16k. should improve performance under load.cg2000-04-011-1/+1
* Calculate any delayed checksums before handing an mbuf off to ajlemon2000-04-011-0/+10
* Merged from sys/isa/sio.c revisions 1.293 and 1.294.kato2000-04-012-28/+246
* Merged from sys/conf/options.i386 rev 1.134.kato2000-04-011-2/+1
* Add support for pci modems. ONLY CONTROLLER BASED MODEMS. Thisimp2000-04-012-28/+244
* device_set_unit() DO NOT USE THIS. This was approved before 4.0imp2000-04-012-0/+20
* Update to latest working version.msmith2000-04-014-96/+248
* Allow PacketAliasSetTarget() to be passed the following:brian2000-03-312-13/+22
* Add signal strength cache structures.dmlb2000-03-311-2/+14
* Use the right value for IFQ_MAXLEN and fix brokeness with gatewaying http fro...dmlb2000-03-311-438/+527
* Don't use too-large stack buffers.dfr2000-03-311-3/+16
* - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor.yokota2000-03-317-138/+230
* Synced with following files:kato2000-03-319-183/+332
* When an incoming packet is received that is not specificallybrian2000-03-311-1/+1
* Oops, PCVT_FREEBSD is useless too. Add new PCVT_GREENSAVER option.hm2000-03-313-3/+3
* Remove useless PCVT_FREEBSD and PCVT_EMU_MOUSE. Add PCVT_GREENSAVER.hm2000-03-311-2/+1
* remove useless PCVT_EMU_MOUSE option.hm2000-03-313-3/+0
* Add support for "green" saver mode.hm2000-03-311-1/+2
* PR: kern/2327hm2000-03-312-2/+52
* Fixes to parse more complex ISA PnP configurations.dfr2000-03-311-44/+74
* Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.peter2000-03-312-0/+2
* Fix PnP memory range calculations.dfr2000-03-311-5/+6
* Avoid dividing by zero when beeping with a zero pitch. This was bad.billf2000-03-301-2/+4
* Fix typo in description of Cirrus Logic PD6832 PCI-CardBus Bridge.iwasaki2000-03-302-2/+2
* Remove #ifdef for sem_wakeup() - we just use wakeup().peter2000-03-301-10/+2
* Separated serial boot block interface routine into NS16550 stuff andkato2000-03-303-146/+381
* Move linprocfs to the i386-only section so the Alpha buildworld has apeter2000-03-301-2/+2
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-3012-152/+87
* Try and make the Alpha kernel compile. There are still some loose endspeter2000-03-303-1/+11
* Oldconfig cs driver. Obsoleted by newbus driver in sys/dev/cs.imp2000-03-302-1930/+0
* NewBus the cs driver.imp2000-03-307-288/+300
* If `ipfw fwd' loops an mbuf back to ip_input from ip_output and thejlemon2000-03-301-6/+7
* Include param.o in the list of files that we scan for linker sets.peter2000-03-294-8/+8
* Two fixes for the RealTek:wpaul2000-03-291-2/+8
* Regenerate.wpaul2000-03-292-2/+18
* Add vendor/product ID for two more KLSI-based devices, including awpaul2000-03-292-0/+6
* Slight cleanup of aarp codejulian2000-03-291-11/+13
* Regen.gehenna2000-03-292-2/+18
* Add ID (Keisokugiken Corp. HKS-0200 USBDAQ)gehenna2000-03-291-0/+4
* - Added PC-98 Cbus frontend.nyan2000-03-297-1/+290
* Newbusify mse driver.nyan2000-03-292-197/+358
* PC-98 BIOS copies the DX register into its work area. The value of itkato2000-03-293-0/+9
* Commented out apm0. It could cause hang-up.kato2000-03-292-2/+2
* Ratoc REX-9880/83 support (PC-98 only). This commit added functionskato2000-03-292-0/+258
* - Supported display suspended mode.nyan2000-03-292-12/+20
* Merge from the following changes.nyan2000-03-2914-70/+10
* This should fix the lockups people have been experiencing. I muffed updillon2000-03-291-1/+1
* Peter Johnson found another log() call without a trailing newline.joerg2000-03-291-1/+1
* Add NVidia GeForce 2 and Quadro 2cpiazza2000-03-291-0/+6
* The SMP cleanup commit broke need_resched, this fixes that and alsodillon2000-03-2911-22/+16
OpenPOWER on IntegriCloud