summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a CAM_SENT_STATUS for use in target mode. JHK approved.mjacob2000-01-171-1/+4
* Add support for the Intel 810 chipset (ICH type of chips)sos2000-01-176-124/+157
* Do not propagate the ENCI_SVALID bit for overall enclosure statusmjacob2000-01-171-5/+4
* Add in SAF-TE handling code and do some minor consistency cleanups.mjacob2000-01-171-10/+1017
* Remove device name strings from vendor/product lists since we don't usewpaul2000-01-166-59/+57
* Fix breakage from last commit- macro was broken. I appreciate themjacob2000-01-161-2/+2
* Removed outdated comment on experimental nature of ata. Added comment to espwilko2000-01-162-12/+2
* fix kernel panic at rtfree() in INET6 enabled envrionment.shin2000-01-161-2/+0
* Implement setres[ug]id() and getres[ug]id(). This has been sitting inpeter2000-01-168-14/+214
* fix missing \n in sndstat outputcg2000-01-161-1/+1
* Correct comments / point to right LINT file (./LINT does not exist for Alpha)wilko2000-01-162-6/+8
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitcg2000-01-161-1/+1
* Convert last examples of `controller' to `device'.asmodai2000-01-163-15/+15
* Cleanup some more remaining bdev fluff.phk2000-01-162-77/+21
* Cleanup some remaining bdev fluff.phk2000-01-163-72/+12
* The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-167-9/+68
* This fixes a bug that /etc/pccard_ether did not work without DHCP.hosokawa2000-01-162-1/+3
* Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
* Fixed pedantic syntax errors caused by a trailing semicolon in thebde2000-01-161-7/+10
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-163-19/+69
* Set ifq_maxlen to default (IFQ_MAXLEN).mdodd2000-01-161-0/+1
* buglet fixmjacob2000-01-151-1/+1
* Do a wad of cleanup and put into place at least *one* functionalmjacob2000-01-151-85/+1077
* Move the kernel specific stuff into scsi_ses.c. Redo the ioctlsmjacob2000-01-151-46/+19
* Ensure that DMA mappings are freed in error situations.mks2000-01-152-7/+52
* Notice when an interface's ATM address changes when running a local arpserver.mks2000-01-151-0/+6
* Process SPANS ARP requests even if source IP is 0.0.0.0 (or broadcast). Thismks2000-01-151-7/+12
* Fix the tl driver so it doesn't run off the end of the RX descriptor listwpaul2000-01-151-7/+14
* |The hard limit for the BPF buffer size is 32KB, which appears too lowphk2000-01-152-3/+6
* Don't clobber the sources when plain "make" is run. Just print a messagebde2000-01-151-2/+4
* add SEND/RECEIVE diagnostic opcodes, SEND is a Mandatory commandmjacob2000-01-151-0/+2
* Minor enhancement: set the 'dual link LED' bit in the auxmode registerwpaul2000-01-151-0/+12
* Actually read the PCI device ID when testing the device ID value againstwpaul2000-01-151-1/+1
* Added "sn" and "pcic" entries to UserConfig.hosokawa2000-01-151-0/+2
* Fix handling of svr4_sigsets, which are implemented in SysVR4 as a sequencenewton2000-01-154-30/+102
* Remove some all-too-wordy debugging printsnewton2000-01-152-10/+0
* Pre-freeze cleanups: Conditionalize debugging writes on DEBUG_SVR4,newton2000-01-151-11/+32
* This is the 3rd stage of syscons code reorganization.yokota2000-01-1522-1250/+2378
* Include #warning about unconditionalizing VM86, which isn't supposed to worknewton2000-01-151-0/+1
* Fixed the problem that IPsec connection hangs when bigger data is sent.shin2000-01-157-8/+21
* Added missing 'else' for 'if (isipv6)' at IPv6 length setting in tcp_respond().shin2000-01-152-2/+2
* Fixed a bug in PCIC polling mode.hosokawa2000-01-151-6/+17
* Check if module was compiled without SMP support and running onbp2000-01-152-0/+18
* Add VT_NWFS tag.bp2000-01-153-9/+1
* Add reference to SES device (it won't be in GENERIC unless folks clamormjacob2000-01-153-0/+27
* Remove inclusion of dkbad.h- seems like a bug, but I had a stalemjacob2000-01-151-1/+0
* Clear ro->ro_rt just after RTFREE().shin2000-01-151-0/+1
* add options collateral for SES/SAF-TE drivermjacob2000-01-151-0/+3
* add file collateral for SES/SAF-TE drivermjacob2000-01-151-0/+1
* add functional but stub SES/SAF-TE drivermjacob2000-01-152-0/+763
OpenPOWER on IntegriCloud