| Age | Commit message (Expand) | Author |
| 2022-09-25 | Remove unnecessary include of <sys/malloc.h>. | thorpej |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-03-07 | Get improvements from FreeBSD-current (January 2011). | cegger |
| 2011-02-20 | support building as a module | jmcneill |
| 2011-01-21 | Move device_printf() from ath_netbsd.c to subr_prf.c for reuse in a new | dyoung |
| 2009-10-19 | Drop 3rd and 4th clauses from David Young's license. | rmind |
| 2008-11-12 | Remove LKMs and switch to the module framework, pass 1. | ad |
| 2008-07-09 | - device/softc split for ath(4) | joerg |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-11-26 | Use device_xname(). Make device_printf() take a device_t argument. | dyoung |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-29 | Remove more duplicate headers. | hubertf |
| 2006-05-11 | cast the return value of several macros that evaluate to "(func() == FOO)" | mrg |
| 2006-03-02 | Miscellaneous ath(4) and net80211 updates and bug-fixes coming from | dyoung |
| 2006-02-05 | Add missing $NetBSD$ tags and __KERNEL_RCSID(). | xtraeme |
| 2005-11-18 | Adapt drivers to the new net80211(9). | skrll |
| 2005-07-28 | Export ath_sysctl_instance for the SampleRate rate-control module | dyoung |
| 2005-07-03 | Create per-instance sysctl nodes for ath(4), e.g., hw.ath0.debug, | dyoung |
| 2005-06-22 | Remove unused <atomic.h> include; add <sys/device.h> includes where | martin |
| 2005-06-22 | Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9) | dyoung |