Module Name:src
Committed By: seanb
Date: Thu Feb 4 15:04:11 UTC 2016
Modified Files:
src/crypto/external/bsd/openssh/dist: session.c
Log Message:
- Avoid uninitialized variable usage in do_nologin() when HAVE_LOGIN_CAP
isn't defined (which doesn't apply to NetBSD but..
Module Name:src
Committed By: seanb
Date: Fri Dec 5 18:45:37 UTC 2014
Modified Files:
src/sys/netinet6: udp6_output.c
Log Message:
- Fix comment which was no longer accurate after previous change to move
from in_pcbconnect -> in6_pcbsetport.
To generate a diff of this
Module Name:src
Committed By: seanb
Date: Tue Nov 25 19:09:13 UTC 2014
Modified Files:
src/sys/netinet: in_pcb.c
src/sys/netinet6: in6_pcb.c
Log Message:
Really make SO_REUSEPORT and SO_REUSEADDR equivalent for multicast
sockets. From FreeBSD.
To generate a diff
Module Name:src
Committed By: seanb
Date: Tue Nov 25 15:04:37 UTC 2014
Modified Files:
src/sys/netinet: in_pcb.c in_pcb.h
src/sys/netinet6: in6_pcb.c
Log Message:
Clean up any dangling ifp references in (struct in6pcb *)->in6p_v4moptions
(v4 multicast options off v
Module Name:src
Committed By: seanb
Date: Mon Apr 7 15:35:23 UTC 2014
Modified Files:
src/sys/kern: uipc_syscalls.c
Log Message:
Fix a case where an erroneous EAGAIN was returned out of recvmmsg.
This occured when some, but not all of the mmsg array members
were filled wi
Module Name:src
Committed By: seanb
Date: Wed Apr 2 15:35:45 UTC 2014
Modified Files:
src/sys/kern: uipc_domain.c
Log Message:
len argument to strlcpy() was incorrect when copying
out AF_LOCAL sockets in sysctl helper. The entire
buffer wasn't available since sun_path me
Module Name:src
Committed By: seanb
Date: Tue Jan 21 19:09:48 UTC 2014
Modified Files:
src/lib/libc/stdio: gettemp.c
Log Message:
Handle case where a 0 length template string or a template
of all 'X' would dereference, and maybe assign to, memory
before the template. Simp
Module Name:src
Committed By: seanb
Date: Tue Oct 8 14:54:29 UTC 2013
Modified Files:
src/sys/kern: uipc_socket.c
Log Message:
POSIX says getsockopt(s, SOL_SOCKET, SO_ACCEPTCONN,,) needs to work.
To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 src/sys/ke
Module Name:src
Committed By: seanb
Date: Fri Oct 26 16:52:52 UTC 2012
Modified Files:
src/usr.sbin/ifmcstat: ifmcstat.c
Log Message:
Ensure entire sockaddr_dl is obtained. May not have
been the case previously for interfaces with long names.
To generate a diff of this
Module Name:src
Committed By: seanb
Date: Tue May 15 17:51:51 UTC 2012
Modified Files:
src/usr.bin/make: compat.c
Log Message:
- Use _exit() instead of exit() in signal handler since
the latter isn't signal safe.
To generate a diff of this commit:
cvs rdiff -u -r1.84 -
Module Name:src
Committed By: seanb
Date: Thu Nov 10 17:10:00 UTC 2011
Modified Files:
src/sys/netinet6: nd6.c
Log Message:
- Remove unused variable from nd6_timer().
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/netinet6/nd6.c
Please note that
Module Name:src
Committed By: seanb
Date: Thu Oct 27 21:10:55 UTC 2011
Modified Files:
src/sys/kern: uipc_domain.c
Log Message:
Use PR_SLOWHZ, PR_FASTHZ defines in a couple spots.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/kern/uipc_domain.c
P
Module Name:src
Committed By: seanb
Date: Thu Oct 28 14:21:51 UTC 2010
Modified Files:
src/sys/kern: uipc_mbuf.c
Log Message:
Always use m_split() in m_copyback() instead of its
local, abridged, version. This closes a window where
a new mbuf (n) can be inserted where n->m
Module Name:src
Committed By: seanb
Date: Tue Jun 29 14:44:19 UTC 2010
Modified Files:
src/lib/libc/net: getnameinfo.c
Log Message:
- remove extra len check as per discussion on tech-net.
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/lib/libc/net/getn
14 matches
Mail list logo