summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2011-04-28report XS_RESET to the midlayer for any pending commands when vscsi isDavid Gwynne
2011-04-28clean up the path ops struct a bit. the path drivers init their xsh withDavid Gwynne
2011-04-28Make in_broadcast() rdomain aware. Mostly mechanical change.Claudio Jeker
2011-04-28remove horrible abuse of kthread_create_deferred(9). this was beingJacob Meuser
2011-04-28Similar to the in_pcb.c change allow raw sockets to be bound to theClaudio Jeker
2011-04-28Allow SOCK_DGRAM sockets to be bound to the local network broadcast addr.Claudio Jeker
2011-04-27Fix a few off-by-1 errors in atascsi.Matthew Dempsky
2011-04-27attach acpithinkpad to newer lenovo models like the x120ejoshua stein
2011-04-27Simplify ioprbs(4) scsi_xfer handling.Matthew Dempsky
2011-04-27kill a !__NetBSD__ ifdef which just confusesTheo de Raadt
2011-04-27hds(4) is a path driver that knows how to talk to some hitachi modularDavid Gwynne
2011-04-27Do not explicitly enable interrupts before returning from interrupt.Alexander Bluhm
2011-04-27support rooting off multipath disks.David Gwynne
2011-04-27whitespace fixes.David Gwynne
2011-04-27support Intel 6 series SATA in non raid/non ahci mode.Jonathan Gray
2011-04-27regenJonathan Gray
2011-04-27more Intel non raid/non ahci mode 6 Series SATAJonathan Gray
2011-04-27use dma safe memory when talking to devices. this was written before bigmemDavid Gwynne
2011-04-27fix the interrupt handler in the case when the interrupt is sharedAlexandre Ratchov
2011-04-27if getting the RAID header fails, dont stop the midlayer from trying toDavid Gwynne
2011-04-27configure fc controllers to fail io as fast as possible when cables areDavid Gwynne
2011-04-27if a path returns XS_SELTIMEOUT, retry the io down another path like weDavid Gwynne
2011-04-27return XS_RESET to the midlayer if the command was killed for some reasonDavid Gwynne
2011-04-27rework the scanning of fibre channel ports to match how linux does it.David Gwynne
2011-04-27No need to splbio/splx in the interrupt routine. It's alreadyKenneth R Westerback
2011-04-26MMU address space holes are at a fixed position (ofcourse).Ariane van der Steldt
2011-04-26No point in a per-attachment scsi_adapter; move to global dpt_switchMatthew Dempsky
2011-04-26A plausible attempt at iopoolifying dpt(4).Matthew Dempsky
2011-04-26In ipsec_common_input() the packet can be either IPv4 or IPv6. SoAlexander Bluhm
2011-04-26Add some defines for the logout request and response and fix theClaudio Jeker
2011-04-26fenv for mips64Martynas Venckus
2011-04-26Make dpt(4) compile on 64-bit arches; no binary change on i386.Matthew Dempsky
2011-04-26Get rid of NetBSD/OpenBSD ifdefs; our SCSI stacks have diverged tooMatthew Dempsky
2011-04-26Make amd64/i386 boot(8) pass the DUID of the selected boot device to theJoel Sing
2011-04-26Allow the root device to be identified via its disklabel UID.Joel Sing
2011-04-26Iopoolification. Installed snapshot over it and it even booted.Kenneth R Westerback
2011-04-26typo; found in an old tree..Theo de Raadt
2011-04-25FPU emulation option addedTakuya ASADA
2011-04-25fenv for sparc; mostly cloned from sparc64Martynas Venckus
2011-04-25garbage collect biomask printf; ok deraadt kettenisMike Belopuhov
2011-04-25Move .rodata 512KB further once more.Mark Kettenis
2011-04-25fenv for powerpcMartynas Venckus
2011-04-25Remove backwards compatibility for svnd. All new operations must use theTheo de Raadt
2011-04-25Try to match immediate constants in movl instructions against kernel symbols,Miod Vallat
2011-04-25Callers of scsi_iopool_init() ought to set up the pool member in structMiod Vallat
2011-04-24Don't leak fd's in sr_installboot(). From cppcheck via Amit Kulkarni.Kenneth R Westerback
2011-04-24in azalia_intr():Jacob Meuser
2011-04-24Double link between pf states and sockets. Henning has alreadyAlexander Bluhm
2011-04-24Denormalization exception isn't supported on sh4, and setting bit 7Martynas Venckus
2011-04-24fenv for shMartynas Venckus