Age | Commit message (Expand) | Author |
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 |
2011-07-05 | Stupid driver makes a copy of struct pci_attach_args. Make sure we clear | Mark Kettenis |
2011-07-05 | When the kernel runs out of mbuf clusters, the hme receive ring may | Alexander Bluhm |
2011-07-05 | i forgot to set the sector_count when translating WRITE SAME 16 | David Gwynne |
2011-07-04 | Temporarily back out msi for inteldrm. | Owain Ainsworth |
2011-07-04 | Fix debugging prints in softraid(4) so that it can compile with | Matthew Dempsky |
2011-07-04 | Use the SDEV_2NDBUS flag like isp(4) instead of the current | Matthew Dempsky |
2011-07-04 | Intel AHCIs don't support port multipliers so far, yet some (mostly ICH9 and ... | Jonathan Matthew |
2011-07-04 | move the specfs code to a place people can see it; ok guenther thib krw | Theo de Raadt |
2011-07-04 | Nuke the useless D_KQFILTER flag and just check that d_kqfilter is | Nicholas Marriott |
2011-07-04 | Remove orphaned splbios that have no matching splx, | Jonathan Gray |
2011-07-04 | Convert to ANSI. | Matthew Dempsky |
2011-07-04 | assemble is a more appropriate place for the setup code than allocate. | Ted Unangst |
2011-07-04 | remove unneeded cast. | David Hill |
2011-07-04 | redo the timeout and input handling. unify them and fix some bugs. | Ted Unangst |