svn commit: r208972 - head/share/man/man5

2010-06-10 Thread Ed Schouten
Author: ed Date: Thu Jun 10 06:22:10 2010 New Revision: 208972 URL: http://svn.freebsd.org/changeset/base/208972 Log: Regenerate. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ==

svn commit: r208973 - head/sys/sys

2010-06-10 Thread Ed Schouten
Author: ed Date: Thu Jun 10 06:48:09 2010 New Revision: 208973 URL: http://svn.freebsd.org/changeset/base/208973 Log: Bump __FreeBSD_version to indicate the addition of Clang to HEAD. Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h

svn commit: r208974 - head/usr.bin/dc

2010-06-10 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 10 10:17:00 2010 New Revision: 208974 URL: http://svn.freebsd.org/changeset/base/208974 Log: - Fix style(9) Submitted by: ed Approved by: delphij (mentor) Modified: head/usr.bin/dc/dc.c Modified: head/usr.bin/dc/dc.c

svn commit: r208975 - head/usr.bin/dc

2010-06-10 Thread Gabor Kovesdan
Author: gabor Date: Thu Jun 10 10:28:38 2010 New Revision: 208975 URL: http://svn.freebsd.org/changeset/base/208975 Log: - Axe out signal handling code, the shell will take care of this Suggested by: jilles Approved by: delphij (mentor) Modified: head/usr.bin/dc/bcode.c Modified:

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

2010-06-10 Thread Bruce Evans
On Tue, 8 Jun 2010, John Baldwin wrote: On Tuesday 08 June 2010 2:04:07 pm John Baldwin wrote: Log: Move the machine check support code to the x86 tree since it is identical on i386 and amd64. Requested by: alc It would be nice to consolidate machine/mca.h as that is identical on both

svn commit: r208983 - head/sys/kern

2010-06-10 Thread Ivan Voras
Author: ivoras Date: Thu Jun 10 11:48:14 2010 New Revision: 208983 URL: http://svn.freebsd.org/changeset/base/208983 Log: Unconfuse THREAD and SMT flags Modified: head/sys/kern/sched_ule.c Modified: head/sys/kern/sched_ule.c

svn commit: r208986 - in head: share/man/man5 sys/sys usr.bin/ipcs

2010-06-10 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jun 10 14:19:51 2010 New Revision: 208986 URL: http://svn.freebsd.org/changeset/base/208986 Log: Make the char *n_name member of struct nlist 'const'. This avoids errors or __DECONST() from places with higher WARNS levels. Adjust a local cache variable in ipcs to

Re: svn commit: r208964 - in head: . etc/mtree lib share/mk usr.bin

2010-06-10 Thread M. Warner Losh
In message: 201006091957.o59jvkbu025...@svn.freebsd.org Roman Divacky rdiva...@freebsd.org writes: : Modified: head/share/mk/bsd.own.mk : == : --- head/share/mk/bsd.own.mk Wed Jun 9 19:32:20 2010

svn commit: r208988 - in head/sys: kern sys

2010-06-10 Thread Alexander Motin
Author: mav Date: Thu Jun 10 16:14:05 2010 New Revision: 208988 URL: http://svn.freebsd.org/changeset/base/208988 Log: Store interrupt trap frame into struct thread. It allows interrupt handler to obtain both trap frame and opaque argument submitted on registrction. After kernel and all

svn commit: r208990 - in head/sys: amd64/amd64 arm/arm i386/i386 i386/xen ia64/ia64 mips/mips powerpc/aim powerpc/booke sparc64/sparc64 sun4v/sun4v vm

2010-06-10 Thread Alan Cox
Author: alc Date: Thu Jun 10 16:56:35 2010 New Revision: 208990 URL: http://svn.freebsd.org/changeset/base/208990 Log: Reduce the scope of the page queues lock and the number of PG_REFERENCED changes in vm_pageout_object_deactivate_pages(). Simplify this function's inner loop using

svn commit: r208991 - head/sys/x86/x86

2010-06-10 Thread Alexander Motin
Author: mav Date: Thu Jun 10 17:04:01 2010 New Revision: 208991 URL: http://svn.freebsd.org/changeset/base/208991 Log: Do not disable edge-triggered interrupts before migration. DELAY() with interrupt disabled highly probable causes interrupt loss. Modified: head/sys/x86/x86/io_apic.c

svn commit: r208992 - head/sys/geom

2010-06-10 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 10 17:49:36 2010 New Revision: 208992 URL: http://svn.freebsd.org/changeset/base/208992 Log: Untangle g_print_bio(), silencing Coverity. Found with: Coverity Prevent CID: 3566, 3567 Modified: head/sys/geom/geom_io.c Modified:

svn commit: r209004 - head/usr.sbin/sysinstall

2010-06-10 Thread Randi Harper
Author: randi Date: Thu Jun 10 20:13:10 2010 New Revision: 209004 URL: http://svn.freebsd.org/changeset/base/209004 Log: Fix uninitialized variables that cause a crash when the network is initialized and sysinstall is not running as init. Submitted by: Nick Mills Approved by: cperciva

svn commit: r209017 - head/usr.bin/gzip

2010-06-10 Thread Xin LI
Author: delphij Date: Thu Jun 10 20:59:28 2010 New Revision: 209017 URL: http://svn.freebsd.org/changeset/base/209017 Log: Several style fixes as prompted by b...@. While I'm there, loosen the st_nlink check and fix grammar for 1 extra links. Modified: head/usr.bin/gzip/gzip.c

svn commit: r209016 - head/sys/net80211

2010-06-10 Thread Rui Paulo
Author: rpaulo Date: Thu Jun 10 20:58:34 2010 New Revision: 209016 URL: http://svn.freebsd.org/changeset/base/209016 Log: Some odd APs send beacons on the same TX queue as non-beacons. This breaks 802.11 duplicate detection. Upon looking at the standard, we discover that 802.11-2007 says:

svn commit: r209024 - head/share/mk

2010-06-10 Thread Warner Losh
Author: imp Date: Fri Jun 11 02:43:36 2010 New Revision: 209024 URL: http://svn.freebsd.org/changeset/base/209024 Log: Merge from tbemd branch: Introduce MACHINE_CPUARCH. Many different MACHINE_ARCHs will be built from one MACHINE_CPUARCH. This will allow us to move to a more

svn commit: r209025 - head/share/mk

2010-06-10 Thread Warner Losh
Author: imp Date: Fri Jun 11 02:50:53 2010 New Revision: 209025 URL: http://svn.freebsd.org/changeset/base/209025 Log: Merge from tbemd Enhance Makefile.inc processing, when asked for, to include the most specific (MACHINE specific) to least specific (MACHINE_CPUARCH). Reviewed by:

svn commit: r209029 - head/sys/netinet

2010-06-10 Thread Randall Stewart
Author: rrs Date: Fri Jun 11 03:54:00 2010 New Revision: 209029 URL: http://svn.freebsd.org/changeset/base/209029 Log: 3 Fixes - a) There was a case where a ICMP message could cause us to return leaving a stuck lock on an stcb. b) The iterator needed some tweaks to fix its lock