Source-Changes archive

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

CVS commit: othersrc



Module Name:    othersrc
Committed By:   martin
Date:           Tue Apr 29 08:13:38 UTC 2008

Modified Files:
        othersrc/libexec/tnftpd/libnetbsd: fgetln.c sl_init.c strsuftollx.c
            usleep.c
        othersrc/libexec/tnftpd/src: cmds.c conf.c extern.h ftpcmd.y ftpd.c
            popen.c version.h
        othersrc/nastore/kern/lkm/dmfs: lkminit_vfs.c
        othersrc/nastore/kern/lkm/kdcom: lkminit_cdev.c
        othersrc/nastore/kern/sbin/dump_dmfs: rcache.c
        othersrc/usr.bin/tnftp/libedit: filecomplete.c filecomplete.h read.h
            readline.c
        othersrc/usr.bin/tnftp/libedit/readline: readline.h
        othersrc/usr.bin/tnftp/libnetbsd: dirname.c fgetln.c setprogname.c
            sl_init.c strptime.c strvis.c usleep.c utimes.c
        othersrc/usr.bin/tnftp/src: cmds.c cmdtab.c complete.c extern.h fetch.c
            ftp.c ftp_var.h main.c progressbar.c progressbar.h util.c version.h
        othersrc/usr.sbin/sushi: blabel.c blabel.h formtree.h functions.c
            functions.h handlers.c handlers.h menutree.c menutree.h run.c run.h
            scandir.c scandir.h scanform.c scanform.h sushi.c sushi.h

Log Message:
Move to new 2 clause license


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/fgetln.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/libexec/tnftpd/libnetbsd/sl_init.c
cvs rdiff -r1.2 -r1.3 othersrc/libexec/tnftpd/libnetbsd/strsuftollx.c
cvs rdiff -r1.1 -r1.2 othersrc/libexec/tnftpd/libnetbsd/usleep.c
cvs rdiff -r1.8 -r1.9 othersrc/libexec/tnftpd/src/cmds.c
cvs rdiff -r1.6 -r1.7 othersrc/libexec/tnftpd/src/conf.c
cvs rdiff -r1.9 -r1.10 othersrc/libexec/tnftpd/src/extern.h
cvs rdiff -r1.11 -r1.12 othersrc/libexec/tnftpd/src/ftpcmd.y
cvs rdiff -r1.19 -r1.20 othersrc/libexec/tnftpd/src/ftpd.c
cvs rdiff -r1.10 -r1.11 othersrc/libexec/tnftpd/src/popen.c
cvs rdiff -r1.1.1.8 -r1.2 othersrc/libexec/tnftpd/src/version.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/nastore/kern/lkm/dmfs/lkminit_vfs.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/nastore/kern/lkm/kdcom/lkminit_cdev.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/nastore/kern/sbin/dump_dmfs/rcache.c
cvs rdiff -r1.2 -r1.3 othersrc/usr.bin/tnftp/libedit/filecomplete.c \
    othersrc/usr.bin/tnftp/libedit/read.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/usr.bin/tnftp/libedit/filecomplete.h
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/tnftp/libedit/readline.c
cvs rdiff -r1.3 -r1.4 othersrc/usr.bin/tnftp/libedit/readline/readline.h
cvs rdiff -r1.1 -r1.2 othersrc/usr.bin/tnftp/libnetbsd/dirname.c
cvs rdiff -r1.3 -r1.4 othersrc/usr.bin/tnftp/libnetbsd/fgetln.c \
    othersrc/usr.bin/tnftp/libnetbsd/setprogname.c \
    othersrc/usr.bin/tnftp/libnetbsd/utimes.c
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/tnftp/libnetbsd/sl_init.c \
    othersrc/usr.bin/tnftp/libnetbsd/strptime.c
cvs rdiff -r1.8 -r1.9 othersrc/usr.bin/tnftp/libnetbsd/strvis.c
cvs rdiff -r1.6 -r1.7 othersrc/usr.bin/tnftp/libnetbsd/usleep.c
cvs rdiff -r1.13 -r1.14 othersrc/usr.bin/tnftp/src/cmds.c
cvs rdiff -r1.9 -r1.10 othersrc/usr.bin/tnftp/src/cmdtab.c \
    othersrc/usr.bin/tnftp/src/extern.h
cvs rdiff -r1.8 -r1.9 othersrc/usr.bin/tnftp/src/complete.c \
    othersrc/usr.bin/tnftp/src/ftp_var.h
cvs rdiff -r1.15 -r1.16 othersrc/usr.bin/tnftp/src/fetch.c
cvs rdiff -r1.16 -r1.17 othersrc/usr.bin/tnftp/src/ftp.c
cvs rdiff -r1.14 -r1.15 othersrc/usr.bin/tnftp/src/main.c
cvs rdiff -r1.12 -r1.13 othersrc/usr.bin/tnftp/src/progressbar.c
cvs rdiff -r1.7 -r1.8 othersrc/usr.bin/tnftp/src/progressbar.h
cvs rdiff -r1.18 -r1.19 othersrc/usr.bin/tnftp/src/util.c
cvs rdiff -r1.1.1.15 -r1.2 othersrc/usr.bin/tnftp/src/version.h
cvs rdiff -r1.11 -r1.12 othersrc/usr.sbin/sushi/blabel.c
cvs rdiff -r1.3 -r1.4 othersrc/usr.sbin/sushi/blabel.h \
    othersrc/usr.sbin/sushi/menutree.c othersrc/usr.sbin/sushi/menutree.h \
    othersrc/usr.sbin/sushi/run.h
cvs rdiff -r1.8 -r1.9 othersrc/usr.sbin/sushi/formtree.h \
    othersrc/usr.sbin/sushi/handlers.c
cvs rdiff -r1.13 -r1.14 othersrc/usr.sbin/sushi/functions.c \
    othersrc/usr.sbin/sushi/run.c
cvs rdiff -r1.5 -r1.6 othersrc/usr.sbin/sushi/functions.h \
    othersrc/usr.sbin/sushi/scandir.c
cvs rdiff -r1.6 -r1.7 othersrc/usr.sbin/sushi/handlers.h
cvs rdiff -r1.4 -r1.5 othersrc/usr.sbin/sushi/scandir.h \
    othersrc/usr.sbin/sushi/sushi.h
cvs rdiff -r1.45 -r1.46 othersrc/usr.sbin/sushi/scanform.c
cvs rdiff -r1.2 -r1.3 othersrc/usr.sbin/sushi/scanform.h
cvs rdiff -r1.25 -r1.26 othersrc/usr.sbin/sushi/sushi.c

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