summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove compile warning not seen when compiling with target mode enabled.mjacob2000-01-152-0/+4
* A processor with the CPUID of 0x?8? is Pentium III.tanimura2000-01-152-0/+8
* Removed wrong(unnecessary) & operators for pointer, in ipsec_hdrsiz_tcp().shin2000-01-152-4/+4
* wrapped prototype declarations by __P(())shin2000-01-151-6/+8
* Fix driver to restore function on 3c574 adapters. The panic onmdodd2000-01-153-9/+23
* add forward declarations, and small cosmetic changes.shin2000-01-153-4/+15
* comment the string after #endifshin2000-01-151-1/+1
* cosmetic change: sort function prototypesshin2000-01-151-27/+27
* -K&R fix for some prototype declarationshin2000-01-151-4/+4
* Removed PCCARD config file again.hosokawa2000-01-151-224/+0
* Redo FC target mode dma routine to try and generate an extra CTIOmjacob2000-01-152-214/+464
* clean up for SBus Ultra (yes, we do not do that here yet)mjacob2000-01-151-2/+9
* a whale of a lot of target mode cleanupmjacob2000-01-151-42/+70
* cleanup- it was not MI code as it should have beenmjacob2000-01-151-16/+11
* cleanupmjacob2000-01-151-82/+117
* include public target mode functionsmjacob2000-01-151-0/+3
OpenPOWER on IntegriCloud