Age | Commit message (Expand) | Author |
2011-07-10 | Read the HCSPARAMS register from the correct location, and add | Eric Faurot |
2011-07-09 | translate the scsi UNMAP command into an equiv TRIM, and advertise UNMAP | David Gwynne |
2011-07-09 | Switch umass(4) to use a single target scsibus with | Matthew Dempsky |
2011-07-09 | Simplify sdmmc_scsi by using SCSI_NO_ADAPTER_TARGET. | Matthew Dempsky |
2011-07-09 | Fix fallout from my previous SCSI refactoring diff (moving | Matthew Dempsky |
2011-07-09 | Kludge around sdmmc(4)'s poor design: replace "struct scsi_link *" | Matthew Dempsky |
2011-07-08 | add support for HUAWEI E1752 seriese modem | Yojiro Uo |
2011-07-08 | regen | Yojiro Uo |
2011-07-08 | add HUAWEI E1752 | Yojiro Uo |
2011-07-08 | regen | Yojiro Uo |
2011-07-08 | add entry for YUBICO yubikey | Yojiro Uo |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-08 | Ack, my last change used size_t for file offsets, but size_t is only | Matthew Dempsky |
2011-07-08 | Fix WoL support in xl(4). Now works with my hardware (3Com 3c905C). | Stefan Sperling |
2011-07-08 | ansi, no binary change | Jonathan Gray |
2011-07-08 | fill in the ata vpd page as best we can. i dont know how to fill in the | David Gwynne |
2011-07-08 | provide the thin provisining vpd page if the disk does trim. only claim | David Gwynne |
2011-07-08 | macros for TRIM | David Gwynne |
2011-07-08 | some trim cleanups and additions. | David Gwynne |
2011-07-08 | Refactor vnd(4) to use vn_rdwr() instead of setting up the uio/iovec | Matthew Dempsky |
2011-07-08 | Validate DISKUNIT(dev) in vndstrategy() like we do in other | Matthew Dempsky |
2011-07-08 | Add a vndencryptbuf() function, and refactor vndstrategy() slightly to | Matthew Dempsky |
2011-07-08 | update the firmware to 1.4.50 via freebsd. | David Gwynne |
2011-07-07 | Add new syscall entries to support the openat(2) family of functions | Matthew Dempsky |
2011-07-07 | use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan ok | Henning Brauer |
2011-07-07 | remove mvmeppc; it is really rough shape. ok drahn miod | Theo de Raadt |
2011-07-07 | get rid of a debug printf that keeps giving me flase psotives because | Henning Brauer |
2011-07-07 | i NEVER NEVER NEVER want to see ifqueue->ifq_len = anything. sorry, that is | Henning Brauer |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-07 | Fix the LBA offset calculation for the last block in a rebuild, if there | Joel Sing |
2011-07-07 | Make sr_shutdown() a general function and use this from sr_detach() to | Joel Sing |
2011-07-07 | reorder two fields | Ted Unangst |
2011-07-07 | allow AOE config to be specified by userland. ok marco. | Ted Unangst |
2011-07-07 | only allocate and copyin the length of kdfinfo data. | Ted Unangst |
2011-07-06 | When checking if a chunk is in use, do not match on NODEV. | Joel Sing |
2011-07-06 | Use a single shutdown hook for the softraid controller instead of | Joel Sing |
2011-07-06 | vndsize() can just return -1; we don't support swapping to vnd | Matthew Dempsky |
2011-07-06 | Compact the vnd sc_flags bits. | Matthew Dempsky |
2011-07-06 | Actually make sr_detach() work. At this stage we never detach softraid(4), | Joel Sing |
2011-07-06 | Retain a reference to the registered sensor task so that we can unregister | Joel Sing |
2011-07-06 | Move all volume shutdown code into sr_shutdown_discipline() and use a flag | Joel Sing |
2011-07-06 | Add a new kqfilter for random which returns ARC4_MAIN_MAX_BYTES for read | Nicholas Marriott |
2011-07-06 | Eliminate some sanity checks in vndstrategy() that are now handled by | Matthew Dempsky |
2011-07-06 | vndstrategy() should fail if VNF_HAVELABEL isn't set. This simplifies | Matthew Dempsky |
2011-07-06 | Eliminate redundant buf validation checks in xxstrategy() methods now | Matthew Dempsky |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-06 | so... there is some crazy bug exposed on non-ironlake chips, when the | Theo de Raadt |
2011-07-05 | Call bzero(&saa, sizeof(saa)) each time we use saa to attach | Matthew Dempsky |
2011-07-05 | Replace last remaining users of link->scsibus with | Matthew Dempsky |
2011-07-05 | ENOMEM causing EIO errors is bad juju. Softraid crypto did this. | Owain Ainsworth |