Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-02 | Allow the kernel to compile with IEEE80211_DEBUG. | Federico G. Schwindt | |
deraadt@ ok. | |||
2010-07-17 | Drop 3rd and 4th clauses from David Young's license. | Damien Bergamini | |
from NetBSD | |||
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst | |
sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt | |||
2008-09-01 | use C99 style struct initializer instead of GCC specific one (from NetBSD). | Damien Bergamini | |
some whitespace cleanup too. | |||
2007-06-16 | constify | Damien Bergamini | |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt | |
2005-09-08 | mostly knf | Reyk Floeter | |
ok jsg@ | |||
2005-09-08 | Remove the last of the FreeBSD compatiblity goop. | Jonathan Gray | |
ok reyk@ | |||
2005-09-07 | Remove FreeBSD/NetBSD ifdef mess. We are not likely to be | Jonathan Gray | |
doing a wholesale merge with them in future. very enthusiastic ok from reyk@ | |||
2004-06-22 | Import current NetBSD/FreeBSD 802.11 framework. | Todd C. Miller | |
Based in part on a diff from Matthew Gream. |