| Age | Commit message (Expand) | Author |
| 2017-10-29 | Make all of the COM_xxx type options runtime selectable. Kernel configs | jmcneill |
| 2017-10-28 | Add some #includes to make a few more header files compile. | riastradh |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-24 | Print "ECC" or "no ECC" for DDR4. | msaitoh |
| 2017-10-23 | Initialize txrate to 0 for new associations; firmware handles rate adaptation... | jmcneill |
| 2017-10-23 | We don't need '&mii', but just 'mii' for mii_detach(). | jakllsch |
| 2017-10-23 | If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | - If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_initialize() failed in the attach function, return. | msaitoh |
| 2017-10-23 | - Free resources correctly on some errors in atw_attach(). | msaitoh |
| 2017-10-23 | - If if_initialize() failed in athn_attach(), free resources and return. | msaitoh |
| 2017-10-23 | If error occured in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If if_attach() failed in the attach function, return. | msaitoh |
| 2017-10-20 | Set maximum supported bwfm_bss_info length | jmcneill |
| 2017-10-20 | Fix an alignment problem with scan results within an escan event | jmcneill |
| 2017-10-20 | move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() | jdolecek |
| 2017-10-19 | Add driver for Broadcom 802.11a/b/g/n/ac USB wireless devices, based on | jmcneill |
| 2017-10-17 | reintroduce ATACH_IRQ_WAIT flag for attachments using wdcintr(), only | jdolecek |
| 2017-10-17 | no need to clear DMA WAIT flag in mvsata_edma_handle(), it's not needed | jdolecek |
| 2017-10-16 | simplify previous. | christos |
| 2017-10-16 | dedup | christos |
| 2017-10-16 | A part number field of DDR3 and DDR4 is not NUL terminated. All unused chars | msaitoh |
| 2017-10-16 | fix comment - it's WDCTL_IDS which is supposed to disable interrupts | jdolecek |
| 2017-10-15 | explicitely ignore polled xfers in wdcintr(), so it won't be processed | jdolecek |
| 2017-10-10 | make compile with ATAPI_DEBUG_PROBE (by copying over the code from | jdolecek |
| 2017-10-08 | Initialize tfd even when not waiting for DSC. | joerg |
| 2017-10-07 | adapt several more wdc attachments for NCQ branch merge | jdolecek |
| 2017-10-07 | Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branch | jdolecek |
| 2017-09-26 | VLAN ID uses pkthdr instead of mtag now. Contributed by s-yamaguchi@IIJ. | knakahara |
| 2017-09-02 | Revert previous local conversion for vs(4). | isaki |
| 2017-08-29 | Fix two typos. pfil -> rfil for recording. | isaki |
| 2017-08-20 | M_WAITOK cannot fail, so remove the test, otherwise it looks like an | maxv |
| 2017-08-18 | - WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioid | msaitoh |
| 2017-08-17 | Use uint8_t instead of int. No functional change. | msaitoh |
| 2017-08-10 | Report AUXUART fifo size on rpi3 to 1 byte. This prevents bluetooth | nat |
| 2017-08-09 | While ld(4) is MP safe, many backends are not. | mlelstv |
| 2017-08-09 | - Sprinkle static and const. No functional change. | msaitoh |
| 2017-08-05 | vs(4) became to able to play audio again. | isaki |
| 2017-08-05 | Fix typo. 266 -> 256. | isaki |
| 2017-08-02 | Use endian conversion macros (and some rearrange for readability). | isaki |
| 2017-07-31 | Broadcom AUX UART doesn't seem to set LSR RXRDY bit when data is available | jmcneill |
| 2017-07-31 | Add COM_TYPE_BCMAUXUART type for BCM2835 AUX UART. | jmcneill |
| 2017-07-30 | Improve diagnostic code. | isaki |
| 2017-07-29 | Null out sc_rx_mbuf[i] after m_freem to avoid double-free later. | riastradh |
| 2017-07-29 | Plug mbuf leak on MCLGET failure in sonic_rxintr. | riastradh |
| 2017-07-29 | Check for MCLGET failure in dme_alloc_receive_buffer. | riastradh |
| 2017-07-29 | Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET. | riastradh |
| 2017-07-28 | Reject out-of-bounds channel index. | riastradh |
| 2017-07-28 | Reject negative indices from userland. | riastradh |