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

2010-09-30 Thread Ulf Lilleengen
Author: lulf Date: Fri Oct 1 06:12:13 2010 New Revision: 213318 URL: http://svn.freebsd.org/changeset/base/213318 Log: - Check flag with the bitwise operator, not the logical operator. Submitted by: arundel MFC after:1 week Modified: head/sys/geom/vinum/geom_vinum_move.c head/sy

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

2010-09-30 Thread Gordon Tetlow
Author: gordon Date: Fri Oct 1 03:59:18 2010 New Revision: 213317 URL: http://svn.freebsd.org/changeset/base/213317 Log: Implementaiton of man, manpath, whatis, and apropos written entirely in sh. Features of this new version in favor of the old one: BSD licensed -- old one is GPL. Imp

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

2010-09-30 Thread Pyun YongHyeon
Author: yongari Date: Thu Sep 30 22:34:15 2010 New Revision: 213316 URL: http://svn.freebsd.org/changeset/base/213316 Log: Fix IFCAP_TXCSUM/IFCAP_RXCSUM handling. Previously bge(4) used IFCAP_HWCSUM to know which capability should be changed such that disabling RX checksun offloading resulte

Re: svn commit: r213308 - in head/lib/libc: amd64/gen i386/gen

2010-09-30 Thread Bruce Evans
On Thu, 30 Sep 2010, Dimitry Andric wrote: Log: Retire the amd64 and i386 specific inline assembly versions of ldexp.c, as they are slower than the generic version in C, at least on modern hardware. This leaves us with just five implementations. Suggested by: bde Approved by: rpaulo (m

svn commit: r213313 - stable/7/share/zoneinfo

2010-09-30 Thread Edwin Groothuis
Author: edwin Date: Thu Sep 30 22:03:33 2010 New Revision: 213313 URL: http://svn.freebsd.org/changeset/base/213313 Log: MFC of 213312, tzdata2010m - Fix historical data for Hongkong - Fix location description for Antarctica/Vostok Modified: stable/7/share/zoneinfo/asia stable/7/shar

svn commit: r213315 - stable/8/share/zoneinfo

2010-09-30 Thread Edwin Groothuis
Author: edwin Date: Thu Sep 30 22:03:43 2010 New Revision: 213315 URL: http://svn.freebsd.org/changeset/base/213315 Log: MFC of 213312, tzdata2010m - Fix historical data for Hongkong - Fix location description for Antarctica/Vostok Modified: stable/8/share/zoneinfo/asia stable/8/shar

svn commit: r213314 - stable/6/share/zoneinfo

2010-09-30 Thread Edwin Groothuis
Author: edwin Date: Thu Sep 30 22:03:38 2010 New Revision: 213314 URL: http://svn.freebsd.org/changeset/base/213314 Log: MFC of 213312, tzdata2010m - Fix historical data for Hongkong - Fix location description for Antarctica/Vostok Modified: stable/6/share/zoneinfo/asia stable/6/shar

svn commit: r213312 - head/contrib/tzdata

2010-09-30 Thread Edwin Groothuis
Author: edwin Date: Thu Sep 30 22:00:21 2010 New Revision: 213312 URL: http://svn.freebsd.org/changeset/base/213312 Log: MFV of 213310, tzdata2010m - Fix historical data for Hongkong - Fix location description for Antarctica/Vostok Modified: head/contrib/tzdata/asia head/contrib/tzda

svn commit: r213311 - vendor/tzdata/tzdata2010m

2010-09-30 Thread Edwin Groothuis
Author: edwin Date: Thu Sep 30 21:57:09 2010 New Revision: 213311 URL: http://svn.freebsd.org/changeset/base/213311 Log: Tag of tzdata2010m Added: vendor/tzdata/tzdata2010m/ - copied from r213310, vendor/tzdata/dist/ ___ svn-src-all@freebsd.org

svn commit: r213310 - vendor/tzdata/dist

2010-09-30 Thread Edwin Groothuis
Author: edwin Date: Thu Sep 30 21:55:15 2010 New Revision: 213310 URL: http://svn.freebsd.org/changeset/base/213310 Log: Vendor import of tzdata2010m: - Fix historical data for Hongkong - Fix location description for Antarctica/Vostok Obtained from:ftp://elsie.nci.nih.gov/pub

svn commit: r213309 - stable/8/usr.sbin/named

2010-09-30 Thread Doug Barton
Author: dougb Date: Thu Sep 30 21:54:25 2010 New Revision: 213309 URL: http://svn.freebsd.org/changeset/base/213309 Log: MFC r213005: Remove confusing-though-technically-correct --disable-ipv6 from CONFIGARGS. Modified: stable/8/usr.sbin/named/Makefile Directory Properties: stable/8/

Re: svn commit: r213270 - head/etc/rc.d

2010-09-30 Thread Doug Barton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 9/30/2010 6:08 AM, Ed Maste wrote: | On Wed, Sep 29, 2010 at 11:33:58PM -0700, Doug Barton wrote: | |> -BEGIN PGP SIGNED MESSAGE- |> Hash: SHA256 |> |> On 9/29/2010 6:08 AM, Ed Maste wrote: |> | Author: emaste |> | Date: Wed Sep 29 13:08:

svn commit: r213308 - in head/lib/libc: amd64/gen i386/gen

2010-09-30 Thread Dimitry Andric
Author: dim Date: Thu Sep 30 19:20:21 2010 New Revision: 213308 URL: http://svn.freebsd.org/changeset/base/213308 Log: Retire the amd64 and i386 specific inline assembly versions of ldexp.c, as they are slower than the generic version in C, at least on modern hardware. This leaves us with j

Re: svn commit: r213298 - head/sbin/mount

2010-09-30 Thread Alexander Best
hooray! :) thanks a bunch. -- a13x ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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

2010-09-30 Thread Nathan Whitehorn
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 idea how to implement it t

svn commit: r213306 - head/sys/pci

2010-09-30 Thread Pyun YongHyeon
Author: yongari Date: Thu Sep 30 17:37:08 2010 New Revision: 213306 URL: http://svn.freebsd.org/changeset/base/213306 Log: Rename rl_setmulti() to rl_rxfilter() as rl_rxfilter() will handle IFF_ALLMULTI/IFF_PROMISC as well as multicast filter configuration. Rewrite RX filter logic to reduce

Re: svn commit: r213281 - head/lib/libc/amd64/gen

2010-09-30 Thread Bruce Evans
On Thu, 30 Sep 2010, Dimitry Andric wrote: On 2010-09-30 05:46, Bruce Evans wrote: ... This file probably shouldn't exist, especially on amd64. There are 4 or 5 versions of ldexp(), and this file implements what seems to be the worst one, even without the bug. ... The version in libc/gen/lde

Re: svn commit: r213305 - in head/sys: gdb kern sys

2010-09-30 Thread Andriy Gapon
on 30/09/2010 20:18 m...@freebsd.org said the following: > On Thu, Sep 30, 2010 at 10:05 AM, Andriy Gapon wrote: >> Author: avg >> Date: Thu Sep 30 17:05:23 2010 >> New Revision: 213305 >> URL: http://svn.freebsd.org/changeset/base/213305 >> >> Log: >> there must be only one SYSINIT with SI_SUB_R

Re: svn commit: r213305 - in head/sys: gdb kern sys

2010-09-30 Thread mdf
On Thu, Sep 30, 2010 at 10:05 AM, Andriy Gapon wrote: > Author: avg > Date: Thu Sep 30 17:05:23 2010 > New Revision: 213305 > URL: http://svn.freebsd.org/changeset/base/213305 > > Log: >  there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order > >  SI_SUB_RUN_SCHEDULER+SI_ORDER

svn commit: r213305 - in head/sys: gdb kern sys

2010-09-30 Thread Andriy Gapon
Author: avg Date: Thu Sep 30 17:05:23 2010 New Revision: 213305 URL: http://svn.freebsd.org/changeset/base/213305 Log: there must be only one SYSINIT with SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY order SI_SUB_RUN_SCHEDULER+SI_ORDER_ANY should only be used to call scheduler() function which turns

svn commit: r213304 - head/sys/kern

2010-09-30 Thread Andriy Gapon
Author: avg Date: Thu Sep 30 16:47:01 2010 New Revision: 213304 URL: http://svn.freebsd.org/changeset/base/213304 Log: debug.kdb.stop_cpus sysctl: hint that this is also a tunable MFC after:1 week Modified: head/sys/kern/subr_kdb.c Modified: head/sys/kern/subr_kdb.c

svn commit: r213303 - head/sys/kern

2010-09-30 Thread Andriy Gapon
Author: avg Date: Thu Sep 30 16:45:27 2010 New Revision: 213303 URL: http://svn.freebsd.org/changeset/base/213303 Log: kmem_size* sysctls: hint that these are also tunables MFC after:1 week Modified: head/sys/kern/kern_malloc.c Modified: head/sys/kern/kern_malloc.c =

svn commit: r213302 - head/sys/dev/acpica

2010-09-30 Thread Alexander Motin
Author: mav Date: Thu Sep 30 16:23:01 2010 New Revision: 213302 URL: http://svn.freebsd.org/changeset/base/213302 Log: Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets have number of unexplained interrupt problems. For some reason, using HPET interrupts there breaks HDA s

svn commit: r213301 - head/sys/dev/ata/chipsets

2010-09-30 Thread Alexander Motin
Author: mav Date: Thu Sep 30 16:09:52 2010 New Revision: 213301 URL: http://svn.freebsd.org/changeset/base/213301 Log: Revert r132291. Restore setting PIO/WDMA timings for VIA UDMA133 controllers. Linux disables only AST register writing there, but no all timings. Modified: head/sys/dev/a

svn commit: r213300 - head/usr.bin/csup

2010-09-30 Thread John Baldwin
Author: jhb Date: Thu Sep 30 14:28:48 2010 New Revision: 213300 URL: http://svn.freebsd.org/changeset/base/213300 Log: If an RCS file is truncated, rcsfile_getdelta() will return NULL. Instead of faulting, check for NULL. However, returning an error would cause csup to just abort the entir

Re: svn commit: r213281 - head/lib/libc/amd64/gen

2010-09-30 Thread Dimitry Andric
On 2010-09-30 05:46, Bruce Evans wrote: ... This file probably shouldn't exist, especially on amd64. There are 4 or 5 versions of ldexp(), and this file implements what seems to be the worst one, even without the bug. First, it shouldn't exist since it is a libm function. It exists for the his

svn commit: r213298 - head/sbin/mount

2010-09-30 Thread Jaakko Heinonen
Author: jh Date: Thu Sep 30 13:31:35 2010 New Revision: 213298 URL: http://svn.freebsd.org/changeset/base/213298 Log: Fix printing of the "rw" mount option in fstab(5) format (-p option). fstab(5) format requires that one of "rw", "rq" or "ro" is always specified. PR: bin/1230

Re: svn commit: r213270 - head/etc/rc.d

2010-09-30 Thread Ed Maste
On Wed, Sep 29, 2010 at 11:33:58PM -0700, Doug Barton wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 9/29/2010 6:08 AM, Ed Maste wrote: > | Author: emaste > | Date: Wed Sep 29 13:08:23 2010 > | New Revision: 213270 > | URL: http://svn.freebsd.org/changeset/base/213270 ... > Co

svn commit: r213297 - head/lib/libthr/thread

2010-09-30 Thread David Xu
Author: davidxu Date: Thu Sep 30 12:59:56 2010 New Revision: 213297 URL: http://svn.freebsd.org/changeset/base/213297 Log: change code to use unwind.h. Modified: head/lib/libthr/thread/thr_exit.c head/lib/libthr/thread/thr_private.h Modified: head/lib/libthr/thread/thr_exit.c =

svn commit: r213294 - head/gnu/usr.bin/binutils/libbfd

2010-09-30 Thread Rui Paulo
Author: rpaulo Date: Thu Sep 30 07:12:09 2010 New Revision: 213294 URL: http://svn.freebsd.org/changeset/base/213294 Log: Remove target peigen.c so that make doesn't warn us about it. Modified: head/gnu/usr.bin/binutils/libbfd/Makefile.amd64 Modified: head/gnu/usr.bin/binutils/libbfd/Makefil