| Age | Commit message (Expand) | Author |
| 2022-09-29 | Remove unnecessary include of <sys/malloc.h>. | skrll |
| 2022-09-29 | Trailing whitespace | skrll |
| 2022-09-25 | s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments. | andvar |
| 2022-09-18 | Eliminate use of IFF_OACTIVE. | thorpej |
| 2022-06-18 | fix typos in word "functions" in comments, mainly s/fuctions/functions/. | andvar |
| 2022-04-08 | fix various typos, mainly in comments, but also log messages, docs, game text. | andvar |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-04 | malloc(9) -> kmem(9) | thorpej |
| 2020-09-29 | s/occurence/occurrence/ | msaitoh |
| 2020-07-07 | Overhaul the interface to pci_configure_bus(): | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-22 | Cleanup i2c bus acquire / release, centralizing all of the logic into | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-08-13 | ensure spibus_attach_args is zero'ed | tnn |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | No functional change: | msaitoh |
| 2019-04-11 | Fix CVS Id usage | kamil |
| 2019-01-22 | Change MII PHY read/write API from: | msaitoh |
| 2019-01-11 | Simplify regmap initialization, and fix an regmap issue that | thorpej |
| 2018-12-08 | Remove the COM_REGMAP option -- just use it all the time. While here, | thorpej |
| 2018-12-08 | Clean up initialization of com_regs structure, in preparation for | thorpej |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-12-08 | Apply deferred if_start framework | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-14 | zero the i2c_attach_args structure before filling it in. | chs |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-10-02 | PCI Extended Configuration stuff written by nonaka@: | msaitoh |
| 2015-08-30 | Turn interrupts back off after sleeping. From maxv's Brainy list. | dholland |
| 2015-06-27 | Cleanup includes. | matt |
| 2015-06-09 | #include <sys/cpu.h> or <mips/cpuregs.h> as needed | matt |
| 2015-04-13 | MD rnd.h cleanups. Please let me know if I broke anything! | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-03-29 | make pci_intr_string and eisa_intr_string take a buffer and a length | christos |
| 2014-03-26 | kill sprintf | christos |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-22 | Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixes | matt |
| 2012-06-07 | Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR... | kiyohara |
| 2012-05-19 | Enable interrupt in aumac_init(). And disable in aumac_stop()/aumac_attach(). | kiyohara |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-27 | converting extent(9) from malloc(9) to kmem(9) | para |
| 2012-01-14 | + Fix IPL_VM sr_bits for alchemy_ipl_sr_map. Alchemy peripherals connects to | kiyohara |
| 2012-01-04 | Use device_t instead of 'struct device *'. | kiyohara |
| 2012-01-03 | Use device_t instead of 'struct device *'. | kiyohara |
| 2011-11-19 | First step of random number subsystem rework described in | tls |
| 2011-07-26 | Don't set the iobase and iosize members of pcmciabus_attach_args because | dyoung |
| 2011-07-10 | Fix machine/ includes | matt |