svn commit: r192297 - head/sys/dev/nge

2009-05-18 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 07:04:03 2009 New Revision: 192297 URL: http://svn.freebsd.org/changeset/base/192297 Log: style(9) Modified: head/sys/dev/nge/if_nge.c Modified: head/sys/dev/nge/if_nge.c == --- head/

svn commit: r192298 - head/sys/dev/nge

2009-05-18 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 07:10:48 2009 New Revision: 192298 URL: http://svn.freebsd.org/changeset/base/192298 Log: Consistently use tab characters instead of spaces. Modified: head/sys/dev/nge/if_nge.c head/sys/dev/nge/if_ngereg.h Modified: head/sys/dev/nge/if_nge.c ===

svn commit: r192299 - head/sys/dev/nge

2009-05-18 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 07:13:42 2009 New Revision: 192299 URL: http://svn.freebsd.org/changeset/base/192299 Log: Remove extra parenthesis used in macros. These macros are not used in driver, though. Modified: head/sys/dev/nge/if_ngereg.h Modified: head/sys/dev/nge/if_ngereg.h ===

svn commit: r192300 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern vm

2009-05-18 Thread Alan Cox
Author: alc Date: Mon May 18 07:24:06 2009 New Revision: 192300 URL: http://svn.freebsd.org/changeset/base/192300 Log: MFC r180308 Enable the creation of a kmem map larger than 4GB. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/a

Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/arc

2009-05-18 Thread Robert Watson
On Thu, 14 May 2009, Attilio Rao wrote: Author: attilio Date: Thu May 14 13:36:39 2009 New Revision: 192098 URL: http://svn.freebsd.org/changeset/base/192098 Log: MFC libthread_db modifies until r181651: - Introduce and use new functions pthread_{read, write}_* - Move psaddr_t from void * to

svn commit: r192301 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb fs/devfs

2009-05-18 Thread Konstantin Belousov
Author: kib Date: Mon May 18 08:41:59 2009 New Revision: 192301 URL: http://svn.freebsd.org/changeset/base/192301 Log: MFC r192151: Initialize f_vnode before calling d_fdopen() cdevsw method. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/s

svn commit: r192302 - head/sys/net

2009-05-18 Thread Robert Watson
Author: rwatson Date: Mon May 18 10:33:23 2009 New Revision: 192302 URL: http://svn.freebsd.org/changeset/base/192302 Log: Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants. Modified: head/sys/net/netisr.h Modified: head/sys/net/netisr.h ==

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

2009-05-18 Thread Christian Brueffer
Author: brueffer Date: Mon May 18 11:23:15 2009 New Revision: 192303 URL: http://svn.freebsd.org/changeset/base/192303 Log: Remove license clauses 3 and 4 as per rev. 1.2 from NetBSD. Also, FreeBSD 8.0 will be the first release including this driver. (1) PR: 134093 (1) Subm

svn commit: r192304 - head/sys/kern

2009-05-18 Thread Ed Schouten
Author: ed Date: Mon May 18 12:03:43 2009 New Revision: 192304 URL: http://svn.freebsd.org/changeset/base/192304 Log: Mark the clock sysctls as MPSAFE. These sysctls don't need any form of locking. At least cp_times is used by powerd very often, which means I get 50% less calls to non-MPS

svn commit: r192305 - head/sys/kern

2009-05-18 Thread Robert Watson
Author: rwatson Date: Mon May 18 14:02:55 2009 New Revision: 192305 URL: http://svn.freebsd.org/changeset/base/192305 Log: Binding interrupts to a CPU consists of two parts: setting up CPU affinity for the interrupt thread, and requesting that underlying hardware direct interrupts to the CPU

Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-18 Thread Attilio Rao
2009/5/18 Robert Watson : > On Thu, 14 May 2009, Attilio Rao wrote: > >> Author: attilio >> Date: Thu May 14 13:36:39 2009 >> New Revision: 192098 >> URL: http://svn.freebsd.org/changeset/base/192098 >> >> Log: >>  MFC libthread_db modifies until r181651: >>  - Introduce and use new functions pthre

Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-18 Thread Robert Watson
On Mon, 18 May 2009, Attilio Rao wrote:  MFC libthread_db modifies until r181651:  - Introduce and use new functions pthread_{read, write}_*  - Move psaddr_t from void * to uintptr_t  - Fix some ABI mismatches  - Introduce WARN 6 for compilation The 6-STABLE amd64 build has been broken for fo

svn commit: r192306 - head/sys/dev/bwi

2009-05-18 Thread Warner Losh
Author: imp Date: Mon May 18 15:31:26 2009 New Revision: 192306 URL: http://svn.freebsd.org/changeset/base/192306 Log: Fix a typo from the original driver. We need to write ctrl2 into RF register 0x52, not ctrl1. This appears to be a mistake in the bcm reverse engineering page, and has bee

svn commit: r192307 - head/sys/dev/bwi

2009-05-18 Thread Warner Losh
Author: imp Date: Mon May 18 15:46:34 2009 New Revision: 192307 URL: http://svn.freebsd.org/changeset/base/192307 Log: Remove unnecessary comments. 11A read/write is the same: its just the classic indirect register dance. Submitted by: ddkprog at yahoo not com Modified: head/sys/dev/b

svn commit: r192308 - head/usr.sbin/bluetooth/btpand

2009-05-18 Thread Maksim Yevmenkin
Author: emax Date: Mon May 18 16:00:18 2009 New Revision: 192308 URL: http://svn.freebsd.org/changeset/base/192308 Log: Teach btpand(8) to recognized Bluetooth device node names. Tested by:Daniel O'Connor MFC after:3 days Modified: head/usr.sbin/bluetooth/btpand/btpand.c Modi

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

2009-05-18 Thread John Baldwin
On Saturday 16 May 2009 2:39:25 pm Alan Cox wrote: > John Baldwin wrote: > > Author: jhb > > Date: Wed May 13 17:53:04 2009 > > New Revision: 192050 > > URL: http://svn.freebsd.org/changeset/base/192050 > > > > Log: > > Implement simple machine check support for amd64 and i386. > > - For CPUs t

Re: svn commit: r192122 - in head/sys: amd64/conf i386/conf

2009-05-18 Thread John Baldwin
On Friday 15 May 2009 6:38:02 pm Ivan Voras wrote: > 2009/5/14 John Baldwin : > > Author: jhb > > Date: Thu May 14 21:53:35 2009 > > New Revision: 192122 > > URL: http://svn.freebsd.org/changeset/base/192122 > > > > Log: > >  Trim the default set of device hints on i386 and amd64: > >  - Remove vga

svn commit: r192311 - in stable/7/sys: . amd64/amd64 arm/arm contrib/pf dev/ath/ath_hal dev/cxgb i386/i386 ia64/ia64 kern powerpc/powerpc sparc64/sparc64 sys

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 17:14:23 2009 New Revision: 192311 URL: http://svn.freebsd.org/changeset/base/192311 Log: MFC: Simplify the interrupt code a bit by always including the ie_disable and ie_eoi methods and collapsing down to a single intr_event_create() routine. Modified: stable

svn commit: r192313 - in head/sys: net sys

2009-05-18 Thread Sam Leffler
Author: sam Date: Mon May 18 17:18:40 2009 New Revision: 192313 URL: http://svn.freebsd.org/changeset/base/192313 Log: add bpf_track eventhandler for monitoring bpf taps attached/detached Reviewed by: csjp Modified: head/sys/net/bpf.c head/sys/sys/eventhandler.h Modified: head/sys/ne

svn commit: r192314 - in head/sys: gnu/fs/xfs/FreeBSD modules/xfs

2009-05-18 Thread Alexander Kabaev
Author: kan Date: Mon May 18 17:20:24 2009 New Revision: 192314 URL: http://svn.freebsd.org/changeset/base/192314 Log: Remove empty files and do nto try to build them. Apparently, they are problematic for CTF users. PR: 119298 Submitted by: Julian H. Stacey Deleted: head/sys/gnu/fs

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

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 17:39:12 2009 New Revision: 192316 URL: http://svn.freebsd.org/changeset/base/192316 Log: MFC: Use __null for NULL for GNU C++ 4.x and use the same value for NULL in the kernel as in userland. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/

svn commit: r192318 - head/sys/netinet6

2009-05-18 Thread Bjoern A. Zeeb
Author: bz Date: Mon May 18 17:48:46 2009 New Revision: 192318 URL: http://svn.freebsd.org/changeset/base/192318 Log: Add two missing INIT_VNET_INET6(curvnet) to make VIMAGE kernels happier. Modified: head/sys/netinet6/ip6_mroute.c Modified: head/sys/netinet6/ip6_mroute.c ===

svn commit: r192320 - stable/6/lib/libthread_db/arch/amd64

2009-05-18 Thread Attilio Rao
Author: attilio Date: Mon May 18 18:04:42 2009 New Revision: 192320 URL: http://svn.freebsd.org/changeset/base/192320 Log: Fix the world breakage, on amd64, introduced by the last libthread_db commit. Reported by: many Sponsored by: Sandvine Incorporated Pointy hat to:attilio

Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-18 Thread Attilio Rao
2009/5/18 Robert Watson : > > On Mon, 18 May 2009, Attilio Rao wrote: >  MFC libthread_db modifies until r181651:  - Introduce and use new functions pthread_{read, write}_*  - Move psaddr_t from void * to uintptr_t  - Fix some ABI mismatches  - Introduce WARN 6 for compilat

svn commit: r192321 - head/tools/tools/net80211/scripts

2009-05-18 Thread Sam Leffler
Author: sam Date: Mon May 18 18:12:45 2009 New Revision: 192321 URL: http://svn.freebsd.org/changeset/base/192321 Log: fix typo Modified: head/tools/tools/net80211/scripts/setup.tdma-slave Modified: head/tools/tools/net80211/scripts/setup.tdma-slave ==

svn commit: r192323 - in head/sys: amd64/amd64 arm/arm dev/md i386/i386 ia64/ia64 mips/mips nfs pc98/pc98 powerpc/aim powerpc/booke sparc64/sparc64 sun4v/sun4v sys

2009-05-18 Thread Marcel Moolenaar
Author: marcel Date: Mon May 18 18:37:18 2009 New Revision: 192323 URL: http://svn.freebsd.org/changeset/base/192323 Log: Add cpu_flush_dcache() for use after non-DMA based I/O so that a possible future I-cache coherency operation can succeed. On ARM for example the L1 cache can be (is) virt

svn commit: r192324 - in head/sys/ia64: ia64 include

2009-05-18 Thread Marcel Moolenaar
Author: marcel Date: Mon May 18 18:44:54 2009 New Revision: 192324 URL: http://svn.freebsd.org/changeset/base/192324 Log: Rename ia64_invalidate_icache() to ia64_sync_icache(). We're not invalidating anything. Modified: head/sys/ia64/ia64/elf_machdep.c head/sys/ia64/ia64/machdep.c head/

svn commit: r192328 - head/sys/net80211

2009-05-18 Thread Sam Leffler
Author: sam Date: Mon May 18 19:02:55 2009 New Revision: 192328 URL: http://svn.freebsd.org/changeset/base/192328 Log: add block ack frame id Modified: head/sys/net80211/ieee80211.h Modified: head/sys/net80211/ieee80211.h ==

svn commit: r192331 - in head/sys: amd64/include i386/include

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 19:33:59 2009 New Revision: 192331 URL: http://svn.freebsd.org/changeset/base/192331 Log: Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommend using 128 byte alignment for locks. (See IA-32 SDM Vol 3A 7.11.6.7) Modified: head/sys/amd64/inc

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

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 20:23:16 2009 New Revision: 192336 URL: http://svn.freebsd.org/changeset/base/192336 Log: MFC: Convert IPFW_DEFAULT_TO_ACCEPT into a loader tunable. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/ath/ath_h

svn commit: r192337 - in head/sys/fs: nfs nfsclient

2009-05-18 Thread Rick Macklem
Author: rmacklem Date: Mon May 18 21:22:03 2009 New Revision: 192337 URL: http://svn.freebsd.org/changeset/base/192337 Log: Change the experimental NFSv4 client so that it does not do the NFSv4 Close operations until ncl_inactive(). This is necessary so that the Open StateIDs are available f

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

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 21:44:33 2009 New Revision: 192340 URL: http://svn.freebsd.org/changeset/base/192340 Log: MFC: Remove dependency of vlan.ko on miibus.ko. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/ath/ath_hal/ (prop

svn commit: r192341 - head/sys/netinet

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 21:46:46 2009 New Revision: 192341 URL: http://svn.freebsd.org/changeset/base/192341 Log: - Fix typo in description of 'net.inet.ip.fw.autoinc_step'. - Use 'vnet_ipfw' instead of 'vnet_inet' for 'net.inet.ip.fw.one_pass'. Modified: head/sys/netinet/ip_fw2.c Mod

svn commit: r192342 - in head/sys: amd64/pci i386/pci

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 21:47:32 2009 New Revision: 192342 URL: http://svn.freebsd.org/changeset/base/192342 Log: Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name. MFC after:1 week Modified: head/sys/amd64/pci/pci_cfgreg.c head/sys/i386/pci/pci_cfgreg.

svn commit: r192343 - in head/sys: amd64/amd64 i386/i386

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 21:50:06 2009 New Revision: 192343 URL: http://svn.freebsd.org/changeset/base/192343 Log: - Add a tunable 'hw.mca.enabled' that can be used to enable/disable the machine check code. Disable it by default for now. - When computing the mask of bits that determin

svn commit: r192346 - in stable/6/sys: . contrib/pf dev/cxgb net

2009-05-18 Thread John Baldwin
Author: jhb Date: Mon May 18 21:58:57 2009 New Revision: 192346 URL: http://svn.freebsd.org/changeset/base/192346 Log: MFC: Remove dependency of vlan.ko on miibus.ko. Modified: stable/6/sys/ (props changed) stable/6/sys/contrib/pf/ (props changed) stable/6/sys/dev/cxgb/ (props chang

Re: svn commit: r192341 - head/sys/netinet

2009-05-18 Thread Bjoern A. Zeeb
On Mon, 18 May 2009, John Baldwin wrote: Author: jhb Date: Mon May 18 21:46:46 2009 New Revision: 192341 URL: http://svn.freebsd.org/changeset/base/192341 Log: - Fix typo in description of 'net.inet.ip.fw.autoinc_step'. - Use 'vnet_ipfw' instead of 'vnet_inet' for 'net.inet.ip.fw.one_pass'.

svn commit: r192348 - in vendor/file/dist: . Magdir tests

2009-05-18 Thread Xin LI
Author: delphij Date: Mon May 18 22:27:42 2009 New Revision: 192348 URL: http://svn.freebsd.org/changeset/base/192348 Log: Virgin import of Christos Zoulas's FILE 5.03. Security: CVE-2009-1515 Added: vendor/file/dist/Magdir/kml vendor/file/dist/strlcat.c vendor/file/dist/strlcpy.

svn commit: r192349 - vendor/file/5.03

2009-05-18 Thread Xin LI
Author: delphij Date: Mon May 18 22:29:44 2009 New Revision: 192349 URL: http://svn.freebsd.org/changeset/base/192349 Log: "Tag" the file 5.03 vendor import. Added: vendor/file/5.03/ - copied from r192348, vendor/file/dist/ ___ svn-src-all@free

svn commit: r192350 - in head/contrib/file: . Magdir tests

2009-05-18 Thread Xin LI
Author: delphij Date: Mon May 18 22:34:33 2009 New Revision: 192350 URL: http://svn.freebsd.org/changeset/base/192350 Log: Merge vendor/file/d...@192348, bringing FILE 5.03 to 8-CURRENT. Security: CVE-2009-1515 Added: head/contrib/file/Magdir/kml - copied unchanged from r192349,

svn commit: r192351 - head/sys/netinet

2009-05-18 Thread Bjoern A. Zeeb
Author: bz Date: Mon May 18 22:34:44 2009 New Revision: 192351 URL: http://svn.freebsd.org/changeset/base/192351 Log: Revert the logical change of r192341. net.inet.ip.fw.one_pass is a classic ip_input.c variable and is used in the pfil and bridge code as well. As ipfw is loadable we need

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

2009-05-18 Thread Marcel Moolenaar
Author: marcel Date: Mon May 18 22:45:09 2009 New Revision: 192352 URL: http://svn.freebsd.org/changeset/base/192352 Log: MFC r190834: Fix hangs caused by hardware that signals receive errors (framing, parity, etc), but does not indicate characters being received. Since no chracters have b

svn commit: r192353 - head/release/doc/en_US.ISO8859-1/relnotes

2009-05-18 Thread Xin LI
Author: delphij Date: Mon May 18 22:46:59 2009 New Revision: 192353 URL: http://svn.freebsd.org/changeset/base/192353 Log: FILE has been upgraded from 4.23 to 5.03. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sgml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.sg

svn commit: r192360 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs vm

2009-05-18 Thread Kip Macy
Author: kmacy Date: Tue May 19 01:14:37 2009 New Revision: 192360 URL: http://svn.freebsd.org/changeset/base/192360 Log: - back out direct map hack - it is no longer needed Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c head/sys/cddl/contrib/opensolaris/uts/common/fs/

svn commit: r192361 - head/sys/dev/ciss

2009-05-18 Thread Scott Long
Author: scottl Date: Tue May 19 01:41:11 2009 New Revision: 192361 URL: http://svn.freebsd.org/changeset/base/192361 Log: Updated PCI ID's from the vendor Modified: head/sys/dev/ciss/ciss.c Modified: head/sys/dev/ciss/ciss.c ===