svn commit: r202783 - head/sys/fs/pseudofs

2010-01-22 Thread Jaakko Heinonen
Author: jh Date: Fri Jan 22 08:45:12 2010 New Revision: 202783 URL: http://svn.freebsd.org/changeset/base/202783 Log: Truncate read request rather than returning EIO if the request is larger than MAXPHYS + 1. This fixes a problem with cat(1) when it uses a large I/O buffer. Reported

svn commit: r202784 - head/sbin/mdconfig

2010-01-22 Thread Jaakko Heinonen
Author: jh Date: Fri Jan 22 08:51:58 2010 New Revision: 202784 URL: http://svn.freebsd.org/changeset/base/202784 Log: Make mdconfig(8) WARNS=6 clean: - Constify geom_config_get() name argument. - Add void keyword for usage(). - Initialize mdunit to NULL. - Don't call md_prthumanval()

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

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 09:23:34 2010 New Revision: 202786 URL: http://svn.freebsd.org/changeset/base/202786 Log: Don't clear bss/sbss. The boot loader already does this. In addition, the Cavium version of the boot loader puts data just after end, so our rounding up to the next page

svn commit: r202787 - stable/8/lib/libstand

2010-01-22 Thread Andriy Gapon
Author: avg Date: Fri Jan 22 09:27:31 2010 New Revision: 202787 URL: http://svn.freebsd.org/changeset/base/202787 Log: MFC r202585: fix a comment typo Modified: stable/8/lib/libstand/bzipfs.c Directory Properties: stable/8/lib/libstand/ (props changed) Modified:

svn commit: r202788 - stable/7/lib/libstand

2010-01-22 Thread Andriy Gapon
Author: avg Date: Fri Jan 22 09:30:09 2010 New Revision: 202788 URL: http://svn.freebsd.org/changeset/base/202788 Log: MFC r202585: fix a comment typo Modified: stable/7/lib/libstand/bzipfs.c Directory Properties: stable/7/lib/libstand/ (props changed) Modified:

svn commit: r202789 - head/sys/dev/sound/pci/hda

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 09:31:10 2010 New Revision: 202789 URL: http://svn.freebsd.org/changeset/base/202789 Log: - Improve tracer, to handle more cases of input-to-output monitoring loopback. - Change the meaning of mix OSS control. Now it controls loopback level, according to

svn commit: r202790 - stable/8/sys/dev/acpica

2010-01-22 Thread Andriy Gapon
Author: avg Date: Fri Jan 22 09:34:57 2010 New Revision: 202790 URL: http://svn.freebsd.org/changeset/base/202790 Log: MFC r202558: acpi_ec: clean up 'private' ivar when freeing memory Modified: stable/8/sys/dev/acpica/acpi_ec.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r202791 - stable/7/sys/dev/acpica

2010-01-22 Thread Andriy Gapon
Author: avg Date: Fri Jan 22 09:37:47 2010 New Revision: 202791 URL: http://svn.freebsd.org/changeset/base/202791 Log: MFC r202558: acpi_ec: clean up 'private' ivar when freeing memory Modified: stable/7/sys/dev/acpica/acpi_ec.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r202792 - stable/8/sys/dev/acpica

2010-01-22 Thread Andriy Gapon
Author: avg Date: Fri Jan 22 09:41:09 2010 New Revision: 202792 URL: http://svn.freebsd.org/changeset/base/202792 Log: MFC r202567: acpi_ec: remove redundant acpi_disabled check Modified: stable/8/sys/dev/acpica/acpi_ec.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r202793 - stable/7/sys/dev/acpica

2010-01-22 Thread Andriy Gapon
Author: avg Date: Fri Jan 22 09:42:41 2010 New Revision: 202793 URL: http://svn.freebsd.org/changeset/base/202793 Log: MFC r202567: acpi_ec: remove redundant acpi_disabled check Modified: stable/7/sys/dev/acpica/acpi_ec.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r202796 - head/sys/dev/sound/pci/hda

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 09:54:40 2010 New Revision: 202796 URL: http://svn.freebsd.org/changeset/base/202796 Log: Oops! r202789 broke recording from input mixer. Restore previous mix usage and use igain instead for input-to-output monitoring loopback. Modified:

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

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 09:55:13 2010 New Revision: 202797 URL: http://svn.freebsd.org/changeset/base/202797 Log: Add a suggested improvement. Modified: head/sys/mips/mips/tick.c Modified: head/sys/mips/mips/tick.c

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

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:04:25 2010 New Revision: 202798 URL: http://svn.freebsd.org/changeset/base/202798 Log: Add MIXER CONTROLS chapter. Modified: head/share/man/man4/snd_hda.4 Modified: head/share/man/man4/snd_hda.4

svn commit: r202799 - stable/8/sys/dev/ppbus

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:16:46 2010 New Revision: 202799 URL: http://svn.freebsd.org/changeset/base/202799 Log: MFC r197420: Lock bus scan. Modified: stable/8/sys/dev/ppbus/vpo.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props

svn commit: r202800 - stable/8/sys/dev/sound/pcm

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:30:32 2010 New Revision: 202800 URL: http://svn.freebsd.org/changeset/base/202800 Log: MFC r202166: Make default recording source choosing more intelligent. Change default recording level from 0 to 75. It should increase chances for things to work just out

svn commit: r202801 - stable/8/sys/dev/sound/pcm

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:31:49 2010 New Revision: 202801 URL: http://svn.freebsd.org/changeset/base/202801 Log: MFC r202267: Hide from default sndstat some information not used on daily basis, to make it readable by average user with average screen size. Modified:

svn commit: r202802 - stable/8/sys/dev/sound/pci/hda

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:37:19 2010 New Revision: 202802 URL: http://svn.freebsd.org/changeset/base/202802 Log: MFC r202127, r202156: Add multichannel (4.0, 5.1 and 7.1) playback support. Stereo stream is no more duplicated to all ports. If you loose sound, check you are using

svn commit: r202803 - stable/8/share/man/man4

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:40:55 2010 New Revision: 202803 URL: http://svn.freebsd.org/changeset/base/202803 Log: MFC r202160: Update, reflecting added multichannel playback support. Modified: stable/8/share/man/man4/snd_hda.4 Directory Properties: stable/8/share/man/man4/ (props

svn commit: r202804 - stable/8/share/man/man4

2010-01-22 Thread Alexander Motin
Author: mav Date: Fri Jan 22 11:42:23 2010 New Revision: 202804 URL: http://svn.freebsd.org/changeset/base/202804 Log: MFC r202798: Add MIXER CONTROLS chapter. Modified: stable/8/share/man/man4/snd_hda.4 Directory Properties: stable/8/share/man/man4/ (props changed)

svn commit: r202805 - stable/7/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-01-22 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jan 22 11:42:44 2010 New Revision: 202805 URL: http://svn.freebsd.org/changeset/base/202805 Log: MFC c195785: Fix permission handling for extended attributes in ZFS. Without this change, ZFS uses SunOS Alternate Data Streams semantics - each EA has its own

Re: svn commit: r202598 - head/sys/compat/linux

2010-01-22 Thread Alexander Leidinger
Quoting Wojciech A. Koszek wkos...@freebsd.org (from Thu, 21 Jan 2010 02:55:55 +0100): On Tue, Jan 19, 2010 at 09:15:00AM +0100, Alexander Leidinger wrote: Quoting Wojciech A. Koszek wkos...@freebsd.org (from Mon, 18 Jan 2010 22:46:06 + (UTC)): Author: wkoszek Date: Mon Jan 18 22:46:06

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

2010-01-22 Thread Rui Paulo
Author: rpaulo Date: Fri Jan 22 11:52:12 2010 New Revision: 202806 URL: http://svn.freebsd.org/changeset/base/202806 Log: Remove duplicate bootverbose increment. Modified: head/sys/mips/mips/machdep.c Modified: head/sys/mips/mips/machdep.c

svn commit: r202807 - head/share/mk

2010-01-22 Thread Stephane E. Potvin
Author: sepotvin Date: Fri Jan 22 14:05:48 2010 New Revision: 202807 URL: http://svn.freebsd.org/changeset/base/202807 Log: Introduce two new flags PO_CFLAGS and PO_CXXFLAGS to make it possible to have different flags when building profiled objects. MFC after:1 month Modified:

svn commit: r202808 - in head/gnu/lib: libstdc++ libsupc++

2010-01-22 Thread Stephane E. Potvin
Author: sepotvin Date: Fri Jan 22 14:09:15 2010 New Revision: 202808 URL: http://svn.freebsd.org/changeset/base/202808 Log: Use the new PO_CXXFLAGS from r202807 to remove the '-ffunction-sections' flag when compiling profiled objects as it's ignored by the compiler. This removes the

svn commit: r202809 - head/sys/mips/rmi

2010-01-22 Thread Randall Stewart
Author: rrs Date: Fri Jan 22 14:25:17 2010 New Revision: 202809 URL: http://svn.freebsd.org/changeset/base/202809 Log: This hopefully will fix the network problem I was seeing. Basically the msg ring interrupt was being re-enabled inside a spinlock as the thread set it self up for

svn commit: r202811 - stable/7/sys/kern

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 15:12:01 2010 New Revision: 202811 URL: http://svn.freebsd.org/changeset/base/202811 Log: MFC 191028: Use a shared vnode lock for reads in vn_rdwr(). Modified: stable/7/sys/kern/vfs_vnops.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r202812 - head/sys/dev/ichwd

2010-01-22 Thread Ed Maste
Author: emaste Date: Fri Jan 22 16:05:10 2010 New Revision: 202812 URL: http://svn.freebsd.org/changeset/base/202812 Log: Add H55 ID from Mike Tancsa, with minor rewording from a...@. PR: kern/143068 Submitted by: Mike Tancsa (Sentex) MFC after:1 week Modified:

svn commit: r202814 - in stable/7/sys: cam/scsi i386/acpica kern net security/audit sys

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 17:02:07 2010 New Revision: 202814 URL: http://svn.freebsd.org/changeset/base/202814 Log: MFC 193951: Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use vnode interlock to protect the knote fields. The locking assumes that shared vnode lock

svn commit: r202815 - stable/8/sys/kern

2010-01-22 Thread Christian Brueffer
Author: brueffer Date: Fri Jan 22 17:03:49 2010 New Revision: 202815 URL: http://svn.freebsd.org/changeset/base/202815 Log: MFC: r201848 Free allocated sbufs before returning ENOMEM. Modified: stable/8/sys/kern/kern_cpu.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r202816 - stable/7/sys/kern

2010-01-22 Thread Christian Brueffer
Author: brueffer Date: Fri Jan 22 17:08:05 2010 New Revision: 202816 URL: http://svn.freebsd.org/changeset/base/202816 Log: MFC: r201848 Free allocated sbufs before returning ENOMEM. Modified: stable/7/sys/kern/kern_cpu.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r202817 - head/usr.sbin/mergemaster

2010-01-22 Thread Doug Barton
Author: dougb Date: Fri Jan 22 17:17:47 2010 New Revision: 202817 URL: http://svn.freebsd.org/changeset/base/202817 Log: Make -U once again honor -D after my change to consolidate setting of MTREEDB with DESTDIR. PR: bin/143089 Submitted by: Anton Yuzhaninov cit...@citrin.ru

svn commit: r202818 - stable/8/etc/namedb

2010-01-22 Thread Doug Barton
Author: dougb Date: Fri Jan 22 17:30:36 2010 New Revision: 202818 URL: http://svn.freebsd.org/changeset/base/202818 Log: MFC r202582: Update named.conf for documentation IP addresses and domains Modified: stable/8/etc/namedb/named.conf Directory Properties: stable/8/etc/ (props

svn commit: r202819 - stable/7/etc/namedb

2010-01-22 Thread Doug Barton
Author: dougb Date: Fri Jan 22 17:31:54 2010 New Revision: 202819 URL: http://svn.freebsd.org/changeset/base/202819 Log: MFC r202582: Update named.conf for documentation IP addresses and domains Modified: stable/7/etc/namedb/named.conf Directory Properties: stable/7/etc/ (props

svn commit: r202820 - stable/6/etc/namedb

2010-01-22 Thread Doug Barton
Author: dougb Date: Fri Jan 22 17:33:04 2010 New Revision: 202820 URL: http://svn.freebsd.org/changeset/base/202820 Log: MFC r202582: Update named.conf for documentation IP addresses and domains Modified: stable/6/etc/namedb/named.conf Directory Properties: stable/6/etc/ (props

Re: svn commit: r202464 - stable/8/etc/rc.d

2010-01-22 Thread Doug Barton
On 1/17/2010 3:10 AM, Gavin Atkinson wrote: Author: gavin Date: Sun Jan 17 11:10:24 2010 New Revision: 202464 URL: http://svn.freebsd.org/changeset/base/202464 Log: Merge r201440, r201445 from head: FYI, all merges to things under etc/ should happen in etc/, not in directories below it.

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

2010-01-22 Thread Pyun YongHyeon
Author: yongari Date: Fri Jan 22 18:35:50 2010 New Revision: 202821 URL: http://svn.freebsd.org/changeset/base/202821 Log: Fix a long standing ASF heartbeat sending bug. The initial implementation of heartbeat interval was 2 but there was typo which caused the heartbeat is sent

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

2010-01-22 Thread Pyun YongHyeon
Author: yongari Date: Fri Jan 22 18:46:37 2010 New Revision: 202822 URL: http://svn.freebsd.org/changeset/base/202822 Log: Use new handshake command for BCM5750 or new controllers. Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

Re: svn commit: r202464 - stable/8/etc/rc.d

2010-01-22 Thread Gavin Atkinson
On Fri, 22 Jan 2010, Doug Barton wrote: On 1/17/2010 3:10 AM, Gavin Atkinson wrote: Author: gavin Date: Sun Jan 17 11:10:24 2010 New Revision: 202464 URL: http://svn.freebsd.org/changeset/base/202464 Log: Merge r201440, r201445 from head: FYI, all merges to things under etc/

svn commit: r202823 - in stable/8: lib/libc/sys sys/kern sys/net sys/sys tools/regression/fifo/fifo_misc usr.bin/truss

2010-01-22 Thread Brooks Davis
Author: brooks Date: Fri Jan 22 19:51:34 2010 New Revision: 202823 URL: http://svn.freebsd.org/changeset/base/202823 Log: MFC r201350: The devices that supported EVFILT_NETDEV kqueue filters were removed in r195175. Remove all definitions, documentation, and usage. The change

svn commit: r202824 - stable/8/sbin/dumpfs

2010-01-22 Thread Gavin Atkinson
Author: gavin Date: Fri Jan 22 20:02:22 2010 New Revision: 202824 URL: http://svn.freebsd.org/changeset/base/202824 Log: Merge r201647 from head: Print leading zeros in the UFS2 FSID. PR: bin/142155 Submitted by: Efstratios Karatzas gpf.kira gmail.com Approved by: ed

svn commit: r202825 - stable/7/sbin/dumpfs

2010-01-22 Thread Gavin Atkinson
Author: gavin Date: Fri Jan 22 20:06:57 2010 New Revision: 202825 URL: http://svn.freebsd.org/changeset/base/202825 Log: Merge r201647 from head: Print leading zeros in the UFS2 FSID. PR: bin/142155 Submitted by: Efstratios Karatzas gpf.kira gmail.com Approved by: ed

svn commit: r202826 - head/sys/dev/msk

2010-01-22 Thread Pyun YongHyeon
Author: yongari Date: Fri Jan 22 20:10:12 2010 New Revision: 202826 URL: http://svn.freebsd.org/changeset/base/202826 Log: s/Mhz/MHz/g Submitted by: N.J. Mann njm njm dot me dot uk Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r202827 - head/sys/dev/msk

2010-01-22 Thread Pyun YongHyeon
Author: yongari Date: Fri Jan 22 20:15:49 2010 New Revision: 202827 URL: http://svn.freebsd.org/changeset/base/202827 Log: Yukon Ultra2 has 126MHz clock. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c

svn commit: r202828 - stable/8/sys/dev/aic7xxx/aicasm

2010-01-22 Thread Brooks Davis
Author: brooks Date: Fri Jan 22 20:24:55 2010 New Revision: 202828 URL: http://svn.freebsd.org/changeset/base/202828 Log: MFC r201261: Add missing `void' keywords. Modified: stable/8/sys/dev/aic7xxx/aicasm/aicasm.c stable/8/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l

Re: svn commit: r202827 - head/sys/dev/msk

2010-01-22 Thread Pyun YongHyeon
On Fri, Jan 22, 2010 at 08:15:49PM +, Pyun YongHyeon wrote: Author: yongari Date: Fri Jan 22 20:15:49 2010 New Revision: 202827 URL: http://svn.freebsd.org/changeset/base/202827 Log: Yukon Ultra2 has 126MHz clock. Sorry, it should be read as 125MHz.

Re: svn commit: r202828 - stable/8/sys/dev/aic7xxx/aicasm

2010-01-22 Thread Brooks Davis
On Fri, Jan 22, 2010 at 08:24:55PM +, Brooks Davis wrote: Author: brooks Date: Fri Jan 22 20:24:55 2010 New Revision: 202828 URL: http://svn.freebsd.org/changeset/base/202828 Log: MFC r201261: Add missing `void' keywords. With this change it is again possible to build an

svn commit: r202829 - stable/7/sys/amd64/amd64

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 20:30:54 2010 New Revision: 202829 URL: http://svn.freebsd.org/changeset/base/202829 Log: MFC 189415: Make pmap_copy() more TLB friendly. Specifically, make it use the kernel's direct map instead of the pmap's recursive mapping to access the lowest level in

svn commit: r202830 - in head/sys/mips: include mips

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 20:32:07 2010 New Revision: 202830 URL: http://svn.freebsd.org/changeset/base/202830 Log: Create a method of last resort for rebooting the mips processor: jump to the reset vector. This works for many SoCs where other reset hardware is either missing or

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

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 20:40:07 2010 New Revision: 202831 URL: http://svn.freebsd.org/changeset/base/202831 Log: o Add support for memory above 256MB on the octeon. o Force the ebase to be 0x8000 (the base that we're booted with may need to be respected in the future). o

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

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 20:41:43 2010 New Revision: 202832 URL: http://svn.freebsd.org/changeset/base/202832 Log: make note of the nonsensical nature of the values in this hints file. Modified: head/sys/mips/conf/OCTEON1.hints Modified: head/sys/mips/conf/OCTEON1.hints

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

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 20:42:18 2010 New Revision: 202833 URL: http://svn.freebsd.org/changeset/base/202833 Log: Remove some irrelevant commented out make options. Modified: head/sys/mips/conf/OCTEON1-32 Modified: head/sys/mips/conf/OCTEON1-32

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

2010-01-22 Thread Warner Losh
Author: imp Date: Fri Jan 22 20:44:34 2010 New Revision: 202834 URL: http://svn.freebsd.org/changeset/base/202834 Log: Declare octeon_get_clock_rate, now exported from octeon_machdep Modified: head/sys/mips/cavium/octeon_pcmap_regs.h Modified: head/sys/mips/cavium/octeon_pcmap_regs.h

svn commit: r202835 - stable/7/sys/amd64/amd64

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 20:46:11 2010 New Revision: 202835 URL: http://svn.freebsd.org/changeset/base/202835 Log: MFC 189551: Change pmap_enter_quick_locked() so that it uses the kernel's direct map instead of the pmap's recursive mapping to access the lowest level of the page table

svn commit: r202836 - stable/7/sys/amd64/amd64

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 20:52:31 2010 New Revision: 202836 URL: http://svn.freebsd.org/changeset/base/202836 Log: MFC 189610: Eliminate the last use of the recursive mapping to access user-space page table pages. Now, all accesses to user-space page table pages are performed through

svn commit: r202837 - in stable/7/sys: amd64/amd64 i386/i386

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 21:23:09 2010 New Revision: 202837 URL: http://svn.freebsd.org/changeset/base/202837 Log: MFC 189698,192035: Optimize the inner loop of pmap_copy(). Correct a rare use-after-free error in pmap_copy(). This error was introduced in amd64 revision 1.540 and

svn commit: r202838 - stable/7/sys/amd64/amd64

2010-01-22 Thread John Baldwin
Author: jhb Date: Fri Jan 22 21:36:34 2010 New Revision: 202838 URL: http://svn.freebsd.org/changeset/base/202838 Log: MFC 189783: Correct accounting errors in _pmap_allocpte(). Specifically, the pmap's resident page count and the global wired page count were not correctly maintained

svn commit: r202839 - in head/sys/mips: atheros conf

2010-01-22 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Jan 22 22:14:12 2010 New Revision: 202839 URL: http://svn.freebsd.org/changeset/base/202839 Log: - Add driver for PCF2123, SPI real time clock/calendar Added: head/sys/mips/atheros/pcf2123_rtc.c (contents, props changed) head/sys/mips/atheros/pcf2123reg.h

svn commit: r202840 - in stable/8/usr.sbin/pkg_install: add create delete info lib updating version

2010-01-22 Thread Florent Thoumie
Author: flz Date: Fri Jan 22 23:13:46 2010 New Revision: 202840 URL: http://svn.freebsd.org/changeset/base/202840 Log: Synchronize pkg_install with HEAD. Modified: stable/8/usr.sbin/pkg_install/add/main.c stable/8/usr.sbin/pkg_install/create/main.c

svn commit: r202841 - in stable/7/usr.sbin/pkg_install: add create delete info lib updating version

2010-01-22 Thread Florent Thoumie
Author: flz Date: Fri Jan 22 23:17:07 2010 New Revision: 202841 URL: http://svn.freebsd.org/changeset/base/202841 Log: Synchronize pkg_install with HEAD. Modified: stable/7/usr.sbin/pkg_install/add/main.c stable/7/usr.sbin/pkg_install/add/perform.c

svn commit: r202842 - in stable/6/usr.sbin/pkg_install: add create delete info lib updating version

2010-01-22 Thread Florent Thoumie
Author: flz Date: Fri Jan 22 23:19:33 2010 New Revision: 202842 URL: http://svn.freebsd.org/changeset/base/202842 Log: Synchronize pkg_install with HEAD. Modified: stable/6/usr.sbin/pkg_install/add/main.c stable/6/usr.sbin/pkg_install/add/perform.c

svn commit: r202843 - in head: . etc/mtree share/doc/usd share/doc/usd/05.dc share/doc/usd/06.bc usr.bin/bc usr.bin/bc/USD.doc usr.bin/dc usr.bin/dc/USD.doc

2010-01-22 Thread Xin LI
(r202843) @@ -14,6 +14,9 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100122: move BSDL bc/dc USD documents to /usr/share/doc/usd +OLD_FILES+=usr/share/doc/papers/bc.ascii.gz +OLD_FILES+=usr/share/doc/papers/dc.ascii.gz # 20100120: replacing GNU bc/dc

svn commit: r202844 - in head/usr.sbin/pkg_install: lib updating

2010-01-22 Thread Florent Thoumie
Author: flz Date: Fri Jan 22 23:32:10 2010 New Revision: 202844 URL: http://svn.freebsd.org/changeset/base/202844 Log: - Add support for UPDATING remote fetching. - Reorganize EXAMPLES section in pkg_updating(1). - Style fixes. - Bump PKG_INSTALL_VERSION to 20100122. Submitted

svn commit: r202845 - head/usr.bin/bc

2010-01-22 Thread Xin LI
Author: delphij Date: Fri Jan 22 23:35:06 2010 New Revision: 202845 URL: http://svn.freebsd.org/changeset/base/202845 Log: - Remove --debug option and intentionally undocument -d, which is only kept for compatibility with 4.4BSD behavior. - Sync SYNOPSIS with usage(). - Use an

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

2010-01-22 Thread Xin LI
Author: delphij Date: Fri Jan 22 23:50:46 2010 New Revision: 202847 URL: http://svn.freebsd.org/changeset/base/202847 Log: - Collapase short and long options together; - Use consistent marking up with bc(1)'s reference section. Reviewed by: gabor Modified: head/usr.bin/dc/dc.1

svn commit: r202849 - in head/sys/mips: adm5120 alchemy atheros idt malta sentry5

2010-01-22 Thread Warner Losh
Author: imp Date: Sat Jan 23 00:18:12 2010 New Revision: 202849 URL: http://svn.freebsd.org/changeset/base/202849 Log: Update from old DDB convetion to initialize debugger to new KDB way. Always call kdb_init(). If we have KDB enabled, then provide a handy place to break to the debugger.

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

2010-01-22 Thread Warner Losh
Author: imp Date: Sat Jan 23 00:24:31 2010 New Revision: 202850 URL: http://svn.freebsd.org/changeset/base/202850 Log: Migrate from old DDB style debugger to newer KDB style. Modified: head/sys/mips/cavium/octeon_machdep.c Modified: head/sys/mips/cavium/octeon_machdep.c

svn commit: r202852 - in stable/8: contrib/pf/man contrib/pf/pfctl sys/contrib/pf/net

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:32:19 2010 New Revision: 202852 URL: http://svn.freebsd.org/changeset/base/202852 Log: MFC r200930: Adapt OpenBSD pf's sloopy TCP state machine which is useful for Direct Server Return mode, where not all packets would be visible to the load balancer

svn commit: r202853 - in stable/7: contrib/pf/man contrib/pf/pfctl sys/contrib/pf/net

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:41:04 2010 New Revision: 202853 URL: http://svn.freebsd.org/changeset/base/202853 Log: MFC r200930: Adapt OpenBSD pf's sloopy TCP state machine which is useful for Direct Server Return mode, where not all packets would be visible to the load balancer

svn commit: r202855 - in stable/8: lib/libc/sys share/man/man3

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:43:44 2010 New Revision: 202855 URL: http://svn.freebsd.org/changeset/base/202855 Log: MFC r201892: Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). Reviewed by: davidxu Added: stable/8/share/man/man3/pthread_affinity_np.3 -

svn commit: r202856 - in stable/7: lib/libc/sys share/man/man3

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:46:55 2010 New Revision: 202856 URL: http://svn.freebsd.org/changeset/base/202856 Log: MFC r201892: Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3). Reviewed by: davidxu Added: stable/7/share/man/man3/pthread_affinity_np.3 -

svn commit: r202857 - stable/8/share/man/man4

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:49:10 2010 New Revision: 202857 URL: http://svn.freebsd.org/changeset/base/202857 Log: MFC r201894: Fix formatting. Modified: stable/8/share/man/man4/uart.4 Directory Properties: stable/8/share/man/man4/ (props changed)

svn commit: r202858 - stable/7/share/man/man4

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:49:50 2010 New Revision: 202858 URL: http://svn.freebsd.org/changeset/base/202858 Log: MFC r201894: Fix formatting. Modified: stable/7/share/man/man4/uart.4 Directory Properties: stable/7/share/man/man4/ (props changed) Modified:

svn commit: r202859 - stable/8/usr.sbin/burncd

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:52:32 2010 New Revision: 202859 URL: http://svn.freebsd.org/changeset/base/202859 Log: MFC r202709: Give the right value when complaining it being wrong. Reported by: danfe Modified: stable/8/usr.sbin/burncd/burncd.c Directory Properties:

svn commit: r202860 - stable/7/usr.sbin/burncd

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 00:53:03 2010 New Revision: 202860 URL: http://svn.freebsd.org/changeset/base/202860 Log: MFC r202709: Give the right value when complaining it being wrong. Reported by: danfe Modified: stable/7/usr.sbin/burncd/burncd.c Directory Properties:

svn commit: r202861 - stable/7/sys/dev/bge

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 01:20:59 2010 New Revision: 202861 URL: http://svn.freebsd.org/changeset/base/202861 Log: MFC r202268: o Add PCI ID for BCM 5756. o Don't enable BGE_FLAG_BER_BUG on both 5722 and 5756, and based on their PCI IDs rather than their chip IDs.

svn commit: r202862 - stable/8/sys/dev/bge

2010-01-22 Thread Xin LI
Author: delphij Date: Sat Jan 23 01:25:09 2010 New Revision: 202862 URL: http://svn.freebsd.org/changeset/base/202862 Log: MFC r202268: o Add PCI ID for BCM 5756. o Don't enable BGE_FLAG_BER_BUG on both 5722 and 5756, and based on their PCI IDs rather than their chip IDs.

svn commit: r202863 - head/sys/dev/cxgb

2010-01-22 Thread Navdeep Parhar
Author: np Date: Sat Jan 23 01:44:30 2010 New Revision: 202863 URL: http://svn.freebsd.org/changeset/base/202863 Log: Don't forget to release the adapter lock for a no-op. Modified: head/sys/dev/cxgb/cxgb_main.c Modified: head/sys/dev/cxgb/cxgb_main.c

svn commit: r202864 - in head/sys/mips: include mips sibyte

2010-01-22 Thread Neel Natu
Author: neel Date: Sat Jan 23 03:19:13 2010 New Revision: 202864 URL: http://svn.freebsd.org/changeset/base/202864 Log: Remove Sibyte specific code from locore.S that sets the k0seg coherency. Move it to platform_start() instead. Approved by: imp (mentor) Modified:

Re: svn commit: r202805 - stable/7/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-01-22 Thread Colin Percival
Edward Tomasz Napierala wrote: Log: MFC c195785: Thanks! Fix permission handling for extended attributes in ZFS. [...] For the record, ZFS extattrs on stable/7 are still completely broken for reasons entirely unrelated to this (namei_atvp is not implemented, and as a result any attempt

svn commit: r202865 - head/sys/conf

2010-01-22 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Jan 23 05:59:10 2010 New Revision: 202865 URL: http://svn.freebsd.org/changeset/base/202865 Log: - Move .text and all sections up to .bss inclusive to the beginning of the script. Trampoline kernel builder assumes that .text goes right after headers and

svn commit: r202866 - stable/8/sys/boot/ia64/efi

2010-01-22 Thread Marcel Moolenaar
Author: marcel Date: Sat Jan 23 06:29:34 2010 New Revision: 202866 URL: http://svn.freebsd.org/changeset/base/202866 Log: MFC rev 202552: Add command-line option -dev to set the default value of the currdev variable. Modified: stable/8/sys/boot/ia64/efi/main.c

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

2010-01-22 Thread Warner Losh
Author: imp Date: Sat Jan 23 06:42:47 2010 New Revision: 202867 URL: http://svn.freebsd.org/changeset/base/202867 Log: Eliminate octeonregs.h. It was a copy of maltaregs.h with s/malta/octeon/gi done... Deleted: head/sys/mips/cavium/octeonreg.h Modified: head/sys/mips/cavium/obio.c

svn commit: r202868 - head/lib/libarchive

2010-01-22 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 23 07:52:13 2010 New Revision: 202868 URL: http://svn.freebsd.org/changeset/base/202868 Log: Fix a memory leak when a filter fails to initialize. Modified: head/lib/libarchive/archive_read.c Modified: head/lib/libarchive/archive_read.c

svn commit: r202869 - head/lib/libarchive

2010-01-22 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 23 07:52:44 2010 New Revision: 202869 URL: http://svn.freebsd.org/changeset/base/202869 Log: Initialize the allocated 'struct zip'. Modified: head/lib/libarchive/archive_write_set_format_zip.c Modified: head/lib/libarchive/archive_write_set_format_zip.c

svn commit: r202870 - head/sys/dev/ieee488

2010-01-22 Thread Joerg Wunsch
Author: joerg Date: Sat Jan 23 07:54:06 2010 New Revision: 202870 URL: http://svn.freebsd.org/changeset/base/202870 Log: Overhaul of the pcii driver: . Properly allocate all IO space resources. These cards scatter their IO addresses over a range of 0x1600 bytes, and they require an

svn commit: r202871 - head/lib/libarchive

2010-01-22 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 23 07:54:15 2010 New Revision: 202871 URL: http://svn.freebsd.org/changeset/base/202871 Log: If we can't stat a file, return the correct ARCHIVE_FAILED (this entry can't be processed any further) and a suitable error string. In particular, this improves the

svn commit: r202872 - head/lib/libarchive

2010-01-22 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 23 07:55:53 2010 New Revision: 202872 URL: http://svn.freebsd.org/changeset/base/202872 Log: Use a simpler memory-management strategy for the file objects. Instead of trying to reference-count them and free them as soon as they are no longer needed, we now

svn commit: r202873 - head/lib/libarchive

2010-01-22 Thread Tim Kientzle
Author: kientzle Date: Sat Jan 23 07:57:17 2010 New Revision: 202873 URL: http://svn.freebsd.org/changeset/base/202873 Log: Don't try to hardlink block or character device nodes that come out of cpio archives. Modified: head/lib/libarchive/archive_entry_link_resolver.c Modified: