Author: markj
Date: Thu May 15 00:50:57 2014
New Revision: 266101
URL: http://svnweb.freebsd.org/changeset/base/266101
Log:
MFC r262665:
Expose a few DTrace parameters as sysctls under kern.dtrace and add
descriptions for several existing sysctls.
PR: 187027
Modified:
stable/9/sys/
Author: tuexen
Date: Wed May 14 19:00:01 2014
New Revision: 266081
URL: http://svnweb.freebsd.org/changeset/base/266081
Log:
MFC r263096:
Put the offset of the CRC32C in csum_data instead of 0.
The virtio driver needs the offset to be stored in csum_data,
like in the case for UDP and TC
Author: tuexen
Date: Wed May 14 18:57:09 2014
New Revision: 266080
URL: http://svnweb.freebsd.org/changeset/base/266080
Log:
MFC r263094:
SCTP uses CRC32C and not Adler anymore. While there change the reference
to RFC 4960.
This does not change any code, just comments.
Modified:
stab
Author: tuexen
Date: Wed May 14 18:25:50 2014
New Revision: 266071
URL: http://svnweb.freebsd.org/changeset/base/266071
Log:
MFC r262252:
Remove redundant code and fix a style error.
Modified:
stable/9/sys/netinet/sctp_input.c
stable/9/sys/netinet/sctp_output.c
Directory Properties:
Author: tuexen
Date: Wed May 14 18:23:57 2014
New Revision: 266069
URL: http://svnweb.freebsd.org/changeset/base/266069
Log:
MFC r260257:
Fix several bugs in sctp_bindx():
* Set errno to EAFNOSUPPORT if an address is provided which is neither
AF_INET nor AF_INET6.
* Don't modify the
Author: tuexen
Date: Wed May 14 18:22:11 2014
New Revision: 266068
URL: http://svnweb.freebsd.org/changeset/base/266068
Log:
MFC r259943:
Address some warnings which showed up on the userland version.
Modified:
stable/9/sys/netinet/sctp_usrreq.c
stable/9/sys/netinet/sctputil.c
Director
Author: tuexen
Date: Wed May 14 18:20:35 2014
New Revision: 266067
URL: http://svnweb.freebsd.org/changeset/base/266067
Log:
MFC r258765:
In
http://svnweb.freebsd.org/changeset/base/258221
I introduced a bug which initialized global locks
whenever the SCTP stack initialized. This was
Author: tuexen
Date: Wed May 14 18:18:16 2014
New Revision: 266066
URL: http://svnweb.freebsd.org/changeset/base/266066
Log:
MFC r258574 from rodrigc@
Only initialize some mutexes for the default VNET.
In r208160, sctp_it_ctl was made a global variable, across all VNETs.
However, sct
Author: tuexen
Date: Wed May 14 18:15:55 2014
New Revision: 266064
URL: http://svnweb.freebsd.org/changeset/base/266064
Log:
MFC r258235:
Use SCTP_PR_SCTP_TTL when the user provides a positive
timetolive in sctp_sendmsg().
Modified:
stable/9/sys/netinet/sctp_output.c
Directory Properti
Author: tuexen
Date: Wed May 14 18:14:17 2014
New Revision: 266063
URL: http://svnweb.freebsd.org/changeset/base/266063
Log:
MFC r258228:
Remove a stray write operation.
Modified:
stable/9/sys/netinet/sctp_indata.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable
Author: tuexen
Date: Wed May 14 18:12:42 2014
New Revision: 266062
URL: http://svnweb.freebsd.org/changeset/base/266062
Log:
MFC r258224:
When determining if an address belongs to an stcb, take the address
family into account for wildcard bound endpoints.
Modified:
stable/9/sys/netinet
Author: tuexen
Date: Wed May 14 18:01:44 2014
New Revision: 266061
URL: http://svnweb.freebsd.org/changeset/base/266061
Log:
MFC r258221:
Cleanups which result in fixes which have been made upstream
and where partially suggested by Andrew Galante.
There is no functional change in FreeBS
Author: tuexen
Date: Wed May 14 17:45:10 2014
New Revision: 266060
URL: http://svnweb.freebsd.org/changeset/base/266060
Log:
MFC r257804:
Get rid of the artification limitation enforced by
SCTP_AUTH_RANDOM_SIZE_MAX.
This was suggested by Andrew Galante.
Modified:
stable/9/sys/netinet
Author: tuexen
Date: Wed May 14 17:28:49 2014
New Revision: 266057
URL: http://svnweb.freebsd.org/changeset/base/266057
Log:
MFC r257803:
Make sure that we don't try to build an ASCONF-ACK chunk
larger than what fits in the the mbuf cluster.
This issue was reported by Andrew Galante.
M
Author: tuexen
Date: Wed May 14 17:26:06 2014
New Revision: 266056
URL: http://svnweb.freebsd.org/changeset/base/266056
Log:
MFC r257800:
Use htons()/ntohs() appropriately.
These issues were reported by Andrew Galante.
Modified:
stable/9/sys/netinet/sctp_asconf.c
stable/9/sys/netinet
Author: tuexen
Date: Wed May 14 17:19:42 2014
New Revision: 266055
URL: http://svnweb.freebsd.org/changeset/base/266055
Log:
MFC r257574:
Unlock the lock before destroying it.
This issue was reported by Andrew Galante.
Modified:
stable/9/sys/netinet/sctp_pcb.c
Directory Properties:
s
Author: tuexen
Date: Wed May 14 17:16:49 2014
New Revision: 266054
URL: http://svnweb.freebsd.org/changeset/base/266054
Log:
MFC r257555:
Changes from upstream to improve compilation when INET or INET6
or none of them is defined.
Modified:
stable/9/sys/netinet/sctp_asconf.c
stable/9/
Author: tuexen
Date: Wed May 14 17:07:14 2014
New Revision: 266052
URL: http://svnweb.freebsd.org/changeset/base/266052
Log:
MFC r257359:
Terminate a debug output with a \n.
Modified:
stable/9/sys/netinet/sctp_timer.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: sta
Author: tuexen
Date: Wed May 14 17:01:31 2014
New Revision: 266049
URL: http://svnweb.freebsd.org/changeset/base/266049
Log:
MFC r257274:
Fis the value of *optlen when calling getsockopt() for
SCTP_REMOTE_UDP_ENCAPS_PORT.
This issue was reported by Andrew Galante.
Modified:
stable/9/
Author: tuexen
Date: Wed May 14 16:59:32 2014
New Revision: 266048
URL: http://svnweb.freebsd.org/changeset/base/266048
Log:
MFC r257272:
Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.
The issue was reported by Andrew Galante.
Modified:
stable/9/sys/netinet/sctp_pcb.c
Direc
Author: tuexen
Date: Wed May 14 16:57:08 2014
New Revision: 266047
URL: http://svnweb.freebsd.org/changeset/base/266047
Log:
MFC r256556
Remove a buggy comparision when setting manually the path MTU.
After fixing, the comparision would have become redundant.
Thanks to Andrew Galante for
Author: marius
Date: Wed May 14 16:18:19 2014
New Revision: 266044
URL: http://svnweb.freebsd.org/changeset/base/266044
Log:
MFC: r265535
- Sprinkle const and static as appropriate.
- Fix whitespace bugs.
- Remove pointless returns in void functions.
- Nuke pointless switch cases mirr
Author: marius
Date: Wed May 14 15:52:26 2014
New Revision: 266040
URL: http://svnweb.freebsd.org/changeset/base/266040
Log:
MFC: r256561
Prevent an unlikely, but real double free issue in gvinum(8).
Coverity ID: 1018965
Modified:
stable/9/sbin/gvinum/gvinum.c
Directory Properties:
Author: bdrewery
Date: Wed May 14 15:35:51 2014
New Revision: 266037
URL: http://svnweb.freebsd.org/changeset/base/266037
Log:
MFC r265072:
Remove redundant include
Modified:
stable/9/sys/geom/geom_disk.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/g
Author: bdrewery
Date: Wed May 14 15:32:50 2014
New Revision: 266034
URL: http://svnweb.freebsd.org/changeset/base/266034
Log:
MFC r264499:
Make g_access() KASSERT() more useful.
Modified:
stable/9/sys/geom/geom_subr.c
Directory Properties:
stable/9/sys/ (props changed)
Modified:
Author: bdrewery
Date: Wed May 14 15:17:12 2014
New Revision: 266024
URL: http://svnweb.freebsd.org/changeset/base/266024
Log:
MFC r264385:
Use proper MFSNAMELEN for fs type.
Modified:
stable/9/sys/kern/vfs_mount.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stab
Author: brueffer
Date: Wed May 14 13:55:14 2014
New Revision: 266018
URL: http://svnweb.freebsd.org/changeset/base/266018
Log:
MFC: r265362
Mention the axge(4) driver in the hardware notes.
Modified:
stable/9/release/doc/en_US.ISO8859-1/hardware/article.xml
Directory Properties:
stable
Author: marius
Date: Wed May 14 13:48:02 2014
New Revision: 266015
URL: http://svnweb.freebsd.org/changeset/base/266015
Log:
MFC: r265454
- Allow foot shooting with the resetconfig command via the -f option.
- Fix typos preventing -f to actually work with the create command.
- Initializ
Author: marius
Date: Wed May 14 13:45:51 2014
New Revision: 266013
URL: http://svnweb.freebsd.org/changeset/base/266013
Log:
MFC: r255977 (partial)
Sweep man pages replacing ad -> ada.
Modified:
stable/9/sbin/bsdlabel/bsdlabel.8
stable/9/sbin/ccdconfig/ccdconfig.8
stable/9/sbin/fdisk
Author: smh
Date: Wed May 14 09:13:33 2014
New Revision: 266009
URL: http://svnweb.freebsd.org/changeset/base/266009
Log:
MFC r265149
Make uninteresting PCI devices with no attached drivers only print out
on a verbose boot.
Sponsored by: Multiplay
Modified:
stable/9/sys/dev/pci/pc
30 matches
Mail list logo