| Age | Commit message (Expand) | Author |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-20 | fix various typos in comments and log messages. | andvar |
| 2021-08-19 | add plural for packets and move it to new line to keep 80 symbols per line. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-13 | fix typos in words "pointer" and s/fram /frame/ | andvar |
| 2021-08-10 | Clear IFF_OACTIVE in genet_txintr (bug introduced in r1.8) and don't | jmcneill |
| 2021-08-09 | s/alway /always/ | andvar |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-06 | conditionally put back the include of <uvm/uvm_page.h> | tnn |
| 2021-08-05 | ssdfb: revert rev 1.14 | tnn |
| 2021-08-05 | ssdfb: support the SSD1353 controller and the DEP 160128A(1)-RGB display | tnn |
| 2021-08-05 | ssdfb: prepare for supporting rgb color displays | tnn |
| 2021-08-05 | ssdfb: make it work on big-endian | tnn |
| 2021-08-02 | ssdfb: define SSD1353 command set | tnn |
| 2021-07-31 | s/threshhold/threshold | andvar |
| 2021-07-31 | fix more typos in style found one in file - check/fix them all. | andvar |
| 2021-07-31 | only read cpr register if we're going to use the value | tnn |
| 2021-07-30 | ssdfb(4): remove code for dealing with non-MPSAFE attachment | tnn |
| 2021-07-30 | com(4): fix FIFO for DW_APB on Allwinner A20 (got broken by com.c 1.360) | tnn |
| 2021-07-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-01 | Make sure the media / mii members in struct ethercom are initialized | thorpej |
| 2021-06-30 | Fix a couple of problems with MII-equipped NE2000 derivatives reported by | thorpej |
| 2021-06-23 | make ahcisata(4) work on rk3399 (rockpro64) | mrg |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-06-12 | ath(4): Use config_deactivate; don't abuse autoconf private dv_flags. | riastradh |
| 2021-06-11 | Add a missing htole16() around the length passed to bpf_mtap2(). | jdc |
| 2021-06-02 | tpm(4): Preserve error if any on ending commands. | riastradh |
| 2021-05-29 | nvme(4): Move disestablishment of admin q interrupt to nvme_detach. | riastradh |
| 2021-05-29 | nvme(4): Add suspend/resume, derived from OpenBSD. | riastradh |
| 2021-05-29 | tpm(4): Handle TPM 2.0 random source too, and loop on short reads. | riastradh |
| 2021-05-22 | Remove extra newline from boot messages (isa and acpi front-ends | thorpej |
| 2021-05-13 | Cast to uint32_t to avoid undefined behavior in dwc_gmac_write_hwaddr(). | msaitoh |
| 2021-05-03 | genet(4): Add support for rnd(9). | rin |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-04-13 | remove extra line that clearly isn't meant to be there and may trigger | mrg |
| 2021-04-13 | use correct enum types for various functions. | mrg |
| 2021-03-25 | Introduce COM_HW_BROKEN_ETXRDY bit in sc_hwflags; push TX queue if | rin |
| 2021-03-25 | Introduce sc_poll_ticks and obsolete COM_HW_POLL bit in sc_hwflags. | rin |
| 2021-03-14 | No need to have an MD #ifdef in an MI file, so remove it. | skrll |
| 2021-03-10 | remove extra arguments | christos |
| 2021-03-08 | Compute CRC for all segments of a multi-buffer packet. | mlelstv |
| 2021-03-07 | Remove an '#ifndef hp300' and make STI_{EN,DIS}ABLE_ROM simply check the | skrll |
| 2021-03-07 | Use bus_space_mmap in sti_mmap. This makes X on sti for my B160L nearly | skrll |
| 2021-03-06 | Fix a possible race condition in spc_msgin() in NO_MANUAL_XFER case. | tsutsui |
| 2021-03-04 | Trailing whitespace | skrll |
| 2021-03-04 | Use BUS_ADDR_{LO,HI}32. NFC. | skrll |
| 2021-03-04 | Use __BIT(). NFC. | skrll |
| 2021-02-20 | sn(4): Add rnd(9) support. | rin |
| 2021-01-30 | Improve handling of receive overflows. When we get an overflow, don't | jdc |