svn commit: r196652 - head/usr.bin/w

2009-08-30 Thread Hajimu UMEMOTO
Author: ume Date: Sun Aug 30 11:17:42 2009 New Revision: 196652 URL: http://svn.freebsd.org/changeset/base/196652 Log: Fix the problem that the entry broke into two lines with multi-byte AM/PM format. Reported by: takawata Modified: head/usr.bin/w/extern.h head/usr.bin/w/pr_time.c

Re: svn commit: r196650 - head/lib/libpam/modules/pam_lastlog

2009-08-30 Thread Jaakko Heinonen
On 2009-08-30, Jonathan Chen wrote: New Revision: 196650 Prevents pam_lastlog from segfaulting on session close when tty is null. Thanks! This is PR bin/112694. -- Jaakko ___ svn-src-all@freebsd.org mailing list

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

2009-08-30 Thread Motoyuki Konno
Author: motoyuki Date: Sun Aug 30 14:45:09 2009 New Revision: 196654 URL: http://svn.freebsd.org/changeset/base/196654 Log: Fix the reference for the IPV6_V6ONLY option. This option is described in RFC 3493, not 3542. PR: docs/134127 Submitted by: Kenji Rikitake

svn commit: r196655 - head/sys/dev/siis

2009-08-30 Thread Alexander Motin
Author: mav Date: Sun Aug 30 15:06:03 2009 New Revision: 196655 URL: http://svn.freebsd.org/changeset/base/196655 Log: MFp4: - Add SNTF support. - Do not report meaningless transport/protocol versions. Modified: head/sys/dev/siis/siis.c Modified: head/sys/dev/siis/siis.c

svn commit: r196656 - in head: share/man/man4 sys/dev/ahci

2009-08-30 Thread Alexander Motin
Author: mav Date: Sun Aug 30 15:20:13 2009 New Revision: 196656 URL: http://svn.freebsd.org/changeset/base/196656 Log: MFp4: - Add Command Completion Coalescing support. - Add SNTF support. - Add two more power management modes (4, 5), implemented on driver level. - Fix interface

svn commit: r196657 - head/sys/cam/ata

2009-08-30 Thread Alexander Motin
Author: mav Date: Sun Aug 30 15:36:56 2009 New Revision: 196657 URL: http://svn.freebsd.org/changeset/base/196657 Log: ATA_FLUSHCACHE is a 36bit format command, not 48. Modified: head/sys/cam/ata/ata_da.c Modified: head/sys/cam/ata/ata_da.c

svn commit: r196658 - head/sbin/camcontrol

2009-08-30 Thread Alexander Motin
Author: mav Date: Sun Aug 30 16:08:25 2009 New Revision: 196658 URL: http://svn.freebsd.org/changeset/base/196658 Log: MFp4: - Tune protocol version reporting, - Add supported DMA/PIO modes reporting. - Fix IDENTIFY for ATAPI devices. - Remove confusing - for NCQ status. Modified:

svn commit: r196659 - in head: sbin/camcontrol sys/cam/ata

2009-08-30 Thread Alexander Motin
Author: mav Date: Sun Aug 30 16:31:25 2009 New Revision: 196659 URL: http://svn.freebsd.org/changeset/base/196659 Log: Short ATA command format has 28bit address, not 36bit. Rename ata_36bit_cmd() into ata_28bit_cmd(), while it didn't become legacy. MFC after:2 days Modified:

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

2009-08-30 Thread Alexander Motin
Author: mav Date: Sun Aug 30 19:40:09 2009 New Revision: 196660 URL: http://svn.freebsd.org/changeset/base/196660 Log: Fix build with INVARIANTS. Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c

svn commit: r196661 - head/sys/dev/xen/blkfront

2009-08-30 Thread Kip Macy
Author: kmacy Date: Sun Aug 30 20:45:24 2009 New Revision: 196661 URL: http://svn.freebsd.org/changeset/base/196661 Log: add core dump support to blkfront Obtained from:Frank Suchomel Modified: head/sys/dev/xen/blkfront/blkfront.c Modified: head/sys/dev/xen/blkfront/blkfront.c

Re: svn commit: r196650 - head/lib/libpam/modules/pam_lastlog

2009-08-30 Thread Dag-Erling Smørgrav
Jonathan Chen j...@freebsd.org writes: Log: Prevents pam_lastlog from segfaulting on session close when tty is null. MFC after: 1 month Reviewed by:nobody Approved by:nobody Please consult MAINTAINERS next time. DES -- Dag-Erling Smørgrav - d...@des.no

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

2009-08-30 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Aug 30 21:03:40 2009 New Revision: 196662 URL: http://svn.freebsd.org/changeset/base/196662 Log: Add missing mountpoint vnode locking. This fixes panic on assertion with DEBUG_VFS_LOCKS and vfs.usermount=1 when regular user tries to mount dataset owned by him.

svn commit: r196671 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci netinet6

2009-08-30 Thread Qing Li
Author: qingli Date: Sun Aug 30 22:36:46 2009 New Revision: 196671 URL: http://svn.freebsd.org/changeset/base/196671 Log: MFC r196569 When multiple interfaces exist in the system, with each interface having an IPv6 address assigned to it, and if an incoming packet received on one

svn commit: r196672 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci netinet

2009-08-30 Thread Qing Li
Author: qingli Date: Sun Aug 30 22:39:49 2009 New Revision: 196672 URL: http://svn.freebsd.org/changeset/base/196672 Log: MFC r196608 Do not try to free the rt_lle entry of the cached route in ip_output() if the cached route was not initialized from the flow-table. The rt_lle entry

svn commit: r196673 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net

2009-08-30 Thread Qing Li
Author: qingli Date: Sun Aug 30 22:42:32 2009 New Revision: 196673 URL: http://svn.freebsd.org/changeset/base/196673 Log: MFC r196609 In ip_output(), the flow-table module must not try to cache L2/L3 information for interface of IFF_POINTOPOINT or IFF_LOOPBACK type. Since the L2

svn commit: r196674 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci netinet6

2009-08-30 Thread Qing Li
Author: qingli Date: Sun Aug 30 22:44:12 2009 New Revision: 196674 URL: http://svn.freebsd.org/changeset/base/196674 Log: MFC r196649 Prefix on-link verification is being performed on statically configured prefixes. Since these statically configured prefixes do not have any

svn commit: r196679 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci net

2009-08-30 Thread Qing Li
Author: qingli Date: Mon Aug 31 00:18:17 2009 New Revision: 196679 URL: http://svn.freebsd.org/changeset/base/196679 Log: As part of r196609, a call to rtalloc did not take the fib into account. So call the appropriate rtalloc_ign_fib() instead of calling rtalloc_ign(). Reviewed by:

svn commit: r196678 - head/sys/net

2009-08-30 Thread Qing Li
Author: qingli Date: Mon Aug 31 00:14:37 2009 New Revision: 196678 URL: http://svn.freebsd.org/changeset/base/196678 Log: As part of r196609, a call to rtalloc did not take the fib into account. So call the appropriate rtalloc_ign_fib() instead of calling rtalloc_ign(). Reviewed by:i

svn commit: r196680 - in stable/7/sys: . contrib/pf contrib/pf/net

2009-08-30 Thread Max Laier
Author: mlaier Date: Mon Aug 31 00:52:10 2009 New Revision: 196680 URL: http://svn.freebsd.org/changeset/base/196680 Log: MFC r196551: Fix argument ordering to memcpy as well as the size of the copy in the (theoretical) case that pfi_buffer_cnt should be greater than ~_max.

svn commit: r196683 - in stable/7: lib/libc lib/libc/stdtime usr.sbin/zic

2009-08-30 Thread Edwin Groothuis
Author: edwin Date: Mon Aug 31 02:22:18 2009 New Revision: 196683 URL: http://svn.freebsd.org/changeset/base/196683 Log: MFC of r192625, r192890, r194783, r196587: r192625: MFC of tzcode2009e: Upgrade of the tzcode from 2004a to 2009e. Changes are numerous, but include...