Age | Commit message (Expand) | Author |
2014-11-16 | Replace a plethora of historical protection options with just | Theo de Raadt |
2014-11-05 | Functions that say they return void should not try to return something. | Daniel Dickman |
2014-11-04 | shuffle when the cid is set on submission queue entries so its after | David Gwynne |
2014-11-04 | when reading the completion queue, it helps to write where we've read up | David Gwynne |
2014-10-31 | remove unused and uneeded includes under NCY_ISA > 0 and NCY_PCI > 0 | Jonathan Gray |
2014-10-24 | Always put controller into known state before device intialization. | Brad Smith |
2014-10-15 | Sprinkle CPU_BUSY_CYCLE() in a few places. | Masao Uebayashi |
2014-10-15 | Revert previous (wrong commit message). | Masao Uebayashi |
2014-10-15 | pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarations | Masao Uebayashi |
2014-10-12 | remove some unused files | Jonathan Gray |
2014-10-11 | Comparsion -> Comparison | Miod Vallat |
2014-10-08 | Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets. | Brad Smith |
2014-09-29 | correctly decrement the C_SCSIXFER reference count in wdc_xfer flags | David Gwynne |
2014-09-25 | include bpfilter.h so the softc will be the same size in all files | Jonathan Gray |
2014-09-23 | dont need to call bpfdetach cos if_detach does it for you. | David Gwynne |
2014-09-21 | add a missing break statement in the RL_HWREV_8168E_VL case | Jonathan Gray |
2014-09-17 | be less confusing to the compiler when setting up the sge. | David Gwynne |
2014-09-15 | mark the interrupt handler mpsafe, and drop the kernel lock in the scs_cmd | David Gwynne |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-12 | dont leak a ccb in identify | David Gwynne |
2014-09-12 | fix some format string issues | David Gwynne |
2014-09-09 | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd | David Gwynne |
2014-09-08 | Don't include <sys/types.h>; we already include <sys/param.h>. | Mark Kettenis |
2014-09-06 | reduce the amount of pci includes | Jonathan Gray |
2014-09-06 | Various changes to the re(4) feature flags.. | Brad Smith |
2014-09-03 | tasks dont need a mutex and a semaphore to protect against multiple uses | David Gwynne |
2014-09-01 | move mpi(4) from workq to taskq | Bret Lambert |
2014-08-30 | Fix format strings in STIDEBUG code. | Miod Vallat |
2014-08-27 | rxr ioctl handling. | David Gwynne |
2014-08-24 | Fix wrong IEEE 802.11 ioctl's: | Vadim Zhukov |
2014-08-20 | Call audio_{pint,rint}() call-backs with the mutex held. Found by | Alexandre Ratchov |
2014-08-20 | replace the custom jumbo allocator with MCLGETI. | David Gwynne |
2014-08-19 | yet another typo | Miod Vallat |
2014-08-19 | Enable rts5227, as found in my new Thinkpad x240. | Peter Hessler |
2014-08-19 | Three independent typos for `independent' or `independently'. | Miod Vallat |
2014-08-15 | Create a function which loads sgd in the mfi_iop_ops struct so that skinny | YASUOKA Masahiko |
2014-08-03 | When stsp changed bwi_encap() for 30 bit addresses in rev 1.106 code | Jonathan Gray |
2014-07-31 | unbreak aac(4) by re-adding uvm_extern.h for ptoa() | Jasper Lievisse Adriaanse |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-20 | Always allocate bwi(4) ring descriptors below the 1GB boundary to give 30bit | Stefan Sperling |
2014-07-20 | In bwi(4), don't declare an interrupt as unhandled in case the PHY TX error | Stefan Sperling |
2014-07-20 | Make bwi_dma_mbuf_create() use the correct loop counter in error case. | Stefan Sperling |
2014-07-20 | Load bwi(4) firmware once, not every time the interface is brought up. | Stefan Sperling |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-10 | Show eeprom version of ath devices in dmesg; ok reyk | Stefan Sperling |
2014-07-09 | Use the correct rf revision number for AR2425 radios. When read from | Stefan Sperling |
2014-07-09 | Kill unused shutdown hook pointers. | Martin Pieuchot |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |