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