Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread Bruce Evans
On Wed, 23 May 2012, David O'Brien wrote: On Wed, May 23, 2012 at 01:49:45PM +0200, Dimitry Andric wrote: On 2012-05-22 20:18, David E. O'Brien wrote: Log: Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit platforms. ... Until all the additional warnings this causes hav

svn commit: r235879 - head/sys/modules/aesni

2012-05-23 Thread David E. O'Brien
Author: obrien Date: Thu May 24 04:10:34 2012 New Revision: 235879 URL: http://svn.freebsd.org/changeset/base/235879 Log: style.Makefile(5) Modified: head/sys/modules/aesni/Makefile Modified: head/sys/modules/aesni/Makefile

svn commit: r235873 - in head: lib/libpam/modules/pam_exec sbin/atacontrol sbin/etherswitchcfg sbin/geom/class/part sbin/geom/class/raid sbin/geom/class/virstor sbin/gvinum sbin/hastctl sbin/hastd ...

2012-05-23 Thread Warren Block
Author: wblock (doc committer) Date: Thu May 24 02:24:03 2012 New Revision: 235873 URL: http://svn.freebsd.org/changeset/base/235873 Log: Fixes to man8 groff mandoc style, usage mistakes, or typos. PR: 168016 Submitted by: Nobuyuki Koganemaru Approved by: gjb MFC after:

svn commit: r235870 - head/usr.bin/sockstat

2012-05-23 Thread Andrew Thompson
Author: thompsa Date: Thu May 24 01:31:10 2012 New Revision: 235870 URL: http://svn.freebsd.org/changeset/base/235870 Log: Allow the socket list to be limited to a specific jail id. No objections:current@ Modified: head/usr.bin/sockstat/sockstat.1 head/usr.bin/sockstat/sockstat

Re: svn commit: r235746 - head/sys/net

2012-05-23 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-21 18:19:20 -0400, Alexander V. Chernikov wrote: > Author: melifaro Date: Mon May 21 22:19:19 2012 New Revision: > 235746 URL: http://svn.freebsd.org/changeset/base/235746 > > Log: Call bpf_jitter() before acquiring BPF global lock due to >

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread David O'Brien
On Tue, May 22, 2012 at 02:07:22PM -0700, m...@freebsd.org wrote: > We run with the following at Isilon, which is somewhat bogus because > it allows a bit of sloppiness in types, but is also terribly > convenient since it means no casting on printf arguments is needed: ... > If there's no objectio

svn commit: r235865 - head/contrib/gcc

2012-05-23 Thread David E. O'Brien
Author: obrien Date: Wed May 23 23:43:55 2012 New Revision: 235865 URL: http://svn.freebsd.org/changeset/base/235865 Log: Revert r235797. GCC's mis-assumptions has led to incorrect usage of "%q[diouxX]" within FreeBSD sources. Modified: head/contrib/gcc/c-format.c Modified: head/contrib/g

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread David O'Brien
On Wed, May 23, 2012 at 01:49:45PM +0200, Dimitry Andric wrote: > On 2012-05-22 20:18, David E. O'Brien wrote: > > Log: > > Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit > > platforms. ... > Until all the additional warnings this causes have been fixed, can this > commit p

svn commit: r235864 - in head: contrib/llvm/lib/CodeGen/SelectionDAG contrib/llvm/tools/clang/include/clang/AST contrib/llvm/tools/clang/include/clang/Basic contrib/llvm/tools/clang/include/clang/P...

2012-05-23 Thread Dimitry Andric
Author: dim Date: Wed May 23 21:48:49 2012 New Revision: 235864 URL: http://svn.freebsd.org/changeset/base/235864 Log: Upgrade our copy of llvm/clang to 3.1 release. Release notes can be found at: http://llvm.org/releases/3.1/docs/ReleaseNotes.html MFC after:3 days Modified: head/

Re: svn commit: r235859 - in head/sys: i386/conf modules

2012-05-23 Thread Niclas Zeising
On 05/23/12 23:07, Konstantin Belousov wrote: Author: kib Date: Wed May 23 21:07:01 2012 New Revision: 235859 URL: http://svn.freebsd.org/changeset/base/235859 Log: Enable drm2 modules build. Sponsored by:The FreeBSD Foundation MFC after: 1 month Modified: head/sys/i386/c

svn commit: r235859 - in head/sys: i386/conf modules

2012-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 21:07:01 2012 New Revision: 235859 URL: http://svn.freebsd.org/changeset/base/235859 Log: Enable drm2 modules build. Sponsored by: The FreeBSD Foundation MFC after:1 month Modified: head/sys/i386/conf/XEN head/sys/modules/Makefile Modified: head/sys/

svn commit: r235858 - head/sys/geom

2012-05-23 Thread Xin LI
Author: delphij Date: Wed May 23 20:51:21 2012 New Revision: 235858 URL: http://svn.freebsd.org/changeset/base/235858 Log: - Correct signedness for casts; - Wrap long line while I'm there. Noticed by: pjd, avg Modified: head/sys/geom/geom_flashmap.c Modified: head/sys/geom/geom_fl

svn commit: r235857 - head/libexec/tftpd

2012-05-23 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 23 20:29:16 2012 New Revision: 235857 URL: http://svn.freebsd.org/changeset/base/235857 Log: mdoc: Only use macros inside a reference block. Modified: head/libexec/tftpd/tftpd.8 Modified: head/libexec/tftpd/tftpd.8 ==

svn commit: r235856 - head/libexec/rbootd

2012-05-23 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 23 20:22:09 2012 New Revision: 235856 URL: http://svn.freebsd.org/changeset/base/235856 Log: mdoc: fix .Bl -offset. Modified: head/libexec/rbootd/rbootd.8 Modified: head/libexec/rbootd/rbootd.8 ===

Re: svn commit: r235852 - head/sys/geom

2012-05-23 Thread Andriy Gapon
on 23/05/2012 22:22 Pawel Jakub Dawidek said the following: > On Wed, May 23, 2012 at 06:17:02PM +, Xin LI wrote: >> Author: delphij Date: Wed May 23 18:17:02 2012 New Revision: 235852 URL: >> http://svn.freebsd.org/changeset/base/235852 >> >> Log: Use %ju to match uintmax_t usage >> >> Modif

svn commit: r235855 - head/sbin/shutdown

2012-05-23 Thread Jilles Tjoelker
Author: jilles Date: Wed May 23 19:25:46 2012 New Revision: 235855 URL: http://svn.freebsd.org/changeset/base/235855 Log: shutdown: Remove unnecessary 2-second delay. Modified: head/sbin/shutdown/shutdown.c Modified: head/sbin/shutdown/shutdown.c =

Re: svn commit: r235852 - head/sys/geom

2012-05-23 Thread Pawel Jakub Dawidek
On Wed, May 23, 2012 at 06:17:02PM +, Xin LI wrote: > Author: delphij > Date: Wed May 23 18:17:02 2012 > New Revision: 235852 > URL: http://svn.freebsd.org/changeset/base/235852 > > Log: > Use %ju to match uintmax_t usage > > Modified: > head/sys/geom/geom_flashmap.c > > Modified: head/s

svn commit: r235854 - head/sys/vm

2012-05-23 Thread Maksim Yevmenkin
Author: emax Date: Wed May 23 18:56:29 2012 New Revision: 235854 URL: http://svn.freebsd.org/changeset/base/235854 Log: Tweak condition for disabling allocation from per-CPU buckets in low memory situation. I've observed a situation where per-CPU allocations were disabled while there were en

Re: svn commit: r235767 - head/lib/libc/net

2012-05-23 Thread Baptiste Daroussin
On Tue, May 22, 2012 at 08:51:44PM +1000, Bruce Evans wrote: > On Mon, 21 May 2012, Garrett Cooper wrote: > > > On Mon, May 21, 2012 at 6:28 PM, Kevin Lo wrote: > >> Author: kevlo > >> Date: Tue May 22 01:28:32 2012 > >> New Revision: 235767 > >> URL: http://svn.freebsd.org/changeset/base/235767

svn commit: r235853 - head/usr.bin/lex

2012-05-23 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 23 18:41:45 2012 New Revision: 235853 URL: http://svn.freebsd.org/changeset/base/235853 Log: Fix error reported by mandoc. Modified: head/usr.bin/lex/lex.1 Modified: head/usr.bin/lex/lex.1

svn commit: r235852 - head/sys/geom

2012-05-23 Thread Xin LI
Author: delphij Date: Wed May 23 18:17:02 2012 New Revision: 235852 URL: http://svn.freebsd.org/changeset/base/235852 Log: Use %ju to match uintmax_t usage Modified: head/sys/geom/geom_flashmap.c Modified: head/sys/geom/geom_flashmap.c

svn commit: r235851 - head/bin/ps

2012-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 18:11:36 2012 New Revision: 235851 URL: http://svn.freebsd.org/changeset/base/235851 Log: Add 'cow' keyword to show per-process cow count. Submitted by: Andrey Zonov MFC after:1 week Modified: head/bin/ps/keyword.c head/bin/ps/ps.1 Modified: head/bi

svn commit: r235850 - in head/sys: kern sys vm

2012-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 18:10:54 2012 New Revision: 235850 URL: http://svn.freebsd.org/changeset/base/235850 Log: Calculate the count of per-process cow faults. Export the count to userspace using the obscure spare int field in struct kinfo_proc. Submitted by: Andrey Zonov MFC af

Re: svn commit: r235822 - in head: sys/dev/esp sys/gnu/fs/xfs/FreeBSD usr.sbin/ppp usr.sbin/rpc.lockd

2012-05-23 Thread Xin Li
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 05/23/12 07:56, Bjoern A. Zeeb wrote: > > On 23. May 2012, at 06:49 , Xin LI wrote: > >> Author: delphij Date: Wed May 23 06:49:50 2012 New Revision: >> 235822 URL: http://svn.freebsd.org/changeset/base/235822 >> >> Log: Fix build: >> >> - Use

svn commit: r235849 - head/sys/geom

2012-05-23 Thread Xin LI
Author: delphij Date: Wed May 23 17:49:59 2012 New Revision: 235849 URL: http://svn.freebsd.org/changeset/base/235849 Log: Use %j and cast off_t to intmax_t for now to fix build. Noticed by: bz Modified: head/sys/geom/geom_flashmap.c Modified: head/sys/geom/geom_flashmap.c ===

svn commit: r235848 - head/lib/libc/stdio

2012-05-23 Thread Isabell Long
Author: issyl0 (doc committer) Date: Wed May 23 17:13:30 2012 New Revision: 235848 URL: http://svn.freebsd.org/changeset/base/235848 Log: Add two new locale-specific man pages: - libc/stdio/scanf_l.3 - libc/stdio/printf_l.3 Reviewed by: theraven Approved by: gabor (mentor) MFC aft

svn commit: r235847 - in head/sys/modules/drm2: . drm2 i915kms

2012-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 17:10:22 2012 New Revision: 235847 URL: http://svn.freebsd.org/changeset/base/235847 Log: The drm2 modules makefiles commit. Still not attached to the build. Sponsored by: The FreeBSD Foundation MFC after:1 month Added: head/sys/modules/drm2/ head/s

svn commit: r235846 - head/sys/dev/pci

2012-05-23 Thread Konstantin Belousov
Author: kib Date: Wed May 23 17:09:14 2012 New Revision: 235846 URL: http://svn.freebsd.org/changeset/base/235846 Log: Add 'drmn' device as another drm child, to allow drm2 drivers to live in parallel with drm1. Sponsored by: The FreeBSD Foundation MFC after:1 month Modified: hea

svn commit: r235845 - head/sys/dev/acpica

2012-05-23 Thread Jung-uk Kim
Author: jkim Date: Wed May 23 17:03:09 2012 New Revision: 235845 URL: http://svn.freebsd.org/changeset/base/235845 Log: Restore Processor object path for verbose boot message. Modified: head/sys/dev/acpica/acpi_cpu.c Modified: head/sys/dev/acpica/acpi_cpu.c ==

svn commit: r235842 - head/bin/uuidgen

2012-05-23 Thread Warren Block
Author: wblock (doc committer) Date: Wed May 23 16:19:19 2012 New Revision: 235842 URL: http://svn.freebsd.org/changeset/base/235842 Log: Mention the upper hard limit for -n option. Patch slightly modified from PR version. PR: 168255 Submitted by: Andy Kosela Approved by:

svn commit: r235840 - head/usr.sbin/jail

2012-05-23 Thread Jamie Gritton
Author: jamie Date: Wed May 23 15:30:13 2012 New Revision: 235840 URL: http://svn.freebsd.org/changeset/base/235840 Log: Note that the new jail(8) will be appearing in 9.1. Modified: head/usr.sbin/jail/jail.8 head/usr.sbin/jail/jail.conf.5 Modified: head/usr.sbin/jail/jail.8 ==

svn commit: r235837 - in head/sbin: dump restore

2012-05-23 Thread Joel Dahl
Author: joel (doc committer) Date: Wed May 23 15:06:13 2012 New Revision: 235837 URL: http://svn.freebsd.org/changeset/base/235837 Log: mdoc: move two sentences from synopsis to description (where they really belong). With this change, mandoc now formats these manpages properly. Modified: h

Re: svn commit: r235822 - in head: sys/dev/esp sys/gnu/fs/xfs/FreeBSD usr.sbin/ppp usr.sbin/rpc.lockd

2012-05-23 Thread Bjoern A. Zeeb
On 23. May 2012, at 06:49 , Xin LI wrote: > Author: delphij > Date: Wed May 23 06:49:50 2012 > New Revision: 235822 > URL: http://svn.freebsd.org/changeset/base/235822 > > Log: > Fix build: > > - Use %ll instead of %q for explicit long long casts; > - Use %j instead of %q in XFS and cast t

svn commit: r235834 - head/sys/dev/acpica

2012-05-23 Thread John Baldwin
Author: jhb Date: Wed May 23 13:45:52 2012 New Revision: 235834 URL: http://svn.freebsd.org/changeset/base/235834 Log: Rework the previous change to honor MADT processor IDs when probing processor objects. Instead of forcing the new-bus CPU objects to use a unit number equal to pc_cpuid, ad

svn commit: r235833 - head/sys/dev/pci

2012-05-23 Thread John Baldwin
Author: jhb Date: Wed May 23 13:41:12 2012 New Revision: 235833 URL: http://svn.freebsd.org/changeset/base/235833 Log: Only check to see if a memory resource is a PCI ROM BAR when activating and deactivating PCI resources. Previously, if a device had more than 48 MSI interrupts, then activa

svn commit: r235831 - in head/sys: arm/arm arm/include dev/hwpmc

2012-05-23 Thread Fabien Thomas
Author: fabient Date: Wed May 23 13:23:40 2012 New Revision: 235831 URL: http://svn.freebsd.org/changeset/base/235831 Log: Soft PMC support for ARM. Callgraph is not captured, only current location. Sample system wide profiling: "pmcstat -Sclock.hard -T" Modified: head/sys/arm/arm/mach

svn commit: r235829 - head/sys/vm

2012-05-23 Thread Andriy Gapon
Author: avg Date: Wed May 23 12:51:49 2012 New Revision: 235829 URL: http://svn.freebsd.org/changeset/base/235829 Log: vm_pager_object_lookup: small performance optimization do not needlessly lock an object if its handle doesn't match Reviewed by: kib, alc MFC after:1 week Modi

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread Dimitry Andric
On 2012-05-22 20:18, David E. O'Brien wrote: > Author: obrien > Date: Tue May 22 18:18:06 2012 > New Revision: 235797 > URL: http://svn.freebsd.org/changeset/base/235797 > > Log: > Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit > platforms. > > Modified: > head/contrib/

svn commit: r235828 - in head/sys: netinet netinet6

2012-05-23 Thread Michael Tuexen
Author: tuexen Date: Wed May 23 11:26:28 2012 New Revision: 235828 URL: http://svn.freebsd.org/changeset/base/235828 Log: Use consistent text at the begining of the files. MFC after: 3 days Modified: head/sys/netinet/sctp.h head/sys/netinet/sctp_asconf.c head/sys/netinet/sctp_asconf.

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread Bruce Evans
On Wed, 23 May 2012, Garrett Cooper wrote: On May 22, 2012, at 11:41 PM, Dimitry Andric wrote: On 2012-05-22 23:07, m...@freebsd.org wrote: ... We run with the following at Isilon, which is somewhat bogus because it allows a bit of sloppiness in types, but is also terribly convenient since i

svn commit: r235827 - head/lib/libc/net

2012-05-23 Thread Michael Tuexen
Author: tuexen Date: Wed May 23 10:35:40 2012 New Revision: 235827 URL: http://svn.freebsd.org/changeset/base/235827 Log: Update copyright date. MFC after: 3 days Modified: head/lib/libc/net/sctp_sys_calls.c Modified: head/lib/libc/net/sctp_sys_calls.c ==

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread Bruce Evans
On Tue, 22 May 2012, Marcel Moolenaar wrote: On May 22, 2012, at 2:07 PM, m...@freebsd.org wrote: On Tue, May 22, 2012 at 1:05 PM, Bruce Evans wrote: On Tue, 22 May 2012, David E. O'Brien wrote: Log: Do not incorrectly warn when printing a quad_t using "%qd" on 64-bit platforms. I think

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread Bruce Evans
On Tue, 22 May 2012 g...@freebsd.org wrote: At Wed, 23 May 2012 06:05:06 +1000 (EST), Bruce Evans wrote: [... excessive quoting deleted] Now I prefer the old way, after fixing the bugs found by switching. It finds more bugs under FreeBSD, and is bug for bug compatible with distribution gcc a

Re: svn commit: r235797 - head/contrib/gcc

2012-05-23 Thread Garrett Cooper
On May 22, 2012, at 11:41 PM, Dimitry Andric wrote: > On 2012-05-22 23:07, m...@freebsd.org wrote: > ... >> We run with the following at Isilon, which is somewhat bogus because >> it allows a bit of sloppiness in types, but is also terribly >> convenient since it means no casting on printf argume