Re: svn commit: r252226 - head/sys/vm

2013-07-07 Thread Andriy Gapon
on 26/06/2013 03:57 Jeff Roberson said the following: + { NULL, 4 Bucket, BUCKET_SIZE(4), 4096 }, Looks like BUCKET_SIZE(4) is zero, if I am not mistaken. Is this OK / intended? -- Andriy Gapon ___ svn-src-all@freebsd.org mailing list

Re: svn commit: r251826 - head/sys/vm

2013-07-07 Thread Andriy Gapon
on 17/06/2013 06:43 Jeff Roberson said the following: + void*uz_arg;/* Import/release argument. */ Would it make sense to use a more descriptive/distinct name for this member? The one that would signify its relation to import/release as opposed to being some other kind of

Re: svn commit: r252672 - head/sbin/nvmecontrol

2013-07-07 Thread Bruce Evans
One minor interjection and I'll butt out of the discussion... In another thread involving Pawel, phk campaigns against errno and asks for error strings (even if they are only in English). Using perror() did this long ago for program termination, and using the err() family does it

svn commit: r252920 - stable/9/cddl/contrib/opensolaris/cmd/zfs

2013-07-07 Thread Martin Matuska
Author: mm Date: Sun Jul 7 09:21:39 2013 New Revision: 252920 URL: http://svnweb.freebsd.org/changeset/base/252920 Log: MFC r252732: Fix misleading or remove irrelevant illumos messages and manpage references in the zfs command. PR: bin/178996 Submitted by: Peter Schaefer

svn commit: r252921 - stable/8/cddl/contrib/opensolaris/cmd/zfs

2013-07-07 Thread Martin Matuska
Author: mm Date: Sun Jul 7 09:22:03 2013 New Revision: 252921 URL: http://svnweb.freebsd.org/changeset/base/252921 Log: MFC r252732: Fix misleading or remove irrelevant illumos messages and manpage references in the zfs command. PR: bin/178996 Submitted by: Peter Schaefer

svn commit: r252922 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:10:15 2013 New Revision: 252922 URL: http://svnweb.freebsd.org/changeset/base/252922 Log: MFC r238122: Use consistent method to determine IPV4_OUTPUT/IPV6_OUTPUT. Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable/9/sys/ (props

svn commit: r252923 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:15:54 2013 New Revision: 252923 URL: http://svnweb.freebsd.org/changeset/base/252923 Log: MFC r238455: Use case for selecting the address family (as in other places). Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properties: stable/9/sys/ (props

svn commit: r252924 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:20:12 2013 New Revision: 252924 URL: http://svnweb.freebsd.org/changeset/base/252924 Log: MFC r239035: Testing an interface property should depend on the interface, not on an address. Modified: stable/9/sys/netinet/sctp_bsd_addr.c Directory Properties:

svn commit: r252925 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:26:15 2013 New Revision: 252925 URL: http://svnweb.freebsd.org/changeset/base/252925 Log: MFC r240114: Whitespace change. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252926 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:28:44 2013 New Revision: 252926 URL: http://svnweb.freebsd.org/changeset/base/252926 Log: MFC r240115: Use the consistenly the size of a variable. This helps to keep the code simpler for the userland implementation. Modified:

svn commit: r252927 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:33:51 2013 New Revision: 252927 URL: http://svnweb.freebsd.org/changeset/base/252927 Log: MFC r240148: Using %p in a format string requires a void *. Modified: stable/9/sys/netinet/sctp_asconf.c stable/9/sys/netinet/sctp_auth.c

svn commit: r252928 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:36:46 2013 New Revision: 252928 URL: http://svnweb.freebsd.org/changeset/base/252928 Log: MFC r240158: Get rid of a gcc'ism. Modified: stable/9/sys/netinet/sctp_cc_functions.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252929 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:41:12 2013 New Revision: 252929 URL: http://svnweb.freebsd.org/changeset/base/252929 Log: MFC r240198: Don't include a structure containing a flexible array in another structure. Modified: stable/9/sys/netinet/sctp_header.h

svn commit: r252930 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:44:32 2013 New Revision: 252930 URL: http://svnweb.freebsd.org/changeset/base/252930 Log: MFC r240250: Whitespace cleanup. Modified: stable/9/sys/netinet/sctp_asconf.c Directory Properties: stable/9/sys/ (props changed) Modified:

Re: svn commit: r252209 - in head: share/man/man9 sys/kern sys/sys

2013-07-07 Thread Matthew D. Fuller
On Tue, Jun 25, 2013 at 06:44:15PM + I heard the voice of John Baldwin, and lo! it spake thus: Author: jhb Date: Tue Jun 25 18:44:15 2013 New Revision: 252209 URL: http://svnweb.freebsd.org/changeset/base/252209 Log: Several improvements to rmlock(9). Many of these are based on

svn commit: r252931 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:47:06 2013 New Revision: 252931 URL: http://svnweb.freebsd.org/changeset/base/252931 Log: MFC r240263: Whitespace changes. Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252932 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:50:51 2013 New Revision: 252932 URL: http://svnweb.freebsd.org/changeset/base/252932 Log: MFC r240507: Small cleanups. No functional change. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252933 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:53:34 2013 New Revision: 252933 URL: http://svnweb.freebsd.org/changeset/base/252933 Log: MFC r240826: Small cleanups. No functional change. Modified: stable/9/sys/netinet/sctp_output.c stable/9/sys/netinet/sctp_output.h Directory Properties:

svn commit: r252934 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:56:28 2013 New Revision: 252934 URL: http://svnweb.freebsd.org/changeset/base/252934 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:

svn commit: r252935 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 11:58:43 2013 New Revision: 252935 URL: http://svnweb.freebsd.org/changeset/base/252935 Log: MFC r240848: Declare a static function as such. Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252936 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:25:28 2013 New Revision: 252936 URL: http://svnweb.freebsd.org/changeset/base/252936 Log: MFC r240849: Whitespace change. Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252937 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:29:01 2013 New Revision: 252937 URL: http://svnweb.freebsd.org/changeset/base/252937 Log: MFC r242326: Add braces (as used elsewhere in the SCTP code). Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r252938 - in stable/9/sys: netinet netinet6

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:32:30 2013 New Revision: 252938 URL: http://svnweb.freebsd.org/changeset/base/252938 Log: MFC r242327: Whitespace changes due to upstream integration of SCTP changes in the FreeBSD code base. Modified: stable/9/sys/netinet/sctp_uio.h

svn commit: r252939 - stable/9/lib/libc/net

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:34:47 2013 New Revision: 252939 URL: http://svnweb.freebsd.org/changeset/base/252939 Log: MFC r242512: Fix errno in a couple of error cases. Modified: stable/9/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/9/lib/ (props changed)

svn commit: r252940 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:50:04 2013 New Revision: 252940 URL: http://svnweb.freebsd.org/changeset/base/252940 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: r252941 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:54:15 2013 New Revision: 252941 URL: http://svnweb.freebsd.org/changeset/base/252941 Log: MFC r242708, r242709: Improve PR-SCTP if used in combination with NR-SACK. Based on work done by Mohammad Rajiullah. Modified:

svn commit: r252942 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 12:57:45 2013 New Revision: 252942 URL: http://svnweb.freebsd.org/changeset/base/252942 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

svn commit: r252943 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:04:31 2013 New Revision: 252943 URL: http://svnweb.freebsd.org/changeset/base/252943 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: r252944 - in stable/9/sys: netinet netinet6

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:07:42 2013 New Revision: 252944 URL: http://svnweb.freebsd.org/changeset/base/252944 Log: MFC r243186: Add support for SCTP/UDP/IPV6. his completes the support of http://tools.ietf.org/html/draft-ietf-tsvwg-sctp-udp-encaps Modified:

svn commit: r252945 - stable/9/lib/libc/net

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:09:17 2013 New Revision: 252945 URL: http://svnweb.freebsd.org/changeset/base/252945 Log: MFC r243300: Fix the handling of mapped IPv6 addresses in sctp_connectx(). Modified: stable/9/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/9/lib/

svn commit: r252946 - stable/9/lib/libc/net

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:10:31 2013 New Revision: 252946 URL: http://svnweb.freebsd.org/changeset/base/252946 Log: MFC r243302: Cleanup the code a bit, which improves the portability. Modified: stable/9/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/9/lib/ (props

svn commit: r252947 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:13:41 2013 New Revision: 252947 URL: http://svnweb.freebsd.org/changeset/base/252947 Log: MFC r243516: Remove unused function. Modified: stable/9/sys/netinet/sctp_peeloff.c stable/9/sys/netinet/sctp_peeloff.h Directory Properties: stable/9/sys/

svn commit: r252948 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:15:56 2013 New Revision: 252948 URL: http://svnweb.freebsd.org/changeset/base/252948 Log: MFC r243558: Allow shutdown() to be used on fds returned from sctp_peeloff(). Modified: stable/9/sys/netinet/sctp_usrreq.c Directory Properties: stable/9/sys/

svn commit: r252949 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:18:19 2013 New Revision: 252949 URL: http://svnweb.freebsd.org/changeset/base/252949 Log: MFC r243564: Find the endpoint for an incoming packet also if the endpoint comes from sctp_peeloff(). Modified: stable/9/sys/netinet/sctp_pcb.c Directory

svn commit: r252950 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 13:20:35 2013 New Revision: 252950 URL: http://svnweb.freebsd.org/changeset/base/252950 Log: MFC r243565: Add support for sctp_peeloff() also in the front states of the association. Modified: stable/9/sys/netinet/sctp_peeloff.c Directory Properties:

svn commit: r252951 - in stable/9: share/man/man4 sys/modules/cc sys/modules/cc/cc_cdg sys/netinet/cc

2013-07-07 Thread Lawrence Stewart
Author: lstewart Date: Sun Jul 7 14:14:44 2013 New Revision: 252951 URL: http://svnweb.freebsd.org/changeset/base/252951 Log: MFC r252504: Import an implementation of the CAIA Delay-Gradient (CDG) congestion control algorithm, which is based on the 2011 v0.1 patch release and described

svn commit: r252952 - in stable/8: share/man/man4 sys/modules/cc sys/modules/cc/cc_cdg sys/netinet/cc

2013-07-07 Thread Lawrence Stewart
Author: lstewart Date: Sun Jul 7 14:20:00 2013 New Revision: 252952 URL: http://svnweb.freebsd.org/changeset/base/252952 Log: MFC r252504: Import an implementation of the CAIA Delay-Gradient (CDG) congestion control algorithm, which is based on the 2011 v0.1 patch release and described

svn commit: r252953 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 15:18:09 2013 New Revision: 252953 URL: http://svnweb.freebsd.org/changeset/base/252953 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

svn commit: r252954 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 15:47:44 2013 New Revision: 252954 URL: http://svnweb.freebsd.org/changeset/base/252954 Log: MFC r244026: Use correct padding of the ABORT chunk in case of an user initiated abort cause is used. Modified: stable/9/sys/netinet/sctp_output.c Directory

svn commit: r252955 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 15:50:01 2013 New Revision: 252955 URL: http://svnweb.freebsd.org/changeset/base/252955 Log: MFC r244033: Get it compiling without INET and INET6 support (mainly userland stack). Modified: stable/9/sys/netinet/sctp_output.c Directory Properties:

svn commit: r252956 - head/sys/fs/ext2fs

2013-07-07 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jul 7 15:51:28 2013 New Revision: 252956 URL: http://svnweb.freebsd.org/changeset/base/252956 Log: Implement SEEK_HOLE/SEEK_DATA for ext2fs. Merged from r236044 on UFS. MFC after:3 days Modified: head/sys/fs/ext2fs/ext2_vnops.c Modified:

svn commit: r252957 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 15:52:37 2013 New Revision: 252957 URL: http://svnweb.freebsd.org/changeset/base/252957 Log: MFC r244728: Fix a copy and paste error. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252958 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 15:55:01 2013 New Revision: 252958 URL: http://svnweb.freebsd.org/changeset/base/252958 Log: MFC r244729: Minor cleanups of debug messages. Modified: stable/9/sys/netinet/sctp_pcb.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252959 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 15:57:12 2013 New Revision: 252959 URL: http://svnweb.freebsd.org/changeset/base/252959 Log: MFC r244730: Some cleanups. Modified: stable/9/sys/netinet/sctp_usrreq.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252960 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:01:00 2013 New Revision: 252960 URL: http://svnweb.freebsd.org/changeset/base/252960 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. Modified:

svn commit: r252961 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:03:58 2013 New Revision: 252961 URL: http://svnweb.freebsd.org/changeset/base/252961 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.

svn commit: r252962 - stable/9/lib/libc/net

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:05:35 2013 New Revision: 252962 URL: http://svnweb.freebsd.org/changeset/base/252962 Log: MFC r246629: Improve code style. No functional change. Modified: stable/9/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/9/lib/ (props changed)

svn commit: r252963 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:08:34 2013 New Revision: 252963 URL: http://svnweb.freebsd.org/changeset/base/252963 Log: MFC r246635: Make sure that received packets for removed addresses are handled consistently. While there, make variable names consistent. Modified:

svn commit: r252964 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:11:13 2013 New Revision: 252964 URL: http://svnweb.freebsd.org/changeset/base/252964 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

svn commit: r252965 - head/sys/mips/include

2013-07-07 Thread Warner Losh
Author: imp Date: Sun Jul 7 16:12:22 2013 New Revision: 252965 URL: http://svnweb.freebsd.org/changeset/base/252965 Log: Remove all the NOPs after SYNC. They aren't needed. They originated in the original Octeon port. They weren't present, as far as I can tell, on the projects/mips

svn commit: r252966 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:13:54 2013 New Revision: 252966 URL: http://svnweb.freebsd.org/changeset/base/252966 Log: MFC r246687: Send the adaptation layer indication only if set by the user. Modified: stable/9/sys/netinet/sctp_output.c stable/9/sys/netinet/sctp_pcb.c

svn commit: r252967 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:16:32 2013 New Revision: 252967 URL: http://svnweb.freebsd.org/changeset/base/252967 Log: MFC r247412: Fix a potential race in returning setting errno when an association goes down. Reported by Mozilla in

svn commit: r252968 - stable/9/sys/kern

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:25:39 2013 New Revision: 252968 URL: http://svnweb.freebsd.org/changeset/base/252968 Log: MFC r248172: Return an error if sctp_peeloff() fails because a socket can't be allocated. sctp_peeloff() uses sonewconn() also in cases where listen() wasn't called.

svn commit: r252969 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:29:16 2013 New Revision: 252969 URL: http://svnweb.freebsd.org/changeset/base/252969 Log: MFC r248953: Add a macro for checking for IPv4 link local addresses. Modified: stable/9/sys/netinet/sctp_constants.h Directory Properties: stable/9/sys/ (props

svn commit: r252970 - stable/9/lib/libc/net

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:31:07 2013 New Revision: 252970 URL: http://svnweb.freebsd.org/changeset/base/252970 Log: MFC r249333: Remove the number of addresses restriction from sctp_connectx(). Remove unused code. While there, do some cleanup of the code. Modified:

svn commit: r252971 - in stable/9/sys: netinet netinet6

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:51:17 2013 New Revision: 252971 URL: http://svnweb.freebsd.org/changeset/base/252971 Log: MFC r250466: Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLY socket option for SCTP sockets in the same way as for UDP or TCP sockets. Modified:

svn commit: r252972 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:53:44 2013 New Revision: 252972 URL: http://svnweb.freebsd.org/changeset/base/252972 Log: MFC r250754: Don't send an ABORT chunk with verification 0. Modified: stable/9/sys/netinet/sctp_output.c Directory Properties: stable/9/sys/ (props changed)

svn commit: r252973 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:55:57 2013 New Revision: 252973 URL: http://svnweb.freebsd.org/changeset/base/252973 Log: MFC r250756: Set errno to ETIMEDOUT if an SCTP association times out during setup. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/

svn commit: r252974 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 16:59:33 2013 New Revision: 252974 URL: http://svnweb.freebsd.org/changeset/base/252974 Log: MFC r251054: Remove redundant checks. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252975 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 17:01:35 2013 New Revision: 252975 URL: http://svnweb.freebsd.org/changeset/base/252975 Log: MFC r251248: Use LIST_EMPTY when appropriate. Modified: stable/9/sys/netinet/sctputil.c Directory Properties: stable/9/sys/ (props changed) Modified:

svn commit: r252976 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 17:04:23 2013 New Revision: 252976 URL: http://svnweb.freebsd.org/changeset/base/252976 Log: MFC r252585: Code cleanups. Modified: stable/9/sys/netinet/sctp_indata.c stable/9/sys/netinet/sctp_indata.h stable/9/sys/netinet/sctp_input.c

svn commit: r252977 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 17:06:33 2013 New Revision: 252977 URL: http://svnweb.freebsd.org/changeset/base/252977 Log: MFC r252718: When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related) chunk, take always the T-bit into account, when checking the verification

svn commit: r252978 - stable/9/sys/netinet

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 17:08:59 2013 New Revision: 252978 URL: http://svnweb.freebsd.org/changeset/base/252978 Log: MFC r252779: Fix a bug were only 2048 streams where usable even though more than 2048 streams were negotiated on the wire. While there, remove the hard coded limit

Re: svn commit: r252856 - head

2013-07-07 Thread Warner Losh
Doesn't .MAKE break the update path? Warner On Jul 5, 2013, at 6:13 PM, Simon J. Gerraty wrote: Author: sjg Date: Sat Jul 6 00:13:08 2013 New Revision: 252856 URL: http://svnweb.freebsd.org/changeset/base/252856 Log: Sprinkle some .MAKE magic Modified: head/Makefile.inc1

svn commit: r252979 - svnadmin/conf

2013-07-07 Thread Gavin Atkinson
Author: gavin Date: Sun Jul 7 17:45:58 2013 New Revision: 252979 URL: http://svnweb.freebsd.org/changeset/base/252979 Log: Shteryana Shopova (syrinx) has requested her commit bit be reactivated. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r252980 - in head/usr.sbin/bsdconfig: . console diskmgmt docsinstall dot mouse networking networking/share packages password security share share/media share/packages startup startup/sh...

2013-07-07 Thread Devin Teske
Author: dteske Date: Sun Jul 7 18:21:30 2013 New Revision: 252980 URL: http://svnweb.freebsd.org/changeset/base/252980 Log: Be consistent with other usr.sbin programs w/respect to the copyright wording (All rights reserved.); I had the casing wrong on many instances. Modified:

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:31:02 2013 New Revision: 252981 URL: http://svnweb.freebsd.org/changeset/base/252981 Log: MFC r248172 (partially): Return an error if sctp_peeloff() fails because a socket can't be allocated. Modified: stable/8/sys/kern/uipc_syscalls.c Directory

svn commit: r252982 - head/usr.sbin/bsdconfig/share

2013-07-07 Thread Devin Teske
Author: dteske Date: Sun Jul 7 18:34:36 2013 New Revision: 252982 URL: http://svnweb.freebsd.org/changeset/base/252982 Log: Be consistent with other usr.sbin programs w/respect to the copyright wording (All rights reserved.); I had the casing wrong on many instances. Modified:

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:41:25 2013 New Revision: 252983 URL: http://svnweb.freebsd.org/changeset/base/252983 Log: MFC r248953: Add a macro for checking for IPv4 link local addresses. Modified: stable/8/sys/netinet/sctp_constants.h Directory Properties: stable/8/sys/ (props

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:43:48 2013 New Revision: 252984 URL: http://svnweb.freebsd.org/changeset/base/252984 Log: MFC r249333: Remove the number of addresses restriction from sctp_connectx(). Remove unused code. While there, do some cleanup of the code. Modified:

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:48:21 2013 New Revision: 252985 URL: http://svnweb.freebsd.org/changeset/base/252985 Log: MFC r250466: Honor the net.inet6.ip6.v6only sysctl variable and the IPV6_V6ONLY socket option for SCTP sockets in the same way as for UDP or TCP sockets. Modified:

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:50:26 2013 New Revision: 252986 URL: http://svnweb.freebsd.org/changeset/base/252986 Log: MFC r250754: Don't send an ABORT chunk with verification 0. Modified: stable/8/sys/netinet/sctp_output.c Directory Properties: stable/8/sys/ (props changed)

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:53:43 2013 New Revision: 252988 URL: http://svnweb.freebsd.org/changeset/base/252988 Log: MFC r250756: Set errno to ETIMEDOUT if an SCTP association times out during setup. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:56:43 2013 New Revision: 252989 URL: http://svnweb.freebsd.org/changeset/base/252989 Log: MFC r251054: Remove redundant checks. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/netinet/

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 18:58:49 2013 New Revision: 252990 URL: http://svnweb.freebsd.org/changeset/base/252990 Log: MFC r251248: Use LIST_EMPTY when appropriate. Modified: stable/8/sys/netinet/sctputil.c Directory Properties: stable/8/sys/ (props changed)

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 19:04:10 2013 New Revision: 252992 URL: http://svnweb.freebsd.org/changeset/base/252992 Log: MFC r252718: When processing an incoming ABORT, SHUTDOWN_COMPLETE or ERROR (NAT related) chunk, take always the T-bit into account, when checking the verification

svn commit: r252993 - in stable/9/contrib/llvm: include/llvm/CodeGen lib/CodeGen lib/CodeGen/SelectionDAG

2013-07-07 Thread Dimitry Andric
Author: dim Date: Sun Jul 7 19:05:35 2013 New Revision: 252993 URL: http://svnweb.freebsd.org/changeset/base/252993 Log: MFC r252720: Pull in r185594 from llvm trunk: Add MachineBasicBlock::addLiveIn(). This function adds a live-in physical register to an MBB and ensures

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

2013-07-07 Thread Michael Tuexen
Author: tuexen Date: Sun Jul 7 19:07:00 2013 New Revision: 252994 URL: http://svnweb.freebsd.org/changeset/base/252994 Log: MFC r252779: Fix a bug were only 2048 streams where usable even though more than 2048 streams were negotiated on the wire. While there, remove the hard coded limit

svn commit: r252995 - in stable/9/usr.sbin: . bsdconfig bsdconfig/console bsdconfig/console/include bsdconfig/diskmgmt bsdconfig/diskmgmt/include bsdconfig/docsinstall bsdconfig/docsinstall/include...

2013-07-07 Thread Devin Teske
Author: dteske Date: Sun Jul 7 19:13:34 2013 New Revision: 252995 URL: http://svnweb.freebsd.org/changeset/base/252995 Log: MFC bsdconfig(8) and sysrc(8) from HEAD. (shazam!) Added: stable/9/usr.sbin/bsdconfig/ stable/9/usr.sbin/bsdconfig/Makefile (contents, props changed)

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

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:19:18 2013 New Revision: 252996 URL: http://svnweb.freebsd.org/changeset/base/252996 Log: Fix all the compiler warnings in elf_trampoline.c. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c

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

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:22:31 2013 New Revision: 252997 URL: http://svnweb.freebsd.org/changeset/base/252997 Log: armadaxp_idcache_wbinv_all() is in this file. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c

svn commit: r252998 - head/sys/dev/mbox

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 19:47:22 2013 New Revision: 252998 URL: http://svnweb.freebsd.org/changeset/base/252998 Log: Add a mailbox interface. Mailboxes are an IPC mechanism found on several ARM architectures, namely OMAP4, BCM2385, Sitara, etc. Reviewed by: gonzo Added:

Re: svn commit: r252998 - head/sys/dev/mbox

2013-07-07 Thread Rui Paulo
On 7 Jul 2013, at 12:47, Rui Paulo rpa...@freebsd.org wrote: Author: rpaulo Date: Sun Jul 7 19:47:22 2013 New Revision: 252998 URL: http://svnweb.freebsd.org/changeset/base/252998 Log: Add a mailbox interface. Mailboxes are an IPC mechanism found on several ARM architectures, namely

svn commit: r253002 - head

2013-07-07 Thread Alfred Perlstein
Author: alfred Date: Sun Jul 7 20:39:11 2013 New Revision: 253002 URL: http://svnweb.freebsd.org/changeset/base/253002 Log: Document tip on how to build all kernels quickly. Modified: head/Makefile Modified: head/Makefile

svn commit: r253003 - head

2013-07-07 Thread Alfred Perlstein
Author: alfred Date: Sun Jul 7 20:44:04 2013 New Revision: 253003 URL: http://svnweb.freebsd.org/changeset/base/253003 Log: Correct typo specifying jflags. Modified: head/Makefile Modified: head/Makefile == ---

Re: svn commit: r253002 - head

2013-07-07 Thread Garrett Cooper
Why the magic number 12? Sent from my iPhone On Jul 7, 2013, at 1:39 PM, Alfred Perlstein alf...@freebsd.org wrote: Author: alfred Date: Sun Jul 7 20:39:11 2013 New Revision: 253002 URL: http://svnweb.freebsd.org/changeset/base/253002 Log: Document tip on how to build all kernels

Re: svn commit: r253002 - head

2013-07-07 Thread Alfred Perlstein
On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. -Alfred Sent from my iPhone On Jul 7, 2013, at 1:39 PM, Alfred Perlstein alf...@freebsd.org wrote: Author: alfred Date: Sun Jul

svn commit: r253004 - head/contrib/tcpdump

2013-07-07 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Jul 7 21:19:53 2013 New Revision: 253004 URL: http://svnweb.freebsd.org/changeset/base/253004 Log: Sandbox tcpdump(8) using Capsicum's capability mode and capabilities. For now, sandboxing is done only if -n option was specified and neither -z nor -V options were

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

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 21:20:52 2013 New Revision: 253005 URL: http://svnweb.freebsd.org/changeset/base/253005 Log: Another warning. Modified: head/sys/arm/arm/elf_trampoline.c Modified: head/sys/arm/arm/elf_trampoline.c

svn commit: r253006 - head/sys/arm/broadcom/bcm2835

2013-07-07 Thread Rui Paulo
Author: rpaulo Date: Sun Jul 7 21:23:58 2013 New Revision: 253006 URL: http://svnweb.freebsd.org/changeset/base/253006 Log: Convert bcm2835_mbox to the new mbox interface. Reviewed by: gonzo Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fb.c

svn commit: r253007 - in head/sys: kern net80211 sys

2013-07-07 Thread Alfred Perlstein
Author: alfred Date: Sun Jul 7 21:39:37 2013 New Revision: 253007 URL: http://svnweb.freebsd.org/changeset/base/253007 Log: Make kassert_printf use __printflike. Fix associated errors/warnings while I'm here. Requested by: avg Modified: head/sys/kern/subr_witness.c

Re: svn commit: r253002 - head

2013-07-07 Thread Andriy Gapon
on 08/07/2013 00:15 Alfred Perlstein said the following: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. Should we really commit all notes to self or my team's knowledge base to

Re: svn commit: r253002 - head

2013-07-07 Thread Alfred Perlstein
On 7/7/13 2:40 PM, Andriy Gapon wrote: on 08/07/2013 00:15 Alfred Perlstein said the following: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some members of my team. Should we really commit all notes to

Re: svn commit: r253002 - head

2013-07-07 Thread Andriy Gapon
on 08/07/2013 00:50 Alfred Perlstein said the following: On 7/7/13 2:40 PM, Andriy Gapon wrote: on 08/07/2013 00:15 Alfred Perlstein said the following: On 7/7/13 2:01 PM, Garrett Cooper wrote: Why the magic number 12? Numbers higher seem to result in worse performance as reported by some

svn commit: r253008 - vendor/tzdata/dist

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:18:08 2013 New Revision: 253008 URL: http://svnweb.freebsd.org/changeset/base/253008 Log: Vendor import of tzdata2013d: - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel:

svn commit: r253009 - head/contrib/tzdata

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:23:59 2013 New Revision: 253009 URL: http://svnweb.freebsd.org/changeset/base/253009 Log: MFV of tzdata2013d, 253008 - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As

svn commit: r253010 - stable/9/contrib/tzdata

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:27:36 2013 New Revision: 253010 URL: http://svnweb.freebsd.org/changeset/base/253010 Log: MFC of tzdata2013d, 253009 - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As

svn commit: r253011 - stable/8/share/zoneinfo

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:27:47 2013 New Revision: 253011 URL: http://svnweb.freebsd.org/changeset/base/253011 Log: MFC of tzdata2013d, 253009 - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As

svn commit: r253012 - stable/6/share/zoneinfo

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:27:48 2013 New Revision: 253012 URL: http://svnweb.freebsd.org/changeset/base/253012 Log: MFC of tzdata2013d, 253009 - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As

svn commit: r253013 - stable/7/share/zoneinfo

2013-07-07 Thread Edwin Groothuis
Author: edwin Date: Sun Jul 7 22:27:58 2013 New Revision: 253013 URL: http://svnweb.freebsd.org/changeset/base/253013 Log: MFC of tzdata2013d, 253009 - Morocco: announced that the year's Ramadan daylight-savings transitions would be 2013-07-07 and 2013-08-10. - Israel: As

  1   2   >