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:   uebayasi
Date:           Thu May 26 04:25:28 UTC 2011

Modified Files:
        src/share/man/man5: boot.cfg.5
        src/share/man/man8/man8.i386: boot.8
        src/sys/arch/i386/stand/boot: boot2.c
        src/sys/arch/i386/stand/lib: bootmenu.c exec.c libi386.h
        src/sys/arch/i386/stand/pxeboot: main.c
        src/sys/arch/x86/include: bootinfo.h cpu.h
        src/sys/arch/x86/x86: x86_machdep.c
        src/sys/kern: init_main.c subr_userconf.c
        src/sys/sys: userconf.h

Log Message:
Support userconf(4) command in boot(8)/boot.cfg(5) on i386/amd64.

From jmmv@, no objections seen in the proposed thread:

        http://mail-index.netbsd.org/tech-kern/2009/01/22/msg004081.html


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/share/man/man5/boot.cfg.5
cvs rdiff -u -r1.56 -r1.57 src/share/man/man8/man8.i386/boot.8
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/i386/stand/boot/boot2.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/i386/stand/lib/bootmenu.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/i386/stand/lib/exec.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/i386/stand/lib/libi386.h
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/i386/stand/pxeboot/main.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/include/bootinfo.h
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/x86/x86/x86_machdep.c
cvs rdiff -u -r1.429 -r1.430 src/sys/kern/init_main.c
cvs rdiff -u -r1.22 -r1.23 src/sys/kern/subr_userconf.c
cvs rdiff -u -r1.5 -r1.6 src/sys/sys/userconf.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