svn commit: r252103 - head/sys/fs/ext2fs

2013-06-22 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 23 02:44:42 2013 New Revision: 252103 URL: http://svnweb.freebsd.org/changeset/base/252103 Log: Define and use e2fs_lbn_t in ext2fs. In line to what is done in UFS, define an internal type e2fs_lbn_t for the logical block numbers. This change is basically a

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-22 Thread Garance A Drosehn
On 6/22/13 2:38 PM, Tijl Coosemans wrote: > On 2013-06-20 21:34, Warner Losh wrote: >> >> I think insisting on a definitive statement on svn lite's mission >> statement is a way to obstruct progress. Sometimes you just need to >> things because they feel right, not because they have been through a

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Garrett Cooper
On Jun 22, 2013, at 5:44 PM, Bruce Evans wrote: > On Sat, 22 Jun 2013, Garrett Cooper wrote: > >> On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: >> >>> I thought the use of PRIu64 was frowned on? >> >> It is in FreeBSD, unlike Linux (for better or for worse). It should be >> cast w

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Bruce Evans
On Sat, 22 Jun 2013, Garrett Cooper wrote: On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: I thought the use of PRIu64 was frowned on? It is in FreeBSD, unlike Linux (for better or for worse). It should be cast with either intmax_t or uintmax_t and use %jd or %ju. Do you mea

Re: svn commit: r252101 - head/release

2013-06-22 Thread Glen Barber
On Sat, Jun 22, 2013 at 03:39:41PM -0700, Garrett Cooper wrote: > On Jun 22, 2013, at 3:12 PM, Glen Barber wrote: > > > Author: gjb > > Date: Sat Jun 22 22:12:24 2013 > > New Revision: 252101 > > URL: http://svnweb.freebsd.org/changeset/base/252101 > > > > Log: > > If MAKE_CONF and/or SRC_CONF a

Re: svn commit: r252101 - head/release

2013-06-22 Thread Garrett Cooper
On Jun 22, 2013, at 3:12 PM, Glen Barber wrote: > Author: gjb > Date: Sat Jun 22 22:12:24 2013 > New Revision: 252101 > URL: http://svnweb.freebsd.org/changeset/base/252101 > > Log: > If MAKE_CONF and/or SRC_CONF are set and not character devices, > copy to chroot to use with release build. >

svn commit: r252101 - head/release

2013-06-22 Thread Glen Barber
Author: gjb Date: Sat Jun 22 22:12:24 2013 New Revision: 252101 URL: http://svnweb.freebsd.org/changeset/base/252101 Log: If MAKE_CONF and/or SRC_CONF are set and not character devices, copy to chroot to use with release build. Submitted by: Garrett Cooper (original version) Approved by

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Rick Macklem
Garrett Cooper wrote: > On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: > > > I thought the use of PRIu64 was frowned on? > > It is in FreeBSD, unlike Linux (for better or for worse). It should > be cast with either intmax_t or uintmax_t and use %jd or %ju. > Cheers, > -Garrett

svn commit: r252100 - head/sys/fs/nfsclient

2013-06-22 Thread Rick Macklem
Author: rmacklem Date: Sat Jun 22 21:58:21 2013 New Revision: 252100 URL: http://svnweb.freebsd.org/changeset/base/252100 Log: Fix r252074 so that it builds on 64bit arches. Modified: head/sys/fs/nfsclient/nfs_clstate.c Modified: head/sys/fs/nfsclient/nfs_clstate.c ==

Re: svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/liba

2013-06-22 Thread Tijl Coosemans
On 2013-06-20 21:34, Warner Losh wrote: > On Jun 20, 2013, at 2:40 AM, David Chisnall wrote: >> On 20 Jun 2013, at 00:10, Warner Losh wrote: - FreeBSD developers, who are probably okay with installing a port, but would prefer a version that didn't depend on kitchen/sink? -

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Garrett Cooper
On Jun 22, 2013, at 11:22 AM, Steven Hartland wrote: > I thought the use of PRIu64 was frowned on? It is in FreeBSD, unlike Linux (for better or for worse). It should be cast with either intmax_t or uintmax_t and use %jd or %ju. Cheers, -Garrett _

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread Steven Hartland
I thought the use of PRIu64 was frowned on? Regards Steve - Original Message - From: "hiren panchasara" To: "Glen Barber" ; "Hiroki Sato" Cc: "Rick Macklem" ; "src-committers" ; "svn-src-all" ; "svn-src-head" Sent: Saturday, June 22, 2013 7:16 PM Subject: Re: svn commit: r25

Re: svn commit: r252074 - head/sys/fs/nfsclient

2013-06-22 Thread hiren panchasara
+ Hiroki Hiroki seems to have a patch fixing it. http://lists.freebsd.org/pipermail/freebsd-current/2013-June/042605.html cheers, Hiren On Fri, Jun 21, 2013 at 9:22 PM, Glen Barber wrote: > On Fri, Jun 21, 2013 at 10:46:17PM +, Rick Macklem wrote: >> Author: rmacklem >> Date: Fri Jun 21 22

Re: svn commit: r252032 - head/sys/amd64/include

2013-06-22 Thread Bruce Evans
On Sat, 22 Jun 2013, I wrote: On Sat, 22 Jun 2013, I wrote: ... Here are considerably expanded tests, with noninline tests dropped. Summary of times on Athlon64: simple increment: 4-7 cycles (1) simple increment preceded by feature test: 5-8 cycles (1) simpl