NetBSD/sys
oster 56f6918fef rf_markalldirty() needs to update the mod_counter for used_spares too!
This bug appears as "incorrect Mod Counters" in 'raidctl -s'.  The
reason it was seen only in 'raidctl -s' is because of the conditions
needed to trigger the bug:
  a) a raid set is configured
  b) no partitions on that set are mounted or are otherwise in-use
  c) a component is failed, and subsequently rebuilt to a hot spare
  d) the machine is rebooted while something (e.g. 'raidctl -s') has
the device open (and, therefore, rf_markalldirty() has been called)
but before the final rf_update_component_labels() is done.

Needless to say, the window for this happening is *very* small, and it
was only because I was testing some obscure stuff that I even noticed it.
2002-11-14 17:11:54 +00:00
..
adosfs
altq
arch Add support for National Semiconductor Geode(TM) familly of processors. 2002-11-14 12:52:28 +00:00
coda
compat we now export information about CLK_TCK via ELF aux args, no need to 2002-11-13 15:20:04 +00:00
conf The kernel now builds with COMPAT_DARWIN. 2002-11-12 23:40:19 +00:00
crypto add non-ELF .align 2002-11-12 03:03:10 +00:00
ddb make stack trace on i386 work again. 2002-11-13 05:59:28 +00:00
dev rf_markalldirty() needs to update the mod_counter for used_spares too! 2002-11-14 17:11:54 +00:00
filecorefs
fs
gdbscripts
ipkdb
isofs Fix signed/unsigned comparison warnings. 2002-11-07 08:13:10 +00:00
kern ELF copyargs: at the time this is executed, process's ucred doesn't 2002-11-13 15:49:44 +00:00
lib ABICALLS -> __ABICALLS__ 2002-11-10 18:10:25 +00:00
lkm add generic linux compat ELF copyargs function 2002-11-13 15:16:27 +00:00
miscfs Fix a signed/unsigned comparison warning. 2002-11-07 08:21:36 +00:00
msdosfs
net when there are multiple matches for the requested media, select the first 2002-11-12 16:54:45 +00:00
netatalk
netccitt
netinet remove all entries in rt timer queue on ip_mtudisc change, instead of 2002-11-12 02:10:13 +00:00
netinet6 make USE_ENCAPCHECK (in netinet*/*gif.c) to global option, GIF_ENCAPCHECK. 2002-11-11 18:35:27 +00:00
netisdn
netiso
netkey /*CONTCOND*/ while (0)'ed macros 2002-11-02 07:30:55 +00:00
netnatm
netns
netsmb /*CONTCOND*/ while (0)'ed macros 2002-11-02 07:30:55 +00:00
nfs
ntfs
stand
sys Make O_NOCTTY have the same number of leading zeros as all the other 2002-11-14 04:03:35 +00:00
ufs s/sqiud/squid/ in comment, reported by skrueger at europe com. 2002-11-04 16:59:37 +00:00
uvm Fix signed/unsigned comparison warnings. 2002-11-09 20:06:07 +00:00
Makefile