svn commit: r228700 - in head: sys/netinet6 usr.bin/netstat

2011-12-18 Thread Maxim Konovalov
Author: maxim Date: Mon Dec 19 05:50:34 2011 New Revision: 228700 URL: http://svn.freebsd.org/changeset/base/228700 Log: o Convert IPv6 read-only stats sysctls to the read-write ones. o Teach netstat(1) -z to reset these stats sysctls. PR: bin/153206 Reviewed by: glebuis Sp

svn commit: r228699 - head/sbin/devd

2011-12-18 Thread Maxim Konovalov
Author: maxim Date: Mon Dec 19 05:09:08 2011 New Revision: 228699 URL: http://svn.freebsd.org/changeset/base/228699 Log: o Sort .Xrs. Modified: head/sbin/devd/devd.conf.5 Modified: head/sbin/devd/devd.conf.5 == --- h

Re: svn commit: r228668 - head/usr.bin/netstat

2011-12-18 Thread Bruce Evans
PS: (review of the actual patch) On Sun, 18 Dec 2011, Dimitry Andric wrote: A better fix is to add explicit casts to the __bswap macros, as per attached patch, which I'm running through a make universe now. % diff --git a/sys/amd64/include/endian.h b/sys/amd64/include/endian.h % index de22c8b

Re: svn commit: r228668 - head/usr.bin/netstat

2011-12-18 Thread Bruce Evans
On Sun, 18 Dec 2011, Dimitry Andric wrote: On 2011-12-18 02:39, David Schultz wrote: ... Log: Revert r228650, and work around the clang false positive with printf formats in usr.bin/netstat/atalk.c by conditionally adding NO_WFORMAT to the Makefile instead. ... Have you been keeping tra

svn commit: r228698 - head/usr.bin/m4

2011-12-18 Thread Dimitry Andric
Author: dim Date: Sun Dec 18 23:54:32 2011 New Revision: 228698 URL: http://svn.freebsd.org/changeset/base/228698 Log: Repair breakage after r228697: since m4 now uses pow(3), it needs -lm. Pointy hat to:bapt Modified: head/usr.bin/m4/Makefile Modified: head/usr.bin/m4/Makefile

Re: svn commit: r228694 - head/sys/dev/netmap

2011-12-18 Thread Bjoern A. Zeeb
On 18. Dec 2011, at 17:48 , Marius Strobl wrote: > Author: marius > Date: Sun Dec 18 17:48:54 2011 > New Revision: 228694 > URL: http://svn.freebsd.org/changeset/base/228694 > > Log: > Fix compilation on sparc64 by actually supplying the bus_dma_tag_t member > of the rx_ring to bus_dmamap_sync

svn commit: r228697 - head/usr.bin/m4

2011-12-18 Thread Baptiste Daroussin
Author: bapt (ports committer) Date: Sun Dec 18 22:04:55 2011 New Revision: 228697 URL: http://svn.freebsd.org/changeset/base/228697 Log: Reimplement support for the ** (exponent) gnu extension, make it available thought the -g (mimic gnu) option Reviewed by: cognet Approved by: cognet

svn commit: r228696 - head/sbin/hastd

2011-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 18 20:41:58 2011 New Revision: 228696 URL: http://svn.freebsd.org/changeset/base/228696 Log: Use lex's standard way of not generating unused function. Inspired by: r228555 MFC after:1 week Modified: head/sbin/hastd/Makefile head/sbin/hastd/token.l Modi

svn commit: r228695 - head/sbin/hastd

2011-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 18 20:40:19 2011 New Revision: 228695 URL: http://svn.freebsd.org/changeset/base/228695 Log: Don't use function name as format string. Detected by: clang MFC after:1 week Modified: head/sbin/hastd/pjdlog.h Modified: head/sbin/hastd/pjdlog.h =

svn commit: r228694 - head/sys/dev/netmap

2011-12-18 Thread Marius Strobl
Author: marius Date: Sun Dec 18 17:48:54 2011 New Revision: 228694 URL: http://svn.freebsd.org/changeset/base/228694 Log: Fix compilation on sparc64 by actually supplying the bus_dma_tag_t member of the rx_ring to bus_dmamap_sync(9). Given that netmap code tries to obtain the bus addresses o

svn commit: r228693 - head/sbin/fsdb

2011-12-18 Thread Dimitry Andric
Author: dim Date: Sun Dec 18 17:42:26 2011 New Revision: 228693 URL: http://svn.freebsd.org/changeset/base/228693 Log: Revert r228603, and add the workaround to sbin/fsdb/Makefile instead. MFC after:1 week Modified: head/sbin/fsdb/Makefile head/sbin/fsdb/fsdbutil.c Modified: head/

svn commit: r228692 - in head: contrib/openpam contrib/openpam/bin contrib/openpam/bin/pamtest contrib/openpam/bin/su contrib/openpam/doc contrib/openpam/doc/man contrib/openpam/include contrib/ope...

2011-12-18 Thread Dag-Erling Smorgrav
Author: des Date: Sun Dec 18 17:22:45 2011 New Revision: 228692 URL: http://svn.freebsd.org/changeset/base/228692 Log: Upgrade to OpenPAM Lycopsida. Added: head/contrib/openpam/bin/pamtest/ - copied from r228691, vendor/openpam/dist/bin/pamtest/ head/contrib/openpam/bin/su/su.1 -

svn commit: r228691 - vendor/openpam/LYCOPSIDA

2011-12-18 Thread Dag-Erling Smorgrav
Author: des Date: Sun Dec 18 17:11:18 2011 New Revision: 228691 URL: http://svn.freebsd.org/changeset/base/228691 Log: Tag OpenPAM Lycopsida Added: vendor/openpam/LYCOPSIDA/ - copied from r228690, vendor/openpam/dist/ ___ svn-src-all@freebsd.or

svn commit: r228690 - in vendor/openpam/dist: . bin bin/pamtest bin/su doc doc/man include include/security lib misc modules modules/pam_deny modules/pam_permit modules/pam_unix

2011-12-18 Thread Dag-Erling Smorgrav
Author: des Date: Sun Dec 18 17:08:40 2011 New Revision: 228690 URL: http://svn.freebsd.org/changeset/base/228690 Log: Vendor import of OpenPAM Lycopsida. Added: vendor/openpam/dist/bin/pamtest/ vendor/openpam/dist/bin/pamtest/Makefile.am vendor/openpam/dist/bin/pamtest/Makefile.in vend

svn commit: r228689 - head/sys/powerpc/ps3

2011-12-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Dec 18 16:53:21 2011 New Revision: 228689 URL: http://svn.freebsd.org/changeset/base/228689 Log: Support infrastructure for X11 on PS3. Submitted by: geoffrey dot levand at mail dot ru MFC after:1 week Modified: head/sys/powerpc/ps3/ps3-hvcall.S head/

svn commit: r228688 - head/sys/powerpc/ps3

2011-12-18 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Dec 18 16:53:03 2011 New Revision: 228688 URL: http://svn.freebsd.org/changeset/base/228688 Log: Add version header to output file. Modified: head/sys/powerpc/ps3/ps3-hv-asm.awk Modified: head/sys/powerpc/ps3/ps3-hv-asm.awk ===

Re: svn commit: r228668 - head/usr.bin/netstat

2011-12-18 Thread Dimitry Andric
On 2011-12-18 02:41, David Schultz wrote: ... > Sorry, one more: In less(1), you cast away a bunch of const qualifiers > to fix some warnings, but that seems like a step in the wrong > direction. The warnings were complaining about genuinely bad code. > Disabling the warnings with casts doesn't m

Re: svn commit: r228668 - head/usr.bin/netstat

2011-12-18 Thread Dimitry Andric
On 2011-12-18 02:39, David Schultz wrote: ... >>> Log: >>> Revert r228650, and work around the clang false positive with printf >>> formats in usr.bin/netstat/atalk.c by conditionally adding NO_WFORMAT to >>> the Makefile instead. ... > Have you been keeping track of the other hacks you've b

svn commit: r228687 - head/sys/ddb

2011-12-18 Thread Sergey Kandaurov
Author: pluknet Date: Sun Dec 18 15:36:21 2011 New Revision: 228687 URL: http://svn.freebsd.org/changeset/base/228687 Log: Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. Reviewed by: kib Modified: head/sys/ddb/db_ps.c Modified: head/sys/ddb/db_ps.c =

svn commit: r228686 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 18 12:27:45 2011 New Revision: 228686 URL: http://svn.freebsd.org/changeset/base/228686 Log: From time to time people report space map corruption resulting in panic (ss == NULL) on pool import. I had such a panic recently. With current version of ZFS it is still pos

svn commit: r228685 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-12-18 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Dec 18 12:19:03 2011 New Revision: 228685 URL: http://svn.freebsd.org/changeset/base/228685 Log: Implement replying of ACLs updates. ACL changes should go to ZIL only if the 'sync' property is set to 'always', so replying them is not common. MFC after:1 month Mo

Re: svn commit: r228678 - head/usr.sbin/rpc.ypupdated

2011-12-18 Thread Bruce Evans
On Sun, 18 Dec 2011, Dimitry Andric wrote: Log: In usr.sbin/rpc.ypupdated/yp_dbupdate.c, use the appropriate printf length modifier for time_t (after casting it to intmax_t). MFC after: 1 week Modified: head/usr.sbin/rpc.ypupdated/yp_dbupdate.c Modified: head/usr.sbin/rpc.ypupdated/yp

Re: svn commit: r228626 - head/usr.bin/csup

2011-12-18 Thread Bruce Evans
On Sat, 17 Dec 2011, Dimitry Andric wrote: Log: In usr.bin/csup/proto.c, use the correct printf length modifier to print an off_t. ... Modified: head/usr.bin/csup/proto.c == --- head/usr.bin/csup/proto.c Sat Dec 17 1

Re: svn commit: r228625 - head/usr.bin/csup

2011-12-18 Thread Bruce Evans
On Sun, 18 Dec 2011, Dimitry Andric wrote: On 2011-12-18 00:49, m...@freebsd.org wrote: ... Also, long long is a bit of a hack that came in before C99 standardized on a few wider types, and the PRIu64 macros are really hideous. I agree they're ugly, but C99 should simply have defined length m