NetBSD/sys
drochner 8588929dc5 Add "consttime_bcmp" and "explicit_bzero" functions for both kernel
abd userland, as proposed on tech-security, with explicit_bzero using
a volatile function pointer as suggested by Alan Barrett.
Both do what the name says. For userland, both are prefixed by "__"
to keep them out of the user namespace.
Change some memset/memcmp uses to the new functions where it makes
sense -- these are just some examples, more to come.
2012-08-30 12:16:48 +00:00
..
altq
arch Add a l1pte_supersection_p macro. 2012-08-30 02:10:15 +00:00
coda mention current status 2012-08-04 12:47:00 +00:00
common More cleanup. Use a union (pmap_segtab) and a typedef (pmap_segtab_t). Add 2012-07-09 17:45:22 +00:00
compat Extend the CPU microcode update framework to support Intel x86 CPUs. 2012-08-29 17:13:21 +00:00
conf Deal with optional HAVE_GCC. 2012-08-10 16:05:26 +00:00
crypto
ddb Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
dev Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
dist
external Make ipf compile even without INET6 support. 2012-07-30 19:27:46 +00:00
fs Missing bit in previous commit (PUFFS_KFLAG_CACHE_DOTDOT option to avoid 2012-08-11 01:10:11 +00:00
gdbscripts
ipkdb
kern Add a new more KASSERT/KASSERTMSG 2012-08-30 02:26:38 +00:00
lib Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
miscfs Add some pre-processor magic to verify that the type of the data item 2012-06-02 21:36:41 +00:00
modules - Extend npftest: add ruleset inspection testing from the config generated 2012-08-12 03:35:13 +00:00
net the address expire counter is just a time difference; it can turn 2012-08-23 12:06:32 +00:00
net80211 add more QoS bits 2012-08-20 07:30:10 +00:00
netatalk
netbt
netinet make this compile. 2012-08-20 16:01:37 +00:00
netinet6 Remove stray #undef, probably someone's debugging leftover from long ago. 2012-08-24 06:03:18 +00:00
netipsec Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
netisdn
netiso Fix -fno-common found by building i386/conf/ALL 2012-07-28 00:43:22 +00:00
netkey
netmpls
netnatm
netsmb
nfs When unloading the nfsserver module, call nfs_fini() so that the nfsrvdescpl 2012-08-29 14:00:22 +00:00
opencrypto Add "consttime_bcmp" and "explicit_bzero" functions for both kernel 2012-08-30 12:16:48 +00:00
rump Use correct routine name - kcpuset_sysinit() vs kcpuset_init() 2012-08-16 19:40:48 +00:00
secmodel KNF fix. spaces vs. tab 2012-06-27 10:15:25 +00:00
stand
sys Extend the CPU microcode update framework to support Intel x86 CPUs. 2012-08-29 17:13:21 +00:00
ufs Move INITQFNAMES to the right header file. 2012-08-26 02:32:14 +00:00
uvm avoid leaking a uvm_object reference when merging a new map entry 2012-08-18 14:28:04 +00:00
Makefile Implement build_install in src/lib/Makefile, which traverses the 2012-08-17 16:22:27 +00:00