svn commit: r244141 - stable/7/sys/dev/uart

2012-12-11 Thread Remko Lodder
Author: remko Date: Wed Dec 12 07:24:37 2012 New Revision: 244141 URL: http://svnweb.freebsd.org/changeset/base/244141 Log: MFC r232639 Original commit: Add support for the MosChip MCS9904 four serial ports controller. PR: 165804 Submitted by: Eugene Grosbein

svn commit: r244140 - stable/8/sys/dev/uart

2012-12-11 Thread Remko Lodder
Author: remko Date: Wed Dec 12 07:22:50 2012 New Revision: 244140 URL: http://svnweb.freebsd.org/changeset/base/244140 Log: MFC r232639 Original commit: Add support for the MosChip MCS9904 four serial ports controller. PR:165804 Submitted by: Eugene Grosbein MFC after:1

svn commit: r244139 - stable/9/sys/dev/uart

2012-12-11 Thread Remko Lodder
Author: remko Date: Wed Dec 12 07:19:14 2012 New Revision: 244139 URL: http://svnweb.freebsd.org/changeset/base/244139 Log: Merge r232639 Original commit: Add support for the MosChip MCS9904 four serial ports controller. PR:165804 Submitted by: Eugene Grosbein MFC after:

svn commit: r244137 - stable/9/sys/kern

2012-12-11 Thread Konstantin Belousov
Author: kib Date: Wed Dec 12 05:02:56 2012 New Revision: 244137 URL: http://svnweb.freebsd.org/changeset/base/244137 Log: MFC r244054: Remove useless comment. Modified: stable/9/sys/kern/vfs_bio.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/vfs_bio.c

svn commit: r244136 - head/sys/dev/virtio/scsi

2012-12-11 Thread Bryan Venteicher
Author: bryanv Date: Wed Dec 12 05:01:01 2012 New Revision: 244136 URL: http://svnweb.freebsd.org/changeset/base/244136 Log: virtio_scsi: Remove duplicated lines These must have been accidently copied from the if statement a few lines later. Also remove parameter name from function protot

svn commit: r244135 - stable/9/sys/kern

2012-12-11 Thread Konstantin Belousov
Author: kib Date: Wed Dec 12 05:00:26 2012 New Revision: 244135 URL: http://svnweb.freebsd.org/changeset/base/244135 Log: MFC r244053: Fix typo. Modified: stable/9/sys/kern/vfs_mount.c Directory Properties: stable/9/sys/ (props changed) Modified: stable/9/sys/kern/vfs_mount.c =

svn commit: r244134 - head/bin/df

2012-12-11 Thread Greg Lehey
Author: grog Date: Wed Dec 12 04:18:25 2012 New Revision: 244134 URL: http://svnweb.freebsd.org/changeset/base/244134 Log: Handle large negative block counts correctly. MFC after: 2 weeks Modified: head/bin/df/df.c Modified: head/bin/df/df.c =

svn commit: r244133 - head/sbin/sysctl

2012-12-11 Thread Alfred Perlstein
Author: alfred Date: Wed Dec 12 02:55:40 2012 New Revision: 244133 URL: http://svnweb.freebsd.org/changeset/base/244133 Log: Make Tflag and Wflag filters work for more sysctl options. To do this move the Tflag and Wflag checks earlier in show_var() so we bail earlier for variables not mat

svn commit: r244132 - head/usr.sbin/service

2012-12-11 Thread Xin LI
Author: delphij Date: Wed Dec 12 01:50:58 2012 New Revision: 244132 URL: http://svnweb.freebsd.org/changeset/base/244132 Log: Add -R, an option to restart all enabled "local" services. Discussed on: -rc@ (in September) MFC after:2 months Modified: head/usr.sbin/service/service.8

svn commit: r244131 - stable/9/usr.sbin/bsdinstall/scripts

2012-12-11 Thread Glen Barber
Author: gjb (doc,ports committer) Date: Wed Dec 12 01:05:19 2012 New Revision: 244131 URL: http://svnweb.freebsd.org/changeset/base/244131 Log: MFC r244057, r244059: r244057: Get 'uname -r' earlier, so it can be used to determine what branch is being run to set BSDINSTALL_DISTSITE acc

svn commit: r244130 - stable/7/sys/dev/isci

2012-12-11 Thread Jim Harris
Author: jimharris Date: Wed Dec 12 00:39:54 2012 New Revision: 244130 URL: http://svnweb.freebsd.org/changeset/base/244130 Log: MFC r243904: Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing to map, and technically this isn't allowed. Functionally, it works OK (

svn commit: r244129 - stable/8/sys/dev/isci

2012-12-11 Thread Jim Harris
Author: jimharris Date: Wed Dec 12 00:39:32 2012 New Revision: 244129 URL: http://svnweb.freebsd.org/changeset/base/244129 Log: MFC r243904: Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing to map, and technically this isn't allowed. Functionally, it works OK (

svn commit: r244128 - stable/9/sys/dev/isci

2012-12-11 Thread Jim Harris
Author: jimharris Date: Wed Dec 12 00:39:04 2012 New Revision: 244128 URL: http://svnweb.freebsd.org/changeset/base/244128 Log: MFC r243904: Don't call bus_dmamap_load in CAM_DIR_NONE case, since there is nothing to map, and technically this isn't allowed. Functionally, it works OK (

svn commit: r244126 - head/lib/libc/locale

2012-12-11 Thread Jilles Tjoelker
Author: jilles Date: Tue Dec 11 22:52:56 2012 New Revision: 244126 URL: http://svnweb.freebsd.org/changeset/base/244126 Log: libc: Make various internal file descriptors close-on-exec. These are obtained via fopen(). Modified: head/lib/libc/locale/collate.c head/lib/libc/locale/setrune

svn commit: r244124 - head/lib/clang

2012-12-11 Thread Dimitry Andric
Author: dim Date: Tue Dec 11 20:08:57 2012 New Revision: 244124 URL: http://svnweb.freebsd.org/changeset/base/244124 Log: Cleanup a few duplicate llvm libs that snuck in with the recent update. Noticed by: rdivacky Modified: head/lib/clang/Makefile Modified: head/lib/clang/Makefile ==

Re: svn commit: r244106 - head/sbin/sysctl

2012-12-11 Thread Pawel Jakub Dawidek
On Tue, Dec 11, 2012 at 01:28:07AM +, Alfred Perlstein wrote: > Author: alfred > Date: Tue Dec 11 01:28:06 2012 > New Revision: 244106 > URL: http://svnweb.freebsd.org/changeset/base/244106 > > Log: > Allow sysctl to filter boot and runtime tunables. > > Add the following flags to sysct

svn commit: r244123 - head/sys/sys

2012-12-11 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 11 19:54:35 2012 New Revision: 244123 URL: http://svnweb.freebsd.org/changeset/base/244123 Log: Similar to CTLFLAG_RDTUN, provide CTLFLAG_RWTUN that defines writable sysctl that can also be modified by loader tunable. Modified: head/sys/sys/sysctl.h Modified: head

svn commit: r244122 - head/share/examples/etc

2012-12-11 Thread Eitan Adler
Author: eadler Date: Tue Dec 11 18:39:53 2012 New Revision: 244122 URL: http://svnweb.freebsd.org/changeset/base/244122 Log: Remove 'dangerous' instructions from the example make.conf. Clarify when and why these might be used and that this isn't a supported configuration. PR:

Re: svn commit: r244075 - stable/9/bin/ls

2012-12-11 Thread Jaakko Heinonen
On 2012-12-10, Greg Lehey wrote: > MFC to r242840: I found confusing that this commit merges changes not mentioned in the commit message below. It make me while to notice "to" before the revision number. Also the commit didn't record mergeinfo. > Add y flag and environment variable LS_SAMES

svn commit: r244120 - stable/8/gnu/usr.bin/gdb/kgdb

2012-12-11 Thread Ed Maste
Author: emaste Date: Tue Dec 11 13:03:33 2012 New Revision: 244120 URL: http://svnweb.freebsd.org/changeset/base/244120 Log: MFC r217749: Use string literal format strings to quiet clang warnings. Modified: stable/8/gnu/usr.bin/gdb/kgdb/main.c Directory Properties: stable/8/gnu/usr.bin/gdb/

svn commit: r244119 - stable/8/contrib/gdb/gdb

2012-12-11 Thread Ed Maste
Author: emaste Date: Tue Dec 11 12:58:27 2012 New Revision: 244119 URL: http://svnweb.freebsd.org/changeset/base/244119 Log: MFC r242943: Do not unwind past a zero PC frame. This improves GDB usability when debugging code compiled with optimization. Upstream GDB revision f0031b

svn commit: r244118 - stable/8/contrib/gdb/gdb

2012-12-11 Thread Ed Maste
Author: emaste Date: Tue Dec 11 12:57:08 2012 New Revision: 244118 URL: http://svnweb.freebsd.org/changeset/base/244118 Log: MFC r242936: Set optimized_out instead of reporting an error. This provides a better display when debugging code compiled with optimization on. GDB git r

svn commit: r244117 - stable/9/bin/expr

2012-12-11 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 11 12:40:54 2012 New Revision: 244117 URL: http://svnweb.freebsd.org/changeset/base/244117 Log: Revert r244108. yyparse() declaration isn't redundant in stable/9. Reported by: tinderbox :) Modified: stable/9/bin/expr/expr.y Modified: stable/9/bin/expr/expr

svn commit: r244116 - stable/9/contrib/gdb/gdb

2012-12-11 Thread Ed Maste
Author: emaste Date: Tue Dec 11 12:34:46 2012 New Revision: 244116 URL: http://svnweb.freebsd.org/changeset/base/244116 Log: MFC r242943: Do not unwind past a zero PC frame. This improves GDB usability when debugging code compiled with optimization. Upstream GDB revision f0031b

svn commit: r244115 - stable/9/contrib/gdb/gdb

2012-12-11 Thread Ed Maste
Author: emaste Date: Tue Dec 11 12:32:11 2012 New Revision: 244115 URL: http://svnweb.freebsd.org/changeset/base/244115 Log: MFC r242936: Set optimized_out instead of reporting an error. This provides a better display when debugging code compiled with optimization on. GDB git

svn commit: r244114 - head/sys/dev/agp

2012-12-11 Thread Baptiste Daroussin
Author: bapt Date: Tue Dec 11 09:38:12 2012 New Revision: 244114 URL: http://svnweb.freebsd.org/changeset/base/244114 Log: Add pci id for the xeon hd4000 (IvyBridge server GT2) Submitted by: François Tigeot Obtained from:dragonfly MFC after:3 days Modified: head/sys/dev/

Re: svn commit: r244112 - head/sys/kern

2012-12-11 Thread Andriy Gapon
on 11/12/2012 09:08 Alfred Perlstein said the following: > Author: alfred > Date: Tue Dec 11 07:08:14 2012 > New Revision: 244112 > URL: http://svnweb.freebsd.org/changeset/base/244112 > > Log: > Cleanup more of the kassert_panic. > > fix compile warnings on !amd64 and NULL derefs that woul

svn commit: r244113 - head/sys/netpfil/pf

2012-12-11 Thread Gleb Smirnoff
Author: glebius Date: Tue Dec 11 08:37:08 2012 New Revision: 244113 URL: http://svnweb.freebsd.org/changeset/base/244113 Log: Merge 1.127 from OpenBSD, that closes a regression from 1.125 (merged as r242694): do better detection of when we have a better version of the tcp sequence wind