summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-01-11Make the detach function handle the case of a partial attach, and make sureMark Kettenis
2010-01-11Increase/decrease the per-CPU interrupt depth variable around APIC interruptsMark Kettenis
2010-01-11dlg@ lost the SCSI_IGNORE_ILLEGAL_REQUEST flag on all SYNCHRONIZE_CACHEKenneth R Westerback
2010-01-11Add PIPEX option, disabled by default for now.Ryan Thomas McBride
2010-01-11Bring mutex protections to ststart, cdstart and ssstart, as alreadyKenneth R Westerback
2010-01-11Pull in fix from kif via FreeBSD r1.114 to properly initializeKenneth R Westerback
2010-01-11Negative offset or negative size in a buf is invalid. Treat just like otherKenneth R Westerback
2010-01-11When mapping CarBus memory BARs, enforce a minimum alignment of 0x1000. ThisMark Kettenis
2010-01-11"final" leak in state creation: in pf_state_key_setup, if we actuallyHenning Brauer
2010-01-11fix a bug in pf_create_state that was a major source of amusement for meHenning Brauer
2010-01-11rework the polling code to use the semantic krw@ proposed.David Gwynne
2010-01-11Initial import PIPEX. PIPEX(Pppac IP EXtension) is a IP forwardingYASUOKA Masahiko
2010-01-11Enable IP checksum offloading in ix(4).Reyk Floeter
2010-01-11Be as careful with sd/cd buf queue manipulations as was found necessary forKenneth R Westerback
2010-01-11remove some debug code that snuck in somehow.David Gwynne
2010-01-11Add mutex around work consuming loop in sdstart - this ensures that onlyBob Beck
2010-01-11Don't check ITSDONE since we know it is set in scsi_done(). EliminatesKenneth R Westerback
2010-01-10replace a pad in the pfsync subheader with a length field. it stores theDavid Gwynne
2010-01-10Restore delay on XS_BUSY result, just in case it is needed somewhere. PolishKenneth R Westerback
2010-01-10ATI AHCI seems not to put slot number into the command registerAlexander Yurchenko
2010-01-10Make sure END() matches the *{LEAF,ENTRY}() function names.Miod Vallat
2010-01-10Fix two bugs in IPsec/HMAC-SHA2:Markus Friedl
2010-01-10GCC doesn't respect the aligned attribute for automatic variables. SoMark Kettenis
2010-01-10Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interruptsMark Kettenis
2010-01-10Reimplement kvm_getproc2()'s support for reading crash dumps andPhilip Guenthe
2010-01-10My mistake. There was one more driver paranoid enough to checkKenneth R Westerback
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2010-01-10Do not try to reevaluate the current RX production index on eachChristian Weisgerber
2010-01-09L2 cache line is at least 64 bytes long on r10k, so use 64 byte increments toMiod Vallat
2010-01-09Make interrupt depth counters per-cpu.Miod Vallat
2010-01-09Move more R5000 code behind proper #ifdef stanzas.Miod Vallat
2010-01-09Move cache information from global variables to per-cpu_info fields; thisMiod Vallat
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2010-01-09a lot of knf loving. hudge diff, no binary change.Dariusz Swiderski
2010-01-09panic with a nice message if scsi_xs_sync_done gets called twiceDavid Gwynne
2010-01-09dont try to prevent multiple concurrent runs of a devices start routineDavid Gwynne
2010-01-09always try to restart io on a device when an opening is made available fromDavid Gwynne
2010-01-09Define struct cpu_hwinfo, to hold hardware specific information about eachMiod Vallat
2010-01-09No need to call bpfdetach() in mpe_clone_destroy() since this is done inClaudio Jeker
2010-01-09Correctly check /dev/kmem offsets within directly translated segments (XKPHYSMiod Vallat
2010-01-09workaround for a HW bug (does not affect 4965AGN) that may sporadicallyDamien Bergamini
2010-01-09Avoid mulitple calls to scsi_done() on the same xs by havingKenneth R Westerback
2010-01-09Add support for the Broadcom BCM57765 ASIC and newer BroadcomChristian Weisgerber
2010-01-09replace an #ifdef IX_CSUM_OFFLOAD with an IFCAP_CSUM_IPv4 capability check,Reyk Floeter
2010-01-09Explicitly turn on mii/gmii/rgmii for the 178/gigabit devicesJonathan Gray
2010-01-09Fix the IP ckecksum offloading logic that disables and breakes offloadingReyk Floeter
2010-01-09Add code to stop scheduling processes on CPUs, effectively halting that CPU.Mark Kettenis
2010-01-09Remove typo and magic numbers from #if 0'd block, from Brad.Stuart Henderson
2010-01-08During "ifconfig $if -inet6" remove v6 addresses even if theStefan Sperling