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:   itohy
Date:           Mon Feb 21 02:32:00 UTC 2011

Modified Files:
        src/share/man/man4: njata.4 njs.4
        src/share/man/man5: locate.conf.5
        src/sys/arch/hp700/stand/xxboot: iplsum.c readufs.c readufs.h
            readufs_ffs.c readufs_lfs.c
        src/sys/arch/x68k/stand/aout2hux: aout2hux.c aout68k.h hux.h
            type_local.h
        src/sys/arch/x68k/stand/boot_ufs: boot.S readufs.c readufs.h
            readufs_ffs.c readufs_lfs.c
        src/sys/arch/x68k/stand/boot_ustar: boot_ustar.S
        src/sys/arch/x68k/stand/bootlogo: setbootimg.c xpm2bootimg.c
        src/sys/arch/x68k/stand/common: chkfmt.s execkern.S execkern.h start.S
            xprintf.c xprintf.h
        src/sys/arch/x68k/stand/libdos: dos.h dos_asm.h dos_cerror.S
            dos_errno.h dos_procerr.S dos_rename.S makedoscalls.awk
            makestrerror.awk
        src/sys/arch/x68k/stand/libiocs: iocs.h makeiocscalls.awk
        src/sys/arch/x68k/stand/libsa: putimage.S
        src/sys/arch/x68k/stand/loadbsd: loadbsd.c trampoline.S trampoline.h
        src/sys/dev/cardbus: njata_cardbus.c
        src/sys/dev/ic: ninjaata32.c ninjaata32reg.h ninjaata32var.h

Log Message:
Cleanup my copyright notice.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/njata.4
cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/njs.4
cvs rdiff -u -r1.7 -r1.8 src/share/man/man5/locate.conf.5
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/hp700/stand/xxboot/iplsum.c \
    src/sys/arch/hp700/stand/xxboot/readufs.h
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/hp700/stand/xxboot/readufs.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hp700/stand/xxboot/readufs_ffs.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hp700/stand/xxboot/readufs_lfs.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/stand/aout2hux/aout2hux.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/aout2hux/aout68k.h \
    src/sys/arch/x68k/stand/aout2hux/hux.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/aout2hux/type_local.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x68k/stand/boot_ufs/boot.S
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/stand/boot_ufs/readufs.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/stand/boot_ufs/readufs.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/stand/boot_ufs/readufs_ffs.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x68k/stand/boot_ufs/readufs_lfs.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x68k/stand/boot_ustar/boot_ustar.S
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/bootlogo/setbootimg.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/bootlogo/xpm2bootimg.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/common/chkfmt.s
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/common/execkern.S
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x68k/stand/common/execkern.h \
    src/sys/arch/x68k/stand/common/xprintf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/common/start.S \
    src/sys/arch/x68k/stand/common/xprintf.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/libdos/dos.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/libdos/dos_asm.h \
    src/sys/arch/x68k/stand/libdos/dos_rename.S \
    src/sys/arch/x68k/stand/libdos/makestrerror.awk
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/libdos/dos_cerror.S \
    src/sys/arch/x68k/stand/libdos/dos_procerr.S
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/x68k/stand/libdos/dos_errno.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/libdos/makedoscalls.awk
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/x68k/stand/libiocs/iocs.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/libiocs/makeiocscalls.awk
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x68k/stand/libsa/putimage.S
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x68k/stand/loadbsd/loadbsd.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/loadbsd/trampoline.S
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/x68k/stand/loadbsd/trampoline.h
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/cardbus/njata_cardbus.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/ninjaata32.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/ninjaata32reg.h
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/ninjaata32var.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