Re: svn commit: r224462 - stable/8/usr.sbin/jail

2011-07-27 Thread Glen Barber
On 7/28/11 12:52 AM, Jason Hellenthal wrote: >> This is not always true when the source and destination live on the >> same filesystem. See rename(2). >> Via VOP_RENAME, individual filesystems can override this behavior if >> needed (e.g. for AFS where permissions are per-directory, so a >> cross-

Re: svn commit: r224462 - stable/8/usr.sbin/jail

2011-07-27 Thread Glen Barber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 7/27/11 10:19 PM, Jason Hellenthal wrote: >> +.Sh NOTES +Great care should be taken when managing directories >> visible within the jail. +For example, if a jailed process has its >> current working directory set to a +directory that is moved out

Re: svn commit: r224462 - stable/8/usr.sbin/jail

2011-07-27 Thread Ben Kaduk
On Wed, Jul 27, 2011 at 10:19 PM, Jason Hellenthal wrote: > > > On Wed, Jul 27, 2011 at 01:56:52AM +, Glen Barber wrote: >> Author: gjb (doc committer) >> Date: Wed Jul 27 01:56:52 2011 >> New Revision: 224462 >> URL: http://svn.freebsd.org/changeset/base/224462 >> >> Log: >>   MFC 224286: >>

Re: svn commit: r224470 - head/usr.sbin/bsdinstall/scripts

2011-07-27 Thread Bjoern A. Zeeb
On Jul 28, 2011, at 3:01 AM, Bjoern A. Zeeb wrote: Please not that HEAD is not open for other approved commits before BETA1 was publicly announced! So in case you have re@ approval already you must not yet commit! Sorry for the IPv4 problem, but it makes me wonder how many people are actually t

svn commit: r224470 - head/usr.sbin/bsdinstall/scripts

2011-07-27 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jul 28 03:01:22 2011 New Revision: 224470 URL: http://svn.freebsd.org/changeset/base/224470 Log: To inet or not two inet. Unbreak static IPv4 configuration. If you tried you were stuck in an endless loop. Reported by: kensmith Approved by: re (kib) for BETA1 P

Re: svn commit: r224216 - in head/sys: ia64/ia64 mips/mips powerpc/aim sparc64/sparc64

2011-07-27 Thread Attilio Rao
I think that the following patch may better reflect the definition of size_t: http://www.freebsd.org/~attilio/sintrcnt-fixup32.diff Do you think you can test it out? Thanks, Attilio 2011/7/25 Attilio Rao : > Guys, I'm a bit out of that for a couple of days, flying to another > continent, I'm not

Re: svn commit: r224217 - in head/sys: amd64/include ia64/include mips/conf sys

2011-07-27 Thread Robert Watson
On Wed, 27 Jul 2011, Sean Bruno wrote: Aye +1 here. I'll run this over to peter@ just to be sure though. I'm pretty sure that this will just work. I'll ask HP for their big machine again to validate. As of (extremely recently) there's now an 80-core system in the Netperf cluster. I'm not

Re: svn commit: r224217 - in head/sys: amd64/include ia64/include mips/conf sys

2011-07-27 Thread Sean Bruno
On Wed, 2011-07-27 at 05:45 -0700, John Baldwin wrote: > On Wednesday, July 27, 2011 2:24:21 am Sergey Kandaurov wrote: > > On 21 July 2011 17:20, John Baldwin wrote: > > > On Thursday, July 21, 2011 8:37:26 am Sergey Kandaurov wrote: > > >> On 21 July 2011 14:14, Attilio Rao wrote: > > >> > 2011

Re: svn commit: r224267 - head/sys/dev/ath/ath_dfs/null

2011-07-27 Thread Adrian Chadd
On 26 July 2011 21:30, Gavin Atkinson wrote: [snip code] > And for these, you return negative error values.  Is this inconsistency > intentional? Nope; this somehow was incorrectly picked up from the reference code. I wonder if it's due to Linuxisms there.. Thanks, Adrian ___

Re: svn commit: r224267 - head/sys/dev/ath/ath_dfs/null

2011-07-27 Thread Adrian Chadd
Hm, nope. I'll double-check this against the reference code and commit a fix. Thanks for picking it up! adrian On 26 July 2011 21:30, Gavin Atkinson wrote: > On Fri, 2011-07-22 at 09:39 +, Adrian Chadd wrote: >> Author: adrian >> Date: Fri Jul 22 09:39:49 2011 >> New Revision: 224267 >> UR

Re: svn commit: r224217 - in head/sys: amd64/include ia64/include mips/conf sys

2011-07-27 Thread John Baldwin
On Wednesday, July 27, 2011 2:24:21 am Sergey Kandaurov wrote: > On 21 July 2011 17:20, John Baldwin wrote: > > On Thursday, July 21, 2011 8:37:26 am Sergey Kandaurov wrote: > >> On 21 July 2011 14:14, Attilio Rao wrote: > >> > 2011/7/20 Pan Tsu : > >> >> Attilio Rao writes: > >> >> > >> >>> Aut

svn commit: r224468 - in stable/7/lib/libthr/arch/sparc64: . include sparc64

2011-07-27 Thread Marius Strobl
Author: marius Date: Wed Jul 27 11:21:50 2011 New Revision: 224468 URL: http://svn.freebsd.org/changeset/base/224468 Log: MFC: r223228 Merge from r161730: o Set TP using inline assembly to avoid dead code elimination. o Eliminate _tcb. Merge from r161840: Stylize: avoid using a

svn commit: r224467 - in stable/8/lib/libthr/arch/sparc64: . include sparc64

2011-07-27 Thread Marius Strobl
Author: marius Date: Wed Jul 27 11:21:49 2011 New Revision: 224467 URL: http://svn.freebsd.org/changeset/base/224467 Log: MFC: r223228 Merge from r161730: o Set TP using inline assembly to avoid dead code elimination. o Eliminate _tcb. Merge from r161840: Stylize: avoid using a

svn commit: r224466 - stable/8/sys/net

2011-07-27 Thread Maxim Konovalov
Author: maxim Date: Wed Jul 27 07:02:33 2011 New Revision: 224466 URL: http://svn.freebsd.org/changeset/base/224466 Log: MFC r223846 by thompsa: grab the rlock before checking if our interface is enabled. Approved by: thompsa Modified: stable/8/sys/net/if_lagg.c Modified: stable/8/sy