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 re
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 the
Author: jilles
Date: Sun May 9 15:00:30 2010
New Revision: 207817
URL: http://svn.freebsd.org/changeset/base/207817
Log:
builtin(1): sh has no @ builtin command.
MFC after:1 week
Modified:
head/share/man/man1/builtin.1
Modified: head/share/man/man1/builtin.1
===
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:
head/tools/regression
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 t
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 the
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 pag
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 amd
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.
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
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
head/sys/netinet6/ip6_inpu
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 (partly)
MFC after:3 week
Modified:
head/share/man/man4/iscsi_
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
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
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, all
2010/5/9 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_r
16 matches
Mail list logo