| Age | Commit message (Expand) | Author |
| 2021-05-18 | Unbreak previous; we have to look for a child node iff our node isn't | jmcneill |
| 2021-05-18 | - Cleanup an rxbuf entry when bus_dmamap_load_mbuf() failed to prevent panic. | msaitoh |
| 2021-05-16 | close pipe before freeing frame length array. | mlelstv |
| 2021-05-16 | Protect ioctl and declare MPSAFE. | mlelstv |
| 2021-05-16 | Try to guess attributes better. | mlelstv |
| 2021-05-16 | No need to check cell count. | mlelstv |
| 2021-05-15 | Change PCI_VENDOR_MASK and PCI_PRODUCT_MASK to unsigned values, to prevent | jakllsch |
| 2021-05-14 | Replace aprint_error with aprint_error_dev in config_interrupts callback. | jmcneill |
| 2021-05-14 | Keep m_len and m_pkthdr.len consistent to prevent panic on arm. | msaitoh |
| 2021-05-14 | Comment out flow director processing in fast path. | knakahara |
| 2021-05-13 | Cast to uint32_t to avoid undefined behavior in dwc_gmac_write_hwaddr(). | msaitoh |
| 2021-05-13 | Use unsigned to avoid undefined behavior in hwrite[12](). Found by kUBSan. | msaitoh |
| 2021-05-12 | - Define a device call for PCI bus instances to fetch a direct child's | thorpej |
| 2021-05-12 | Fix i386 build failure with options WM_EVENT_COUNTERS. | knakahara |
| 2021-05-11 | wscons: add support for the Neo 2 German keyboard layout | nia |
| 2021-05-11 | Forward the bridge's devhandle to the downstream bus. | thorpej |
| 2021-05-11 | Call bus_dmamap_unload(9) via ixgbe_dmamap_unload(), before freeing | rin |
| 2021-05-10 | Associate the OpenBoot / OpenFirmware node with attached devices | thorpej |
| 2021-05-08 | Use pci_compatible_match(). | thorpej |
| 2021-05-07 | A small bit of const poisoning. | thorpej |
| 2021-05-07 | Track the number of cdev and bdev opens and fail dm_detach() | hannken |
| 2021-05-07 | Make sure the unit number of device-mapper devices matches their minor number. | hannken |
| 2021-05-07 | Print the error value of ixgbe_reset_hw() for debugging. | msaitoh |
| 2021-05-05 | disable MSI for SiI3124 - interrupts don't seem to work on this old board | jdolecek |
| 2021-05-03 | genet(4): Add support for rnd(9). | rin |
| 2021-05-03 | if_wm: do not return a void value from a void function | rillig |
| 2021-05-02 | audio: Only score hardware formats by channel count at count<=2 | nia |
| 2021-04-30 | Add missing __KERNEL_RCSID(). | msaitoh |
| 2021-04-30 | Add NetBSD RCS IDs. No functional change. | msaitoh |
| 2021-04-30 | If we're enumerating the root bus, skip some well-known nodes that | thorpej |
| 2021-04-30 | Allow devices to declare themselves an "ofisa_subclass", allowing | thorpej |
| 2021-04-28 | Avoid a double "cs0: " in the autoconfiguration messages. | thorpej |
| 2021-04-27 | "ofisa" carried an "ofbus" interface attribute in addition to its own | thorpej |
| 2021-04-27 | If we are attaching the OFW root, print out the banner-name and model | thorpej |
| 2021-04-26 | midi_attach_mi(): Be explicit about using the "midibus" interface attribute, | thorpej |
| 2021-04-26 | audioprint(): handle AUDIODEV_TYPE_AUX. | thorpej |
| 2021-04-26 | Be explicit about the "eap" interface attribute when attaching a "joy" | thorpej |
| 2021-04-26 | - The "eso" device does not need to carry the "midibus" interface attribute. | thorpej |
| 2021-04-26 | Be explicit about using the "ym" interface attribute when attaching | thorpej |
| 2021-04-26 | Be explicit about using the "wss" interface attribute when attaching | thorpej |
| 2021-04-26 | - The "ess" device does not need a "midibus" interface attribute; it | thorpej |
| 2021-04-26 | simplebus, cpus, and syscon do not need their own interface attribute; they | thorpej |
| 2021-04-26 | audio_attach_mi(): Be explicit about using the "audiobus" interface attribute, | thorpej |
| 2021-04-26 | if raidframe sets booted_device, log a debug message about it. | mrg |
| 2021-04-25 | Sample # of RX packets as entropy source. | rin |
| 2021-04-25 | Sample # of TX packets as entropy source. | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-24 | add an ioctl() to get a list of fonts currently available via wsfont | macallan |
| 2021-04-21 | regenerate | jakllsch |
| 2021-04-21 | Fix Realtek RTL8125 description | jakllsch |