svn commit: r207811 - in stable/7/etc: . rc.d

2010-05-09 Thread Doug Barton
Author: dougb Date: Sun May 9 08:22:33 2010 New Revision: 207811 URL: http://svn.freebsd.org/changeset/base/207811 Log: rc_quiet does not exist in RELENG_7, so hand-merge the part of r179870 that I did not think was applicable here (namely bailing out of run_rc_command before printing the

svn commit: r207812 - head/usr.sbin/bluetooth/bthidd

2010-05-09 Thread Kai Wang
Author: kaiw Date: Sun May 9 09:20:25 2010 New Revision: 207812 URL: http://svn.freebsd.org/changeset/base/207812 Log: Catch up with libusbhid merge (rev 205728). hid_get_data() now expects that the hid data passed in always contains the report ID byte. Thus we should not skip the the

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

2010-05-09 Thread Konstantin Belousov
Author: kib Date: Sun May 9 12:32:10 2010 New Revision: 207813 URL: http://svn.freebsd.org/changeset/base/207813 Log: MFC r207363: Remove caddr_t casts. Modified: stable/8/sys/kern/kern_proc.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/

svn commit: r207814 - stable/8/sys/net

2010-05-09 Thread Konstantin Belousov
Author: kib Date: Sun May 9 12:34:20 2010 New Revision: 207814 URL: http://svn.freebsd.org/changeset/base/207814 Log: MFC r207194: Provide 32bit compat shims for sysctl net.route NET_RT_IFLIST. Modified: stable/8/sys/net/rtsock.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r207815 - stable/8/sys/net

2010-05-09 Thread Konstantin Belousov
Author: kib Date: Sun May 9 12:36:51 2010 New Revision: 207815 URL: http://svn.freebsd.org/changeset/base/207815 Log: MFC r207195: Provide compat32 shims for bpf(4), except zero-copy facilities. Modified: stable/8/sys/net/bpf.c stable/8/sys/net/bpfdesc.h Directory Properties:

svn commit: r207816 - head/share/man/man3

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 14:21:34 2010 New Revision: 207816 URL: http://svn.freebsd.org/changeset/base/207816 Log: Document clock and pshared condvar attributes. Note: clock accepts CLOCK_VIRTUAL and CLOCK_PROF too, but this seems broken as it simply waits for the difference of

svn commit: r207818 - stable/8/usr.sbin/pmcstat

2010-05-09 Thread Fabien Thomas
Author: fabient Date: Sun May 9 15:39:49 2010 New Revision: 207818 URL: http://svn.freebsd.org/changeset/base/207818 Log: MFC r207731: Exclude undefined symbol from ELF file when doing function resolve. Modified: stable/8/usr.sbin/pmcstat/pmcstat_log.c Directory Properties:

svn commit: r207819 - stable/7/usr.sbin/pmcstat

2010-05-09 Thread Fabien Thomas
Author: fabient Date: Sun May 9 15:41:27 2010 New Revision: 207819 URL: http://svn.freebsd.org/changeset/base/207819 Log: MFC r207731: Exclude undefined symbol from ELF file when doing function resolve. Modified: stable/7/usr.sbin/pmcstat/pmcstat_log.c Directory Properties:

svn commit: r207820 - head/tools/regression/bin/sh/errors

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 16:04:32 2010 New Revision: 207820 URL: http://svn.freebsd.org/changeset/base/207820 Log: sh: Fix bug in assignment error test. The test failed if the command returned nonzero exit status, and it really should return that. Modified:

svn commit: r207821 - in head/tools/regression: bin/sh/builtins lib/libc/gen

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 16:15:40 2010 New Revision: 207821 URL: http://svn.freebsd.org/changeset/base/207821 Log: Generate some tests for sh's case command from the fnmatch tests. I'm committing the generated files because I don't like a build dependency for the sh(1) tests, and

svn commit: r207822 - head/sys/vm

2010-05-09 Thread Alan Cox
Author: alc Date: Sun May 9 16:27:42 2010 New Revision: 207822 URL: http://svn.freebsd.org/changeset/base/207822 Log: Call vm_page_deactivate() rather than vm_page_dontneed() in swp_pager_force_pagein(). By dirtying the page, swp_pager_force_pagein() forces vm_page_dontneed() to insert

svn commit: r207823 - head/sys/vm

2010-05-09 Thread Alan Cox
Author: alc Date: Sun May 9 16:55:42 2010 New Revision: 207823 URL: http://svn.freebsd.org/changeset/base/207823 Log: Push down the acquisition of the page queues lock into vm_pageq_remove(). (This eliminates a surprising number of page queues lock acquisitions by vm_fault() because the

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

2010-05-09 Thread Marius Strobl
On Mon, Apr 19, 2010 at 11:27:54PM +, Attilio Rao wrote: Author: attilio Date: Mon Apr 19 23:27:54 2010 New Revision: 206878 URL: http://svn.freebsd.org/changeset/base/206878 Log: Fix a deadlock in the shutdown code: When performing a smp_rendezvous() or more likely, on amd64 and

svn commit: r207824 - head/tools/regression/bin/sh/parser

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 17:10:50 2010 New Revision: 207824 URL: http://svn.freebsd.org/changeset/base/207824 Log: sh: Add some parser tests. case1.0 tests POSIX requirements and one more for keywords in case statements. The others test very special cases of command substitution.

svn commit: r207825 - head/tools/regression/bin/sh/builtins

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 17:15:26 2010 New Revision: 207825 URL: http://svn.freebsd.org/changeset/base/207825 Log: Fix error in comment. Modified: head/tools/regression/bin/sh/builtins/var-assign2.0 Modified: head/tools/regression/bin/sh/builtins/var-assign2.0

svn commit: r207826 - stable/8/usr.bin/pathchk

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 19:30:52 2010 New Revision: 207826 URL: http://svn.freebsd.org/changeset/base/207826 Log: MFC r207483: pathchk: Add the new POSIX -P option. This option checks for empty pathnames and components starting with '-'. Our -p option also checks for the latter,

svn commit: r207827 - stable/8/usr.bin/pathchk

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 19:32:37 2010 New Revision: 207827 URL: http://svn.freebsd.org/changeset/base/207827 Log: MFC r207485: pathchk(1): Fix the example so it allows arbitrary pathnames. Spaces and various other characters in pathnames are not passed through literally by xargs

svn commit: r207828 - head/sys/netinet6

2010-05-09 Thread Kip Macy
Author: kmacy Date: Sun May 9 20:32:00 2010 New Revision: 207828 URL: http://svn.freebsd.org/changeset/base/207828 Log: Add flowtable support to IPv6 Tested by: qingli@ Reviewed by: qingli@ MFC after:3 days Modified: head/sys/netinet6/in6_proto.c

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

2010-05-09 Thread Christian Brueffer
Author: brueffer Date: Sun May 9 21:34:05 2010 New Revision: 207829 URL: http://svn.freebsd.org/changeset/base/207829 Log: Various wording, spelling and markup fixes. PR: 145251 Submitted by: Hywel Mallett hy...@hmallett.co.uk (partly) MFC after:3 week Modified:

svn commit: r207830 - head/lib/libc/stdtime

2010-05-09 Thread Edwin Groothuis
Author: edwin Date: Sun May 9 22:01:35 2010 New Revision: 207830 URL: http://svn.freebsd.org/changeset/base/207830 Log: strptime(3) confused July with June with the fr_FR locale. When parsing the month juillet (abbr jul), %B recognized it as juin (abbr jui) because the full name of the

svn commit: r207831 - head/bin/sh

2010-05-09 Thread Jilles Tjoelker
Author: jilles Date: Sun May 9 22:03:18 2010 New Revision: 207831 URL: http://svn.freebsd.org/changeset/base/207831 Log: sh(1): Fix reserved word vs keyword inconsistency. Use keyword everywhere, like the output of the 'type' builtin, and only mention reserved word once to say it is the

svn commit: r207832 - head/sys/dev/fxp

2010-05-09 Thread Pyun YongHyeon
Author: yongari Date: Sun May 9 22:16:15 2010 New Revision: 207832 URL: http://svn.freebsd.org/changeset/base/207832 Log: Export hardware MAC statistics through sysctl node. Previously fxp(4) already used to extract most hardware MAC statistics but it didn't show them. With this change,

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

2010-05-09 Thread Attilio Rao
2010/5/9 Marius Strobl mar...@alchemy.franken.de: On Mon, Apr 19, 2010 at 11:27:54PM +, Attilio Rao wrote: Author: attilio Date: Mon Apr 19 23:27:54 2010 New Revision: 206878 URL: http://svn.freebsd.org/changeset/base/206878 Log:   Fix a deadlock in the shutdown code:   When

svn commit: r207835 - stable/8/usr.sbin/zic

2010-05-09 Thread Ed Maste
Author: emaste Date: Mon May 10 01:22:29 2010 New Revision: 207835 URL: http://svn.freebsd.org/changeset/base/207835 Log: MFC r207590: Update GRANDPARENTED text to match the contents of tzdata/factory r19879. This eliminates warning: time zone abbreviation differs from POSIX on

svn commit: r207836 - stable/7/usr.sbin/zic

2010-05-09 Thread Ed Maste
Author: emaste Date: Mon May 10 01:23:31 2010 New Revision: 207836 URL: http://svn.freebsd.org/changeset/base/207836 Log: MFC r207590: Update GRANDPARENTED text to match the contents of tzdata/factory r19879. This eliminates warning: time zone abbreviation differs from POSIX on

svn commit: r207838 - stable/8/usr.bin/gzip

2010-05-09 Thread Xin LI
Author: delphij Date: Mon May 10 02:07:57 2010 New Revision: 207838 URL: http://svn.freebsd.org/changeset/base/207838 Log: MFC r207247,r207283,207284: - Add a signal handler for SIGINT which removes output file when necessary. - While I'm there, move unlink_input() slightly down to

svn commit: r207839 - stable/7/usr.bin/gzip

2010-05-09 Thread Xin LI
Author: delphij Date: Mon May 10 02:09:53 2010 New Revision: 207839 URL: http://svn.freebsd.org/changeset/base/207839 Log: MFC most of the recent changes to gzip(1) back to RELENG_7. Modified: stable/7/usr.bin/gzip/gzip.1 stable/7/usr.bin/gzip/gzip.c stable/7/usr.bin/gzip/unbzip2.c