| Age | Commit message (Expand) | Author |
| 2021-09-23 | Regen. | msaitoh |
| 2021-09-23 | Add some Intel devices: | msaitoh |
| 2021-09-23 | ena: fix packet reordering issue | jmcneill |
| 2021-09-22 | wscons: add definitions for BÉPO, a standardized, Dvorak-style optimized | nia |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-09-21 | use KAUTH_MACHDEP_UNMANAGEDMEM instead of KAUTH_GENERIC_ISSUSER like all the | christos |
| 2021-09-21 | don't opencode kauth_cred_get() | christos |
| 2021-09-21 | use l->l_cred since it is available. | christos |
| 2021-09-20 | Use coherent DMA mappings when possible. | jmcneill |
| 2021-09-20 | Use coherent DMA mappings when possible. | jmcneill |
| 2021-09-19 | fix few more typos in comments, messages and documentation. | andvar |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-19 | Use C99 designated initializer for wscons ops. | tsutsui |
| 2021-09-18 | Remove unnecessary (and unimplemented) WSKBD_*BELL ioctls in kbd drivers. | tsutsui |
| 2021-09-17 | Sprinkle a little delay. | nat |
| 2021-09-17 | Initialize firmware mailbox counter when firmware is reset. | nat |
| 2021-09-17 | Serialize sending of firmware commands to device. | nat |
| 2021-09-17 | Use urtwn_delay_ms were possibile. | nat |
| 2021-09-17 | wdc_sataprobe: Fix lock leak when atabus_alloc_drives() fails. | rin |
| 2021-09-17 | some love to double letters (in comments). | andvar |
| 2021-09-16 | fix typos in word "successful". | andvar |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-09-16 | fix various typos, mainly in comments. | andvar |
| 2021-09-16 | Fix a bug that an mbuf chain which has more than 63488bytes MAY fail on TX. | msaitoh |
| 2021-09-16 | Use IXGBE_TXDCTL_WTHRESH_SHIFT macro. No functional change. | msaitoh |
| 2021-09-15 | Adjust the device_call() calling convention so as to provide type checking | thorpej |
| 2021-09-15 | Device call interface definition files for the "device" and "pci" | thorpej |
| 2021-09-14 | Remove "no IOMMU" hack. | jmcneill |
| 2021-09-11 | sysinst/partitions.h: fix typos comments, also fix same typos in other files. | andvar |
| 2021-09-11 | Add missing double p and d for stopped and overriden accordingly. | andvar |
| 2021-09-11 | add 32.0GT/s to the list of pcie speeds (PCIe 5.x.) | mrg |
| 2021-09-10 | if_et.c: nothing in this driver needs netinet includes now, | jakllsch |
| 2021-09-10 | No need to #include "vlan.h", as NVLAN is not used in these drivers now. | jakllsch |
| 2021-09-09 | sys/dev: Memset zero before copyout. | riastradh |
| 2021-09-09 | fix part of the previous: Link Capability Max Speed is a value not | mrg |
| 2021-09-09 | add some bits in the pci Link Capabilities Register, and also the similar | mrg |
| 2021-09-08 | Reduce bus_dmamap_sync() cost. | msaitoh |
| 2021-09-08 | Don't pre-allocate a cluster not to do m_freem() it on RXCOPY case. | msaitoh |
| 2021-09-07 | s/aquire/acquire/ in comments, also one typo fix acqure->acquire. | andvar |
| 2021-09-07 | usb(4): Fix xfer race between software abort and hardware completion. | riastradh |
| 2021-09-07 | ugen(4): Keep fields null when not allocated; kassert on close. | riastradh |
| 2021-09-07 | ugen(4): Use cv_wait loop for draining reference count on detach. | riastradh |
| 2021-09-07 | ugen(4): Use cv_broadcast to wake all I/O operations on detach. | riastradh |
| 2021-09-07 | ugen(4): Issue explicit wakeup on detach for OUT endpoints too. | riastradh |
| 2021-09-07 | ugen(4): Ensure we close pipes on detach. | riastradh |
| 2021-09-07 | ugen(4): Refuse non-forced detach with EBUSY if endpoints are open. | riastradh |
| 2021-09-07 | ugen(4): Prevent ugenopen while ugen_set_config is in progress. | riastradh |
| 2021-09-07 | ugen(4): Fix race of ugenopen against itself. | riastradh |
| 2021-09-07 | ugen(4): Sprinkle KERNEL_LOCKED_P assertions around sc_is_open. | riastradh |
| 2021-09-07 | Don't increment no_mbuf evcnt(9) when discarding multi-descriptor packet. | msaitoh |