Age | Commit message (Expand) | Author |
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 |
2011-07-04 | make it look like other softraid code | Ted Unangst |
2011-07-04 | whack the collider stuff for now | Ted Unangst |
2011-07-03 | avoid void * pointer arithmetic. | David Hill |
2011-07-03 | Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor. | Mark Kettenis |
2011-07-03 | change void * to a caddr_t | David Hill |
2011-07-03 | in the ironlake interrupt handler, do not do unneccesary register | Theo de Raadt |
2011-07-03 | ucom(4) did not understand the last-close semantics. repair that, and | Theo de Raadt |
2011-07-03 | Rip out and burn support for UVM_HIST. | Owain Ainsworth |
2011-07-03 | Fix return values of wsdisplaykqfilter and move some code so it matches | Nicholas Marriott |
2011-07-03 | Cleanup vnd(4) a bit now that it only has one mode of operation and | Matthew Dempsky |
2011-07-03 | Fix vnd(4) support for read-only files. We can't clear sc_flags | Matthew Dempsky |