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
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
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
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
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
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
___
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
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.
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