Age | Commit message (Expand) | Author |
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 |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-07-03 | Call config_detach() on the child scsibus in sr_detach(). | Matthew Dempsky |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-07-02 | Cleanup the softraid boot probe code. Rename the rather poorly named | Joel Sing |
2011-07-02 | Use getvnode() instead of implementing our own file descriptor handling | Joel Sing |
2011-07-01 | msi interrupts working on mfi(4) | Theo de Raadt |
2011-06-30 | Refactor some common open/close/detach disk driver code into | Matthew Dempsky |
2011-06-29 | mark S8 encoding as emulated; only S16LE and U8 are natively supported | Christian Weisgerber |
2011-06-29 | iop(4) is not a SCSI controller, so it shouldn't have the scsi | Matthew Dempsky |
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst |
2011-06-29 | notyet, notever. delete a bunch of code we won't be using. | Ted Unangst |
2011-06-28 | Remove the ega driver which is not referenced by any GENERIC kernel. | Matthieu Herrb |
2011-06-27 | Unbreak iopool conversion by putting the implicit yet missing important | Miod Vallat |
2011-06-26 | kill mcd dead. ok krw matthew millert thib | Ted Unangst |
2011-06-26 | There are some problems with ppb msi interrupts. For instance, i386 in | Theo de Raadt |
2011-06-26 | I see you hiding, scd | Ted Unangst |
2011-06-26 | constrain properly which machines get this firmware | Theo de Raadt |
2011-06-24 | printf -> DPRINTF in the SIGKILL path | Damien Miller |
2011-06-24 | machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and | Christian Weisgerber |
2011-06-24 | Avoid a possible null dereference. | Joel Sing |
2011-06-23 | Back out inadvertently commited change. | Owain Ainsworth |
2011-06-23 | ansi | Theo de Raadt |
2011-06-23 | Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. | Owain Ainsworth |
2011-06-23 | make malloc calls in isp_pci_mbxdma NOWAIT to match the bus_dma calls that are | Owain Ainsworth |
2011-06-23 | Simplify softraid(4) to behave like other HBAs by using a single | Matthew Dempsky |
2011-06-23 | Eliminate ramdisk.c and ramdisk.h now that they're unused. | Matthew Dempsky |
2011-06-23 | Complete rewrite for rd(4) to eliminate unnecessary functionality and | Matthew Dempsky |
2011-06-23 | a bit more ansi; ok tedu | Theo de Raadt |
2011-06-23 | ansify a few files. ok deraadt dlg krw matthew | Ted Unangst |