| Age | Commit message (Expand) | Author |
| 2022-08-28 | Don't fetch data beyond end of inquiry buffer, which, here, is not | mlelstv |
| 2022-08-28 | cons(9): Need sys/types.h for dev_t, u_int. | riastradh |
| 2022-08-28 | se(4): don't set if_watchdog as it's not used. | skrll |
| 2022-08-28 | Sprinkle const | skrll |
| 2022-08-28 | Empty if_watchdog functions are useless and now waste resources. Let's | skrll |
| 2022-08-28 | Trailing whitespace | skrll |
| 2022-08-28 | Simplify the check for what ioctls can be done in raidioctl() without | oster |
| 2022-08-28 | RAIDframe must be initialized for the RAIDFRAME_SET_LAST_UNIT | oster |
| 2022-08-27 | Convert bge_pending_rxintr_change to a bool (from int) | skrll |
| 2022-08-27 | Include headers once (and don't pretend this compiles without INET) | skrll |
| 2022-08-27 | Correct the abbreviation of approximately to 'approx.' | skrll |
| 2022-08-27 | Trailing whitespace | skrll |
| 2022-08-26 | G/C unused softc members | skrll |
| 2022-08-25 | audio(4): Fix bug in detaching audio16 and beyond. | riastradh |
| 2022-08-25 | Tune number of Rx descriptors for ixl(4), ok'ed by yamaguchi@n.o. | knakahara |
| 2022-08-25 | G/C | skrll |
| 2022-08-25 | add missing bus_dmamap_unload(). | ryo |
| 2022-08-24 | jumboframe support for eqos(4) | ryo |
| 2022-08-24 | rename EQOS_TDES3_* macro to EQOS_TDES3_{TX,RX}_*, and add more defs. | ryo |
| 2022-08-24 | pmf(9): *_child_register never fails. Make it return void. | riastradh |
| 2022-08-24 | Giving up adjusting ETHER_ALIGN. | ryo |
| 2022-08-23 | xhci(4): Fix error branch for failed suspend. | riastradh |
| 2022-08-23 | Fix eqos(4) to work on RK3588 as well. | ryo |
| 2022-08-23 | usbnet(9): Don't touch ifp->if_flags in usbnet_start_locked. | riastradh |
| 2022-08-23 | mii(9): Make mii_phy_down clear the flag if it prevented the callout. | riastradh |
| 2022-08-22 | iwi_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-22 | ipw_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-22 | We come into our if_start routine via ether_output(), therefore there is | thorpej |
| 2022-08-22 | age_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-22 | age_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chain | thorpej |
| 2022-08-22 | ale_encap(): Fix error logic in previous change for when the defrag works, | thorpej |
| 2022-08-22 | ale_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-22 | ale_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chain | thorpej |
| 2022-08-22 | usbnet(9): Update comments about locking to reflect current reality. | riastradh |
| 2022-08-22 | dk(4): Assert about dk_openmask under the lock. | riastradh |
| 2022-08-22 | Revert "dk(4): Narrow scope of dk_rawlock on close to dklastclose." | riastradh |
| 2022-08-22 | cons(4): Don't barge ahead if cdevvp has failed -- return error now. | riastradh |
| 2022-08-22 | cons(4): Ignore error from vn_lock(vp, LK_EXCUSIVE|LK_RETRY). | riastradh |
| 2022-08-22 | dk(4): dklastclose never fails. Make it return void. | riastradh |
| 2022-08-22 | dk(4): Simplify dklastclose. | riastradh |
| 2022-08-22 | dk(4): Assert parent is open in dklastclose. | riastradh |
| 2022-08-22 | dk(4): Move first-open logic to new dkfirstopen function. | riastradh |
| 2022-08-22 | dk(4): Turn locking contract comment into assertions in dklastclose. | riastradh |
| 2022-08-22 | dk(4): Narrow scope of dk_rawlock on close to dklastclose. | riastradh |
| 2022-08-22 | dk(4): Factor common mutex_exit out of branches to keep it balanced. | riastradh |
| 2022-08-22 | dk(4): Move lock release out of dklastclose into caller. | riastradh |
| 2022-08-22 | dk(4): Serialize closing parent's dk_rawvp with opening it. | riastradh |
| 2022-08-21 | jme_ifstart(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" with | thorpej |
| 2022-08-21 | Don't allow jme_encap() to modify the head-of-mbuf-chain pointer. Instead, | thorpej |
| 2022-08-21 | jme_encap(): Fix up some botched formatting, and don't use (*m_head) | thorpej |