summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Unbreak LINT.yokota2000-04-032-1/+5
* regenerate with MPSAFE from syscalls.masteralfred2000-04-031-5/+5
* Make makesyscalls.sh parse an optional field 'MPSAFE' that specifiesalfred2000-04-032-18/+33
* Remove the !(I386 & SMP) tests; we don't run SMP on an i386 system, andmsmith2000-04-033-48/+0
* fix missing defines and prototype for emu_vdump()cg2000-04-033-6/+21
* Sync with NetBSD: Add a few id's and correct numerous typo'sn_hibma2000-04-031-47/+101
* Sync with NetBSD: Keep the bit position even when the report descriptor says ...n_hibma2000-04-021-2/+5
* Shoot. Did a compile in the wrong directory and missed this compilern_hibma2000-04-021-1/+1
* Remove a static variable, a uniquifier for a SCSI command. It might haven_hibma2000-04-021-5/+5
* Correct Charles Mott's email addressbrian2000-04-021-1/+1
* 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
OpenPOWER on IntegriCloud