svn commit: r213352 - vendor/bzip2

2010-10-01 Thread David E. O'Brien
Author: obrien Date: Sat Oct 2 06:58:58 2010 New Revision: 213352 URL: http://svn.freebsd.org/changeset/base/213352 Log: Copy these import related files from contrib/bzip2 and update for 1.0.6. Added: - copied unchanged from r213347, head/contrib/bzip2/FREEBSD-Xlist vendor/bzip2/FREEBSD

svn commit: r213351 - vendor/bzip2/1.0.6

2010-10-01 Thread David E. O'Brien
Author: obrien Date: Sat Oct 2 06:57:33 2010 New Revision: 213351 URL: http://svn.freebsd.org/changeset/base/213351 Log: "Tag" the Bzip2 1.0.6 vendor import. Added: vendor/bzip2/1.0.6/ - copied from r213349, vendor/bzip2/dist/ Replaced: vendor/bzip2/1.0.6/CHANGES - copied unchang

svn commit: r213350 - vendor/bzip2/dist

2010-10-01 Thread David E. O'Brien
Author: obrien Date: Sat Oct 2 06:57:04 2010 New Revision: 213350 URL: http://svn.freebsd.org/changeset/base/213350 Log: Vendor import bzip2 -- upgrade to version 1.0.6. Modified: vendor/bzip2/dist/CHANGES vendor/bzip2/dist/LICENSE vendor/bzip2/dist/Makefile vendor/bzip2/dist/Makefile-

svn commit: r213349 - head/usr.bin/man

2010-10-01 Thread Gordon Tetlow
Author: gordon Date: Sat Oct 2 06:55:04 2010 New Revision: 213349 URL: http://svn.freebsd.org/changeset/base/213349 Log: Fix up whatis/apropos issue displaying all output on a single due to forgotten quotes. Submitted by: Brandon Gooch Approved by: wes (mentor, implicit) Modified:

svn commit: r213348 - in vendor/bzip2/dist: . contrib

2010-10-01 Thread David E. O'Brien
Author: obrien Date: Sat Oct 2 06:54:59 2010 New Revision: 213348 URL: http://svn.freebsd.org/changeset/base/213348 Log: Flatten the bzip2 vendor area in preparations for the 1.0.6 import. Added: - copied unchanged from r213347, vendor/bzip2/dist/contrib/bzip2/CHANGES - copied unchan

svn commit: r213346 - in head/sys: contrib/octeon-sdk mips/cavium mips/cavium/octe

2010-10-01 Thread Juli Mallett
Author: jmallett Date: Sat Oct 2 05:43:17 2010 New Revision: 213346 URL: http://svn.freebsd.org/changeset/base/213346 Log: o) Allow devices to override the MDIO read and write functions presented to the miibus attached to octe interfaces. o) Add an SMI/MDIO interface to the MV88E61XX and

svn commit: r213345 - head/sys/mips/cavium

2010-10-01 Thread Juli Mallett
Author: jmallett Date: Sat Oct 2 05:38:45 2010 New Revision: 213345 URL: http://svn.freebsd.org/changeset/base/213345 Log: Rather than shifting offsets by three, set register offset to 3. All our bus interface does that's special here now is to use a 64-bit register size. In theory, uart(4

svn commit: r213342 - head/sys/mips/mips

2010-10-01 Thread Juli Mallett
Author: jmallett Date: Sat Oct 2 01:29:09 2010 New Revision: 213342 URL: http://svn.freebsd.org/changeset/base/213342 Log: Use ABI-aware macros for setting up a fake frame. Modified: head/sys/mips/mips/locore.S Modified: head/sys/mips/mips/locore.S ==

svn commit: r213341 - head/sys/mips/cavium

2010-10-01 Thread Juli Mallett
Author: jmallett Date: Sat Oct 2 01:28:18 2010 New Revision: 213341 URL: http://svn.freebsd.org/changeset/base/213341 Log: Remove extra cpu setting and commented-out devices, some of which don't exist. Modified: head/sys/mips/cavium/std.octeon1 Modified: head/sys/mips/cavium/std.octeon1 ===

svn commit: r213340 - head/sys/mips/conf

2010-10-01 Thread Juli Mallett
Author: jmallett Date: Sat Oct 2 01:24:20 2010 New Revision: 213340 URL: http://svn.freebsd.org/changeset/base/213340 Log: Make the OCTEON1 configuration look like a normal GENERIC configuration. In particular, add PCI and USB buses and most devices. Also move to using ULE, adding INET6,

Re: svn commit: r213326 - head/lib/libc/i386/string

2010-10-01 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010/10/01 06:22, Roman Divacky wrote: > On Fri, Oct 01, 2010 at 01:10:11PM +, Jilles Tjoelker wrote: >> Author: jilles >> Date: Fri Oct 1 13:10:11 2010 >> New Revision: 213326 >> URL: http://svn.freebsd.org/changeset/base/213326 >> >> Log: >

Re: svn commit: r213337 - in head/lib/msun: amd64 i387

2010-10-01 Thread Bruce Evans
On Sat, 2 Oct 2010, Bruce Evans wrote: ... Also, all except 11 files in msun/i387 and 1 file in msun/amd64 are missing a commented-out RCSID("$NetBSD...$") to indicated where they came from. I think most of the NetBSD ids were corrupted in the initial import when the id string was spelled $Id$

Re: svn commit: r213337 - in head/lib/msun: amd64 i387

2010-10-01 Thread Bruce Evans
On Fri, 1 Oct 2010, Dimitry Andric wrote: Log: Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, and one under lib/msun/amd64. This avoids adding the identifiers to the .text section, and moves them to the .comment section instead. Suggested by: bde Approved by: r

Re: svn commit: r213326 - head/lib/libc/i386/string

2010-10-01 Thread Bruce Evans
On Fri, 1 Oct 2010, Dimitry Andric wrote: On 2010-10-01 15:22, Roman Divacky wrote: there's "rep cmps" in bcmp.S and memcmp.S in both amd64/i386 they both have C counterparts, no idea how fast those are (they are going char by char). does this wisdom apply to those too? Well, these versions

Re: svn commit: r212979 - in head: gnu/lib/libobjc sys/boot/i386/boot2 sys/boot/pc98/boot2

2010-10-01 Thread Dimitry Andric
On 2010-10-01 19:54, Anonymous wrote: -.if ${CC:T:Mclang} == "clang" -CC=gcc -.endif +CC:=${CC:C/^(.*\/)?clang$/gcc/1} How about clearing some user-defined variable together with the substitution CLANG_FLAGS = # set to empty value CC := ${CC:C/^(.*\/)?clang$/gcc/1} in which user can sto

svn commit: r213337 - in head/lib/msun: amd64 i387

2010-10-01 Thread Dimitry Andric
Author: dim Date: Fri Oct 1 20:14:36 2010 New Revision: 213337 URL: http://svn.freebsd.org/changeset/base/213337 Log: Use __FBSDID() instead of RCSID() in most .S files under lib/msun/i386, and one under lib/msun/amd64. This avoids adding the identifiers to the .text section, and moves the

svn commit: r213336 - head/sys/powerpc/ofw

2010-10-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 1 19:02:31 2010 New Revision: 213336 URL: http://svn.freebsd.org/changeset/base/213336 Log: Map the Open Firmware framebuffer console with write combining turned on, and set memory attributes appropriately for mmap() calls on /dev/console. Xorg no longer use

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

2010-10-01 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Oct 1 18:59:30 2010 New Revision: 213335 URL: http://svn.freebsd.org/changeset/base/213335 Log: Fix pmap_page_set_memattr() behavior in the presence of fictitious pages by just caching the mode for later use by pmap_enter(), following amd64. While here, correct

Re: svn commit: r212979 - in head: gnu/lib/libobjc sys/boot/i386/boot2 sys/boot/pc98/boot2

2010-10-01 Thread Anonymous
Dimitry Andric writes: > Author: dim > Date: Tue Sep 21 21:41:45 2010 > New Revision: 212979 > URL: http://svn.freebsd.org/changeset/base/212979 [...] > Modified: head/gnu/lib/libobjc/Makefile > == > --- head/gnu/lib/libo

svn commit: r213334 - head/sys/dev/bge

2010-10-01 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 1 17:51:55 2010 New Revision: 213334 URL: http://svn.freebsd.org/changeset/base/213334 Log: Remove extra semicolon. Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c =

svn commit: r213333 - head/sys/dev/bge

2010-10-01 Thread Pyun YongHyeon
Author: yongari Date: Fri Oct 1 17:46:15 2010 New Revision: 21 URL: http://svn.freebsd.org/changeset/base/21 Log: Allow write DMA to request larger DMA burst size to get better performance on BCM5785. Obtained from:OpenBSD Modified: head/sys/dev/bge/if_bge.c head/sys

svn commit: r213332 - stable/6/etc/mtree

2010-10-01 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Oct 1 17:20:48 2010 New Revision: 213332 URL: http://svn.freebsd.org/changeset/base/213332 Log: Create the var/run/wpa_supplicant directory where the wpa_supplicant RC script wants to save a pidfile for each interface. Modified: stable/6/etc/mtree/BSD.var.dist Di

svn commit: r213331 - stable/7/etc/mtree

2010-10-01 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Oct 1 17:20:30 2010 New Revision: 213331 URL: http://svn.freebsd.org/changeset/base/213331 Log: Create the var/run/wpa_supplicant directory where the wpa_supplicant RC script wants to save a pidfile for each interface. Modified: stable/7/etc/mtree/BSD.var.dist Di

svn commit: r213330 - in stable/8/etc: mtree periodic/daily

2010-10-01 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Oct 1 17:20:13 2010 New Revision: 213330 URL: http://svn.freebsd.org/changeset/base/213330 Log: Create the var/run/wpa_supplicant directory where the wpa_supplicant RC script wants to save a pidfile for each interface. Modified: stable/8/etc/mtree/BSD.var.dist Di

Re: svn commit: r213307 - in head/sys/powerpc: aim include powerpc

2010-10-01 Thread Alan Cox
Nathan Whitehorn wrote: Author: nwhitehorn Date: Thu Sep 30 18:14:12 2010 New Revision: 213307 URL: http://svn.freebsd.org/changeset/base/213307 Log: Add support for memory attributes (pmap_mapdev_attr() and friends) on PowerPC/AIM. This is currently stubbed out on Book-E, since I have no

svn commit: r213329 - head/sys/netinet/ipfw

2010-10-01 Thread Luigi Rizzo
Author: luigi Date: Fri Oct 1 15:38:35 2010 New Revision: 213329 URL: http://svn.freebsd.org/changeset/base/213329 Log: put back the assigment to sched_time. It was correct, and it was necessary. Submitted by: Riccardo Panicucci Modified: head/sys/netinet/ipfw/ip_dn_io.c Modified: he

Re: svn commit: r213326 - head/lib/libc/i386/string

2010-10-01 Thread Dimitry Andric
On 2010-10-01 15:22, Roman Divacky wrote: there's "rep cmps" in bcmp.S and memcmp.S in both amd64/i386 they both have C counterparts, no idea how fast those are (they are going char by char). does this wisdom apply to those too? Well, these versions compare by words first, using "repe cmpsl"

svn commit: r213328 - head/sys/net

2010-10-01 Thread Bjoern A. Zeeb
Author: bz Date: Fri Oct 1 15:14:14 2010 New Revision: 213328 URL: http://svn.freebsd.org/changeset/base/213328 Log: Only hide the ifa and not the tp under #ifdef INET as the tp is needed for locking evenwhen there is no INET. MFC after:3 days Modified: head/sys/net/if_tun.c Modi

svn commit: r213327 - head/tools/tools/mctest

2010-10-01 Thread George V. Neville-Neil
Author: gnn Date: Fri Oct 1 14:36:36 2010 New Revision: 213327 URL: http://svn.freebsd.org/changeset/base/213327 Log: Change the output of mctest to give a summary of the results instead of printing a long list. Add a default base port, and default mulitcast address to the runner scrip

Re: svn commit: r213322 - head/sys/kern

2010-10-01 Thread Andriy Gapon
m...@freebsd.org wrote: > I thought CTLFLAG_TUN was only used to provide a more useful error > message when writing to a read-only sysctl? I think the CTLFLAG_TUN > should not be here for a RW sysctl. Yes, that's the only use for CTLFLAG_TUN _now_. Perhaps in the future there could be other uses,

Re: svn commit: r213322 - head/sys/kern

2010-10-01 Thread mdf
On Fri, Oct 1, 2010 at 9:34 AM, Andriy Gapon wrote: > Author: avg > Date: Fri Oct  1 09:34:41 2010 > New Revision: 213322 > URL: http://svn.freebsd.org/changeset/base/213322 > > Log: >  sysctls in kern_shutdown: add twin tunables > >  also make couple of sysctl-controlled variables static > >  Rev

Re: svn commit: r213326 - head/lib/libc/i386/string

2010-10-01 Thread Roman Divacky
On Fri, Oct 01, 2010 at 01:10:11PM +, Jilles Tjoelker wrote: > Author: jilles > Date: Fri Oct 1 13:10:11 2010 > New Revision: 213326 > URL: http://svn.freebsd.org/changeset/base/213326 > > Log: > libc: Remove the i386 assembler version of strlen(3). > > On anything modern, the C versio

svn commit: r213326 - head/lib/libc/i386/string

2010-10-01 Thread Jilles Tjoelker
Author: jilles Date: Fri Oct 1 13:10:11 2010 New Revision: 213326 URL: http://svn.freebsd.org/changeset/base/213326 Log: libc: Remove the i386 assembler version of strlen(3). On anything modern, the C version, which processes a word at a time, is much faster. The Intel optimization manua

svn commit: r213325 - head/sys/netinet

2010-10-01 Thread Bjoern A. Zeeb
Author: bz Date: Fri Oct 1 11:48:14 2010 New Revision: 213325 URL: http://svn.freebsd.org/changeset/base/213325 Log: Proper bracketing. PR: kern/151100 Submitted by: SunMinghao (sunminghao hotmail.com) MFC after:3 days Modified: head/sys/netinet/igmp.c Modified: head/

svn commit: r213324 - in head/tools/tools/nanobsd/rescue: . Pkg

2010-10-01 Thread Michael Reifenberger
Author: mr Date: Fri Oct 1 10:34:35 2010 New Revision: 213324 URL: http://svn.freebsd.org/changeset/base/213324 Log: - simplify by using one build script - use label for mounting - use GENERIC kernel - create empty Pkg directory Added: head/tools/tools/nanobsd/rescue/Pkg/ head/tools/

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

2010-10-01 Thread Andriy Gapon
Author: avg Date: Fri Oct 1 10:32:54 2010 New Revision: 213323 URL: http://svn.freebsd.org/changeset/base/213323 Log: i386 and amd64 mp_machdep: improve topology detection for Intel CPUs This patch is significantly based on previous work by jkim. List of changes: - added comments that

svn commit: r213322 - head/sys/kern

2010-10-01 Thread Andriy Gapon
Author: avg Date: Fri Oct 1 09:34:41 2010 New Revision: 213322 URL: http://svn.freebsd.org/changeset/base/213322 Log: sysctls in kern_shutdown: add twin tunables also make couple of sysctl-controlled variables static Reviewed by: rwatson MFC after:1 week Modified: head/sys/k

svn commit: r213321 - head/sys/net80211

2010-10-01 Thread Adrian Chadd
Author: adrian Date: Fri Oct 1 09:18:30 2010 New Revision: 213321 URL: http://svn.freebsd.org/changeset/base/213321 Log: Fix background roaming to actually work in AUTO roaming mode. IEEE80211_F_BGSCAN is a vap flag, not a channel flag. So although bgscan occured, sta_roam_check() would

svn commit: r213320 - vendor/tzcode/tzcode2010m

2010-10-01 Thread Edwin Groothuis
Author: edwin Date: Fri Oct 1 07:59:26 2010 New Revision: 213320 URL: http://svn.freebsd.org/changeset/base/213320 Log: Tag of tzcode2010m Added: vendor/tzcode/tzcode2010m/ - copied from r213319, vendor/tzcode/dist/ ___ svn-src-all@freebsd.org

svn commit: r213319 - vendor/tzcode/dist/zic

2010-10-01 Thread Edwin Groothuis
Author: edwin Date: Fri Oct 1 07:58:09 2010 New Revision: 213319 URL: http://svn.freebsd.org/changeset/base/213319 Log: Vendor import of tzcode2010m Obtained from:ftp://elsie.nci.nih.gov/pub/ Modified: vendor/tzcode/dist/zic/zic.c Modified: vendor/tzcode/dist/zic/zic.c