index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
external
/
isc
Age
Commit message (
Expand
)
Author
2019-02-23
Improve fallthrough statement wording
kamil
2019-02-04
apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c.
mrg
2016-10-09
PR/51540: Henning Petersen: replace , with ;
christos
2015-11-24
One too many parenthesis removed.
jklos
2015-11-23
Replace left shifts of negative values with appropiate unsigned values.
joerg
2014-10-14
Revert troublesome ath_hal config definitions back to the original.
uebayasi
2014-10-10
Sanitize athhal definitions. Depend on ath.
uebayasi
2014-08-03
defintion -> definition
wiz
2014-02-27
abs on unsigned values is a nop.
joerg
2013-09-12
Remove unused variable
martin
2013-09-12
Remove unsued variable
martin
2013-09-12
Remove unused variable
martin
2013-09-12
Get rid of unused variables
martin
2013-09-12
Remove unused variable
martin
2013-09-12
Fix wrong for loop limit
martin
2013-09-12
Remove unused maxPower_t4 variable.
martin
2013-06-25
Fix header guards.
joerg
2012-12-11
Fix off by one read error.
msaitoh
2012-04-11
Fix ATHHAL_DEBUG by syncing HALDEBUG() with Atheros HAL code.
nakayama
2012-03-15
Revert previous; needs more work
bouyer
2012-03-15
Use the right marcro for loop bound, avoids read past array end. Found by
bouyer
2012-02-12
Consistently use ar5416SetPowerMode. From Henning Petersen in PR 45999.
wiz
2012-02-12
Use correct return value. From clang via Henning Petersen in PR 45995.
wiz
2012-02-12
Use correct return value. From clang via Henning Petersen in PR 45996.
wiz
2011-11-28
SVN r220966 from FreeBSD:
jmcneill
2011-08-01
Fix AR_SREV_MERLIN_20 and AR_SREV_MERLIN_20_OR_LATER macros to match
jmcneill
2011-07-17
Retire varargs.h support. Move machine/stdarg.h logic into MI
joerg
2011-05-30
Define a few macros as unsigned to avoid UB when later shifting them
joerg
2011-05-30
Silence warnings about unused return value for a dead hardware read.
joerg
2011-03-07
Get improvements from FreeBSD-current (January 2011).
cegger
2011-03-05
add defflag for AR9285.
cegger
2011-02-21
make it compile with ATHHAL_DEBUG
cegger
2011-02-21
add AR9285 support
cegger
2011-02-20
add AR9280 support
jmcneill
2011-02-20
support building as a module
jmcneill
2011-01-26
Protect against a NULL pointer dereference that I've seen in the wild.
dyoung
2009-08-07
NetBSD doesn't support alq(9) and hence ATHHAL_DEBUG_ALQ is unusable.
sborrill
2009-05-14
Fix prototypes to match the functions. The prototypes had `int' specified for
reinoud
2009-03-24
Now that we compile the Atheros HAL from source we pass all the right
martin
2009-01-06
initialise some variables whined about by gcc -O3.
mrg
2008-12-31
KNF.
christos
2008-12-31
Add a return HAL_OK in the AR_EEP_MACADDR case. Without this
phil
2008-12-13
Restore a valid call to ath_hal_wait() and wrap the if() statement with curly...
alc
2008-12-12
Don't display the global kernel symbol `version' but the *eeprom* version, as...
alc
2008-12-12
make i386 ALL kernel compile
cegger
2008-12-11
Add HAL standard option and file list.
alc
2008-12-11
Import HAL's OS dependent code and config(9)'s interface header.
alc
2008-12-11
Fix the build of the new HAL:
alc
2008-12-11
Import Atheros HAL, from FreeBSD (revision 185521)
alc