Re: svn commit: r236377 - head/sys/dev/vxge/vxgehal

2012-05-31 Thread Bruce Evans
On Fri, 1 Jun 2012, Eitan Adler wrote: Author: eadler Date: Fri Jun 1 04:23:20 2012 New Revision: 236377 URL: http://svn.freebsd.org/changeset/base/236377 Log: Fix warning generated by clang; warning: equality comparison with extraneous parentheses [-Wparentheses-equality] R

svn commit: r236380 - head/sys/vm

2012-05-31 Thread Eitan Adler
Author: eadler Date: Fri Jun 1 04:42:52 2012 New Revision: 236380 URL: http://svn.freebsd.org/changeset/base/236380 Log: Add sysctl to query amount of swap space free PR: kern/166780 Submitted by: Radim Kolar Approved by: cperciva MFC after:1 week Modified: head/sy

svn commit: r236379 - in head/sys/dev: hptiop hptmv isp

2012-05-31 Thread Eitan Adler
Author: eadler Date: Fri Jun 1 04:34:49 2012 New Revision: 236379 URL: http://svn.freebsd.org/changeset/base/236379 Log: Adding missing dependancies for loading hptiop(4), hptmv(4) and isp(4) as modules. PR: kern/166239 Submitted by: Pavel Timofeev Discussed on: -stable, -s

svn commit: r236378 - in head/sys: amd64/amd64 i386/i386 i386/xen

2012-05-31 Thread Alan Cox
Author: alc Date: Fri Jun 1 04:26:50 2012 New Revision: 236378 URL: http://svn.freebsd.org/changeset/base/236378 Log: Eliminate code duplication in free_pv_entry() and pmap_remove_pages() by introducing free_pv_chunk(). Modified: head/sys/amd64/amd64/pmap.c head/sys/i386/i386/pmap.c he

svn commit: r236377 - head/sys/dev/vxge/vxgehal

2012-05-31 Thread Eitan Adler
Author: eadler Date: Fri Jun 1 04:23:20 2012 New Revision: 236377 URL: http://svn.freebsd.org/changeset/base/236377 Log: Fix warning generated by clang; warning: equality comparison with extraneous parentheses [-Wparentheses-equality] Reported by: arundel Reviewed by: g

svn commit: r236376 - in head: lib/libncp sys/netncp

2012-05-31 Thread Eitan Adler
Author: eadler Date: Fri Jun 1 03:59:08 2012 New Revision: 236376 URL: http://svn.freebsd.org/changeset/base/236376 Log: Add characters mapping for codepages used in Germany. (not verified by me to be accurate) PR: bin/163847 Submitted by: Gabor Fischer Reviewed by: bp

svn commit: r236375 - head/sys/ia64/ia64

2012-05-31 Thread Alan Cox
Author: alc Date: Fri Jun 1 03:56:12 2012 New Revision: 236375 URL: http://svn.freebsd.org/changeset/base/236375 Log: pmap_alloc_vhpt() doesn't need the pages that it allocates to be mapped into the kernel map, so vm_page_alloc_contig() can be used in place of contigmalloc(). Reviewed

Re: svn commit: r236362 - head/share/misc

2012-05-31 Thread Doug Barton
On 5/31/2012 6:59 PM, Eitan Adler wrote: > On 31 May 2012 18:29, Doug Barton wrote: >> On 5/31/2012 12:33 PM, Tom Judge wrote: >>> - Sort the node list while I'm here. >> >> This falls under the category of a "whitespace" change, which should >> have been done as a separate commit (usually first

svn commit: r236373 - head/sys/arm/at91

2012-05-31 Thread Warner Losh
Author: imp Date: Fri Jun 1 03:00:36 2012 New Revision: 236373 URL: http://svn.freebsd.org/changeset/base/236373 Log: Revert debug and other immature code accidentally committed in r236372. Modified: head/sys/arm/at91/at91_mci.c head/sys/arm/at91/at91reg.h head/sys/arm/at91/at91rm92reg.h

svn commit: r236372 - head/sys/arm/at91

2012-05-31 Thread Warner Losh
Author: imp Date: Fri Jun 1 02:55:42 2012 New Revision: 236372 URL: http://svn.freebsd.org/changeset/base/236372 Log: Initialize the clocks before we call cninit() so that the serial console so initialized will work upon return from cninit. While this is the very next line, other platforms

Re: svn commit: r236338 - head/usr.bin/make

2012-05-31 Thread Warner Losh
What are your MFC plans for 9.x and 8.x? Warner On May 30, 2012, at 4:23 PM, David E. O'Brien wrote: > Author: obrien > Date: Wed May 30 22:23:08 2012 > New Revision: 236338 > URL: http://svn.freebsd.org/changeset/base/236338 > > Log: > Deprecate the FreeBSD make's ":U" (to-upper case) and ":L

Re: svn commit: r236362 - head/share/misc

2012-05-31 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31/05/2012 21:29, Doug Barton wrote: > On 5/31/2012 12:33 PM, Tom Judge wrote: >> - Sort the node list while I'm here. > > This falls under the category of a "whitespace" change, which > should have been done as a separate commit (usually first, th

Re: svn commit: r236362 - head/share/misc

2012-05-31 Thread Eitan Adler
On 31 May 2012 18:29, Doug Barton wrote: > On 5/31/2012 12:33 PM, Tom Judge wrote: >>   - Sort the node list while I'm here. > > This falls under the category of a "whitespace" change, which should > have been done as a separate commit (usually first, then substantive > changes second). I figured

Re: svn commit: r236362 - head/share/misc

2012-05-31 Thread Doug Barton
On 5/31/2012 12:33 PM, Tom Judge wrote: > - Sort the node list while I'm here. This falls under the category of a "whitespace" change, which should have been done as a separate commit (usually first, then substantive changes second). This is a tiny bit more work for you, but down the road when

svn commit: r236371 - head/sys/dev/bge

2012-05-31 Thread Pyun YongHyeon
Author: yongari Date: Thu May 31 23:56:10 2012 New Revision: 236371 URL: http://svn.freebsd.org/changeset/base/236371 Log: Remove unnecessary device_printfs. Pointed out by: marius Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

svn commit: r236365 - head/usr.bin/make

2012-05-31 Thread David E. O'Brien
Author: obrien Date: Thu May 31 20:13:44 2012 New Revision: 236365 URL: http://svn.freebsd.org/changeset/base/236365 Log: Update date for r236338 & r236346. Modified: head/usr.bin/make/make.1 Modified: head/usr.bin/make/make.1 =

svn commit: r236364 - head/sys/contrib/pf/net

2012-05-31 Thread Ermal Lu�i
Author: eri Date: Thu May 31 20:10:05 2012 New Revision: 236364 URL: http://svn.freebsd.org/changeset/base/236364 Log: Correct table counter functionality to not panic. This was caused by not proper initialization of necessary parameters. PR: 168200 Reviewed by: bz@, glebius@ MFC af

svn commit: r236363 - head/sys/kern

2012-05-31 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu May 31 19:34:53 2012 New Revision: 236363 URL: http://svn.freebsd.org/changeset/base/236363 Log: Regenerate after r236361. MFC after:3 days Modified: head/sys/kern/init_sysent.c Modified: head/sys/kern/init_sysent.c =

svn commit: r236362 - head/share/misc

2012-05-31 Thread Tom Judge
Author: tj (ports committer) Date: Thu May 31 19:33:51 2012 New Revision: 236362 URL: http://svn.freebsd.org/changeset/base/236362 Log: - Fix my botched merge and correct mentor ordering. (Spotted by flo) - Fix missing new line in node block. (Spotted by gavin) - Sort the node list while I'm

svn commit: r236361 - head/sys/kern

2012-05-31 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu May 31 19:32:37 2012 New Revision: 236361 URL: http://svn.freebsd.org/changeset/base/236361 Log: Add missing system calls. MFC after:3 days Modified: head/sys/kern/capabilities.conf Modified: head/sys/kern/capabilities.conf =

svn commit: r236360 - head/sys/kern

2012-05-31 Thread Pawel Jakub Dawidek
Author: pjd Date: Thu May 31 19:31:28 2012 New Revision: 236360 URL: http://svn.freebsd.org/changeset/base/236360 Log: There is no rmdirat system call. Weird, I know. MFC after:3 days Modified: head/sys/kern/capabilities.conf Modified: head/sys/kern/capabilities.conf ===

svn commit: r236359 - head/sys/kern

2012-05-31 Thread Warner Losh
Author: imp Date: Thu May 31 17:27:05 2012 New Revision: 236359 URL: http://svn.freebsd.org/changeset/base/236359 Log: Unlock in the error path to prevent a lock leak. PR: 162174 Submitted by: Ian Lepore MFC after:2 weeks Modified: head/sys/kern/subr_rman.c Modified: h

Re: svn commit: r233925 - in head: sys/kern sys/sys sys/vm usr.bin/kdump usr.bin/ktrace

2012-05-31 Thread John Baldwin
On Wednesday, May 30, 2012 11:11:57 pm Peter Jeremy wrote: > On 2012-Apr-05 17:13:14 +, John Baldwin wrote: > >Log: > > Add new ktrace records for the start and end of VM faults. This gives > > a pair of records similar to syscall entry and return that a user can > > use to determine how l

svn commit: r236357 - head/usr.bin/ktrace

2012-05-31 Thread John Baldwin
Author: jhb Date: Thu May 31 14:46:02 2012 New Revision: 236357 URL: http://svn.freebsd.org/changeset/base/236357 Log: Don't trace or dump page fault records in the default set of tracepoints as they can be quite noisy. Requested by: Peter Jeremy MFC after:3 days Modified: head/u

svn commit: r236355 - head/sbin/mca

2012-05-31 Thread Eitan Adler
Author: eadler Date: Thu May 31 08:22:02 2012 New Revision: 236355 URL: http://svn.freebsd.org/changeset/base/236355 Log: Fix a variety of compile errors with gcc48 and clang PR: bin/165699 Submitted by: Arne Meyer Approved by: cperciva MFC after:1 week Modified: he

svn commit: r236352 - head/share/man/man5

2012-05-31 Thread Eitan Adler
Author: eadler Date: Thu May 31 07:16:50 2012 New Revision: 236352 URL: http://svn.freebsd.org/changeset/base/236352 Log: Bump date for content missed in r236290 Submitted by: gjb Approved by: cperciva (implicit) MFC after:3 days X-MFC-With: r236290 Modified: head/share/man/