Author: tuexen
Date: Thu Mar 7 23:37:53 2013
New Revision: 247970
URL: http://svnweb.freebsd.org/changeset/base/247970
Log:
MFC r238454:
Bugfix: Send up a COMM UP notification for active 1-to-1 style sockets
also in the case where the assoc comes up due to a remotely
start
Author: tuexen
Date: Thu Mar 7 23:39:59 2013
New Revision: 247971
URL: http://svnweb.freebsd.org/changeset/base/247971
Log:
MFC r238455:
Use case for selecting the address family (as in other places).
Modified:
stable/8/sys/netinet/sctp_pcb.c
Directory Properties:
stable/8/sys/ (pro
Author: tuexen
Date: Thu Mar 7 23:41:57 2013
New Revision: 247972
URL: http://svnweb.freebsd.org/changeset/base/247972
Log:
MFC r238458:
Provide the correct notification type (SCTP_SEND_FAILED_EVENT)
for unsent messages.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
Author: tuexen
Date: Thu Mar 7 23:44:02 2013
New Revision: 247974
URL: http://svnweb.freebsd.org/changeset/base/247974
Log:
MFC r238475:
#ifdef INET and INET6 consistently. This also fixes a bug, where
it was done wrong.
Modified:
stable/8/sys/netinet/sctp_output.c
stable/8/sys/neti
Author: cognet
Date: Thu Mar 7 23:44:35 2013
New Revision: 247975
URL: http://svnweb.freebsd.org/changeset/base/247975
Log:
Add arm bits to truss.
Added:
head/usr.bin/truss/arm-fbsd.c (contents, props changed)
Modified:
head/usr.bin/Makefile.arm
head/usr.bin/truss/extern.h
head/usr.b
Author: tuexen
Date: Thu Mar 7 23:48:29 2013
New Revision: 247977
URL: http://svnweb.freebsd.org/changeset/base/247977
Log:
MFC r238501,r238514:
Changes which improve compilation if neither INET nor INET6 is defined.
Modified:
stable/8/sys/netinet/sctp_asconf.c
stable/8/sys/netinet/sc
Author: tuexen
Date: Thu Mar 7 23:51:07 2013
New Revision: 247978
URL: http://svnweb.freebsd.org/changeset/base/247978
Log:
MFC r238550:
Fix a refcount bug when freeing an association.
While there: Change code to be consistent.
Discussed with rrs@.
Modified:
stable/8/sys/netinet/sct
Author: tuexen
Date: Thu Mar 7 23:53:11 2013
New Revision: 247980
URL: http://svnweb.freebsd.org/changeset/base/247980
Log:
MFC r238790:
Fix the sctp_sockstore union such that userland programs don't depend
on INET and/or INET6 to be defined and in-tune with how the kernel
was compiled.
Author: tuexen
Date: Thu Mar 7 23:55:42 2013
New Revision: 247981
URL: http://svnweb.freebsd.org/changeset/base/247981
Log:
MFC r239035:
Testing an interface property should depend on the interface, not
on an address.
Modified:
stable/8/sys/netinet/sctp_bsd_addr.c
Directory Properties
Author: tuexen
Date: Thu Mar 7 23:58:18 2013
New Revision: 247982
URL: http://svnweb.freebsd.org/changeset/base/247982
Log:
MFC r240007:
Fix a typo which results in RTT to be off by a factor of 10, if the RTT is
larger than 1 second.
Modified:
stable/8/sys/netinet/sctputil.c
Directory
Author: tuexen
Date: Thu Mar 7 23:59:47 2013
New Revision: 247983
URL: http://svnweb.freebsd.org/changeset/base/247983
Log:
MFC r240114:
Whitespace change.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (props cha
Author: tuexen
Date: Fri Mar 8 00:01:38 2013
New Revision: 247984
URL: http://svnweb.freebsd.org/changeset/base/247984
Log:
MFC r240115:
Use the consistenly the size of a variable. This helps to keep the code
simpler for the userland implementation.
Modified:
stable/8/sys/netinet/sctp
Author: tuexen
Date: Fri Mar 8 00:03:31 2013
New Revision: 247986
URL: http://svnweb.freebsd.org/changeset/base/247986
Log:
MFC r240148:
Using %p in a format string requires a void *.
Modified:
stable/8/sys/netinet/sctp_asconf.c
stable/8/sys/netinet/sctp_auth.c
stable/8/sys/netinet/
Author: tuexen
Date: Fri Mar 8 00:05:15 2013
New Revision: 247987
URL: http://svnweb.freebsd.org/changeset/base/247987
Log:
MFC r240158:
Get rid of a gcc'ism.
Modified:
stable/8/sys/netinet/sctp_cc_functions.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netine
Author: tuexen
Date: Fri Mar 8 00:07:19 2013
New Revision: 247989
URL: http://svnweb.freebsd.org/changeset/base/247989
Log:
MFC r240198:
Don't include a structure containing a flexible array in another
structure.
Modified:
stable/8/sys/netinet/sctp_header.h
stable/8/sys/netinet/sctp
Author: tuexen
Date: Fri Mar 8 00:09:25 2013
New Revision: 247990
URL: http://svnweb.freebsd.org/changeset/base/247990
Log:
MFC r240250:
Whitespace cleanup.
Modified:
stable/8/sys/netinet/sctp_asconf.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (pr
Author: tuexen
Date: Fri Mar 8 00:12:02 2013
New Revision: 247991
URL: http://svnweb.freebsd.org/changeset/base/247991
Log:
MFC r240263:
Whitespace changes.
Modified:
stable/8/sys/netinet/sctp_pcb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (props
Author: tuexen
Date: Fri Mar 8 00:13:30 2013
New Revision: 247992
URL: http://svnweb.freebsd.org/changeset/base/247992
Log:
MFC r240507:
Small cleanups. No functional change.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys
Author: tuexen
Date: Fri Mar 8 00:16:17 2013
New Revision: 247993
URL: http://svnweb.freebsd.org/changeset/base/247993
Log:
MFC r240826:
Small cleanups. No functional change.
Modified:
stable/8/sys/netinet/sctp_output.c
stable/8/sys/netinet/sctp_output.h
Directory Properties:
stable
Author: tuexen
Date: Fri Mar 8 00:17:57 2013
New Revision: 247994
URL: http://svnweb.freebsd.org/changeset/base/247994
Log:
MFC r240842:
Fix a bug related to handling Re-config chunks. It is not true that
the association can be removed if the socket is gone.
Modified:
stable/8/sys/net
On Mar 7, 2013, at 4:54 AM, Dag-Erling Smørgrav wrote:
> Dimitry Andric writes:
>> Glen Barber writes:
>>> This commit now causes ssh(1) to dump core.
>> Indeed, it will be the same problem that was reported many times on
>> ports@; our strnvis() is not compatible with OpenBSD's strnvis(). :(
>
Author: tuexen
Date: Fri Mar 8 00:19:28 2013
New Revision: 247995
URL: http://svnweb.freebsd.org/changeset/base/247995
Log:
MFC r240848:
Declare a static function as such.
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys
Author: tuexen
Date: Fri Mar 8 00:20:55 2013
New Revision: 247996
URL: http://svnweb.freebsd.org/changeset/base/247996
Log:
MFC r240849:
Whitespace change.
Modified:
stable/8/sys/netinet/sctp_pcb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (props
Author: tuexen
Date: Fri Mar 8 00:28:50 2013
New Revision: 247999
URL: http://svnweb.freebsd.org/changeset/base/247999
Log:
MFC r242326:
Add braces (as used elsewhere in the SCTP code).
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Properties:
stable/8/sys/ (props changed)
Author: tuexen
Date: Fri Mar 8 00:34:50 2013
New Revision: 248000
URL: http://svnweb.freebsd.org/changeset/base/248000
Log:
MFC r242512:
Fix errno in a couple of error cases.
Modified:
stable/8/lib/libc/net/sctp_sys_calls.c
Directory Properties:
stable/8/lib/ (props changed)
stabl
Author: tuexen
Date: Fri Mar 8 00:41:20 2013
New Revision: 248001
URL: http://svnweb.freebsd.org/changeset/base/248001
Log:
MFC r242627:
Move from early SSN assignment to late SSN assignment.
This doesn't change functionality, but makes upcoming change
much easier.
Developed with rrs
Author: tuexen
Date: Fri Mar 8 00:43:49 2013
New Revision: 248002
URL: http://svnweb.freebsd.org/changeset/base/248002
Log:
MFC r242708,r242709:
Improve PR-SCTP if used in combination with NR-SACK.
Based on work done by Mohammad Rajiullah.
Modified:
stable/8/sys/netinet/sctp_constants
Author: tuexen
Date: Fri Mar 8 00:46:05 2013
New Revision: 248003
URL: http://svnweb.freebsd.org/changeset/base/248003
Log:
MFC r242714:
Add per outgoing stream accounting for chunks in the send
and sent queue. This provides no functional change, but is
a preparation for an upcoming st
Author: tuexen
Date: Fri Mar 8 00:48:15 2013
New Revision: 248004
URL: http://svnweb.freebsd.org/changeset/base/248004
Log:
MFC r243157:
Get the accounting working. We now have counters how many
chunks for each SCTP outgoing stream are in the send and
sent queue.
While there, improve
Author: tuexen
Date: Fri Mar 8 00:54:48 2013
New Revision: 248005
URL: http://svnweb.freebsd.org/changeset/base/248005
Log:
MFC r243186:
Add support for SCTP/UDP/IPV6.
This completes the support of
http://tools.ietf.org/html/draft-ietf-tsvwg-sctp-udp-encaps
Modified:
stable/8/sys/ne
Author: tuexen
Date: Fri Mar 8 00:56:46 2013
New Revision: 248006
URL: http://svnweb.freebsd.org/changeset/base/248006
Log:
MFC r243300:
Fix the handling of mapped IPv6 addresses in sctp_connectx().
Modified:
stable/8/lib/libc/net/sctp_sys_calls.c
Directory Properties:
stable/8/lib/
Author: tuexen
Date: Fri Mar 8 00:58:07 2013
New Revision: 248007
URL: http://svnweb.freebsd.org/changeset/base/248007
Log:
MFC r243302:
Cleanup the code a bit, which improves the portability.
Modified:
stable/8/lib/libc/net/sctp_sys_calls.c
Directory Properties:
stable/8/lib/ (prop
Author: tuexen
Date: Fri Mar 8 01:00:05 2013
New Revision: 248008
URL: http://svnweb.freebsd.org/changeset/base/248008
Log:
MFC r243516:
Remove unused function.
Modified:
stable/8/sys/netinet/sctp_peeloff.c
stable/8/sys/netinet/sctp_peeloff.h
Directory Properties:
stable/8/sys/ (p
Author: tuexen
Date: Fri Mar 8 01:01:37 2013
New Revision: 248009
URL: http://svnweb.freebsd.org/changeset/base/248009
Log:
MFC r243558:
Allow shutdown() to be used on fds returned from sctp_peeloff().
Modified:
stable/8/sys/netinet/sctp_usrreq.c
Directory Properties:
stable/8/sys/
Author: tuexen
Date: Fri Mar 8 01:03:39 2013
New Revision: 248010
URL: http://svnweb.freebsd.org/changeset/base/248010
Log:
MFC r243564:
Find the endpoint for an incoming packet also if the endpoint
comes from sctp_peeloff().
Modified:
stable/8/sys/netinet/sctp_pcb.c
Directory Propert
Author: tuexen
Date: Fri Mar 8 01:05:07 2013
New Revision: 248011
URL: http://svnweb.freebsd.org/changeset/base/248011
Log:
MFC r243565:
Add support for sctp_peeloff() also in the front states of the
association.
Modified:
stable/8/sys/netinet/sctp_peeloff.c
Directory Properties:
st
Author: tuexen
Date: Fri Mar 8 01:10:33 2013
New Revision: 248012
URL: http://svnweb.freebsd.org/changeset/base/248012
Log:
MFC r244021:
Ensure that the padding of the last parameter of an INIT chunk
is not included in the chunk length as required by RFC 4960.
While there, cleanup sctp
Author: tuexen
Date: Fri Mar 8 01:12:40 2013
New Revision: 248013
URL: http://svnweb.freebsd.org/changeset/base/248013
Log:
MFC r244026:
Use correct padding of the ABORT chunk in case of an user initiated
abort cause is used.
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Prop
Author: tuexen
Date: Fri Mar 8 01:14:22 2013
New Revision: 248014
URL: http://svnweb.freebsd.org/changeset/base/248014
Log:
MFC r244033:
Get it compiling without INET and INET6 support (mainly userland stack).
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Properties:
stable/8
Author: tuexen
Date: Fri Mar 8 01:16:08 2013
New Revision: 248015
URL: http://svnweb.freebsd.org/changeset/base/248015
Log:
MFC r244728:
Fix a copy and paste error.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/
Author: tuexen
Date: Fri Mar 8 01:17:55 2013
New Revision: 248016
URL: http://svnweb.freebsd.org/changeset/base/248016
Log:
MFC r244729:
Minor cleanups of debug messages.
Modified:
stable/8/sys/netinet/sctp_pcb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/net
Author: tuexen
Date: Fri Mar 8 01:19:46 2013
New Revision: 248017
URL: http://svnweb.freebsd.org/changeset/base/248017
Log:
MFC r244730:
Some cleanups.
Modified:
stable/8/sys/netinet/sctp_usrreq.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (props c
Author: tuexen
Date: Fri Mar 8 01:21:48 2013
New Revision: 248018
URL: http://svnweb.freebsd.org/changeset/base/248018
Log:
MFC r246588:
Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT or
SHUTDOWN_ACK_SENT state. While there, make the corresponding
code consistent.
Modifie
Author: tuexen
Date: Fri Mar 8 01:24:00 2013
New Revision: 248019
URL: http://svnweb.freebsd.org/changeset/base/248019
Log:
MFC r246595:
Cleanup the handling of address scopes. Announce in the INIT/INIT-ACK
only the supported address types. While there, do some whitespace
cleanups.
Mo
Author: tuexen
Date: Fri Mar 8 01:25:13 2013
New Revision: 248020
URL: http://svnweb.freebsd.org/changeset/base/248020
Log:
MFC r246629:
Improve code style. No functional change.
Modified:
stable/8/lib/libc/net/sctp_sys_calls.c
Directory Properties:
stable/8/lib/ (props changed)
s
Author: tuexen
Date: Fri Mar 8 01:27:18 2013
New Revision: 248021
URL: http://svnweb.freebsd.org/changeset/base/248021
Log:
MFC r246635:
Make sure that received packets for removed addresses are handled
consistently. While there, make variable names consistent.
Modified:
stable/8/sys/
Author: tuexen
Date: Fri Mar 8 01:29:05 2013
New Revision: 248022
URL: http://svnweb.freebsd.org/changeset/base/248022
Log:
MFC r246674:
Don't send kernel provided information in the User Initiated
ABORT cause, since the user can also provide this kind of
information. So the receiver d
Author: tuexen
Date: Fri Mar 8 01:31:14 2013
New Revision: 248023
URL: http://svnweb.freebsd.org/changeset/base/248023
Log:
MFC r246687:
Send the adaptation layer indication only if set by the user.
Modified:
stable/8/sys/netinet/sctp_output.c
stable/8/sys/netinet/sctp_pcb.c
stable/
Author: tuexen
Date: Fri Mar 8 01:33:07 2013
New Revision: 248024
URL: http://svnweb.freebsd.org/changeset/base/248024
Log:
MFC r247412:
Fix a potential race in returning setting errno when an
association goes down.
Reported by Mozilla in
https://bugzilla.mozilla.org/show_bug.cgi?id=
On 7 March 2013 18:00, Dimitry Andric wrote:
> On 2013-03-07 23:29, Andriy Gapon wrote:
> ...
>
>> I was not really kidding when I said that this change, as is, is a nop:
>
> ...
>
>>> + bname = strrchr(match.iim_name, '/');
>>> + bname = bname == NULL ?
On Thu, Mar 07, 2013 at 07:54:50AM +, Gleb Smirnoff wrote:
> New Revision: 247910
> URL: http://svnweb.freebsd.org/changeset/base/247910
>
> Log:
> Plug a memory leak.
>
> Reviewed by:mav
> Sponsored by: Nginx, Inc.
Any MFCs planned?
./danfe
___
Author: bryanv
Date: Fri Mar 8 02:38:19 2013
New Revision: 248026
URL: http://svnweb.freebsd.org/changeset/base/248026
Log:
MFC r247829
Only set the barrier flag if the feature was negotiated
Approved by: grehan (mentor)
Modified:
stable/9/sys/dev/virtio/block/virtio_blk.c
Dir
Author: bryanv
Date: Fri Mar 8 02:40:07 2013
New Revision: 248027
URL: http://svnweb.freebsd.org/changeset/base/248027
Log:
MFC r247829
Only set the barrier flag if the feature was negotiated
Approved by: grehan (mentor)
Modified:
stable/8/sys/dev/virtio/block/virtio_blk.c
Dir
Author: kientzle
Date: Fri Mar 8 03:29:05 2013
New Revision: 248028
URL: http://svnweb.freebsd.org/changeset/base/248028
Log:
This file is specific to arm11x6 processors, so tell the
assembler it's okay to use arm11x6 instructions.
Modified:
head/sys/arm/arm/cpufunc_asm_arm11x6.S
Modified
Author: glebius
Date: Thu Mar 7 08:00:04 2013
New Revision: 247911
URL: http://svnweb.freebsd.org/changeset/base/247911
Log:
Add quirks to enable headphones redirection on number of Lenovo
laptops, namely X1, X1 Carbon, T420, T520.
PR: misc/176656
Submitted by: Hiren Panchasa
On Thu, Mar 07, 2013 at 12:07:56PM +0400, Gleb Smirnoff wrote:
T> On Wed, Mar 06, 2013 at 01:42:54PM -0500, Jung-uk Kim wrote:
T> J> You know, I disagreed with the above change because this type of
T> J> quirks can be easily handled by the driver. IMHO, /etc/rc.resume is
T> J> the last place to pu
Jung-uk,
On Wed, Mar 06, 2013 at 01:42:54PM -0500, Jung-uk Kim wrote:
J> You know, I disagreed with the above change because this type of
J> quirks can be easily handled by the driver. IMHO, /etc/rc.resume is
J> the last place to put it. When I committed r233580 to fix resuming
J> psm(4) and M
Author: andrew
Date: Thu Mar 7 09:18:52 2013
New Revision: 247912
URL: http://svnweb.freebsd.org/changeset/base/247912
Log:
Add __clzsi2 and ctzsi2. They are required on ARMv4 and ARMv5 to implement
a number of builtin functions.
Modified:
head/lib/libstand/Makefile
Modified: head/lib/lib
On 2013-03-07 03:28, Glen Barber wrote:
On Wed, Mar 06, 2013 at 11:22:40PM +, Dag-Erling Smørgrav wrote:
Author: des
Date: Wed Mar 6 23:22:40 2013
New Revision: 247904
URL: http://svnweb.freebsd.org/changeset/base/247904
Log:
Remove strnvis(), strvis(), strvisx().
Modified:
head/cry
Dimitry Andric writes:
> Glen Barber writes:
> > This commit now causes ssh(1) to dump core.
> Indeed, it will be the same problem that was reported many times on
> ports@; our strnvis() is not compatible with OpenBSD's strnvis(). :(
Thank you, and my apologies for the string of f*ups. I am cur
> Any suggestions for better wording ? I submitted the comment block unchanged
I think you could probably replace it with "Z(2^16)" or "mod 65536".
In the code, it might be worth checking with bde@ to see what is
the least amount of casting required to get the right answer.
David.
_
Author: gavin
Date: Thu Mar 7 13:24:16 2013
New Revision: 247913
URL: http://svnweb.freebsd.org/changeset/base/247913
Log:
Suggest using the https: protocol not the svn: protocol to retrieve the
various repositories.
Modified:
head/share/man/man7/development.7
Modified: head/share/man/man
Author: gavin
Date: Thu Mar 7 13:24:49 2013
New Revision: 247914
URL: http://svnweb.freebsd.org/changeset/base/247914
Log:
Correct two spelling mistakes in a comment.
Modified:
head/sys/sparc64/pci/psycho.c
Modified: head/sys/sparc64/pci/psycho.c
Author: gavin
Date: Thu Mar 7 13:26:54 2013
New Revision: 247915
URL: http://svnweb.freebsd.org/changeset/base/247915
Log:
The ZyXEL ZyAIR G-202 is also supported by zyd(4)
MFC after:1 week
Modified:
head/share/man/man4/zyd.4
Modified: head/share/man/man4/zyd.4
Author: des
Date: Thu Mar 7 14:38:43 2013
New Revision: 247916
URL: http://svnweb.freebsd.org/changeset/base/247916
Log:
Partially revert r247892 and r247904 since our strnvis() does not
behave the way OpenSSH expects.
Modified:
head/crypto/openssh/config.h
head/crypto/openssh/ssh_namesp
On Wed, 6 Mar 2013, Colin Percival wrote:
On 03/06/13 15:16, David Malone wrote:
+ /*
+* We're just computing (a-b) in GF(216).
+ ndesc = (unsigned)*hq->hq_avail_idx - (unsigned)hq->hq_cur_aidx;
I think the comment here is wrong? Subtraction (and addition) in
GF(2^16) i
Author: mav
Date: Thu Mar 7 16:50:07 2013
New Revision: 247917
URL: http://svnweb.freebsd.org/changeset/base/247917
Log:
Fix off-by-one error in nanoseconds validation.
Submitted by: bde
Modified:
head/sys/kern/kern_event.c
Modified: head/sys/kern/kern_event.c
=
Author: mav
Date: Thu Mar 7 18:55:37 2013
New Revision: 247918
URL: http://svnweb.freebsd.org/changeset/base/247918
Log:
Fix panic when Secondary_Element_Count == 1 and Secondary_Element_Seq
is not set (255).
Reported by: sbruno
MFC after:1 week
Modified:
head/sys/geom/raid/md_
Author: db (ports committer)
Date: Thu Mar 7 19:00:00 2013
New Revision: 247919
URL: http://svnweb.freebsd.org/changeset/base/247919
Log:
Cleanup gr_add() so it does not leak mem
This is part of ongoing work on sbin/pw
Mlibutil.h
Mgr_util.c
Approved by: theraven
Modified
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2013-03-07 03:19:07 -0500, Gleb Smirnoff wrote:
> On Thu, Mar 07, 2013 at 12:07:56PM +0400, Gleb Smirnoff wrote: T>
> On Wed, Mar 06, 2013 at 01:42:54PM -0500, Jung-uk Kim wrote: T> J>
> You know, I disagreed with the above change because this type
Author: tuexen
Date: Thu Mar 7 19:27:17 2013
New Revision: 247920
URL: http://svnweb.freebsd.org/changeset/base/247920
Log:
MFC r235360:
Provide in the association change notification the received ABORT chunk
if case of SCTP_COMM_LOST or SCTP_CANT_STR_ASSOC as required by RFC 6458.
Modi
Author: tuexen
Date: Thu Mar 7 19:30:34 2013
New Revision: 247921
URL: http://svnweb.freebsd.org/changeset/base/247921
Log:
MFC r235402:
Ensure the user can read COMM_LOST notifications on 1-to-1 style sockets.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/s
Author: tuexen
Date: Thu Mar 7 19:32:54 2013
New Revision: 247922
URL: http://svnweb.freebsd.org/changeset/base/247922
Log:
MFC r235403:
Use ECONNABORTED in cases where the ABORT was sent to the peer.
Modified:
stable/8/sys/netinet/sctp_constants.h
stable/8/sys/netinet/sctp_input.c
Author: tuexen
Date: Thu Mar 7 19:34:56 2013
New Revision: 247923
URL: http://svnweb.freebsd.org/changeset/base/247923
Log:
MFC r235412:
Remove unused constants.
Modified:
stable/8/sys/netinet/sctp_constants.h
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/sys/ (props
Author: tuexen
Date: Thu Mar 7 19:38:04 2013
New Revision: 247924
URL: http://svnweb.freebsd.org/changeset/base/247924
Log:
MFC r235414,r235415:
Provide the error code in SCTP_PEER_ADDR_CHANGE notifications as
specified in RFC 6458.
Modified:
stable/8/sys/netinet/sctp_indata.c
stabl
Author: tuexen
Date: Thu Mar 7 19:40:14 2013
New Revision: 247925
URL: http://svnweb.freebsd.org/changeset/base/247925
Log:
MFC r235416:
Provide in the SCTP_SEND_FAILED and SCTP_SEND_FAILED_EVENT notifications
the correct ssf_error or ssfe_error as required by RFC 6458.
Modified:
stab
Author: tuexen
Date: Thu Mar 7 20:04:05 2013
New Revision: 247926
URL: http://svnweb.freebsd.org/changeset/base/247926
Log:
MFC r235418:
Support SCTP_REMOTE_ERROR notification.
`
Modified:
stable/8/sys/netinet/sctp_constants.h
stable/8/sys/netinet/sctp_input.c
stable/8/sys/netinet
Author: tuexen
Date: Thu Mar 7 20:06:27 2013
New Revision: 247927
URL: http://svnweb.freebsd.org/changeset/base/247927
Log:
MFC r235554:
Support SCTP_EOF also for 1-to-1 style sockets.
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Properties:
stable/8/sys/ (props changed)
Author: tuexen
Date: Thu Mar 7 20:08:34 2013
New Revision: 247928
URL: http://svnweb.freebsd.org/changeset/base/247928
Log:
MFC r235557:
Use a default for max_burst of 4 and l2var of 2.
This was discussed with rrs@.
Modified:
stable/8/sys/netinet/sctp_constants.h
stable/8/sys/netine
Author: tuexen
Date: Thu Mar 7 20:12:31 2013
New Revision: 247929
URL: http://svnweb.freebsd.org/changeset/base/247929
Log:
MFC r235828:
Use consistent text at the begining of the files.
Modified:
stable/8/sys/netinet/sctp.h
stable/8/sys/netinet/sctp_asconf.c
stable/8/sys/netinet/sc
Author: tuexen
Date: Thu Mar 7 20:14:55 2013
New Revision: 247930
URL: http://svnweb.freebsd.org/changeset/base/247930
Log:
MFC r235903:
Add sn_send_failed_event to sctp_notification.
Modified:
stable/8/sys/netinet/sctp_uio.h
Directory Properties:
stable/8/sys/ (props changed)
stable
Author: tuexen
Date: Thu Mar 7 20:17:30 2013
New Revision: 247931
URL: http://svnweb.freebsd.org/changeset/base/247931
Log:
MFC r235990:
Undefine SCTP_PACKED before including sctp_uio.h, which doesn't
use it. Spotted by Irene Ruengeler.
Modified:
stable/8/sys/netinet/sctp.h
Directory
Author: tuexen
Date: Thu Mar 7 20:24:14 2013
New Revision: 247932
URL: http://svnweb.freebsd.org/changeset/base/247932
Log:
MFC r236087:
Get rid of SCTP specific code to avoid CRC32C computations on loopback.
Just use offloading.
Modified:
stable/8/sys/netinet/sctp_output.c
stable/8
Author: tuexen
Date: Thu Mar 7 20:26:51 2013
New Revision: 247933
URL: http://svnweb.freebsd.org/changeset/base/247933
Log:
MFC r236391:
Small cleanups. No functional change.
Modified:
stable/8/sys/netinet/sctp_asconf.c
stable/8/sys/netinet/sctputil.h
Directory Properties:
stable/8/
Author: tuexen
Date: Thu Mar 7 20:29:54 2013
New Revision: 247934
URL: http://svnweb.freebsd.org/changeset/base/247934
Log:
MFC r236450:
Remove an unused parameter.
Modified:
stable/8/sys/netinet/sctp_input.c
stable/8/sys/netinet/sctputil.c
stable/8/sys/netinet/sctputil.h
Directory
Author: tuexen
Date: Thu Mar 7 20:32:30 2013
New Revision: 247935
URL: http://svnweb.freebsd.org/changeset/base/247935
Log:
MFC r236492:
Don't request data from the IPv6 layer, which is not used.
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Properties:
stable/8/sys/ (props
Author: tuexen
Date: Thu Mar 7 20:34:30 2013
New Revision: 247936
URL: http://svnweb.freebsd.org/changeset/base/247936
Log:
MFC r236493:
Honor sysctl for TTL.
Modified:
stable/8/sys/netinet/sctp_output.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (
Author: tuexen
Date: Thu Mar 7 20:36:17 2013
New Revision: 247937
URL: http://svnweb.freebsd.org/changeset/base/247937
Log:
MFC r236515:
Use an existing function to get the source address.
Modified:
stable/8/sys/netinet/sctp_asconf.c
Directory Properties:
stable/8/sys/ (props change
Author: tuexen
Date: Thu Mar 7 20:37:57 2013
New Revision: 247938
URL: http://svnweb.freebsd.org/changeset/base/247938
Log:
MFC r236522:
Remove code which is not needed.
Modified:
stable/8/sys/netinet/sctp_pcb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/neti
Author: tuexen
Date: Thu Mar 7 20:41:36 2013
New Revision: 247939
URL: http://svnweb.freebsd.org/changeset/base/247939
Log:
MFC r236949:
Small cleanup.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/netinet/ (props chan
Author: cperciva
Date: Thu Mar 7 20:48:36 2013
New Revision: 247940
URL: http://svnweb.freebsd.org/changeset/base/247940
Log:
Now that stable/7 is EOL, stop building INDEX-7.
MFC after:1 week
Modified:
head/etc/portsnap.conf
Modified: head/etc/portsnap.conf
Author: tuexen
Date: Thu Mar 7 21:08:19 2013
New Revision: 247941
URL: http://svnweb.freebsd.org/changeset/base/247941
Log:
MFC r236956:
Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.
While there: Fix also some minor bugs and prepare for SCTP/DTLS.
Modified:
stable/8/
Author: delphij
Date: Thu Mar 7 21:10:49 2013
New Revision: 247942
URL: http://svnweb.freebsd.org/changeset/base/247942
Log:
Copy over r237653 to create new vendor branch for OpenSSL 0.9.8 maintenance.
Added:
vendor-crypto/openssl/dist-0.9.8/
- copied from r237653, vendor-crypto/openssl
Author: tuexen
Date: Thu Mar 7 21:11:16 2013
New Revision: 247943
URL: http://svnweb.freebsd.org/changeset/base/247943
Log:
MFC r236958:
Deliver IPV6_TCLASS, IPV6_HOPLIMIT and IPV6_PKTINFO cmsgs (if
requested) on IPV6 sockets, which have been marked to be not IPV6_V6ONLY,
for each rece
Author: tuexen
Date: Thu Mar 7 21:17:37 2013
New Revision: 247944
URL: http://svnweb.freebsd.org/changeset/base/247944
Log:
MFC r236959:
Add a IP_RECVTOS socket option to receive for received UDP/IPv4
packets a cmsg of type IP_RECVTOS which contains the TOS byte.
Much like IP_RECVTTL d
Author: tuexen
Date: Thu Mar 7 21:22:07 2013
New Revision: 247945
URL: http://svnweb.freebsd.org/changeset/base/247945
Log:
MFC r236961:
Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte.
Modified:
stable/8/sys/netinet/udp_usrreq.c
Directory Properties:
stable/8/
Author: tuexen
Date: Thu Mar 7 21:24:41 2013
New Revision: 247946
URL: http://svnweb.freebsd.org/changeset/base/247946
Log:
MFC r237049:
Pass flowid explicitly through the stack instead of taking it from
the mbuf chain at different places.
While there: Fix several bugs related to VRFs.
Author: tuexen
Date: Thu Mar 7 21:27:15 2013
New Revision: 247947
URL: http://svnweb.freebsd.org/changeset/base/247947
Log:
MFC r237229:
Cleanup the UDP decapsulation code.
Modified:
stable/8/sys/netinet/sctputil.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/n
Author: tuexen
Date: Thu Mar 7 21:29:42 2013
New Revision: 247948
URL: http://svnweb.freebsd.org/changeset/base/247948
Log:
MFC r237230:
Add rate limitation for SCTP OOTB responses.
Modified:
stable/8/sys/netinet/icmp_var.h
stable/8/sys/netinet/ip_icmp.c
stable/8/sys/netinet/sctp_in
Author: tuexen
Date: Thu Mar 7 21:31:45 2013
New Revision: 247949
URL: http://svnweb.freebsd.org/changeset/base/247949
Log:
MFC r237392:
Remove redundant #ifdef. Reported by gnn@.
Modified:
stable/8/sys/netinet/sctp_usrreq.c
Directory Properties:
stable/8/sys/ (props changed)
stab
1 - 100 of 120 matches
Mail list logo