svn commit: r236226 - head/usr.bin/unzip

2012-05-29 Thread Dag-Erling Smorgrav
Author: des Date: Tue May 29 09:11:19 2012 New Revision: 236226 URL: http://svn.freebsd.org/changeset/base/236226 Log: Pass a filename, rather than a file descriptor, to libarchive. Submitted by: Alex Kozlov s...@rm-rf.kiev.ua MFC after:1 week Modified: head/usr.bin/unzip/unzip.c

svn commit: r236228 - in head/sys/cam: ata scsi

2012-05-29 Thread Alexander Motin
Author: mav Date: Tue May 29 11:22:40 2012 New Revision: 236228 URL: http://svn.freebsd.org/changeset/base/236228 Log: Plug request and references leak caused by race between invalidated ond probe periph destruction and new incoming probe request. This at least caused problems with SATA

svn commit: r236231 - head/sys/net

2012-05-29 Thread Alexander V. Chernikov
Author: melifaro Date: Tue May 29 12:52:30 2012 New Revision: 236231 URL: http://svn.freebsd.org/changeset/base/236231 Log: Fix BPF_JITTER code broken by r235746. Pointed by: jkim Reviewed by: jkim (except locking changes) Approved by: (mentor) MFC after:2

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

2012-05-29 Thread Alexander V. Chernikov
On 29.05.2012 16:52, Alexander V. Chernikov wrote: Author: melifaro Date: Tue May 29 12:52:30 2012 New Revision: 236231 URL: http://svn.freebsd.org/changeset/base/236231 Log: Fix BPF_JITTER code broken by r235746. Pointed by: jkim Reviewed by: jkim (except locking changes)

svn commit: r236234 - in head/sys/cam: . ata

2012-05-29 Thread Alexander Motin
Author: mav Date: Tue May 29 14:28:46 2012 New Revision: 236234 URL: http://svn.freebsd.org/changeset/base/236234 Log: Allow to change number of openings (used tags) for ATA/SATA devices via `camcontrol tags ... -N ...`. There is no need to tune it in usual cases, but some users want to

svn commit: r236237 - head/share/man/man9

2012-05-29 Thread Edward Tomasz Napierala
Author: trasz Date: Tue May 29 14:41:16 2012 New Revision: 236237 URL: http://svn.freebsd.org/changeset/base/236237 Log: Fix lock interaction table for rmlocks - by default they cannot sleep, just like rwlocks. MFC after:1 week Modified: head/share/man/man9/locking.9 Modified:

svn commit: r236240 - head/sys/i386/xen

2012-05-29 Thread Alan Cox
Author: alc Date: Tue May 29 15:41:20 2012 New Revision: 236240 URL: http://svn.freebsd.org/changeset/base/236240 Log: Rename pmap_collect() to pmap_pv_reclaim() and rewrite it such that it no longer uses the active and inactive paging queues. Instead, the pmap now maintains an LRU-ordered

svn commit: r236242 - head/sys/dev/ahci

2012-05-29 Thread Hans Petter Selasky
Author: hselasky Date: Tue May 29 15:56:30 2012 New Revision: 236242 URL: http://svn.freebsd.org/changeset/base/236242 Log: Add quirk for Marvell based AHCI controller. MFC after:3 days Suggested by: mav @ Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c

svn commit: r236243 - head/sys/i386/xen

2012-05-29 Thread Alan Cox
Author: alc Date: Tue May 29 16:11:15 2012 New Revision: 236243 URL: http://svn.freebsd.org/changeset/base/236243 Log: MFi386 pmap r233433 Disable detailed PV entry accounting by default. (A config option for enabling it was already introduced in r233433.) Modified:

svn commit: r236245 - head/sys/dev/wbwd

2012-05-29 Thread Robert Noland
Author: rnoland Date: Tue May 29 16:25:01 2012 New Revision: 236245 URL: http://svn.freebsd.org/changeset/base/236245 Log: Fix a typo in wbwd so that CRF5 is actually written to the data register rather than the index register. Reviewed by: bz MFC after:3 days Modified:

svn commit: r236246 - head/sys/dev/wbwd

2012-05-29 Thread Robert Noland
Author: rnoland Date: Tue May 29 16:39:42 2012 New Revision: 236246 URL: http://svn.freebsd.org/changeset/base/236246 Log: Add device ids for the Winbond 83627DHG-P chip and set the registers to trigger the keyboard reset line on timeout. Reviewed by: bz MFC after:1 week

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

2012-05-29 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue May 29 18:05:24 2012 New Revision: 236248 URL: http://svn.freebsd.org/changeset/base/236248 Log: Remove unused variable. MFC after:3 days Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_scan.c Modified:

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

2012-05-29 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue May 29 18:11:45 2012 New Revision: 236250 URL: http://svn.freebsd.org/changeset/base/236250 Log: Tighten up the assertion: because size can't be 0 and even if sm_space is equal to sm_size, any 'sm_space - size' will be less than sm_size. MFC after:3 days

svn commit: r236251 - head/sys/net

2012-05-29 Thread Jung-uk Kim
Author: jkim Date: Tue May 29 18:44:53 2012 New Revision: 236251 URL: http://svn.freebsd.org/changeset/base/236251 Log: Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptor and reset statistics as it should. MFC after:3 days Modified: head/sys/net/bpf.c

svn commit: r236255 - head/contrib/groff/tmac

2012-05-29 Thread David E. O'Brien
Author: obrien Date: Tue May 29 19:49:52 2012 New Revision: 236255 URL: http://svn.freebsd.org/changeset/base/236255 Log: Add the latest FreeBSD versions. Modified: head/contrib/groff/tmac/doc-common Modified: head/contrib/groff/tmac/doc-common

svn commit: r236256 - head/sys/modules/netmap

2012-05-29 Thread Luigi Rizzo
Author: luigi Date: Tue May 29 19:55:07 2012 New Revision: 236256 URL: http://svn.freebsd.org/changeset/base/236256 Log: add support to build netmap as a module, but for the time being keep it disconnected from the main build. MFC after:3 days Added: head/sys/modules/netmap/

svn commit: r236257 - head/share/misc

2012-05-29 Thread Olivier Duchateau
Author: olivierd (ports committer) Date: Tue May 29 20:16:26 2012 New Revision: 236257 URL: http://svn.freebsd.org/changeset/base/236257 Log: Add myself and my relation to my mentors. Approved by: miwi@, rene@ Modified: head/share/misc/committers-ports.dot Modified:

svn commit: r236258 - head/contrib/llvm/tools/clang/lib/Driver

2012-05-29 Thread Dimitry Andric
Author: dim Date: Tue May 29 20:21:24 2012 New Revision: 236258 URL: http://svn.freebsd.org/changeset/base/236258 Log: For clang, similar to r236137, enable gnu hash generation for dynamic ELF binaries on x86. Modified: head/contrib/llvm/tools/clang/lib/Driver/Tools.cpp Modified:

svn commit: r236260 - in head/contrib/llvm: include/llvm/Support lib/Support/Unix lib/Support/Windows tools/clang/lib/Frontend

2012-05-29 Thread Dimitry Andric
Author: dim Date: Tue May 29 21:59:09 2012 New Revision: 236260 URL: http://svn.freebsd.org/changeset/base/236260 Log: Pull in r156591 from upstream llvm trunk: Allow unique_file to take a mode for file permissions, but default to user only read/write. and r156592 from upstream

svn commit: r236261 - head/sys/net

2012-05-29 Thread Jung-uk Kim
Author: jkim Date: Tue May 29 22:21:53 2012 New Revision: 236261 URL: http://svn.freebsd.org/changeset/base/236261 Log: - Save the previous filter right before we set new one. - Reduce duplicate code and make it little easier to read. MFC after:2 weeks Modified: head/sys/net/bpf.c

svn commit: r236262 - head/sys/net

2012-05-29 Thread Jung-uk Kim
Author: jkim Date: Tue May 29 22:28:46 2012 New Revision: 236262 URL: http://svn.freebsd.org/changeset/base/236262 Log: Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf(). Modified: head/sys/net/bpf.c Modified: head/sys/net/bpf.c

Re: svn commit: r236137 - head/contrib/gcc/config/i386

2012-05-29 Thread Marius Strobl
On Mon, May 28, 2012 at 11:47:28PM +0300, Konstantin Belousov wrote: On Mon, May 28, 2012 at 09:03:55PM +0200, Marius Strobl wrote: On Sun, May 27, 2012 at 05:27:48AM +, Konstantin Belousov wrote: Author: kib Date: Sun May 27 05:27:47 2012 New Revision: 236137 URL:

Re: svn commit: r228571 - in head: . lib/libc/net sbin/ifconfig share/man/man4 sys/net sys/netinet sys/netinet6 sys/sys

2012-05-29 Thread Andrew Thompson
On 17 December 2011 01:16, Gleb Smirnoff gleb...@freebsd.org wrote: Author: glebius Date: Fri Dec 16 12:16:56 2011 New Revision: 228571 URL: http://svn.freebsd.org/changeset/base/228571 Log:  A major overhaul of the CARP implementation. The ip_carp.c was started  from scratch, copying

svn commit: r236274 - head/share/man/man7

2012-05-29 Thread Glen Barber
Author: gjb (doc committer) Date: Wed May 30 01:52:01 2012 New Revision: 236274 URL: http://svn.freebsd.org/changeset/base/236274 Log: Fix an mdoc(7) formatting nit. MFC after:3 days Modified: head/share/man/man7/release.7 Modified: head/share/man/man7/release.7

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

2012-05-29 Thread Glen Barber
Author: gjb (doc committer) Date: Wed May 30 02:29:47 2012 New Revision: 236278 URL: http://svn.freebsd.org/changeset/base/236278 Log: Fix mdoc(7) style nits. MFC after:3 days Modified: head/share/man/man5/devfs.conf.5 head/share/man/man5/devfs.rules.5 Modified:

svn commit: r236279 - head/tools/build/options

2012-05-29 Thread Glen Barber
Author: gjb (doc committer) Date: Wed May 30 02:37:20 2012 New Revision: 236279 URL: http://svn.freebsd.org/changeset/base/236279 Log: Add '-width Pa' to src.conf.5 for mdoc(7) style consistency. MFC after:3 days Modified: head/tools/build/options/makeman Modified:

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

2012-05-29 Thread Glen Barber
Author: gjb (doc committer) Date: Wed May 30 02:41:09 2012 New Revision: 236280 URL: http://svn.freebsd.org/changeset/base/236280 Log: Regen src.conf.5 after r236279. MFC after:3 days Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r236281 - in head: . etc/pam.d

2012-05-29 Thread Martin Wilke
Author: miwi Date: Wed May 30 03:10:22 2012 New Revision: 236281 URL: http://svn.freebsd.org/changeset/base/236281 Log: - FreeBSD ships a KDE PAM module in base, but it's missing support for passwordless login (kde-np), and it doesn't really belong in base system. PR:

Re: svn commit: r236255 - head/contrib/groff/tmac

2012-05-29 Thread Sergey Kandaurov
On 29 May 2012 23:49, David E. O'Brien obr...@freebsd.org wrote: Author: obrien Date: Tue May 29 19:49:52 2012 New Revision: 236255 URL: http://svn.freebsd.org/changeset/base/236255 Log:  Add the latest FreeBSD versions. Modified:  head/contrib/groff/tmac/doc-common Modified:

svn commit: r236282 - head/sys/dev/puc

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 03:47:51 2012 New Revision: 236282 URL: http://svn.freebsd.org/changeset/base/236282 Log: Add support for Sun 1040 PCI Quad Serial PR: kern/163450 Submitted by: Anonymous Hardware Hacker silic...@harmony-p.ath.cx Approved by: cperciva MFC

Re: svn commit: r236137 - head/contrib/gcc/config/i386

2012-05-29 Thread Konstantin Belousov
On Wed, May 30, 2012 at 12:48:33AM +0200, Marius Strobl wrote: On Mon, May 28, 2012 at 11:47:28PM +0300, Konstantin Belousov wrote: On Mon, May 28, 2012 at 09:03:55PM +0200, Marius Strobl wrote: On Sun, May 27, 2012 at 05:27:48AM +, Konstantin Belousov wrote: Author: kib Date:

svn commit: r236283 - head/sys/cam/scsi

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 03:50:58 2012 New Revision: 236283 URL: http://svn.freebsd.org/changeset/base/236283 Log: Add support for newer garmin devices PR: kern/163932 Submitted by: Bartosz Fabianowski free...@chillt.de Approved by: cperciva MFC after:1 week

svn commit: r236284 - head/etc/defaults

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 03:51:46 2012 New Revision: 236284 URL: http://svn.freebsd.org/changeset/base/236284 Log: Don't attempt to delete .sujournal in /tmp PR: conf/163828 Submitted by: Tatsuki Makino tatsuki_mak...@hotmail.com Approved by: cperciva MFC after:

svn commit: r236285 - head/sbin/camcontrol

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 03:54:10 2012 New Revision: 236285 URL: http://svn.freebsd.org/changeset/base/236285 Log: Add missing flag enable when certain arguments are parsed PR: bin/163053 Submitted by: Peter p...@citylink.dinoex.sub.org Approved by: cperciva MFC

svn commit: r236286 - head/usr.bin/mail

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 03:55:44 2012 New Revision: 236286 URL: http://svn.freebsd.org/changeset/base/236286 Log: Fix likely race condition if wait_child() is interrupted by sigchild() PR: bin/102834 Submitted by: Andreas Longwitz longw...@incore.de Approved by:

svn commit: r236287 - head/usr.sbin/mptutil

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 03:57:49 2012 New Revision: 236287 URL: http://svn.freebsd.org/changeset/base/236287 Log: add missing variable declaration when DEBUG is defined forgotten in r215046 PR: bin/166404 Submitted by: Conrad J. Sabatier conr...@cox.net Approved by:

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

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 04:06:38 2012 New Revision: 236288 URL: http://svn.freebsd.org/changeset/base/236288 Log: Only set _w to 0 when the file stream is not currently reading. Without this fflush may fail to write data in the buffer. PR: kern/137819 Submitted by:

svn commit: r236289 - head/usr.sbin/lpr/lpr

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 04:08:29 2012 New Revision: 236289 URL: http://svn.freebsd.org/changeset/base/236289 Log: Relax security permissions on '.seq' file creation - the strict, but odd permissions resulted in a security alert from 110.neggrpperm PR: kern/165533

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

2012-05-29 Thread Eitan Adler
Author: eadler Date: Wed May 30 04:14:38 2012 New Revision: 236290 URL: http://svn.freebsd.org/changeset/base/236290 Log: Document daily_status_security_chkportsum_enable PR: docs/167980 Submitted by: Bryan Drewery br...@shatow.net Reported by: rank1see...@gmail.com

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

2012-05-29 Thread Alan Cox
Author: alc Date: Wed May 30 04:16:54 2012 New Revision: 236291 URL: http://svn.freebsd.org/changeset/base/236291 Log: Eliminate some purely stylistic differences among the amd64, i386 native, and i386 xen PV entry allocators. Modified: head/sys/amd64/amd64/pmap.c

svn commit: r236294 - head/share/man/man4

2012-05-29 Thread Benjamin Kaduk
Author: bjk (doc committer) Date: Wed May 30 05:42:40 2012 New Revision: 236294 URL: http://svn.freebsd.org/changeset/base/236294 Log: Catch up to the carp rewrite and refer to vhids instead of interfaces. Pointy hat to:bjk Submitted by: glebius Approved by: hrs (mentor)