Re: svn commit: r227650 - in head: lib/libkiconv sys/conf sys/fs/msdosfs sys/fs/smbfs sys/kern sys/libkern sys/modules/libiconv sys/modules/libmchain sys/netsmb sys/sys

2012-05-18 Thread Garrett Cooper
On Nov 17, 2011, at 7:05 PM, Kevin Lo wrote: Author: kevlo Date: Fri Nov 18 03:05:20 2011 New Revision: 227650 URL: http://svn.freebsd.org/changeset/base/227650 Log: Add unicode support to msdosfs and smbfs; original pathes from imura, bug fixes by Kuan-Chung Chiu buganini at gmail dot

svn commit: r235599 - head/sys/geom/mirror

2012-05-18 Thread Andrey V. Elsukov
Author: ae Date: Fri May 18 09:19:07 2012 New Revision: 235599 URL: http://svn.freebsd.org/changeset/base/235599 Log: Introduce new device flag G_MIRROR_DEVICE_FLAG_TASTING. It should protect geom from destroying while it is tasting. PR: kern/154860 Reviewed by: pjd MFC

svn commit: r235600 - head/sys/geom/mirror

2012-05-18 Thread Andrey V. Elsukov
Author: ae Date: Fri May 18 09:22:21 2012 New Revision: 235600 URL: http://svn.freebsd.org/changeset/base/235600 Log: Prevent removing of the last active component from a mirror. PR: kern/154860 Reviewed by: pjd MFC after:1 week Modified:

Re: svn commit: r227650 - in head: lib/libkiconv sys/conf sys/fs/msdosfs sys/fs/smbfs sys/kern sys/libkern sys/modules/libiconv sys/modules/libmchain sys/netsmb sys/sys

2012-05-18 Thread Kevin Lo
Garrett Cooper wrote: On Nov 17, 2011, at 7:05 PM, Kevin Lo wrote: Author: kevlo Date: Fri Nov 18 03:05:20 2011 New Revision: 227650 URL: http://svn.freebsd.org/changeset/base/227650 Log: Add unicode support to msdosfs and smbfs; original pathes from imura, bug fixes by

svn commit: r235601 - head/include/protocols

2012-05-18 Thread Gleb Kurtsou
Author: gleb Date: Fri May 18 10:01:31 2012 New Revision: 235601 URL: http://svn.freebsd.org/changeset/base/235601 Log: Don't use ino_t in dumprestore protocol definition. Since ino_t size is about to change to 64-bits, replace ino_t used in dump protocol definition with 32-bit

Re: svn commit: r227650 - in head: lib/libkiconv sys/conf sys/fs/msdosfs sys/fs/smbfs sys/kern sys/libkern sys/modules/libiconv sys/modules/libmchain sys/netsmb sys/sys

2012-05-18 Thread Kevin Lo
Kevin Lo wrote: Garrett Cooper wrote: On Nov 17, 2011, at 7:05 PM, Kevin Lo wrote: Author: kevlo Date: Fri Nov 18 03:05:20 2011 New Revision: 227650 URL: http://svn.freebsd.org/changeset/base/227650 Log: Add unicode support to msdosfs and smbfs; original pathes from

svn commit: r235602 - in head: lib/libprocstat usr.bin/fstat

2012-05-18 Thread Gleb Kurtsou
Author: gleb Date: Fri May 18 10:15:46 2012 New Revision: 235602 URL: http://svn.freebsd.org/changeset/base/235602 Log: Don't cast inode number or file size down to long or unsigned. Since ino_t size is about to change to 64-bits, casts to long would truncate 64-bit numbers on 32-bit

svn commit: r235603 - head/sys/vm

2012-05-18 Thread Konstantin Belousov
Author: kib Date: Fri May 18 10:23:47 2012 New Revision: 235603 URL: http://svn.freebsd.org/changeset/base/235603 Log: Do not double-reference the found vm object in cdev_pager_lookup(). vm_pager_object_lookup() already referenced the object. Note that there is no in-tree consumers of

svn commit: r235607 - head/usr.sbin/nandsim

2012-05-18 Thread Grzegorz Bernacki
Author: gber Date: Fri May 18 14:12:17 2012 New Revision: 235607 URL: http://svn.freebsd.org/changeset/base/235607 Log: Add missing include. Modified: head/usr.sbin/nandsim/nandsim_cfgparse.c Modified: head/usr.sbin/nandsim/nandsim_cfgparse.c

Re: svn commit: r235601 - head/include/protocols

2012-05-18 Thread John Baldwin
On Friday, May 18, 2012 6:01:31 am Gleb Kurtsou wrote: Author: gleb Date: Fri May 18 10:01:31 2012 New Revision: 235601 URL: http://svn.freebsd.org/changeset/base/235601 Log: Don't use ino_t in dumprestore protocol definition. Since ino_t size is about to change to 64-bits,

svn commit: r235608 - in stable/8/sys: amd64/amd64 i386/conf i386/i386 pc98/pc98

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 14:29:54 2012 New Revision: 235608 URL: http://svn.freebsd.org/changeset/base/235608 Log: MFC 217886,218389: Set td_kstack_pages for thread0. Modified: stable/8/sys/amd64/amd64/machdep.c stable/8/sys/i386/i386/machdep.c stable/8/sys/pc98/pc98/machdep.c

svn commit: r235609 - in head/sys: arm/conf arm/include arm/mv arm/mv/discovery boot/fdt/dts boot/uboot/lib

2012-05-18 Thread Grzegorz Bernacki
Author: gber Date: Fri May 18 14:41:14 2012 New Revision: 235609 URL: http://svn.freebsd.org/changeset/base/235609 Log: Add architecture dependent code to support NAND Framework on Marvell SoCs. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks Added:

svn commit: r235610 - head/sys/ufs/ffs

2012-05-18 Thread Kirk McKusick
Author: mckusick Date: Fri May 18 15:20:21 2012 New Revision: 235610 URL: http://svn.freebsd.org/changeset/base/235610 Log: Add missing `continue' statement at end of case. Found by: Kevin Lo (kevlo@) MFC after: 1 week Modified: head/sys/ufs/ffs/ffs_softdep.c Modified:

Re: svn commit: r235601 - head/include/protocols

2012-05-18 Thread Gleb Kurtsou
On (18/05/2012 09:41), John Baldwin wrote: On Friday, May 18, 2012 6:01:31 am Gleb Kurtsou wrote: Author: gleb Date: Fri May 18 10:01:31 2012 New Revision: 235601 URL: http://svn.freebsd.org/changeset/base/235601 Log: Don't use ino_t in dumprestore protocol definition.

svn commit: r235611 - head/sys/arm/mv

2012-05-18 Thread Grzegorz Bernacki
Author: gber Date: Fri May 18 15:25:43 2012 New Revision: 235611 URL: http://svn.freebsd.org/changeset/base/235611 Log: Add localbus driver for Marvell's platforms. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks Added: head/sys/arm/mv/mv_localbus.c

svn commit: r235612 - in stable/9/sys: i386/conf kern ofed/drivers/infiniband/ulp/ipoib

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 16:16:47 2012 New Revision: 235612 URL: http://svn.freebsd.org/changeset/base/235612 Log: MFC 234182: Don't update if_obytes when transmitting packets. That is already done in IFQ_HANDOFF() when the packet is passed to the start routine, so doing it here

svn commit: r235613 - in head: etc/mtree share share/dtrace share/dtrace/toolkit

2012-05-18 Thread George V. Neville-Neil
Author: gnn Date: Fri May 18 16:40:15 2012 New Revision: 235613 URL: http://svn.freebsd.org/changeset/base/235613 Log: Add support for our own DTrace scripts and those from the DTraceToolkit to the build system. FreeBSD written scripts are stored in src/share and the toolkit scripts are

svn commit: r235614 - head/share/dtrace

2012-05-18 Thread George V. Neville-Neil
Author: gnn Date: Fri May 18 16:47:15 2012 New Revision: 235614 URL: http://svn.freebsd.org/changeset/base/235614 Log: Add a DTrace script to show the frequency and latency of NFS client calls. Submitted by: rwatson Added: head/share/dtrace/nfsclienttime (contents, props changed)

svn commit: r235615 - stable/9/etc

2012-05-18 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri May 18 18:26:03 2012 New Revision: 235615 URL: http://svn.freebsd.org/changeset/base/235615 Log: /etc/netstart: remove invocation of dhclient dhclient is no longer a real service, it is a helper script for /etc/rc.d/netif and devd. Its direct

svn commit: r235616 - stable/8/sys/dev/e1000

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 18:29:44 2012 New Revision: 235616 URL: http://svn.freebsd.org/changeset/base/235616 Log: MFC r235210 Modify the binding of queues to attach to as many CPUs as possible when using more than one igb(4) adapter. This means that queues will not be bound to

svn commit: r235617 - stable/8/etc

2012-05-18 Thread Eygene Ryabinkin
Author: rea (ports committer) Date: Fri May 18 18:32:44 2012 New Revision: 235617 URL: http://svn.freebsd.org/changeset/base/235617 Log: /etc/netstart: remove invocation of dhclient dhclient is no longer a real service, it is a helper script for /etc/rc.d/netif and devd. Its direct

svn commit: r235618 - stable/9/games/morse

2012-05-18 Thread Dimitry Andric
Author: dim Date: Fri May 18 18:34:29 2012 New Revision: 235618 URL: http://svn.freebsd.org/changeset/base/235618 Log: MFC r230131: Reencode morse.c to UTF-8. This does not make it Unicode aware. No changes in resulting object file. Moved user-visible symbols into comment table, so

svn commit: r235619 - head/sys/sys

2012-05-18 Thread Kirk McKusick
Author: mckusick Date: Fri May 18 18:35:09 2012 New Revision: 235619 URL: http://svn.freebsd.org/changeset/base/235619 Log: Update comment to document that the vnode free-list mutex needs to be held when updating mnt_activevnodelist and mnt_activevnodelistsize. Modified:

svn commit: r235620 - in stable/9/sys: i386/conf kern

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 18:51:13 2012 New Revision: 235620 URL: http://svn.freebsd.org/changeset/base/235620 Log: MFC 234186 If a linker file contains at least one module, but all of the modules fail to load (the MOD_LOAD event fails) during a kldload(2), unload the linker file and

svn commit: r235621 - in stable/8/sys: i386/conf kern

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 18:53:28 2012 New Revision: 235621 URL: http://svn.freebsd.org/changeset/base/235621 Log: MFC 234186 If a linker file contains at least one module, but all of the modules fail to load (the MOD_LOAD event fails) during a kldload(2), unload the linker file and

svn commit: r235622 - in head/sys: i386/acpica i386/i386 i386/include kern pc98/pc98 sys

2012-05-18 Thread Mitsuru IWASAKI
Author: iwasaki Date: Fri May 18 18:55:58 2012 New Revision: 235622 URL: http://svn.freebsd.org/changeset/base/235622 Log: Add SMP/i386 suspend/resume support. Most part is merged from amd64. - i386/acpica/acpi_wakecode.S Replaced with amd64 code (from realmode to paging enabling

svn commit: r235623 - in head/contrib/gcc: . config/rs6000 config/sparc

2012-05-18 Thread Pedro F. Giffuni
Author: pfg Date: Fri May 18 19:02:39 2012 New Revision: 235623 URL: http://svn.freebsd.org/changeset/base/235623 Log: Bring in a subset of gcc fixes that were back ported to the GCC 4.1 branch and are available under GPLv2. 2007-11-07 Eric Botcazou ebotca...@libertysurf.fr

svn commit: r235624 - stable/9/lib/libjail

2012-05-18 Thread Jamie Gritton
Author: jamie Date: Fri May 18 19:08:10 2012 New Revision: 235624 URL: http://svn.freebsd.org/changeset/base/235624 Log: MFC r235291: The linker isn't consistent in the ordering of dynamic sysctls, so don't assume that the unnamed final component of security.jail.param.foo. is one

svn commit: r235625 - in stable/8/sys: conf dev/mfi modules/mfi

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 19:48:33 2012 New Revision: 235625 URL: http://svn.freebsd.org/changeset/base/235625 Log: MFC of head thunderbolt support for mfi(4) r233711 -- IFV head_mfi into head for initial thunderbolt support r233768 -- atomic_t -- mfi_atomic r233805 -- fix

svn commit: r235626 - in stable/9/sys: fs/coda fs/ext2fs fs/msdosfs fs/nfsclient fs/nfsserver i386/conf kern nfsclient sys ufs/ffs ufs/ufs

2012-05-18 Thread Kirk McKusick
Author: mckusick Date: Fri May 18 19:48:38 2012 New Revision: 235626 URL: http://svn.freebsd.org/changeset/base/235626 Log: MFC of 234386, 234400, 234441, 234443, 234482, 234483, 235052, 235241, 235246, and 235619 MFC: 234386 Replace the MNT_VNODE_FOREACH interface with

svn commit: r235627 - in stable/9/sys: i386/conf kern

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 20:24:31 2012 New Revision: 235627 URL: http://svn.freebsd.org/changeset/base/235627 Log: Move mergeinfo from sys/kern/subr_witness.c up to sys/. Modified: Directory Properties: stable/9/sys/ (props changed) stable/9/sys/amd64/include/xen/ (props changed)

svn commit: r235628 - head/share/dtrace

2012-05-18 Thread George V. Neville-Neil
Author: gnn Date: Fri May 18 20:34:08 2012 New Revision: 235628 URL: http://svn.freebsd.org/changeset/base/235628 Log: Fix a case typo. Pointed out by: jlh@ Modified: head/share/dtrace/README Modified: head/share/dtrace/README

svn commit: r235629 - stable/9/sys/i386/conf

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 20:40:24 2012 New Revision: 235629 URL: http://svn.freebsd.org/changeset/base/235629 Log: Purge mergeinfo from i386/conf/XENHVM. The mergeinfo related to amd64/conf/XENHVM is only useful in HEAD. Modified: Directory Properties: stable/9/sys/i386/conf/XENHVM

svn commit: r235630 - stable/8/sys/i386/conf

2012-05-18 Thread John Baldwin
Author: jhb Date: Fri May 18 20:43:48 2012 New Revision: 235630 URL: http://svn.freebsd.org/changeset/base/235630 Log: Purge mergeinfo from i386/conf/XENHVM. The mergeinfo related to amd64/conf/XENHVM is only useful in HEAD. Modified: Directory Properties: stable/8/sys/i386/conf/XENHVM

svn commit: r235631 - in stable/7/sys/dev: advansys amr an arcmsr asr buslogic ciss cxgb dpt hifn hptiop hptmv ida if_ndis iir ips mfi mlx mly twe

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:40:17 2012 New Revision: 235631 URL: http://svn.freebsd.org/changeset/base/235631 Log: MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() Modified: stable/7/sys/dev/advansys/adv_pci.c stable/7/sys/dev/advansys/adw_pci.c

svn commit: r235634 - head/sys/dev/mfi

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:49:40 2012 New Revision: 235634 URL: http://svn.freebsd.org/changeset/base/235634 Log: Fix and update battery status bits according to linux driver Reviewed by: ambrisko@ MFC after:3 days Modified: head/sys/dev/mfi/mfireg.h Modified:

svn commit: r235635 - head/usr.sbin/mfiutil

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 21:50:26 2012 New Revision: 235635 URL: http://svn.freebsd.org/changeset/base/235635 Log: Decode new battery status indications. Requires r235634 Reviewed by: ambrisko@ MFC after:3 days Modified: head/usr.sbin/mfiutil/mfi_show.c Modified:

svn commit: r235636 - in stable/7/sys: conf dev/mfi modules/mfi

2012-05-18 Thread Sean Bruno
Author: sbruno Date: Fri May 18 23:29:30 2012 New Revision: 235636 URL: http://svn.freebsd.org/changeset/base/235636 Log: MFC of head thunderbolt support for mfi(4) r233711 -- IFV head_mfi into head for initial thunderbolt support r233768 -- atomic_t -- mfi_atomic r233805 -- fix

Re: svn commit: r235636 - in stable/7/sys: conf dev/mfi modules/mfi

2012-05-18 Thread Oliver Pinter
cc -O2 -fno-strict-aliasing -pipe -fno-delete-null-pointer-checks -march=core2 - fno-builtin-strftime -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-param eter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c

Re: svn commit: r235636 - in stable/7/sys: conf dev/mfi modules/mfi

2012-05-18 Thread Oliver Pinter
On 5/19/12, Oliver Pinter oliver.p...@gmail.com wrote: cc -O2 -fno-strict-aliasing -pipe -fno-delete-null-pointer-checks -march=core2 - fno-builtin-strftime -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-param eter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith

svn commit: r235637 - head

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 02:08:52 2012 New Revision: 235637 URL: http://svn.freebsd.org/changeset/base/235637 Log: Fix bootstrapping from FreeBSD 7.x: we also need to build ar. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r235638 - head/lib/libmagic

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 02:30:10 2012 New Revision: 235638 URL: http://svn.freebsd.org/changeset/base/235638 Log: Don't depend on getline being on the build machine. That's not the case for FreeBSD 7.x machines. Modified: head/lib/libmagic/Makefile head/lib/libmagic/config.h

svn commit: r235639 - head/sys/i386/acpica

2012-05-18 Thread Mitsuru IWASAKI
Author: iwasaki Date: Sat May 19 02:31:38 2012 New Revision: 235639 URL: http://svn.freebsd.org/changeset/base/235639 Log: Revert the previous commit on wakecode address verbose printing. This broke PAE kernel building. Modified: head/sys/i386/acpica/acpi_wakeup.c Modified:

svn commit: r235640 - in head: lib/libc/net sys/net

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 02:39:43 2012 New Revision: 235640 URL: http://svn.freebsd.org/changeset/base/235640 Log: Use the LLINDEX macro to access the link-level I/F index. This makes it possible to work with a different type for the sdl_index field -- it only requires a recompile.

svn commit: r235641 - head/share/mk

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 04:57:37 2012 New Revision: 235641 URL: http://svn.freebsd.org/changeset/base/235641 Log: Add missing LIBPROCSTAT. Modified: head/share/mk/bsd.libnames.mk Modified: head/share/mk/bsd.libnames.mk

svn commit: r235642 - in head/usr.bin: fstat procstat

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 05:07:03 2012 New Revision: 235642 URL: http://svn.freebsd.org/changeset/base/235642 Log: Bring DPADD in sync with LDADD. Modified: head/usr.bin/fstat/Makefile head/usr.bin/procstat/Makefile Modified: head/usr.bin/fstat/Makefile

svn commit: r235643 - head/libexec/tftpd

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 05:10:47 2012 New Revision: 235643 URL: http://svn.freebsd.org/changeset/base/235643 Log: Properly use LDADD DPADD to link against libwrap. Modified: head/libexec/tftpd/Makefile Modified: head/libexec/tftpd/Makefile

svn commit: r235644 - head/sys/netinet/libalias

2012-05-18 Thread Marcel Moolenaar
Author: marcel Date: Sat May 19 05:14:24 2012 New Revision: 235644 URL: http://svn.freebsd.org/changeset/base/235644 Log: Remove unused inclusion of curses.h Modified: head/sys/netinet/libalias/alias_sctp.h Modified: head/sys/netinet/libalias/alias_sctp.h

svn commit: r235645 - in vendor-sys/acpica/dist: . generate/release source/common source/compiler source/components/debugger source/components/dispatcher source/components/events source/components/...

2012-05-18 Thread Jung-uk Kim
Author: jkim Date: Sat May 19 05:44:32 2012 New Revision: 235645 URL: http://svn.freebsd.org/changeset/base/235645 Log: Import ACPICA 20120518. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/generate/release/build.sh vendor-sys/acpica/dist/source/common/adfile.c

svn commit: r235646 - vendor-sys/acpica/20120518

2012-05-18 Thread Jung-uk Kim
Author: jkim Date: Sat May 19 05:45:38 2012 New Revision: 235646 URL: http://svn.freebsd.org/changeset/base/235646 Log: Tag ACPICA 20120518. Added: vendor-sys/acpica/20120518/ - copied from r235645, vendor-sys/acpica/dist/ ___ svn-src-all