cvs commit: src/sbin/ping6 ping6.8 ping6.c

2007-11-19 Thread Dima Dorfman
dd 2007-11-20 01:58:34 UTC FreeBSD src repository Modified files: sbin/ping6 ping6.8 ping6.c Log: Add -o option to match ping(8) Reviewed by:dwmalone, maxim MFC after: 2 weeks Revision ChangesPath 1.24 +4 -2 src/sbin/ping6/ping

cvs commit: src/usr.sbin/rtsold rtsold.8

2006-08-14 Thread Dima Dorfman
dd 2006-08-14 08:49:08 UTC FreeBSD src repository Modified files: usr.sbin/rtsold rtsold.8 Log: Improve wording for -f and -F. Revision ChangesPath 1.16 +12 -13src/usr.sbin/rtsold/rtsold.8 ___ cvs-all@free

cvs commit: src/lib/libc/string strcoll.3

2006-08-14 Thread Dima Dorfman
dd 2006-08-14 08:21:27 UTC FreeBSD src repository Modified files: lib/libc/string strcoll.3 Log: Improve the wording. Remove the appositive about strcmp, putting the first sentence back to the way it was. Add a second sentence that explains the case when strcmp is c

cvs commit: src/sbin/ping ping.c

2006-08-14 Thread Dima Dorfman
dd 2006-08-14 07:54:17 UTC FreeBSD src repository Modified files: sbin/pingping.c Log: Print packet loss figures with one decimal place. ping6 already does this, and OpenBSD and NetBSD pings do it too. This is primarily useful for comparing low levels of pack

cvs commit: src/share/man/man4 ng_fec.4

2006-04-05 Thread Dima Dorfman
dd 2006-04-06 00:32:29 UTC FreeBSD src repository Modified files: share/man/man4 ng_fec.4 Log: Fix typo/pasto: Make NGM_FEC_MODE_* match set_mode_*. Revision ChangesPath 1.4 +2 -2 src/share/man/man4/ng_fec.4 __

cvs commit: src/sys/netipsec keysock.c

2006-04-04 Thread Dima Dorfman
dd 2006-04-04 10:11:16 UTC FreeBSD src repository Modified files: sys/netipsec keysock.c Log: Remove unused variables s and error in key_detach. The previous revision removed their usage but did not remove the declaration. This caused a warning in my build, which

cvs commit: ports/textproc/dict Makefile pkg-plist

2006-01-07 Thread Dima Dorfman
dd 2006-01-07 23:31:52 UTC FreeBSD ports repository Modified files: textproc/dictMakefile pkg-plist Log: Avoid clobbering a modified dict.conf on deinstall. PR: 91294 Submitted by: Rong-En Fan Revision ChangesPath 1.40 +3 -2

cvs commit: ports/net/dictd Makefile

2006-01-07 Thread Dima Dorfman
dd 2006-01-07 23:18:50 UTC FreeBSD ports repository Modified files: net/dictdMakefile Log: Don't create the data directory that we no longer use. Nothing was installed into it, and it was no longer being deleted in the plist, so it would remain after deinstal

cvs commit: ports/net/dictd Makefile distinfo pkg-descr pkg-plist ports/net/dictd/files patch-dictd.8.in patch-dictd_8 patch-dictfmt.c patch-str.c

2006-01-01 Thread Dima Dorfman
dd 2006-01-02 06:37:41 UTC FreeBSD ports repository Modified files: net/dictdMakefile distinfo pkg-descr pkg-plist Added files: net/dictd/files patch-dictd.8.in Removed files: net/dictd/files patch-dictd_8 patch-dictfmt.c patch-str.c Log:

cvs commit: ports/mail/rmime Makefile ports/lang/tuareg-mode.el Makefile

2006-01-01 Thread Dima Dorfman
dd 2006-01-02 02:10:26 UTC FreeBSD ports repository Modified files: mail/rmime Makefile lang/tuareg-mode.el Makefile Log: This port still requires emacs20, so use the port.mk emacs framework to get the right port. (Actually, ideally, the port would just be

cvs commit: ports/textproc/dict Makefile distinfo

2006-01-01 Thread Dima Dorfman
dd 2006-01-02 02:03:26 UTC FreeBSD ports repository Modified files: textproc/dictMakefile distinfo Log: Upgrade to 1.10.4. Submitted by: Andy Miller Revision ChangesPath 1.39 +2 -2 ports/textproc/dict/Makefile 1.14 +2 -2 ports

cvs commit: src/sbin/mdmfs mdmfs.8 mdmfs.c

2006-01-01 Thread Dima Dorfman
dd 2006-01-02 01:50:30 UTC FreeBSD src repository Modified files: sbin/mdmfs mdmfs.8 mdmfs.c Log: Add a -P option to allow skipping newfs when using a vnode-backed disk. Apparently some people want to use mdmfs as mount_* as a shortcut for mounting existing fil

cvs commit: src/share/man/man4 usb.4

2005-12-22 Thread Dima Dorfman
dd 2005-12-22 10:51:14 UTC FreeBSD src repository Modified files: share/man/man4 usb.4 Log: Fix typo Revision ChangesPath 1.34 +1 -1 src/share/man/man4/usb.4 ___ cvs-all@freebsd.org mailing list http://l

cvs commit: src/usr.sbin/traceroute6 traceroute6.8

2005-12-22 Thread Dima Dorfman
dd 2005-12-22 10:48:42 UTC FreeBSD src repository Modified files: usr.sbin/traceroute6 traceroute6.8 Log: Copy the description for the -r option from the traceroute(8) man page. I'm pretty sure that this description applies the same way to ipv6, and at least mentioning S

cvs commit: src/sbin/mdmfs mdmfs.c

2005-12-22 Thread Dima Dorfman
dd 2005-12-22 10:36:59 UTC FreeBSD src repository Modified files: sbin/mdmfs mdmfs.c Log: If we're operating without running external programs (-N) and autonumbering is requested, set the unit to 0 instead of -1. This option is just for output, and "/dev/md-1"

cvs commit: src/sbin/mdconfig mdconfig.c

2005-12-22 Thread Dima Dorfman
dd 2005-12-22 10:32:11 UTC FreeBSD src repository Modified files: sbin/mdconfigmdconfig.c Log: Sort the list results by the unit number. The list returned by the kernel is in the order the devices were made, which is not useful to the user. Also, remove the "%d m