summaryrefslogtreecommitdiff
path: root/sys/external/isc
AgeCommit message (Expand)Author
2023-06-03adapt to ${CC_WNO_IMPLICIT_FALLTHROUGH}lukem
2021-09-21don't opencode kauth_cred_get()christos
2021-08-21rename glue.c to sodium_module.cchristos
2021-08-21renaname glue.c to sodium_module.c and remove libsodium_errno which is unused.christos
2021-08-17Add module gluechristos
2021-04-13use correct enum types for various functions.mrg
2020-12-16interupt -> interruptchristos
2020-11-17Support aarch64eb in */config.guess.rin
2020-08-26Tidy up libsodium makefile and config fragments.riastradh
2020-08-21Disable libsodium HAVE_TI_MODE for now.riastradh
2020-08-21Split flags onto separate lines, sorted, to make diffs easier.riastradh
2020-08-21Disable -Wshadow for libsodium.riastradh
2020-08-20Use cprng_strong, not cprng_fast, for ephemeral key.riastradh
2020-08-20Split ge25519_scalarmult up in order to reduce stack usage.riastradh
2020-08-20Reuse temporaries in ge25519_scalarmult to reduce stack usage.riastradh
2020-08-20[ozaki-r] libsodium glueriastradh
2020-08-20libsodium 1.0.16riastradh
2019-09-30convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-23Improve fallthrough statement wordingkamil
2019-02-04apply -Wno-error=implicit-fallthrough to ar5212_xmit.c and ar5416_xmit.c.mrg
2016-10-09PR/51540: Henning Petersen: replace , with ;christos
2015-11-24One too many parenthesis removed.jklos
2015-11-23Replace left shifts of negative values with appropiate unsigned values.joerg
2014-10-14Revert troublesome ath_hal config definitions back to the original.uebayasi
2014-10-10Sanitize athhal definitions. Depend on ath.uebayasi
2014-08-03defintion -> definitionwiz
2014-02-27abs on unsigned values is a nop.joerg
2013-09-12Remove unused variablemartin
2013-09-12Remove unsued variablemartin
2013-09-12Remove unused variablemartin
2013-09-12Get rid of unused variablesmartin
2013-09-12Remove unused variablemartin
2013-09-12Fix wrong for loop limitmartin
2013-09-12Remove unused maxPower_t4 variable.martin
2013-06-25Fix header guards.joerg
2012-12-11Fix off by one read error.msaitoh
2012-04-11Fix ATHHAL_DEBUG by syncing HALDEBUG() with Atheros HAL code.nakayama
2012-03-15Revert previous; needs more workbouyer
2012-03-15Use the right marcro for loop bound, avoids read past array end. Found bybouyer
2012-02-12Consistently use ar5416SetPowerMode. From Henning Petersen in PR 45999.wiz
2012-02-12Use correct return value. From clang via Henning Petersen in PR 45995.wiz
2012-02-12Use correct return value. From clang via Henning Petersen in PR 45996.wiz
2011-11-28SVN r220966 from FreeBSD:jmcneill
2011-08-01Fix AR_SREV_MERLIN_20 and AR_SREV_MERLIN_20_OR_LATER macros to matchjmcneill
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2011-05-30Define a few macros as unsigned to avoid UB when later shifting themjoerg
2011-05-30Silence warnings about unused return value for a dead hardware read.joerg
2011-03-07Get improvements from FreeBSD-current (January 2011).cegger
2011-03-05add defflag for AR9285.cegger
2011-02-21make it compile with ATHHAL_DEBUGcegger