Author: ngie
Date: Mon Jan 18 03:56:49 2016
New Revision: 294244
URL: https://svnweb.freebsd.org/changeset/base/294244
Log:
Remove tools/regression/lib/msun (follow up to r292497)
Sponsored by: EMC / Isilon Storage Division
Deleted:
stable/10/tools/regression/lib/msun/
__
Author: ngie
Date: Mon Jan 18 03:55:40 2016
New Revision: 294243
URL: https://svnweb.freebsd.org/changeset/base/294243
Log:
MFC r292497:
Integrate the remaining tools/regression/lib/msun testcases into the
FreeBSD test suite under lib/msun/tests
Added:
stable/10/lib/msun/tests/ctrig_te
Author: ngie
Date: Mon Jan 18 03:49:57 2016
New Revision: 294240
URL: https://svnweb.freebsd.org/changeset/base/294240
Log:
MFC r293705:
Similar to r293704, fix theoretical leak of netconfig(3) resources in
__rpcbind_is_up(..) if getnetconfig(3) is partly successful in allocating
resour
Author: ngie
Date: Mon Jan 18 03:47:46 2016
New Revision: 294239
URL: https://svnweb.freebsd.org/changeset/base/294239
Log:
MFC r293704:
Fix theoretical leak of netconfig(3) resources in svcunix_create(..)
In the event that the getconfig(3) call in svcunix_create is partly
successful,
Author: tuexen
Date: Sun Jan 17 18:39:01 2016
New Revision: 294232
URL: https://svnweb.freebsd.org/changeset/base/294232
Log:
MFC r287281:
Report CLOSED as state for bound sockets for consistency with
netstat and the way TCP is handled.
Modified:
stable/10/usr.bin/sockstat/sockstat.c
Dire
Author: tuexen
Date: Sun Jan 17 18:37:36 2016
New Revision: 294231
URL: https://svnweb.freebsd.org/changeset/base/294231
Log:
MFC r287182:
Add SCTP support.
Modified:
stable/10/usr.bin/sockstat/sockstat.1
stable/10/usr.bin/sockstat/sockstat.c
Directory Properties:
stable/10/ (props ch
Author: tuexen
Date: Sun Jan 17 18:35:46 2016
New Revision: 294230
URL: https://svnweb.freebsd.org/changeset/base/294230
Log:
MFC r287179:
Remove a variable which is set but never used.
Modified:
stable/10/usr.bin/sockstat/sockstat.c
Directory Properties:
stable/10/ (props changed)
Mod
Author: ian
Date: Sun Jan 17 18:18:01 2016
New Revision: 294229
URL: https://svnweb.freebsd.org/changeset/base/294229
Log:
MFC r293781:
Restore uart PPS signal capture polarity to its historical norm, and add an
option to invert the polarity in software. Also add an option to capture
Author: des
Date: Sun Jan 17 18:07:32 2016
New Revision: 294228
URL: https://svnweb.freebsd.org/changeset/base/294228
Log:
MFH (r287178): print status on first line, not last.
This revision has previously been (incorrectly) recorded as merged.
Modified:
stable/10/usr.bin/sockstat/sockstat.c
Author: tuexen
Date: Sun Jan 17 14:35:37 2016
New Revision: 294226
URL: https://svnweb.freebsd.org/changeset/base/294226
Log:
MFC r285651:
Move assignments around to avoid a false-positive uninitialized variable
warning which broke the sparc64 build.
This is work from des@ and MFCing wa
Author: tuexen
Date: Sun Jan 17 14:33:40 2016
New Revision: 294225
URL: https://svnweb.freebsd.org/changeset/base/294225
Log:
MFC r285630:
Add a -s option which adds a column listing the connection state if
applicable (currently only for TCP).
This is work from des@ and MFCing was discu
Author: tuexen
Date: Sun Jan 17 14:16:26 2016
New Revision: 294224
URL: https://svnweb.freebsd.org/changeset/base/294224
Log:
MFC r290641:
Add support for SCTP checksum offloading for the 82580 controller
similar to the 82576 controller.
Tested with Intel i340 cards.
Modified:
stable/10
Author: tuexen
Date: Sun Jan 17 14:14:12 2016
New Revision: 294223
URL: https://svnweb.freebsd.org/changeset/base/294223
Log:
MFC r294057:
Fix a bug in INIT handling on accepted 1-to-1 style sockets when the
listener is closed.
This fix allows the following packetdrill test to pass:
// S
Author: tuexen
Date: Sun Jan 17 14:10:37 2016
New Revision: 294222
URL: https://svnweb.freebsd.org/changeset/base/294222
Log:
MFC r293913:
Fail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LIST
socket options for 1-to-1 style sockets as specified in RFC 6458.
Modified:
stable/10/sys/ne
Author: tuexen
Date: Sun Jan 17 14:00:24 2016
New Revision: 294221
URL: https://svnweb.freebsd.org/changeset/base/294221
Log:
MFC r293828:
Store the timer type for logging, because the timer can be freed
during processing the timerout.
Modified:
stable/10/sys/netinet/sctputil.c
Directory
Author: tuexen
Date: Sun Jan 17 12:41:46 2016
New Revision: 294220
URL: https://svnweb.freebsd.org/changeset/base/294220
Log:
MFC r292734:
Don't implicitly terminate a user message when moving it to the
send_queue and the socket is closed. This results in strange
race conditions for the ap
Author: tuexen
Date: Sun Jan 17 12:39:35 2016
New Revision: 294219
URL: https://svnweb.freebsd.org/changeset/base/294219
Log:
MFC r292558:
Stop processing of a SACK when the association has been aborted.
Modified:
stable/10/sys/netinet/sctp_indata.c
Directory Properties:
stable/10/ (pro
Author: tuexen
Date: Sun Jan 17 12:18:01 2016
New Revision: 294216
URL: https://svnweb.freebsd.org/changeset/base/294216
Log:
MFC r292060:
Retire sctp_validate_no_locks().
This routine checks that there are no locks held for an inp,
without having any lock on the inp. This breaks if the
Author: tuexen
Date: Sun Jan 17 12:15:41 2016
New Revision: 294215
URL: https://svnweb.freebsd.org/changeset/base/294215
Log:
MFC r291904:
Fix the allocation of outgoing streams:
* When processing a cookie, use the number of
streams announced in the INIT-ACK.
* When sending an INIT-ACK
Author: tuexen
Date: Sun Jan 17 12:13:21 2016
New Revision: 294213
URL: https://svnweb.freebsd.org/changeset/base/294213
Log:
MFC r291752:
Fix a bug where a stream reset request wasn't retranmitted when the
peer indicated "In progress".
Modified:
stable/10/sys/netinet/sctp_input.c
Directo
Author: tuexen
Date: Sun Jan 17 12:07:47 2016
New Revision: 294210
URL: https://svnweb.freebsd.org/changeset/base/294210
Log:
MFC r291700:
Ensure that outgoing streams get reset when they run dry.
Modified:
stable/10/sys/netinet/sctp_indata.c
stable/10/sys/netinet/sctp_input.c
stable/10
Author: tuexen
Date: Sun Jan 17 12:05:44 2016
New Revision: 294209
URL: https://svnweb.freebsd.org/changeset/base/294209
Log:
MFC r291659:
Minor cleanup. No functional change.
Modified:
stable/10/sys/netinet/sctp_output.c
Directory Properties:
stable/10/ (props changed)
Modified: stabl
Author: tuexen
Date: Sun Jan 17 12:03:59 2016
New Revision: 294208
URL: https://svnweb.freebsd.org/changeset/base/294208
Log:
MFC r291651:
Adjust the MTU when accepting an SCTP association using
UDP encapsulation.
Modified:
stable/10/sys/netinet/sctp_input.c
Directory Properties:
stable
Author: tuexen
Date: Sun Jan 17 12:02:04 2016
New Revision: 294207
URL: https://svnweb.freebsd.org/changeset/base/294207
Log:
MFC r291410:
Take also the send queue and sent queue into account when triggering
the sending of outgoing stream reset requests.
Modified:
stable/10/sys/netinet/sc
Author: tuexen
Date: Sun Jan 17 11:59:42 2016
New Revision: 294206
URL: https://svnweb.freebsd.org/changeset/base/294206
Log:
MFC r291376:
When the sending of an SCTP outgoing stream reset request fails,
don't report it to the user since all stream have been marked
as pending.
Modified:
25 matches
Mail list logo