svn commit: r248028 - head/sys/arm/arm

2013-03-07 Thread Tim Kientzle
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

svn commit: r248027 - stable/8/sys/dev/virtio/block

2013-03-07 Thread Bryan Venteicher
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

svn commit: r248026 - stable/9/sys/dev/virtio/block

2013-03-07 Thread Bryan Venteicher
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

Re: svn commit: r247910 - head/sys/dev/sound/pci/hda

2013-03-07 Thread Alexey Dokuchaev
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 ___

Re: svn commit: r247960 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-03-07 Thread Eitan Adler
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 ?

svn commit: r248024 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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=

svn commit: r248023 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r248022 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248021 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r248020 - stable/8/lib/libc/net

2013-03-07 Thread Michael Tuexen
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

svn commit: r248019 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248018 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248017 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248016 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248015 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r248014 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248013 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248012 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248011 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248010 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248009 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r248008 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248007 - stable/8/lib/libc/net

2013-03-07 Thread Michael Tuexen
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

svn commit: r248006 - stable/8/lib/libc/net

2013-03-07 Thread Michael Tuexen
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/

svn commit: r248005 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
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

svn commit: r248004 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248003 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248002 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248001 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r248000 - stable/8/lib/libc/net

2013-03-07 Thread Michael Tuexen
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

svn commit: r247999 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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)

svn commit: r247996 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247995 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

Re: svn commit: r247904 - head/crypto/openssh

2013-03-07 Thread John Nielsen
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(). :( >

svn commit: r247994 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247993 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247992 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247991 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247990 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247989 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247987 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247986 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r247984 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247983 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247982 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247981 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247980 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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.

svn commit: r247978 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247977 - in stable/8: sys/netinet sys/netinet6 usr.bin/netstat

2013-03-07 Thread Michael Tuexen
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

svn commit: r247975 - in head/usr.bin: . truss

2013-03-07 Thread Olivier Houchard
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

svn commit: r247974 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
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

svn commit: r247972 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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:

svn commit: r247971 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247970 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247968 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 23:35:06 2013 New Revision: 247968 URL: http://svnweb.freebsd.org/changeset/base/247968 Log: MFC r238122: Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT. Modified: stable/8/sys/netinet/sctp_output.c Directory Properties: stable/8/sys/ (prop

svn commit: r247967 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 23:31:32 2013 New Revision: 247967 URL: http://svnweb.freebsd.org/changeset/base/247967 Log: MFC r238087: Iniitialize a variable. Modified: stable/8/sys/netinet/sctp_input.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/netinet/

svn commit: r247966 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 23:28:08 2013 New Revision: 247966 URL: http://svnweb.freebsd.org/changeset/base/247966 Log: MFC r238003,r239091: Move common code parts to sctp_common_input_processing(). Modified: stable/8/sys/netinet/sctp_input.c stable/8/sys/netinet/sctp_input.h st

svn commit: r247965 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 23:23:25 2013 New Revision: 247965 URL: http://svnweb.freebsd.org/changeset/base/247965 Log: MFC r237715,r238294: Pass the src and dst address of a received packet explicitly around. Modified: stable/8/sys/netinet/sctp_asconf.c stable/8/sys/netinet/sctp_

svn commit: r247964 - stable/8/sys/netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 23:18:35 2013 New Revision: 247964 URL: http://svnweb.freebsd.org/changeset/base/247964 Log: MFC r235916: Introduce in6_getscope() to allow more effective checksum computations without the need to copy the address to clear the scope. Modified: stable/8

Re: svn commit: r247960 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-03-07 Thread Dimitry Andric
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 ? match.iim_name : bname + 1; It would probably make sense to ma

svn commit: r247963 - head/sys/dev/nvme

2013-03-07 Thread David E. O'Brien
Author: obrien Date: Thu Mar 7 22:54:28 2013 New Revision: 247963 URL: http://svnweb.freebsd.org/changeset/base/247963 Log: Fix GCC build: /usr/src/sys/modules/nvme/../../dev/nvme/nvme.c:211: warning: format '%qx' expects type 'long unsigned int', but argument 9 has type 'long long unsigned

svn commit: r247962 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-03-07 Thread Dimitry Andric
Author: dim Date: Thu Mar 7 22:43:50 2013 New Revision: 247962 URL: http://svnweb.freebsd.org/changeset/base/247962 Log: Fix error in r247960: actually assign the basename to match.iim_file. Pointed out by: avg Pointy hat to:dim MFC after:1 week X-MFC-With: r24796

svn commit: r247961 - in head/sys: geom/part sys

2013-03-07 Thread Gavin Atkinson
Author: gavin Date: Thu Mar 7 22:32:41 2013 New Revision: 247961 URL: http://svnweb.freebsd.org/changeset/base/247961 Log: Support the FAT16 partition type in gpart(8) PR: kern/174714 Submitted by: 4721 at hushmail dot com MFC after:1 week Modified: head/sys/geom/part/

Re: svn commit: r247960 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-03-07 Thread Andriy Gapon
on 08/03/2013 00:16 Dimitry Andric said the following: > Author: dim > Date: Thu Mar 7 22:16:35 2013 > New Revision: 247960 > URL: http://svnweb.freebsd.org/changeset/base/247960 > > Log: > Make ctfconvert work correctly on clang-compiled object files. Clang > puts the full original source f

svn commit: r247960 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2013-03-07 Thread Dimitry Andric
Author: dim Date: Thu Mar 7 22:16:35 2013 New Revision: 247960 URL: http://svnweb.freebsd.org/changeset/base/247960 Log: Make ctfconvert work correctly on clang-compiled object files. Clang puts the full original source filename in the STT_FILE entry of the ELF symbol table, while gcc save

svn commit: r247959 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 22:05:27 2013 New Revision: 247959 URL: http://svnweb.freebsd.org/changeset/base/247959 Log: MFC r238002: Remove dead code (on FreeBSD) as suggested by glebius@. Modified: stable/8/sys/netinet/sctp_output.c Directory Properties: stable/8/sys/ (props ch

svn commit: r247958 - vendor-crypto/openssl/0.9.8y

2013-03-07 Thread Xin LI
Author: delphij Date: Thu Mar 7 21:48:05 2013 New Revision: 247958 URL: http://svnweb.freebsd.org/changeset/base/247958 Log: Tag OpenSSL 0.9.8y. Added: vendor-crypto/openssl/0.9.8y/ - copied from r247957, vendor-crypto/openssl/dist-0.9.8/ ___

svn commit: r247956 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 21:43:21 2013 New Revision: 247956 URL: http://svnweb.freebsd.org/changeset/base/247956 Log: MFC r237569: Unify sctp_input() and sctp6_input(). Modified: stable/8/sys/netinet/sctp_input.c stable/8/sys/netinet6/sctp6_usrreq.c Directory Properties: stabl

svn commit: r247955 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 21:41:02 2013 New Revision: 247955 URL: http://svnweb.freebsd.org/changeset/base/247955 Log: MFC r237565: Whitespace cleanup. Modified: stable/8/sys/netinet/sctp_indata.c stable/8/sys/netinet/sctp_input.c stable/8/sys/netinet/sctp_output.c stable/8/s

svn commit: r247954 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 21:38:43 2013 New Revision: 247954 URL: http://svnweb.freebsd.org/changeset/base/247954 Log: MFC r237542: Pass the packet length explicitly around. Modified: stable/8/sys/netinet/sctp_indata.c stable/8/sys/netinet/sctp_input.c stable/8/sys/netinet/sctp

svn commit: r247953 - head/usr.bin/c99

2013-03-07 Thread Dimitry Andric
Author: dim Date: Thu Mar 7 21:37:23 2013 New Revision: 247953 URL: http://svnweb.freebsd.org/changeset/base/247953 Log: Make c99(1) invoke /usr/bin/cc with argv[0] set to "/usr/bin/cc" instead of just "cc", since there is no reason to cause additional path searches in this case. MFC a

svn commit: r247952 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 21:36:04 2013 New Revision: 247952 URL: http://svnweb.freebsd.org/changeset/base/247952 Log: MFC r237541: Remove redundant check. Modified: stable/8/sys/netinet/sctp_input.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/netinet/

svn commit: r247951 - head/usr.bin/c89

2013-03-07 Thread Dimitry Andric
Author: dim Date: Thu Mar 7 21:34:16 2013 New Revision: 247951 URL: http://svnweb.freebsd.org/changeset/base/247951 Log: Make c89(1) invoke /usr/bin/cc with argv[0] also set to /usr/bin/cc, similar to what c99(1) does, to prevent "c89: illegal option -- 1" messages, when clang is /usr/bin/c

svn commit: r247950 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
Author: tuexen Date: Thu Mar 7 21:34:04 2013 New Revision: 247950 URL: http://svnweb.freebsd.org/changeset/base/247950 Log: MFC r237540: Do packet logging in a consistent way. Modified: stable/8/sys/netinet/sctp_bsd_addr.c stable/8/sys/netinet/sctp_bsd_addr.h stable/8/sys/netinet/sc

svn commit: r247949 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247948 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247947 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247946 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
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.

svn commit: r247945 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r247944 - in stable/8: lib/libc/net share/man/man4 sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247943 - stable/8/sys/netinet6

2013-03-07 Thread Michael Tuexen
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

svn commit: r247942 - vendor-crypto/openssl/dist-0.9.8

2013-03-07 Thread Xin LI
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

svn commit: r247941 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r247940 - head/etc

2013-03-07 Thread Colin Percival
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

svn commit: r247939 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247938 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247937 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247936 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/ (

svn commit: r247935 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247934 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247933 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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/

svn commit: r247932 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
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

svn commit: r247931 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247930 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247929 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
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

svn commit: r247928 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247927 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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)

svn commit: r247926 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247925 - stable/8/sys/netinet

2013-03-07 Thread Michael Tuexen
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

svn commit: r247924 - in stable/8/sys: netinet netinet6

2013-03-07 Thread Michael Tuexen
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

  1   2   >