Re: svn commit: r247116 - in head/sys: fs/nfs fs/nfsclient kern nfsclient sys tools

2013-02-24 Thread Andrew Turner
On Thu, 21 Feb 2013 19:02:50 + (UTC) John Baldwin wrote: > Author: jhb > Date: Thu Feb 21 19:02:50 2013 > New Revision: 247116 > URL: http://svnweb.freebsd.org/changeset/base/247116 > > Log: > Further refine the handling of stop signals in the NFS client. The > changes in r246417 were i

svn commit: r247251 - in head/sys/ia64: ia64 include

2013-02-24 Thread Marcel Moolenaar
Author: marcel Date: Mon Feb 25 02:41:38 2013 New Revision: 247251 URL: http://svnweb.freebsd.org/changeset/base/247251 Log: kernacc() expects all KVAs to be covered in the kernel map. With the introduction of the PBVM, this stopped being the case. Redefine the VM parameters so that the PBVM

svn commit: r247250 - in head/sys/boot: common fdt

2013-02-24 Thread Tim Kientzle
Author: kientzle Date: Mon Feb 25 01:50:04 2013 New Revision: 247250 URL: http://svnweb.freebsd.org/changeset/base/247250 Log: Fix the bug I introduced in r247045. After digging through more carefully, it looks like there's no real need to have the DTB in the module directory. So we can si

svn commit: r247242 - stable/9/usr.sbin/sysinstall/help

2013-02-24 Thread Devin Teske
Author: dteske Date: Sun Feb 24 21:42:39 2013 New Revision: 247242 URL: http://svnweb.freebsd.org/changeset/base/247242 Log: Oops, r215291 (over 2 years ago) forgot to remove mention of "medium" from the F1 Help file. Direct commit to stable/9 (no sysinstall in head). Modified: stable/9/us

svn commit: r247241 - stable/9/usr.sbin/sysinstall/help

2013-02-24 Thread Devin Teske
Author: dteske Date: Sun Feb 24 21:36:54 2013 New Revision: 247241 URL: http://svnweb.freebsd.org/changeset/base/247241 Log: Oops, r186202 (over 4 years ago) forgot to remove Tape from the F1 Help file. Direct commit to stable/9 (no sysinstall in head). Modified: stable/9/usr.sbin/sysinstal

svn commit: r247237 - stable/9/lib/libc/sys

2013-02-24 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 24 21:00:37 2013 New Revision: 247237 URL: http://svnweb.freebsd.org/changeset/base/247237 Log: MFC r246617: sigqueue(2): Fix typo (EEPERM -> EPERM). Modified: stable/9/lib/libc/sys/sigqueue.2 Directory Properties: stable/9/lib/libc/ (props changed) stable/9

svn commit: r247236 - head/lib/libc/gen

2013-02-24 Thread Jilles Tjoelker
Author: jilles Date: Sun Feb 24 20:53:32 2013 New Revision: 247236 URL: http://svnweb.freebsd.org/changeset/base/247236 Log: libc/opendir: Improve behaviour of union uniquifier: * Reopen the directory using openat(fd, ".", ...) instead of opening the pathname again. This fixes a race co

svn commit: r247234 - head/sbin/fsdb

2013-02-24 Thread Sergey Kandaurov
Author: pluknet Date: Sun Feb 24 19:32:43 2013 New Revision: 247234 URL: http://svnweb.freebsd.org/changeset/base/247234 Log: Catch up with internal API changes for initbarea() and getdatablk() of fsck_ffs introduced with r247212. Submitted by: David Wolfskill Modified: head/sbin/fsdb

svn commit: r247230 - in stable/9/sys: dev/netmap net

2013-02-24 Thread Luigi Rizzo
Author: luigi Date: Sun Feb 24 18:26:17 2013 New Revision: 247230 URL: http://svnweb.freebsd.org/changeset/base/247230 Log: MFC some flags and minor things related to "transparent mode" that i forgot in previous commits. Modified: stable/9/sys/dev/netmap/ixgbe_netmap.h stable/9/sys/net/ne

Re: svn commit: r247166 - head/contrib/llvm/tools/clang/lib/Driver

2013-02-24 Thread Dimitry Andric
On 2013-02-24 03:04, Adrian Chadd wrote: Just curious about the OS detection - is the default platform detection based on the currently running OS, or the cross-built target OS? eg, if I were cross-compiling FreeBSD on (say) haiku, which has different CPU defaults, what would the default CPU out

svn commit: r247221 - head/lib/libelf

2013-02-24 Thread Mark Johnston
Author: markj Date: Sun Feb 24 15:15:50 2013 New Revision: 247221 URL: http://svnweb.freebsd.org/changeset/base/247221 Log: Merge part of r1712 from elftoolchain, making it possible to resize ELF sections and indirectly change the layout of an ELF file when ELF_F_LAYOUT is not set. PR: