svn commit: r232955 - stable/9/contrib/top

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 06:56:55 2012 New Revision: 232955 URL: http://svn.freebsd.org/changeset/base/232955 Log: MFC r232660: In batch mode, exit after receiving SIGINT, instead of immediate output of the next display. Modified: stable/9/contrib/top/top.c Directory Properties:

svn commit: r232956 - stable/9/sys/ufs/ffs

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 07:08:15 2012 New Revision: 232956 URL: http://svn.freebsd.org/changeset/base/232956 Log: MFC r232833: Remove not needed ARGSUSED lint command. Modified: stable/9/sys/ufs/ffs/ffs_vnops.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r232957 - stable/8/contrib/top

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 07:10:36 2012 New Revision: 232957 URL: http://svn.freebsd.org/changeset/base/232957 Log: MFC r232660: In batch mode, exit after receiving SIGINT, instead of immediate output of the next display. Modified: stable/8/contrib/top/top.c Directory Properties:

svn commit: r232959 - head/sys/fs/tmpfs

2012-03-14 Thread Gleb Kurtsou
Author: gleb Date: Wed Mar 14 08:29:21 2012 New Revision: 232959 URL: http://svn.freebsd.org/changeset/base/232959 Log: Don't enforce LK_RETRY to get existing vnode in tmpfs_alloc_vp() Doomed vnode is hardly of any use here, besides all callers handle error case. vfs_hash_get() does the

Re: svn commit: r232868 - head/sys/netinet/ipfw

2012-03-14 Thread Alexander V. Chernikov
On 12.03.2012 21:17, Marko Zec wrote: On Monday 12 March 2012 16:41:36 Alexander V. Chernikov wrote: Author: melifaro Date: Mon Mar 12 15:41:36 2012 New Revision: 232868 URL: http://svn.freebsd.org/changeset/base/232868 Log: Fix VNET build broken by r232865. Temporary remove the ability

svn commit: r232960 - head/sys/fs/tmpfs

2012-03-14 Thread Gleb Kurtsou
Author: gleb Date: Wed Mar 14 09:15:50 2012 New Revision: 232960 URL: http://svn.freebsd.org/changeset/base/232960 Log: Prevent tmpfs_rename() deadlock in a way similar to UFS Unlock vnodes and try to lock them one by one. Relookup fvp and tvp. Approved by: mdf (mentor) Modified:

svn commit: r232961 - stable/9

2012-03-14 Thread Sergey Kandaurov
Author: pluknet Date: Wed Mar 14 09:44:46 2012 New Revision: 232961 URL: http://svn.freebsd.org/changeset/base/232961 Log: MFC r232671: Add lib32 part for libutil after its version bump to 9. PR: misc/165523 Submitted by: Andrey Zonov andrey zonov org Modified:

svn commit: r232962 - in stable/9/sys: boot/common i386/conf

2012-03-14 Thread Marius Strobl
Author: marius Date: Wed Mar 14 10:02:35 2012 New Revision: 232962 URL: http://svn.freebsd.org/changeset/base/232962 Log: MFC: r232822 Fix a bug introduced in r223938; on big-endian machines coping a 32-bit quantum bytewise to the address of a 64-bit variable results in writing to the

svn commit: r232963 - in stable/8/sys: boot/common i386/conf

2012-03-14 Thread Marius Strobl
Author: marius Date: Wed Mar 14 10:02:42 2012 New Revision: 232963 URL: http://svn.freebsd.org/changeset/base/232963 Log: MFC: r232822 Fix a bug introduced in r223938 (MFC'ed to stable/8 in r224411); on big-endian machines coping a 32-bit quantum bytewise to the address of a 64-bit

svn commit: r232964 - head/sbin/mdconfig

2012-03-14 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Mar 14 10:10:15 2012 New Revision: 232964 URL: http://svn.freebsd.org/changeset/base/232964 Log: Add missing static. Modified: head/sbin/mdconfig/mdconfig.c Modified: head/sbin/mdconfig/mdconfig.c

svn commit: r232965 - in releng/8.3/sys: boot/common i386/conf

2012-03-14 Thread Marius Strobl
Author: marius Date: Wed Mar 14 13:08:16 2012 New Revision: 232965 URL: http://svn.freebsd.org/changeset/base/232965 Log: MFC: r232822 Fix a bug introduced in r223938 (MFC'ed to stable/8 in r224411); on big-endian machines coping a 32-bit quantum bytewise to the address of a 64-bit

svn commit: r232966 - stable/7/sys/boot/common

2012-03-14 Thread Marius Strobl
Author: marius Date: Wed Mar 14 13:09:41 2012 New Revision: 232966 URL: http://svn.freebsd.org/changeset/base/232966 Log: MFC: r232822 Fix a bug introduced in r223938 (MFC'ed to stable/7 in r224410); on big-endian machines coping a 32-bit quantum bytewise to the address of a 64-bit

svn commit: r232967 - head/sys/dev/uart

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 14:01:51 2012 New Revision: 232967 URL: http://svn.freebsd.org/changeset/base/232967 Log: Add PCI Id for the AMT SOL UART on G4x series Intel chipsets. Submitted by: admin zahost ru MFC after:3 days Modified: head/sys/dev/uart/uart_bus_pci.c Modified:

svn commit: r232968 - stable/8/sys/cam/scsi

2012-03-14 Thread Alexander Motin
Author: mav Date: Wed Mar 14 14:14:16 2012 New Revision: 232968 URL: http://svn.freebsd.org/changeset/base/232968 Log: Dummy-initizlize variables to fix build breakage after r232942, because of gcc falsely reporting variables as uninitialized. Code committed at that revision don't even

svn commit: r232969 - in vendor/libc++/dist: include src

2012-03-14 Thread David Chisnall
Author: theraven Date: Wed Mar 14 14:33:36 2012 New Revision: 232969 URL: http://svn.freebsd.org/changeset/base/232969 Log: New version of libc++ with some bug fixes. Approved by: dim (mentor) Modified: vendor/libc++/dist/include/__config vendor/libc++/dist/include/cstdlib

svn commit: r232970 - vendor/libc++/r152718

2012-03-14 Thread David Chisnall
Author: theraven Date: Wed Mar 14 14:34:14 2012 New Revision: 232970 URL: http://svn.freebsd.org/changeset/base/232970 Log: Tag new version of libc++. Approved by: dim (mentor) Added: vendor/libc++/r152718/ - copied from r232969, vendor/libc++/dist/

svn commit: r232971 - head/include

2012-03-14 Thread David Chisnall
Author: theraven Date: Wed Mar 14 14:39:07 2012 New Revision: 232971 URL: http://svn.freebsd.org/changeset/base/232971 Log: Expose some C11 stuff that is also C++11 stuff in C++11 mode. Approved by: dim (mentor) Modified: head/include/stdlib.h Modified: head/include/stdlib.h

svn commit: r232972 - in head/contrib/libc++: include src

2012-03-14 Thread David Chisnall
Author: theraven Date: Wed Mar 14 14:40:22 2012 New Revision: 232972 URL: http://svn.freebsd.org/changeset/base/232972 Log: Import a slightly newer libc++, with some bugs fixed that were found by running the test suite on FreeBSD. Approved by: dim (mentor) Modified:

svn commit: r232973 - head/lib/libc/string

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 15:30:59 2012 New Revision: 232973 URL: http://svn.freebsd.org/changeset/base/232973 Log: Fix indentation. MFC after:3 days Modified: head/lib/libc/string/strerror.c Modified: head/lib/libc/string/strerror.c

svn commit: r232974 - head/libexec/rtld-elf

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 15:39:59 2012 New Revision: 232974 URL: http://svn.freebsd.org/changeset/base/232974 Log: Rtld on diet 3. Stop using strerror(3) in rtld, which brings in msgcat and stdio. Directly access sys_errlist array of errno messages with private rtld_strerror()

svn commit: r232975 - head/sys/kern

2012-03-14 Thread Jaakko Heinonen
Author: jh Date: Wed Mar 14 15:52:23 2012 New Revision: 232975 URL: http://svn.freebsd.org/changeset/base/232975 Log: Add an assert for proctree_lock to proc_to_reap(). Discussed with: kib MFC after:1 week Modified: head/sys/kern/kern_exit.c Modified:

svn commit: r232976 - head/etc

2012-03-14 Thread Ed Schouten
Author: ed Date: Wed Mar 14 16:10:39 2012 New Revision: 232976 URL: http://svn.freebsd.org/changeset/base/232976 Log: Hide stty(1) errors. If rc(8) is executed without using a TTY, this error appears at the beginning: stty: stdin isn't a terminal Because this is to be

svn commit: r232977 - in head: etc sbin/init

2012-03-14 Thread Ed Schouten
Author: ed Date: Wed Mar 14 16:22:09 2012 New Revision: 232977 URL: http://svn.freebsd.org/changeset/base/232977 Log: Make init(8) slightly more robust when /dev/console is missing. If the environment doesn't offer a working /dev/console, the existing version of init(8) will simply

svn commit: r232978 - head/sys/dev/wtap

2012-03-14 Thread Adrian Chadd
Author: adrian Date: Wed Mar 14 16:43:22 2012 New Revision: 232978 URL: http://svn.freebsd.org/changeset/base/232978 Log: Correctly calculate the callout interval for beacon generation. Submitted by: montha...@gmail.com Modified: head/sys/dev/wtap/if_wtap.c Modified:

Re: svn commit: r232744 - in head/sys: conf i386/i386 i386/include

2012-03-14 Thread John Baldwin
On Monday, March 12, 2012 8:04:11 am TAKAHASHI Yoshihiro wrote: In article 201203091942.q29jgmj1022...@svn.freebsd.org John Baldwin j...@freebsd.org writes: Author: jhb Date: Fri Mar 9 19:42:48 2012 New Revision: 232744 URL: http://svn.freebsd.org/changeset/base/232744 Log:

svn commit: r232979 - stable/8/sys/ufs/ffs

2012-03-14 Thread Konstantin Belousov
Author: kib Date: Wed Mar 14 18:47:41 2012 New Revision: 232979 URL: http://svn.freebsd.org/changeset/base/232979 Log: MFC r232833: Remove not needed ARGSUSED lint command. Modified: stable/8/sys/ufs/ffs/ffs_vnops.c Directory Properties: stable/8/sys/ (props changed) Modified:

svn commit: r232980 - head/sys/powerpc/aim

2012-03-14 Thread Nathan Whitehorn
Author: nwhitehorn Date: Wed Mar 14 20:19:49 2012 New Revision: 232980 URL: http://svn.freebsd.org/changeset/base/232980 Log: Use LIST_FOREACH_SAFE() instead of LIST_FOREACH() in pmap_remove(), since the point of this loop is to remove elements. This worked by accident before. MFC after:

svn commit: r232984 - head/sys/vm

2012-03-14 Thread John Baldwin
Author: jhb Date: Wed Mar 14 20:57:48 2012 New Revision: 232984 URL: http://svn.freebsd.org/changeset/base/232984 Log: Pedantic nit: use vm_pindex_t instead of long for a count of pages. Modified: head/sys/vm/vm_phys.c Modified: head/sys/vm/vm_phys.c

svn commit: r232986 - head/usr.sbin/syslogd

2012-03-14 Thread Sean Bruno
Author: sbruno Date: Wed Mar 14 21:26:06 2012 New Revision: 232986 URL: http://svn.freebsd.org/changeset/base/232986 Log: Update man page to present -T argument in synopsis MFC with r183347 MFC after:0 days Modified: head/usr.sbin/syslogd/syslogd.8 Modified:

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

2012-03-14 Thread John Baldwin
On Tuesday, March 13, 2012 4:29:04 pm Adrian Chadd wrote: Author: adrian Date: Tue Mar 13 20:29:04 2012 New Revision: 232938 URL: http://svn.freebsd.org/changeset/base/232938 Log: Add dependencies onto acl_posix1e and acl_nfs4. Modified:

svn commit: r232987 - stable/7/usr.sbin/syslogd

2012-03-14 Thread Sean Bruno
Author: sbruno Date: Wed Mar 14 21:45:45 2012 New Revision: 232987 URL: http://svn.freebsd.org/changeset/base/232987 Log: MFC r183347 Add a flag, -T, that tells syslogd to always replace the timestamp on messages from the network. We already replace malformatted timestamps and this option

svn commit: r232988 - stable/9/sys/dev/mps

2012-03-14 Thread Kenneth D. Merry
Author: ken Date: Wed Mar 14 22:27:28 2012 New Revision: 232988 URL: http://svn.freebsd.org/changeset/base/232988 Log: MFC 232675 Make the mps(4) module depend on the cam module. Submitted by: Mykola Dzham i...@levsha.me Modified: stable/9/sys/dev/mps/mps_pci.c Directory

svn commit: r232989 - stable/8/sys/dev/mps

2012-03-14 Thread Kenneth D. Merry
Author: ken Date: Wed Mar 14 22:30:14 2012 New Revision: 232989 URL: http://svn.freebsd.org/changeset/base/232989 Log: MFC 232675 Make the mps(4) module depend on the cam module. Submitted by: Mykola Dzham i...@levsha.me Modified: stable/8/sys/dev/mps/mps_pci.c Directory

Re: svn commit: r232960 - head/sys/fs/tmpfs

2012-03-14 Thread Dmitry Morozovsky
On Wed, 14 Mar 2012, Gleb Kurtsou wrote: Author: gleb Date: Wed Mar 14 09:15:50 2012 New Revision: 232960 URL: http://svn.freebsd.org/changeset/base/232960 Log: Prevent tmpfs_rename() deadlock in a way similar to UFS Unlock vnodes and try to lock them one by one. Relookup fvp and

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

2012-03-14 Thread Adrian Chadd
On 14 March 2012 14:24, John Baldwin j...@freebsd.org wrote: +MODULE_DEPEND(zfsctrl, acl_nfs4, 1, 1, 1); +MODULE_DEPEND(zfsctrl, acl_posix1e, 1, 1, 1); Eh, I thought ZFS only needs nfs4 and not posix1e?  I think only UFS needs both of these. I was being overly cautious. If that's the case,

svn commit: r232990 - head/sys/conf

2012-03-14 Thread Xin LI
Author: delphij Date: Wed Mar 14 22:44:56 2012 New Revision: 232990 URL: http://svn.freebsd.org/changeset/base/232990 Log: Add the missing IPOIB option. Sponsored by: iXsystems, Inc. MFC after:3 days Modified: head/sys/conf/options Modified: head/sys/conf/options

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

2012-03-14 Thread Jung-uk Kim
Author: jkim Date: Wed Mar 14 23:25:46 2012 New Revision: 232991 URL: http://svn.freebsd.org/changeset/base/232991 Log: Add a PCI quirk to ignore PCI map registers from configuration space. For example, some BIOS for AMD SB600 south bridge may map HPET MMIO base address as a memory BAR for

svn commit: r232992 - head/sys/dev/hwpmc

2012-03-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Wed Mar 14 23:46:07 2012 New Revision: 232992 URL: http://svn.freebsd.org/changeset/base/232992 Log: - Remove unncessary type casts - Make kernel backtrace routine more robust by refusing to backtrace further when encountered function that is possibly modifies SP

svn commit: r232994 - in head/usr.bin: bc dc

2012-03-14 Thread Kevin Lo
Author: kevlo Date: Thu Mar 15 01:43:44 2012 New Revision: 232994 URL: http://svn.freebsd.org/changeset/base/232994 Log: - Fix an erroneous invocation of the editline. - Fix wrong scaling in the bc.library. - Let length(0.000) conform to what gnu bc does. PR: bin/159227 Submitted

svn commit: r232995 - stable/9/sys/fs/ntfs

2012-03-14 Thread Kevin Lo
Author: kevlo Date: Thu Mar 15 02:37:14 2012 New Revision: 232995 URL: http://svn.freebsd.org/changeset/base/232995 Log: MFC r232099: Check if the user has necessary permissions on the device Modified: stable/9/sys/fs/ntfs/ntfs_vfsops.c Directory Properties: stable/9/sys/fs/ntfs/

svn commit: r232996 - stable/9/sys/fs/ntfs

2012-03-14 Thread Kevin Lo
Author: kevlo Date: Thu Mar 15 02:46:12 2012 New Revision: 232996 URL: http://svn.freebsd.org/changeset/base/232996 Log: MFC r232100: Remove an unused structure and unnecessary cast Modified: stable/9/sys/fs/ntfs/ntfs.h stable/9/sys/fs/ntfs/ntfs_vfsops.c Directory Properties:

svn commit: r232997 - head/sys/kern

2012-03-14 Thread Andrey V. Elsukov
Author: ae Date: Thu Mar 15 05:11:29 2012 New Revision: 232997 URL: http://svn.freebsd.org/changeset/base/232997 Log: Add debug.kld_debug loader tunable. MFC after:2 weeks Modified: head/sys/kern/kern_linker.c Modified: head/sys/kern/kern_linker.c

svn commit: r232998 - in head/sys: conf mips/mips

2012-03-14 Thread Oleksandr Tymoshenko
Author: gonzo Date: Thu Mar 15 05:29:51 2012 New Revision: 232998 URL: http://svn.freebsd.org/changeset/base/232998 Log: Fill out fake preload structure to let userland tools like pmc(3) know about kernel module base address and actual size Modified: head/sys/conf/Makefile.mips