Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   mlelstv
Date:           Sun Jul 29 18:05:48 UTC 2012

Modified Files:
        src/share/man/man9: cpu_rootconf.9
        src/sys/arch/acorn26/acorn26: autoconf.c
        src/sys/arch/acorn32/acorn32: autoconf.c
        src/sys/arch/algor/algor: autoconf.c
        src/sys/arch/alpha/alpha: autoconf.c
        src/sys/arch/amiga/amiga: autoconf.c
        src/sys/arch/amigappc/amigappc: autoconf.c
        src/sys/arch/arc/arc: autoconf.c
        src/sys/arch/atari/atari: autoconf.c
        src/sys/arch/bebox/bebox: autoconf.c
        src/sys/arch/cats/cats: autoconf.c
        src/sys/arch/cesfic/cesfic: autoconf.c
        src/sys/arch/cobalt/cobalt: autoconf.c
        src/sys/arch/dreamcast/dreamcast: autoconf.c
        src/sys/arch/emips/emips: autoconf.c
        src/sys/arch/evbarm/evbarm: autoconf.c
        src/sys/arch/evbmips/adm5120: autoconf.c
        src/sys/arch/evbmips/alchemy: autoconf.c
        src/sys/arch/evbmips/atheros: autoconf.c
        src/sys/arch/evbmips/gdium: autoconf.c
        src/sys/arch/evbmips/loongson: autoconf.c
        src/sys/arch/evbmips/malta: autoconf.c
        src/sys/arch/evbmips/rasoc: autoconf.c
        src/sys/arch/evbmips/rmixl: autoconf.c
        src/sys/arch/evbppc/ev64260: autoconf.c
        src/sys/arch/evbppc/explora: autoconf.c
        src/sys/arch/evbppc/mpc85xx: autoconf.c
        src/sys/arch/evbppc/obs405: obs405_autoconf.c
        src/sys/arch/evbppc/pmppc: autoconf.c
        src/sys/arch/evbppc/virtex: autoconf.c
        src/sys/arch/evbppc/walnut: autoconf.c
        src/sys/arch/evbsh3/evbsh3: autoconf.c
        src/sys/arch/ews4800mips/ews4800mips: autoconf.c
        src/sys/arch/hp300/hp300: autoconf.c
        src/sys/arch/hp700/hp700: autoconf.c
        src/sys/arch/hpcarm/hpcarm: autoconf.c
        src/sys/arch/hpcmips/hpcmips: autoconf.c
        src/sys/arch/hpcsh/hpcsh: autoconf.c
        src/sys/arch/ia64/ia64: autoconf.c
        src/sys/arch/ibmnws/ibmnws: autoconf.c
        src/sys/arch/iyonix/iyonix: autoconf.c
        src/sys/arch/landisk/landisk: autoconf.c
        src/sys/arch/luna68k/luna68k: autoconf.c
        src/sys/arch/mac68k/mac68k: autoconf.c
        src/sys/arch/mipsco/mipsco: autoconf.c
        src/sys/arch/mmeye/mmeye: autoconf.c
        src/sys/arch/mvme68k/mvme68k: autoconf.c
        src/sys/arch/mvmeppc/mvmeppc: autoconf.c
        src/sys/arch/netwinder/netwinder: autoconf.c
        src/sys/arch/news68k/news68k: autoconf.c
        src/sys/arch/newsmips/newsmips: autoconf.c
        src/sys/arch/next68k/next68k: autoconf.c
        src/sys/arch/pmax/pmax: autoconf.c
        src/sys/arch/powerpc/oea: ofw_autoconf.c
        src/sys/arch/prep/prep: autoconf.c
        src/sys/arch/rs6000/rs6000: autoconf.c
        src/sys/arch/sandpoint/sandpoint: autoconf.c
        src/sys/arch/sbmips/sbmips: autoconf.c
        src/sys/arch/sgimips/sgimips: autoconf.c
        src/sys/arch/shark/shark: autoconf.c
        src/sys/arch/sparc/sparc: autoconf.c
        src/sys/arch/sparc64/sparc64: autoconf.c
        src/sys/arch/sun3/sun3: autoconf.c
        src/sys/arch/sun68k/sun68k: autoconf.c
        src/sys/arch/usermode/dev: cpu.c
        src/sys/arch/vax/vax: autoconf.c
        src/sys/arch/x68k/x68k: autoconf.c
        src/sys/arch/x86/x86: x86_autoconf.c
        src/sys/arch/xen/x86: autoconf.c
        src/sys/arch/zaurus/zaurus: autoconf.c
        src/sys/kern: init_main.c
        src/sys/sys: conf.h

Log Message:
Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/cpu_rootconf.9
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/acorn26/acorn26/autoconf.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/acorn32/acorn32/autoconf.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/algor/algor/autoconf.c
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/alpha/alpha/autoconf.c
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/amiga/amiga/autoconf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amigappc/amigappc/autoconf.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arc/arc/autoconf.c
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/atari/atari/autoconf.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/bebox/bebox/autoconf.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/cats/cats/autoconf.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/cesfic/cesfic/autoconf.c
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/cobalt/cobalt/autoconf.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/dreamcast/dreamcast/autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/emips/emips/autoconf.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/evbarm/autoconf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/adm5120/autoconf.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbmips/alchemy/autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/atheros/autoconf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbmips/gdium/autoconf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/loongson/autoconf.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbmips/malta/autoconf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbmips/rasoc/autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/rmixl/autoconf.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbppc/ev64260/autoconf.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbppc/explora/autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/mpc85xx/autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/obs405/obs405_autoconf.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbppc/pmppc/autoconf.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbppc/virtex/autoconf.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbppc/walnut/autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbsh3/evbsh3/autoconf.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ews4800mips/ews4800mips/autoconf.c
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/hp300/hp300/autoconf.c
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/hp700/hp700/autoconf.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hpcarm/hpcarm/autoconf.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/hpcmips/hpcmips/autoconf.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/hpcsh/hpcsh/autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ia64/ia64/autoconf.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/ibmnws/ibmnws/autoconf.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/iyonix/iyonix/autoconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/landisk/landisk/autoconf.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/luna68k/luna68k/autoconf.c
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/mac68k/mac68k/autoconf.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/mipsco/mipsco/autoconf.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/mmeye/mmeye/autoconf.c
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/mvme68k/mvme68k/autoconf.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/mvmeppc/mvmeppc/autoconf.c
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/netwinder/netwinder/autoconf.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/news68k/news68k/autoconf.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/newsmips/newsmips/autoconf.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/next68k/next68k/autoconf.c
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/pmax/pmax/autoconf.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/powerpc/oea/ofw_autoconf.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/prep/prep/autoconf.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/rs6000/rs6000/autoconf.c
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sandpoint/sandpoint/autoconf.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sbmips/sbmips/autoconf.c
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/sgimips/sgimips/autoconf.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/shark/shark/autoconf.c
cvs rdiff -u -r1.243 -r1.244 src/sys/arch/sparc/sparc/autoconf.c
cvs rdiff -u -r1.187 -r1.188 src/sys/arch/sparc64/sparc64/autoconf.c
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/sun3/sun3/autoconf.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sun68k/sun68k/autoconf.c
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/usermode/dev/cpu.c
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/vax/vax/autoconf.c
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/x68k/x68k/autoconf.c
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/x86/x86/x86_autoconf.c
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/xen/x86/autoconf.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/zaurus/zaurus/autoconf.c
cvs rdiff -u -r1.444 -r1.445 src/sys/kern/init_main.c
cvs rdiff -u -r1.142 -r1.143 src/sys/sys/conf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index