Author: adrian
Date: Mon Apr 21 06:07:08 2014
New Revision: 264720
URL: http://svnweb.freebsd.org/changeset/base/264720
Log:
Rewrite the cleanup code to, well, actually work right.
The existing cleanup code was based on the Atheros reference driver
from way back and stuff that was in Linu
On Apr 20, 2014, at 2:49 PM, Glen Barber wrote:
> On Sun, Apr 20, 2014 at 08:46:07PM +, Glen Barber wrote:
>> Author: gjb
>> Date: Sun Apr 20 20:46:06 2014
>> New Revision: 264703
>> URL: http://svnweb.freebsd.org/changeset/base/264703
>>
>> Log:
>> Apply a slightly different color hammer
Author: kib
Date: Mon Apr 21 02:55:27 2014
New Revision: 264718
URL: http://svnweb.freebsd.org/changeset/base/264718
Log:
MFC r264481:
Add dwarf annotations to the amd64 _rtld_bind_start to allow debuggers
to unwind around the calls from PLT to binder.
Modified:
stable/10/libexec/rtld-elf
Author: kib
Date: Mon Apr 21 02:55:46 2014
New Revision: 264719
URL: http://svnweb.freebsd.org/changeset/base/264719
Log:
MFC r264481:
Add dwarf annotations to the amd64 _rtld_bind_start to allow debuggers
to unwind around the calls from PLT to binder.
Modified:
stable/9/libexec/rtld-elf/
Author: bdrewery
Date: Mon Apr 21 02:54:15 2014
New Revision: 264717
URL: http://svnweb.freebsd.org/changeset/base/264717
Log:
MFC r264142:
Show error code when failing to destroy a mirror on delay
Modified:
stable/8/sys/geom/mirror/g_mirror.c
Directory Properties:
stable/8/sys/ (p
Author: bdrewery
Date: Mon Apr 21 02:53:42 2014
New Revision: 264716
URL: http://svnweb.freebsd.org/changeset/base/264716
Log:
MFC r264320:
Fix spelling error in g_trace() call.
Modified:
stable/8/sys/geom/geom_disk.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/s
Author: bdrewery
Date: Mon Apr 21 02:52:08 2014
New Revision: 264715
URL: http://svnweb.freebsd.org/changeset/base/264715
Log:
MFC r264142:
Show error code when failing to destroy a mirror on delay
Modified:
stable/9/sys/geom/mirror/g_mirror.c
Directory Properties:
stable/9/sys/ (p
Author: bdrewery
Date: Mon Apr 21 02:50:42 2014
New Revision: 264714
URL: http://svnweb.freebsd.org/changeset/base/264714
Log:
MFC r264320:
Fix spelling error in g_trace() call.
Modified:
stable/9/sys/geom/geom_disk.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: s
Author: bdrewery
Date: Mon Apr 21 02:49:41 2014
New Revision: 264713
URL: http://svnweb.freebsd.org/changeset/base/264713
Log:
MFC r264142:
Show error code when failing to destroy a mirror on delay
Modified:
stable/10/sys/geom/mirror/g_mirror.c
Directory Properties:
stable/10/ (pro
Author: bdrewery
Date: Mon Apr 21 02:48:04 2014
New Revision: 264712
URL: http://svnweb.freebsd.org/changeset/base/264712
Log:
MFC r264320:
Fix spelling error in g_trace() call.
Modified:
stable/10/sys/geom/geom_disk.c
Directory Properties:
stable/10/ (props changed)
Modified: sta
I didn't say it in the commit message, but this should be MFCed to stable/10 .
-a
On 20 April 2014 19:05, Adrian Chadd wrote:
> Author: adrian
> Date: Mon Apr 21 02:05:51 2014
> New Revision: 264710
> URL: http://svnweb.freebsd.org/changeset/base/264710
>
> Log:
> Make sure bf_next is NULL'e
Author: adrian
Date: Mon Apr 21 02:09:14 2014
New Revision: 264711
URL: http://svnweb.freebsd.org/changeset/base/264711
Log:
* Modify the debugging output from pause/resume to note the TID and STA
MAC
* Now that the paused < 0 bugs have been identified, make the DPRINTF()
a device_prin
Author: adrian
Date: Mon Apr 21 02:05:51 2014
New Revision: 264710
URL: http://svnweb.freebsd.org/changeset/base/264710
Log:
Make sure bf_next is NULL'ed out when we're completing up an aggregate
frame through the cleanup path.
Whilst here, fix the indenting for something I messed up.
Author: eadler
Date: Mon Apr 21 02:04:37 2014
New Revision: 264709
URL: http://svnweb.freebsd.org/changeset/base/264709
Log:
bsd-family-tree: Add missing releases
- NetBSD 6.0.4
- DragonFly 3.6.2
Modified:
head/share/misc/bsd-family-tree
Modified: head/share/misc/bsd-family-tree
=
Author: adrian
Date: Mon Apr 21 01:02:49 2014
New Revision: 264708
URL: http://svnweb.freebsd.org/changeset/base/264708
Log:
Fix a cleanup hang if cleanup gets called _during_ an active cleanup.
During power save testing I noticed that the cleanup code is being
called during a RUN->RUN st
Author: gjb
Date: Sun Apr 20 23:01:56 2014
New Revision: 264707
URL: http://svnweb.freebsd.org/changeset/base/264707
Log:
Remove 'of course' from upgrading comment.
This is a direct commit to stable/9, since these documents have
changed drastically, and merge conflicts are too irrelevant
Author: gjb
Date: Sun Apr 20 22:57:15 2014
New Revision: 264706
URL: http://svnweb.freebsd.org/changeset/base/264706
Log:
MFC r260689 (partial):
Remove 'of course' statement from upgrading note.
Sponsored by: The FreeBSD Foundation
Modified:
stable/10/release/doc/en_US.ISO8859-1/reln
Author: rmacklem
Date: Sun Apr 20 22:19:00 2014
New Revision: 264705
URL: http://svnweb.freebsd.org/changeset/base/264705
Log:
Modify the NFSv4 client create/mkdir RPC so that it acquires
post-create/mkdir directory attributes. This allows the RPC to
name cache the newly created directory an
Author: tuexen
Date: Sun Apr 20 21:11:39 2014
New Revision: 264704
URL: http://svnweb.freebsd.org/changeset/base/264704
Log:
Add consistency checks to ensure that fragments of a user message
have the same U-bit.
MFC after: 3 days
Modified:
head/sys/netinet/sctp_indata.c
Modified: head
On Sun, Apr 20, 2014 at 08:46:07PM +, Glen Barber wrote:
> Author: gjb
> Date: Sun Apr 20 20:46:06 2014
> New Revision: 264703
> URL: http://svnweb.freebsd.org/changeset/base/264703
>
> Log:
> Apply a slightly different color hammer to arm/release.sh:
>
>- gcc(1) fails to build usr.bi
Author: gjb
Date: Sun Apr 20 20:46:06 2014
New Revision: 264703
URL: http://svnweb.freebsd.org/changeset/base/264703
Log:
Apply a slightly different color hammer to arm/release.sh:
- gcc(1) fails to build usr.bin/dtc
- lack of WITH_GNUCXX=1 causes cc1plus(1) calls to fail
- u-boot fa
On Sun, 20 Apr 2014, Andrew Turner wrote:
Log:
Add the deprecated fp{get,set}* functions, a few ports use them.
Added:
head/lib/libc/arm/gen/fpgetmask.c (contents, props changed)
head/lib/libc/arm/gen/fpgetround.c (contents, props changed)
head/lib/libc/arm/gen/fpgetsticky.c (contents
Author: ian
Date: Sun Apr 20 18:21:05 2014
New Revision: 264702
URL: http://svnweb.freebsd.org/changeset/base/264702
Log:
Remove uncessary cache and TLB maintenance ops.
- These were needed on armv4/5 (VIVT cache), not needed on armv6.
- The wbinv_all call can't be used on SMP systems;
Author: tuexen
Date: Sun Apr 20 18:15:23 2014
New Revision: 264701
URL: http://svnweb.freebsd.org/changeset/base/264701
Log:
Send also a packet containing an ABORT chunk in response to an OOTB packet
containing a COOKIE-ECHO chunk.
MFC after: 3 days
Modified:
head/sys/netinet/sctputil.
Author: jilles
Date: Sun Apr 20 16:41:30 2014
New Revision: 264699
URL: http://svnweb.freebsd.org/changeset/base/264699
Log:
MFC r238780,r238948: find: Implement real -ignore_readdir_race.
If -ignore_readdir_race is present, [ENOENT] errors caused by deleting a
file after find has read it
Author: gjb
Date: Sun Apr 20 16:34:10 2014
New Revision: 264698
URL: http://svnweb.freebsd.org/changeset/base/264698
Log:
Fix EOL escape.
MFC after:3 days
X-MFC-With: r264697
Sponsored by: The FreeBSD Foundation
Modified:
head/release/arm/release.sh
Modified: head/release/arm/
Author: gjb
Date: Sun Apr 20 16:33:28 2014
New Revision: 264697
URL: http://svnweb.freebsd.org/changeset/base/264697
Log:
When building the 'xdev' target when WITH_GCC=1 and
WITHOUT_CLANG_IS_CC=1, it appears WITHOUT_CLANG=1 must
also be set.
While here, reorder the lines to put the WITH
Author: andrew
Date: Sun Apr 20 14:58:14 2014
New Revision: 264696
URL: http://svnweb.freebsd.org/changeset/base/264696
Log:
Add the deprecated fp{get,set}* functions, a few ports use them.
Added:
head/lib/libc/arm/gen/fpgetmask.c (contents, props changed)
head/lib/libc/arm/gen/fpgetround
Author: ian
Date: Sun Apr 20 13:37:22 2014
New Revision: 264694
URL: http://svnweb.freebsd.org/changeset/base/264694
Log:
Fix a comment typo; conversion tables are for leap years, not leap seconds.
Modified:
head/sys/kern/subr_fattime.c
Modified: head/sys/kern/subr_fattime.c
(r264693)
@@ -47,4 +47,4 @@
# VisualHostKey no
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
-# VersionAddendum FreeBSD-20140324
+# VersionAddendum FreeBSD-20140420
Modified: stable/9/crypto/openssh/ssh_config.5
==
# ProxyCommand ssh -q -W %h:%p gateway.example.com
# RekeyLimit 1G 1h
# VerifyHostKeyDNS yes
-# VersionAddendum FreeBSD-20140324
+# VersionAddendum FreeBSD-20140420
Modified: stable/10/crypto/openssh/ssh_config.5
==
===
--- head/crypto/openssh/ssh_config Sun Apr 20 11:17:44 2014
(r264690)
+++ head/crypto/openssh/ssh_config Sun Apr 20 11:34:33 2014
(r264691)
@@ -48,4 +48,4 @@
# ProxyCommand ssh -q -W %h:%p gateway.example.com
Author: des
Date: Sun Apr 20 11:17:44 2014
New Revision: 264690
URL: http://svnweb.freebsd.org/changeset/base/264690
Log:
Apply upstream patch for EC calculation bug that breaks EC key exchange
about one out of 512 times.
Modified:
vendor-crypto/openssh/dist/bufaux.c
vendor-crypto/openssh
Author: mm
Date: Sun Apr 20 09:17:48 2014
New Revision: 264689
URL: http://svnweb.freebsd.org/changeset/base/264689
Log:
Backport from projects/pf r263908:
De-virtualize UMA zone pf_mtag_z and move to global initialization part.
The m_tag struct does not know about vnet context and the
34 matches
Mail list logo