Re: svn commit: r227457 - head/sys/dev/puc

2011-11-13 Thread Eitan Adler
On Sat, Nov 12, 2011 at 5:23 AM, Dmitry Morozovsky ma...@rinet.ru wrote: this change seems to be non-intrusive, could we please have it in 9.0-R? I've sent a request to re@ -- Eitan Adler Ports committer X11, Bugbusting teams ___

svn commit: r227485 - head/sys/kern

2011-11-13 Thread Konstantin Belousov
Author: kib Date: Sun Nov 13 10:28:01 2011 New Revision: 227485 URL: http://svn.freebsd.org/changeset/base/227485 Log: To limit amount of the kernel memory allocated, and to optimize the iteration over the fdsets, kern_select() limits the length of the fdsets copied in by the last valid

svn commit: r227486 - head/sys/netinet

2011-11-13 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 13 11:53:18 2011 New Revision: 227486 URL: http://svn.freebsd.org/changeset/base/227486 Log: Don't copy uninitialized memory. Also simplify the comparison of interface names. MFC after: 3 days. Modified: head/sys/netinet/sctp_pcb.c Modified:

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-13 Thread Jilles Tjoelker
On Sat, Nov 12, 2011 at 07:25:23PM -0800, Garrett Cooper wrote: On Nov 12, 2011, at 7:18 PM, Alfred Perlstein wrote: Author: alfred Date: Sun Nov 13 03:18:57 2011 New Revision: 227483 URL: http://svn.freebsd.org/changeset/base/227483 [snip] Modified:

svn commit: r227487 - head/include

2011-11-13 Thread David Chisnall
Author: theraven Date: Sun Nov 13 16:18:48 2011 New Revision: 227487 URL: http://svn.freebsd.org/changeset/base/227487 Log: The spec says that FILE must be defined in wchar.h, but it wasn't. It is now. Also hide some macros in C++ mode that will break C++ namespaced calls. Approved

svn commit: r227488 - head/sbin/md5

2011-11-13 Thread Eitan Adler
Author: eadler (ports committer) Date: Sun Nov 13 16:35:47 2011 New Revision: 227488 URL: http://svn.freebsd.org/changeset/base/227488 Log: - add check option to MD5 and friends to compare files against known hash. PR: bin/146541 Submitted by: eadler Reviewed by:

svn commit: r227489 - in head: sbin/gvinum sbin/ipfw sys/cam/scsi sys/fs/devfs sys/netinet usr.sbin/mtree usr.sbin/pmcstat

2011-11-13 Thread Eitan Adler
Author: eadler (ports committer) Date: Sun Nov 13 17:06:33 2011 New Revision: 227489 URL: http://svn.freebsd.org/changeset/base/227489 Log: - fix duplicate a a in some comments Submitted by: eadler Approved by: simon MFC after:3 days Modified: head/sbin/gvinum/gvinum.c

svn commit: r227490 - head/include

2011-11-13 Thread David Chisnall
Author: theraven Date: Sun Nov 13 17:07:26 2011 New Revision: 227490 URL: http://svn.freebsd.org/changeset/base/227490 Log: Hide some more macros that will break C++ when compiling in C++ mode. Approved by: dim (mentor) Modified: head/include/ctype.h Modified: head/include/ctype.h

svn commit: r227491 - head/sbin/md5

2011-11-13 Thread Eitan Adler
Author: eadler (ports committer) Date: Sun Nov 13 17:07:43 2011 New Revision: 227491 URL: http://svn.freebsd.org/changeset/base/227491 Log: - new sentence should start on new line. PR: bin/146541 Submitted by: bjk Approved by: bjk Modified: head/sbin/md5/md5.1 Modified:

Re: svn commit: r227491 - head/sbin/md5

2011-11-13 Thread Kostik Belousov
On Sun, Nov 13, 2011 at 05:07:43PM +, Eitan Adler wrote: Author: eadler (ports committer) Date: Sun Nov 13 17:07:43 2011 New Revision: 227491 URL: http://svn.freebsd.org/changeset/base/227491 Log: - new sentence should start on new line. PR: bin/146541 Submitted

Re: svn commit: r227467 - head/share/monetdef

2011-11-13 Thread Erik Cederstrand
Hi David, Those aren't Swiss Francs. They're yuan renminbi (CNY). It does seen they have 2 digits, though. Thanks, Erik Den 12/11/2011 kl. 15.39 skrev David Chisnall: Author: theraven Date: Sat Nov 12 14:39:20 2011 New Revision: 227467 URL: http://svn.freebsd.org/changeset/base/227467

Re: svn commit: r227467 - head/share/monetdef

2011-11-13 Thread David Chisnall
Hmm, apparently I can't tell the difference between H and N. Still, as long as the fix is right, even if the explanation isn't... David On 13 Nov 2011, at 19:59, Erik Cederstrand wrote: Hi David, Those aren't Swiss Francs. They're yuan renminbi (CNY). It does seen they have 2 digits,

Re: svn commit: r227483 - head/usr.sbin/portsnap/portsnap

2011-11-13 Thread Doug Barton
On 11/13/2011 04:21, Jilles Tjoelker wrote: Given that you are already using 'local', why not use it everywhere? You may need to split up some functions to do this. You might want to look more deeply at the portsnap code before you recommend that Alfred take responsibility for roto-tilling it.

Re: svn commit: r227473 - head/sbin/geom/class/multipath

2011-11-13 Thread Pawel Jakub Dawidek
On Sat, Nov 12, 2011 at 12:16:23PM -0800, Garrett Cooper wrote: On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Sat Nov 12 20:01:30 2011 New Revision: 227473 URL: http://svn.freebsd.org/changeset/base/227473 Log:  Fix build on some archs

Re: svn commit: r227473 - head/sbin/geom/class/multipath

2011-11-13 Thread Garrett Cooper
On Sun, Nov 13, 2011 at 2:08 PM, Pawel Jakub Dawidek p...@freebsd.org wrote: On Sat, Nov 12, 2011 at 12:16:23PM -0800, Garrett Cooper wrote: On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin m...@freebsd.org wrote: Author: mav Date: Sat Nov 12 20:01:30 2011 New Revision: 227473 URL:

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

2011-11-13 Thread Rick Macklem
Author: rmacklem Date: Sun Nov 13 23:09:26 2011 New Revision: 227493 URL: http://svn.freebsd.org/changeset/base/227493 Log: Move the assignment of default values for some mount options to before the nfs_decode_args() call in the new NFS client, so they don't overwrite the value specified on

Re: svn commit: r227473 - head/sbin/geom/class/multipath

2011-11-13 Thread mdf
On Sun, Nov 13, 2011 at 2:46 PM, Garrett Cooper yaneg...@gmail.com wrote: On Sun, Nov 13, 2011 at 2:08 PM, Pawel Jakub Dawidek p...@freebsd.org wrote: On Sat, Nov 12, 2011 at 12:16:23PM -0800, Garrett Cooper wrote: On Sat, Nov 12, 2011 at 12:01 PM, Alexander Motin m...@freebsd.org wrote:

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

2011-11-13 Thread Rick Macklem
Author: rmacklem Date: Mon Nov 14 00:10:11 2011 New Revision: 227494 URL: http://svn.freebsd.org/changeset/base/227494 Log: Since NFSv4 byte range locking only works for regular files, add a sanity check for the vnode type to the NFSv4 client. MFC after:2 weeks Modified:

svn commit: r227495 - stable/9/sys/conf

2011-11-13 Thread Ken Smith
Author: kensmith Date: Mon Nov 14 00:45:25 2011 New Revision: 227495 URL: http://svn.freebsd.org/changeset/base/227495 Log: The releng/9.0 release branch has been created so convert stable/9 over to our standard Politically Correct name for the balance of the 9.0-RELEASE release cycle.

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

2011-11-13 Thread Peter Jeremy
On 2011-Nov-12 20:16:07 +, David Chisnall thera...@freebsd.org wrote: Fix SIGATOMIC_M{IN,AX} on x86-64. Thanks for that. I have two comments: 1) Could you please wrap your log messages so that lines do not exceed 80 characters. /* Limits of sig_atomic_t. */ -#define SIG_ATOMIC_MIN

svn commit: r227496 - in head/sys: kern sys

2011-11-13 Thread Alfred Perlstein
Author: alfred Date: Mon Nov 14 07:12:10 2011 New Revision: 227496 URL: http://svn.freebsd.org/changeset/base/227496 Log: Constify args to copyiniov and copyinuio. Modified: head/sys/kern/subr_uio.c head/sys/sys/uio.h Modified: head/sys/kern/subr_uio.c