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:   stacktic
Date:           Thu Nov  5 14:39:16 UTC 2009

Modified Files:
        othersrc: Makefile.fsu Makefile.gen
        othersrc/bin: Makefile Makefile.inc
        othersrc/bin/chmod: chmod.c
        othersrc/bin/cp: cp.c utils.c
        othersrc/bin/fsu_cat: Makefile fsu_cat.c
        othersrc/bin/fsu_chmod: Makefile
        othersrc/bin/fsu_console: Makefile commands.c fsu_console.c
            fsu_console.h main.c
        othersrc/bin/fsu_cp: Makefile
        othersrc/bin/fsu_diff: Makefile fsu_diff.c
        othersrc/bin/fsu_ecp: Makefile fsu_ecp.c fsu_flist.c
        othersrc/bin/fsu_exec: Makefile fsu_exec.c
        othersrc/bin/fsu_find: Makefile fsu_find.c
        othersrc/bin/fsu_ln: Makefile
        othersrc/bin/fsu_ls: Makefile
        othersrc/bin/fsu_mkdir: Makefile
        othersrc/bin/fsu_mv: Makefile fsu_mv.c
        othersrc/bin/fsu_rm: Makefile
        othersrc/bin/fsu_rmdir: Makefile
        othersrc/bin/fsu_write: Makefile fsu_write.c
        othersrc/bin/ln: ln.c
        othersrc/bin/ls: cmp.c ls.c main.c print.c util.c
        othersrc/bin/mkdir: mkdir.c
        othersrc/bin/rm: rm.c
        othersrc/bin/rmdir: rmdir.c
Added Files:
        othersrc/fsu_compat: fsu_compat.h getbsize.c humanize_number.c
            nbstdlib.h nbsysstat.h stat_flags.c

Log Message:
Add support for FreeBSD and Linux


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/Makefile.fsu
cvs rdiff -u -r1.1 -r1.2 othersrc/Makefile.gen
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/Makefile.inc
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/chmod/chmod.c
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/cp/cp.c othersrc/bin/cp/utils.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_cat/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_cat/fsu_cat.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_chmod/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_console/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_console/commands.c \
    othersrc/bin/fsu_console/fsu_console.c \
    othersrc/bin/fsu_console/fsu_console.h othersrc/bin/fsu_console/main.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_cp/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_diff/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_diff/fsu_diff.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_ecp/Makefile
cvs rdiff -u -r1.8 -r1.9 othersrc/bin/fsu_ecp/fsu_ecp.c
cvs rdiff -u -r1.3 -r1.4 othersrc/bin/fsu_ecp/fsu_flist.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_exec/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_exec/fsu_exec.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_find/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_find/fsu_find.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_ln/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_ls/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_mkdir/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_mv/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_mv/fsu_mv.c
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_rm/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_rmdir/Makefile
cvs rdiff -u -r1.2 -r1.3 othersrc/bin/fsu_write/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_write/fsu_write.c
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/ln/ln.c
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/ls/cmp.c othersrc/bin/ls/ls.c \
    othersrc/bin/ls/main.c othersrc/bin/ls/print.c othersrc/bin/ls/util.c
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/mkdir/mkdir.c
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/rm/rm.c
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/rmdir/rmdir.c
cvs rdiff -u -r0 -r1.1 othersrc/fsu_compat/fsu_compat.h \
    othersrc/fsu_compat/getbsize.c othersrc/fsu_compat/humanize_number.c \
    othersrc/fsu_compat/nbstdlib.h othersrc/fsu_compat/nbsysstat.h \
    othersrc/fsu_compat/stat_flags.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