svn commit: r213664 - in head/sys: fs/cd9660 fs/hpfs fs/msdosfs fs/ntfs gnu/fs/reiserfs kern sys ufs/ffs ufs/ufs

2010-10-10 Thread Konstantin Belousov
Author: kib Date: Sun Oct 10 07:05:47 2010 New Revision: 213664 URL: http://svn.freebsd.org/changeset/base/213664 Log: The r184588 changed the layout of struct export_args, causing an ABI breakage for old mount(2) syscall, since most struct _args embed export_args. The mount(2) is supposed t

Re: svn commit: r213643 - head/usr.bin/ar

2010-10-10 Thread Erik Cederstrand
Den 10/10/2010 kl. 00.11 skrev Bruce Evans: > On Sat, 9 Oct 2010, Erik Cederstrand wrote: >>> >>> Thanks! Has anyone looked at the feasibility of setting AR?=ar -D in >>> sys.mk? I will probably try this when I get my scratch box up again. > > I hope not. The default behaviour should not be

Re: svn commit: r213662 - in head: sbin/geom/class/concat sbin/geom/class/eli sbin/geom/class/journal sbin/geom/class/mirror sbin/geom/class/part sbin/geom/class/raid3 sbin/geom/class/shsec sbin/geom/

2010-10-10 Thread Ivan Voras
On 9 October 2010 22:20, Andrey V. Elsukov wrote: > Author: ae > Date: Sat Oct  9 20:20:27 2010 > New Revision: 213662 > URL: http://svn.freebsd.org/changeset/base/213662 > > Log: >  Replace strlen(_PATH_DEV) with sizeof(_PATH_DEV) - 1. Um, this looks like a pointless change and for the worse; Ev

svn commit: r213668 - head/sbin/mksnap_ffs

2010-10-10 Thread Jaakko Heinonen
Author: jh Date: Sun Oct 10 09:24:19 2010 New Revision: 213668 URL: http://svn.freebsd.org/changeset/base/213668 Log: - Print the nmount(2) provided error message only when it is set. - Ensure that the error message is NUL-terminated before printing it. PR: bin/147482 MFC afte

Re: svn commit: r213585 - head/tools/build/mk

2010-10-10 Thread Alexander Leidinger
On Fri, 8 Oct 2010 17:42:10 + (UTC) Mark Murray wrote: > Author: markm > Date: Fri Oct 8 17:42:09 2010 > New Revision: 213585 > URL: http://svn.freebsd.org/changeset/base/213585 > > Log: > Don't blow away /bin/rmail symlink if we are keeping mailwrapper. > Mailwrapper can provide a perf

Re: svn commit: r213585 - head/tools/build/mk

2010-10-10 Thread Mark Murray
Alexander Leidinger writes: > Can you please point out where rmail is installed when MK_SENDMAIL=no > and MK_MAILWRAPPER!=no? I can not find such a place. src/usr.sbin/mailwrapper/Makefile M -- Mark R V Murray Cert APS(Open) Dip Phys(Open) BSc Open(Open) BSc(Hons)(Open) Pi: 132511160 ___

svn commit: r213672 - in head/usr.sbin: mfiutil mptutil

2010-10-10 Thread Randi Harper
Author: randi Date: Sun Oct 10 20:37:38 2010 New Revision: 213672 URL: http://svn.freebsd.org/changeset/base/213672 Log: Report subcommand handler errors in mfiutil/mptutil so that tools that invoke the utilities can robustly report errors. Submitted by: gcooper Reviewed by: jhb Appr

svn commit: r213673 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-10-10 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Oct 10 20:49:33 2010 New Revision: 213673 URL: http://svn.freebsd.org/changeset/base/213673 Log: Provide internal ioflags() function that converts ioflag provided by FreeBSD's VFS to OpenSolaris-specific ioflag expected by ZFS. Use it for read and write operations.

svn commit: r213674 - head/usr.sbin/mfiutil

2010-10-10 Thread Randi Harper
Author: randi Date: Sun Oct 10 20:54:01 2010 New Revision: 213674 URL: http://svn.freebsd.org/changeset/base/213674 Log: Fix compile with -DDEBUG by using the correct mfi_pd_ref union definition in mfireg.h. Submitted by: gcooper Reviewed by: jhb Approved by: cperciva (mentor) MFC