| Age | Commit message (Expand) | Author |
| 2016-06-28 | Add slhci_memtest which is run when SLHCI_DEBUG is defined. | skrll |
| 2016-06-27 | CID 1362902: forward null | christos |
| 2016-06-27 | Regen | pgoyette |
| 2016-06-27 | Add a couple more devices, from PR kern/40987 | pgoyette |
| 2016-06-27 | Add license, copied from the companion file dev/ic/spic.c | pgoyette |
| 2016-06-26 | Create a dedicated thread for the initial scsibus discovery instead | mlelstv |
| 2016-06-26 | Avoid NULL deref in case no bufq has been set. | mlelstv |
| 2016-06-24 | diff reduction with openbsd; turn debugging on. | christos |
| 2016-06-24 | fix free memory size. | nonaka |
| 2016-06-23 | Fix UVMHIST builds for kernels that don't include usb | skrll |
| 2016-06-22 | fix: locking about IFQ_ENQUEUE and ALTQ | knakahara |
| 2016-06-22 | remove unused variable. | nonaka |
| 2016-06-21 | Add sdhc(4) at acpi support | nonaka |
| 2016-06-21 | Pass bus_dma(9) tag to allow for porting sdhc(4) at acpi. | nonaka |
| 2016-06-20 | Fix a comment | skrll |
| 2016-06-20 | B260 "Slot Power Limit" ECN. PCIe 3.1 ECN. September 18, 2015. | msaitoh |
| 2016-06-20 | wm(4) can enable IFEF_START_MPSAFE now. | knakahara |
| 2016-06-20 | More debug. | skrll |
| 2016-06-20 | Set ssc as early as possible | skrll |
| 2016-06-20 | For built-in modules, the iic driver requires i2c_bitbang | pgoyette |
| 2016-06-20 | Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. | jakllsch |
| 2016-06-19 | more NBIO > 0 | dholland |
| 2016-06-19 | Add a new config_detach() flag, DETACH_POWEROFF, which is set when | bouyer |
| 2016-06-19 | More debug | skrll |
| 2016-06-19 | Broaden the #if NBIO > 0 block. Should fix broken evbppc build. | dholland |
| 2016-06-19 | More debug and fix a debug | skrll |
| 2016-06-18 | Fix non-debug build. | skrll |
| 2016-06-18 | Debug updates to work with vmstat(1) -u | skrll |
| 2016-06-17 | catch up with new names. | christos |
| 2016-06-17 | rename intr bits | christos |
| 2016-06-17 | ifdef out unused code. | christos |
| 2016-06-17 | More(/less) debug | skrll |
| 2016-06-17 | _KERNEL_OPT protection | skrll |
| 2016-06-17 | disable hardware crypto for now. | christos |
| 2016-06-16 | Use m_set_rcvif, not M_SETCTX. | riastradh |
| 2016-06-16 | use M_SETCTX() macro. | nonaka |
| 2016-06-16 | more conservating handling of memory. | christos |
| 2016-06-16 | fix mbuf handling; we don't crash anymore. | christos |
| 2016-06-15 | If either "regulator-boot-on" or "regulator-always-on" properties are true, | jmcneill |
| 2016-06-15 | Work around an issue with MSG_WAITALL that would block for too long by | mlelstv |
| 2016-06-15 | Remove throttling code, instead signal scsipi layer to reduce the openings | mlelstv |
| 2016-06-15 | drop unused debug helper routine | mlelstv |
| 2016-06-15 | Fix field name in response pdu. | mlelstv |
| 2016-06-14 | fix: rxq->rxq_lock is uninitialized if NET_MPSAFE is not defined. | knakahara |
| 2016-06-14 | Simplify the code. | skrll |
| 2016-06-12 | Remove KASSERTs that don't make sense. | skrll |
| 2016-06-12 | Make internal functions static to avoid conflicts with arc_* from zfs. | christos |
| 2016-06-10 | add WSDISPLAY_TYPE_PLATINUM, for platinumfb | macallan |
| 2016-06-10 | Add callout_stop while clearing stall. From t-hash. | skrll |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |