cvs commit: src/sbin/ffsinfo ffsinfo.c

2008-03-07 Thread Xin LI
delphij 2008-03-08 00:54:27 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ffsinfo ffsinfo.c Log: MFC revision 1.14 date: 2008/01/29 00:20:00; author: delphij; state: Exp; lines: +1 -1 Don't coredump when executed with -o. Revision

cvs commit: src/sbin/ffsinfo ffsinfo.c

2008-03-07 Thread Xin LI
delphij 2008-03-08 00:53:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sbin/ffsinfo ffsinfo.c Log: MFC revision 1.14 date: 2008/01/29 00:20:00; author: delphij; state: Exp; lines: +1 -1 Don't coredump when executed with -o. Revision

cvs commit: src/sbin/ffsinfo ffsinfo.c

2008-01-28 Thread Xin LI
delphij 2008-01-29 00:20:00 UTC FreeBSD src repository Modified files: sbin/ffsinfo ffsinfo.c Log: Don't coredump when executed with -o. Revision ChangesPath 1.14 +1 -1 src/sbin/ffsinfo/ffsinfo.c ___ cvs-al

cvs commit: src/sbin/ffsinfo ffsinfo.c

2007-03-19 Thread Brian Somers
brian 2007-03-19 19:16:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ffsinfo ffsinfo.c Log: MFC: Default output to stdout as the man page suggests. Only go through our cylinder group and inode info when we need to. Revision Ch

cvs commit: src/sbin/ffsinfo ffsinfo.c

2007-03-19 Thread Brian Somers
brian 2007-03-19 19:15:43 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sbin/ffsinfo ffsinfo.c Log: MFC: Reindent main() Revision ChangesPath 1.10.2.1 +85 -124 src/sbin/ffsinfo/ffsinfo.c _

cvs commit: src/sbin/ffsinfo ffsinfo.c

2007-02-14 Thread Brian Somers
brian 2007-02-14 23:22:33 UTC FreeBSD src repository Modified files: sbin/ffsinfo ffsinfo.c Log: Default output to stdout as the man page suggests. Revision ChangesPath 1.13 +1 -3 src/sbin/ffsinfo/ffsinfo.c _

cvs commit: src/sbin/ffsinfo ffsinfo.c

2007-02-14 Thread Brian Somers
brian 2007-02-14 23:20:30 UTC FreeBSD src repository Modified files: sbin/ffsinfo ffsinfo.c Log: Only go through our cylinder group and inode info when we need to. This allows ``ffsinfo -o - -l1 /tmp'' to run a lot quicker. Revision ChangesPath 1.12 +

cvs commit: src/sbin/ffsinfo ffsinfo.c

2007-02-14 Thread Brian Somers
brian 2007-02-14 23:12:32 UTC FreeBSD src repository Modified files: sbin/ffsinfo ffsinfo.c Log: Re-indent main() in preparation for further changes. Revision ChangesPath 1.11 +85 -124 src/sbin/ffsinfo/ffsinfo.c ___