Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   isaki
Date:           Sun Aug 10 07:40:50 UTC 2014

Modified Files:
        src/sys/arch/hp300/stand/common: devopen.c samachdep.h
        src/sys/arch/hp300/stand/inst: inst.c
        src/sys/arch/i386/stand/lib: bootmenu.c bootmenu.h
        src/sys/arch/next68k/stand/boot: devopen.c
        src/sys/arch/prep/stand/boot: devopen.c
        src/sys/arch/rs6000/stand/boot: devopen.c
        src/sys/arch/x68k/stand/boot: switch.c
        src/sys/arch/zaurus/stand/zboot: bootmenu.c bootmenu.h
        src/sys/lib/libsa: Makefile bootcfg.c stand.h
Added Files:
        src/sys/lib/libsa: atoi.c

Log Message:
Unify all arch/*/stand's atoi() to MI libsa.
lib/libsa/atoi.c was separated from lib/libsa/bootcfg.c.
PR/49084


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hp300/stand/common/devopen.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hp300/stand/common/samachdep.h
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/hp300/stand/inst/inst.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/i386/stand/lib/bootmenu.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/i386/stand/lib/bootmenu.h
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/next68k/stand/boot/devopen.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/prep/stand/boot/devopen.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/rs6000/stand/boot/devopen.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/boot/switch.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/zaurus/stand/zboot/bootmenu.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/zaurus/stand/zboot/bootmenu.h
cvs rdiff -u -r1.83 -r1.84 src/sys/lib/libsa/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/lib/libsa/atoi.c
cvs rdiff -u -r1.1 -r1.2 src/sys/lib/libsa/bootcfg.c
cvs rdiff -u -r1.78 -r1.79 src/sys/lib/libsa/stand.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