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
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
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
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
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
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
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
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
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
=
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
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/
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
-
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
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
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/
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
===
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
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
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
=
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
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
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
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
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
24 matches
Mail list logo