summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Clone bio versions of certain bits of infrastructure:phk2000-04-029-12/+345
* Make the sigprocmask() and geteuid() system calls MP SAFE. Expanddillon2000-04-026-48/+133
* I got the CAM numbers (path id's, buses, unit numbers) and newbusn_hibma2000-04-021-131/+231
* Print out more hints at illegal cksum len value.shin2000-04-021-2/+2
* Move htons() ip_len to after the in_delayed_cksum() call.shin2000-04-021-5/+5
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-0286-365/+413
* Add support for the LinkSys USB10T network adapter thatjmb2000-04-024-2/+14
* This new driver version uses the DMA mapping interfacegroudier2000-04-022-322/+1023
* Draw the outline of "struct bio".phk2000-04-024-25/+75
* - Add temporary workaround to fool some "clever" KVM switch productsyokota2000-04-022-10/+44
* Fix two problems in the ch(4) driver.ken2000-04-021-2/+13
* unfinished sblive driver, playback/mixer only for now - not enabled incg2000-04-023-0/+2502
* One in a while, something happens so uncannily that you get knocked offgreen2000-04-023-3/+3
* if USB support is not compiled into the kernel,jmb2000-04-021-0/+4
* Try and make the kernel build again without INET6.ps2000-04-021-0/+2
* Change the write-behind code to take more care when startingdillon2000-04-029-43/+80
* Unstaticize this driver. You can have as many snoop devices as you cangreen2000-04-022-130/+122
* Support per socket based IPv4 mapped IPv6 addr enable/disable control.shin2000-04-016-13/+17
* fail in attach if we seem to have no ac97 codeccg2000-04-016-8/+14
* 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
OpenPOWER on IntegriCloud