Re: svn commit: r190098 - in head/sys/sparc64: fhc sparc64

2009-03-28 Thread Julian Elischer
Christoph Mallon wrote: Julian Elischer schrieb: M. Warner Losh wrote: In message: <49c5f88c.3070...@freebsd.org> Andriy Gapon writes: : E.g. you can have a simple 3 line block where you need a local variable : but that block is located 50 lines from start of an enclosing functio

svn commit: r190518 - head/sys/tools

2009-03-28 Thread Robert Watson
Author: rwatson Date: Sun Mar 29 03:30:15 2009 New Revision: 190518 URL: http://svn.freebsd.org/changeset/base/190518 Log: Add SDT DTrace probes for VFS vnode operations in the vfs:vop provider namespace. These are inserted dynamically into the VOP_..._AP() functions created from vnode_if.s

svn commit: r190517 - stable/7/usr.bin/tar

2009-03-28 Thread Tim Kientzle
Author: kientzle Date: Sun Mar 29 01:04:13 2009 New Revision: 190517 URL: http://svn.freebsd.org/changeset/base/190517 Log: Merge r188343 from -CURRENT: Unbreak writing shar archives. When copying file data to the archive, don't write more than was read. This seems to have only affe

svn commit: r190516 - stable/7/bin/pax

2009-03-28 Thread Tim Kientzle
Author: kientzle Date: Sun Mar 29 01:00:48 2009 New Revision: 190516 URL: http://svn.freebsd.org/changeset/base/190516 Log: MFC r187976: Restore timestamps on symlinks Before this fix, pax would stop the restore sequence for symlinks after setting the owner. As a result, mode an

svn commit: r190515 - head/sys/mips/include

2009-03-28 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 28 23:24:34 2009 New Revision: 190515 URL: http://svn.freebsd.org/changeset/base/190515 Log: Mark the declaration of bus_space_map 'static' as the implementation is. Follow one of the two most common indent schemes in this file. This unbreaks a few mips kernel builds

svn commit: r190514 - head/sys/conf

2009-03-28 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 28 23:17:18 2009 New Revision: 190514 URL: http://svn.freebsd.org/changeset/base/190514 Log: For kernel builds reduce the impact of svnversion, just scanning src/sys and not the entire src/ tree. An earlier solution by peter had been comitted in r183528 and backed

svn commit: r190513 - head/sys/geom/vinum

2009-03-28 Thread Ulf Lilleengen
Author: lulf Date: Sat Mar 28 21:06:59 2009 New Revision: 190513 URL: http://svn.freebsd.org/changeset/base/190513 Log: - Add files that should have been added in r190507. Added: head/sys/geom/vinum/geom_vinum_create.c (contents, props changed) head/sys/geom/vinum/geom_vinum_events.c (c

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

2009-03-28 Thread Warner Losh
Author: imp Date: Sat Mar 28 20:59:25 2009 New Revision: 190512 URL: http://svn.freebsd.org/changeset/base/190512 Log: Update to include Toshiba LANCT00A card being supported, as well as a caution that while the Mitsubishi M8895 has a DP83902, its ASIC is undocumented and doens't work with e

svn commit: r190511 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb modules

2009-03-28 Thread Marius Strobl
Author: marius Date: Sat Mar 28 19:47:46 2009 New Revision: 190511 URL: http://svn.freebsd.org/changeset/base/190511 Log: MFC: r190375, r190376 Given that zfs.ko depends on opensolaris.ko also build the latter by default on sparc64. Approved by: re (kib) Modified: stable/7/sys/

svn commit: r190510 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb modules/opensolaris

2009-03-28 Thread Marius Strobl
Author: marius Date: Sat Mar 28 19:23:10 2009 New Revision: 190510 URL: http://svn.freebsd.org/changeset/base/190510 Log: MFC: r190374 As with ZFS use real atomic operations for sparc64. Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (p

Re: svn commit: r190098 - in head/sys/sparc64: fhc sparc64

2009-03-28 Thread Christoph Mallon
Julian Elischer schrieb: M. Warner Losh wrote: In message: <49c5f88c.3070...@freebsd.org> Andriy Gapon writes: : E.g. you can have a simple 3 line block where you need a local variable : but that block is located 50 lines from start of an enclosing function. : Very convenient when y

svn commit: r190508 - head/sys/net

2009-03-28 Thread Sam Leffler
Author: sam Date: Sat Mar 28 17:36:56 2009 New Revision: 190508 URL: http://svn.freebsd.org/changeset/base/190508 Log: enable setting the mac address of 802.11 devices Modified: head/sys/net/if.c Modified: head/sys/net/if.c

svn commit: r190507 - in head: sbin/gvinum sys/geom/vinum sys/modules/geom/geom_vinum

2009-03-28 Thread Ulf Lilleengen
Author: lulf Date: Sat Mar 28 17:20:08 2009 New Revision: 190507 URL: http://svn.freebsd.org/changeset/base/190507 Log: Import the gvinum work that have been done during and after Summer of Code 2007. The work have been under testing and fixing since then, and it is mature enough to be put

svn commit: r190506 - stable/7/sys/netinet

2009-03-28 Thread Robert Watson
Author: rwatson Date: Sat Mar 28 16:12:32 2009 New Revision: 190506 URL: http://svn.freebsd.org/changeset/base/190506 Log: Enable soreceive_dgram() use by UDP by default in 7.x. This can lead to a significant performance improvement for multi-threaded UDP socket receive, such as found in BI

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

2009-03-28 Thread Konstantin Belousov
Author: kib Date: Sat Mar 28 15:54:08 2009 New Revision: 190505 URL: http://svn.freebsd.org/changeset/base/190505 Log: Do not dereference NULL pointer. refobj is NULL for the objects that are preloaded. Reported and tested by: ed Modified: head/libexec/rtld-elf/rtld.c Modified:

svn commit: r190501 - in head/sys: conf i386/cpufreq modules/cpufreq

2009-03-28 Thread Michael Reifenberger
Author: mr Date: Sat Mar 28 08:54:47 2009 New Revision: 190501 URL: http://svn.freebsd.org/changeset/base/190501 Log: Add support for Phenom (Family 10h) to cpufreq. Its a newer version provided by the author than in the PR. PR: kern/128575 Submitted by: Gen Otsuji annona2 [at

svn commit: r190500 - in head/lib/libc/db: hash mpool

2009-03-28 Thread Xin LI
Author: delphij Date: Sat Mar 28 07:44:08 2009 New Revision: 190500 URL: http://svn.freebsd.org/changeset/base/190500 Log: Add some casts to silence compiler warning about signedness. Modified: head/lib/libc/db/hash/hash_page.c head/lib/libc/db/mpool/mpool.c Modified: head/lib/libc/db/hash

svn commit: r190499 - head/sys/dev/age

2009-03-28 Thread Pyun YongHyeon
Author: yongari Date: Sat Mar 28 07:39:35 2009 New Revision: 190499 URL: http://svn.freebsd.org/changeset/base/190499 Log: o Don't access VPD even if hardware advertised the capability. It seems that some revision of controller hang while accessing the VPD. Because VPD access routine are

svn commit: r190498 - in head: include lib/libc/db lib/libc/db/btree lib/libc/db/hash lib/libc/db/man lib/libc/db/mpool

2009-03-28 Thread Xin LI
Author: delphij Date: Sat Mar 28 07:31:02 2009 New Revision: 190498 URL: http://svn.freebsd.org/changeset/base/190498 Log: Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. This does not include the new hash routines since they will cause problems when reading old ha

svn commit: r190497 - head/lib/libc/db/db

2009-03-28 Thread Xin LI
Author: delphij Date: Sat Mar 28 07:26:00 2009 New Revision: 190497 URL: http://svn.freebsd.org/changeset/base/190497 Log: Allow O_SYNC and O_NOFOLLOW flags in dbopen(). Obtained from:OpenBSD Modified: head/lib/libc/db/db/db.c Modified: head/lib/libc/db/db/db.c =

svn commit: r190496 - head/lib/libc/db/hash

2009-03-28 Thread Xin LI
Author: delphij Date: Sat Mar 28 07:20:39 2009 New Revision: 190496 URL: http://svn.freebsd.org/changeset/base/190496 Log: Plug memory leaks and a potential NULL dereference. Obtained from:OpenBSD Modified: head/lib/libc/db/hash/hash.c Modified: head/lib/libc/db/hash/hash.c

svn commit: r190495 - head/lib/libc/db/hash

2009-03-28 Thread Xin LI
Author: delphij Date: Sat Mar 28 07:09:51 2009 New Revision: 190495 URL: http://svn.freebsd.org/changeset/base/190495 Log: Simplify the logic when determining whether to zero out a db file to after open(). The previous logic only initializes the database when O_CREAT is set, but as long as