Module Name:src
Committed By: mrg
Date: Thu Feb 8 08:04:45 UTC 2018
Modified Files:
src/sys/external/bsd/ipf/netinet: ip_fil_compat.c
Log Message:
updates for GCC 6:
- frentry_4_1_0_to_current() has duplicated code section, found via
the indent checker. didn't setup a
Module Name:src
Committed By: dholland
Date: Thu Feb 8 08:32:30 UTC 2018
Modified Files:
src/doc: CHANGES.prev
Log Message:
typo from 2008
To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/doc/CHANGES.prev
Please note that diffs are not public domain;
Module Name:src
Committed By: dholland
Date: Thu Feb 8 09:03:23 UTC 2018
Modified Files:
src/share/man/man4: ahc.4 bluetooth.4 si70xxtemp.4
src/share/man/man9: copy.9 genfs_rename.9 ieee80211_node.9 pcmcia.9
pcq.9 softintr.9 splraiseipl.9 usbdi.9 wsbell
Module Name:src
Committed By: dholland
Date: Thu Feb 8 09:05:21 UTC 2018
Modified Files:
src/bin/ed: cbc.c
src/games/trek: snova.c
src/lib/libcurses: curses_touch.3
src/lib/libisns: isns_pdu.c
src/lib/libpuffs: puffs.c
src/lib/libukf
Module Name:src
Committed By: maxv
Date: Thu Feb 8 09:32:02 UTC 2018
Modified Files:
src/sys/netinet: ip_icmp.c
Log Message:
Fix a possible buffer overflow in the IPv4 _ctlinput functions.
In _icmp_input we are guaranteeing that the ICMP_ADVLENMIN-byte area
starting from
Module Name:src
Committed By: maxv
Date: Thu Feb 8 09:56:19 UTC 2018
Modified Files:
src/tests/net/net: t_ping_opts.sh
Log Message:
Now that we don't allow source-routed packets by default, set allowsrcrt=1
and forwsrcrt=1. Should fix the ATF failure.
To generate a diff
Module Name:src
Committed By: maxv
Date: Thu Feb 8 10:03:52 UTC 2018
Modified Files:
src/sys/netinet: ip_reass.c
Log Message:
Change the error stat from IP_STAT_BADFRAGS to IP_STAT_TOOLONG. The
ping_of_death ATF test expects this counter to get increased.
To generate a
Module Name:src
Committed By: wiz
Date: Thu Feb 8 10:05:54 UTC 2018
Modified Files:
src/share/misc: inter.phone
Log Message:
Convert inter.phone from iso-8859-1 to utf-8.
Suggested by Eitan Adler in PR 52990.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.3
Module Name:src
Committed By: ozaki-r
Date: Thu Feb 8 10:11:38 UTC 2018
Modified Files:
src/sys/netinet: in.c
Log Message:
Don't call lltable_purge_entries from in_if_down if ARP isn't enabled
Reported by bouyer@
To generate a diff of this commit:
cvs rdiff -u -r1.216
Module Name:src
Committed By: maxv
Date: Thu Feb 8 10:24:46 UTC 2018
Modified Files:
src/sys/netinet: udp_usrreq.c
Log Message:
More style, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 src/sys/netinet/udp_usrreq.c
Please note th
Module Name:src
Committed By: maxv
Date: Thu Feb 8 10:30:30 UTC 2018
Modified Files:
src/sys/netinet: udp_var.h
Log Message:
Style, and remove prototype of udp_sysctl (does not exist).
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/netinet/udp_var
Module Name:src
Committed By: maxv
Date: Thu Feb 8 10:42:12 UTC 2018
Modified Files:
src/sys/netinet: ip_icmp.h
Log Message:
Use C99 types - in particular, stop using n_time and n_short -, style, and
remove prototype of icmp_sysctl (does not exist). No functional change.
Module Name:src
Committed By: mrg
Date: Thu Feb 8 10:52:05 UTC 2018
Modified Files:
src/sys/dev/sun: kbd.c
Log Message:
update for GCC 6:
kbd_input_wskbd() has a missing {} issue.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/dev/sun/kbd.c
Plea
Module Name:src
Committed By: maxv
Date: Thu Feb 8 11:13:20 UTC 2018
Modified Files:
src/sys/netinet6: udp6_output.c udp6_usrreq.c
Log Message:
Style, no functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/netinet6/udp6_output.c
cvs
Module Name:src
Committed By: maxv
Date: Thu Feb 8 11:34:35 UTC 2018
Modified Files:
src/sys/netinet6: files.netinet6 udp6_usrreq.c
src/sys/rump/net/lib/libnetinet6: Makefile.inc
Removed Files:
src/sys/netinet6: udp6_output.c
Log Message:
Move udp6_output(
Module Name:src
Committed By: maxv
Date: Thu Feb 8 11:49:37 UTC 2018
Modified Files:
src/sys/netinet6: udp6_usrreq.c
Log Message:
pr_send can be given a NULL lwp. It looks like the
control != NULL && lwp == NULL
condition is never supposed to happen, but add a p
Module Name:src
Committed By: christos
Date: Thu Feb 8 17:45:30 UTC 2018
Modified Files:
src/usr.sbin/syslogd: tls.c tls.h
Log Message:
include dh.h in the right spot.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/syslogd/tls.c
cvs rdiff -u
Module Name:src
Committed By: jakllsch
Date: Thu Feb 8 18:28:42 UTC 2018
Modified Files:
src/usr.sbin/syslogd: Makefile
Log Message:
define OPENSSL_API_COMPAT
(doesn't entirely unbreak build yet)
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbi
Module Name:src
Committed By: maxv
Date: Thu Feb 8 18:55:11 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Move the SO_DEBUG block earlier, to reduce the indentation level.
To generate a diff of this commit:
cvs rdiff -u -r1.364 -r1.365 src/sys/netin
Module Name:src
Committed By: maxv
Date: Thu Feb 8 18:59:00 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Reduce the indentation level of this huge block (without realigning yet,
for proofreadability). No functional change.
To generate a diff of thi
Module Name:src
Committed By: bouyer
Date: Thu Feb 8 19:16:24 UTC 2018
Modified Files:
src/sys/arch/mips/include: locore.h
src/sys/arch/mips/mips: db_interface.c trap.c
Log Message:
Allow kdbpeek() to return failure. If it does, stop the stack trace.
Prevents an i
Module Name:src
Committed By: maxv
Date: Thu Feb 8 19:25:48 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Remove this check, it is already done at the beginning of the function.
To generate a diff of this commit:
cvs rdiff -u -r1.366 -r1.367 src/sys
Module Name:src
Committed By: mrg
Date: Thu Feb 8 19:33:26 UTC 2018
Modified Files:
src/external/gpl3/gcc: gcc2netbsd
Log Message:
adjust the list of subdirs to elide. don't need libitm, gnattools
or gotools.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7
Module Name:src
Committed By: maxv
Date: Thu Feb 8 19:38:21 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Style, and remove outdated comments.
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 src/sys/netinet/tcp_input.c
Please note t
Module Name:src
Committed By: maxv
Date: Thu Feb 8 19:58:05 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
src/sys/netinet6: raw_ip6.c udp6_usrreq.c
Log Message:
Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They
are useless, because the
Module Name:src
Committed By: maxv
Date: Thu Feb 8 20:06:21 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Dedup code.
To generate a diff of this commit:
cvs rdiff -u -r1.369 -r1.370 src/sys/netinet/tcp_input.c
Please note that diffs are not public
Module Name:src
Committed By: maxv
Date: Thu Feb 8 20:10:56 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Remove the default case, the beginning of the function already ensures
af == AF_INET || af == AF_INET6.
To generate a diff of this commit:
cvs
Module Name:src
Committed By: jakllsch
Date: Thu Feb 8 20:18:03 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl.old/dist/crypto/asn1: asn1.h
Log Message:
Add ASN1_STRING_get0_data() glue for OPENSSL_API_COMPAT >= 0x1010L
To generate a diff of this commit:
c
Module Name:src
Committed By: maxv
Date: Thu Feb 8 20:19:30 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Remove the unused 'multicast' argument from tcp_vtw_input, and remove
the now-unused multicast detection code. It couldn't have been correct on
I
Module Name:src
Committed By: maxv
Date: Thu Feb 8 20:41:36 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Move the IPv4 multicast check earlier; we want to kick multicast packets
all the time, and not just when they are SYNs.
The IPv6 multicast check
Module Name:src
Committed By: maxv
Date: Thu Feb 8 20:50:00 UTC 2018
Modified Files:
src/sys/netinet: tcp_input.c
Log Message:
Style, rename a variable, and remove an unreachable case.
To generate a diff of this commit:
cvs rdiff -u -r1.373 -r1.374 src/sys/netinet/tcp_i
Module Name:src
Committed By: jakllsch
Date: Thu Feb 8 20:57:02 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: mi
Log Message:
try to make this match what I believe is current reality
To generate a diff of this commit:
cvs rdiff -u -r1.2177 -r1.2178 src/distrib/s
Module Name:src
Committed By: maxv
Date: Thu Feb 8 20:57:41 UTC 2018
Modified Files:
src/sys/netipsec: ipsec.c ipsec_input.c ipsec_mbuf.c ipsec_output.c
key.c
Log Message:
Remove unused net_osdep.h include.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: maxv
Date: Thu Feb 8 21:02:06 UTC 2018
Modified Files:
src/sys/net: net_osdep.h
Log Message:
Remove ovbcopy. It's long dead; only sparc has a reference to a function
of the same name, which too should be removed.
To generate a diff of this
Module Name:src
Committed By: christos
Date: Thu Feb 8 21:51:38 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/dist: CHANGES Configure NEWS README
e_os.h
src/crypto/external/bsd/openssl/dist/apps: ca.c ocsp.c openssl.c
openssl.cnf
Module Name:src
Committed By: christos
Date: Thu Feb 8 21:57:29 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl: mkpc
src/crypto/external/bsd/openssl/bin: Makefile
src/crypto/external/bsd/openssl/lib/libcrypto: Makefile aes.inc
asn1.inc
Module Name:src
Committed By: christos
Date: Thu Feb 8 21:59:11 UTC 2018
Modified Files:
src/tests/crypto/libcrypto: Makefile Makefile.inc
src/tests/crypto/libcrypto/bf: Makefile
src/tests/crypto/libcrypto/threads: Makefile
src/tests/crypto/libcrypt
Module Name:src
Committed By: christos
Date: Thu Feb 8 22:48:55 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto: Makefile man.inc
Added Files:
src/crypto/external/bsd/openssl/lib/libcrypto: crypto.map
Log Message:
fix the man pages, add a li
Module Name:src
Committed By: christos
Date: Thu Feb 8 22:51:06 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libssl: Makefile
Log Message:
use the right map file
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssl/
Module Name:src
Committed By: christos
Date: Thu Feb 8 22:49:15 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libssl: Makefile
Added Files:
src/crypto/external/bsd/openssl/lib/libssl: ssl.map
Log Message:
Add a linker script
To generate a diff of
Module Name:src
Committed By: christos
Date: Thu Feb 8 23:04:13 UTC 2018
Modified Files:
src/crypto/external/bsd/openssh/dist: kex.c
Log Message:
need openssl/dh.h
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/crypto/external/bsd/openssh/dist/kex.c
Module Name:src
Committed By: christos
Date: Thu Feb 8 23:32:38 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: bn.inc
Log Message:
adjust to renamed file
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/exte
Module Name:src
Committed By: christos
Date: Thu Feb 8 23:41:26 UTC 2018
Modified Files:
src/tests/crypto/libcrypto: Makefile.inc
Log Message:
include the right test directory for the right openssl version
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/
Module Name:src
Committed By: christos
Date: Thu Feb 8 23:52:26 UTC 2018
Modified Files:
src/tests/crypto/libcrypto/bf: Makefile
src/tests/crypto/libcrypto/threads: Makefile
Log Message:
fix 1.0 build; thanks ODE make.
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: christos
Date: Fri Feb 9 01:54:46 UTC 2018
Modified Files:
src/crypto/external/bsd/openssh: Makefile.inc
Log Message:
only set the compat version for OpenSSL-1.0
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/crypto/exter
Module Name:src
Committed By: christos
Date: Fri Feb 9 02:23:32 UTC 2018
Modified Files:
src/usr.sbin/syslogd: Makefile
Log Message:
only set api compat for 1.0
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.sbin/syslogd/Makefile
Please note that
Module Name:src
Committed By: christos
Date: Fri Feb 9 02:37:20 UTC 2018
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
disable compat api setting for openssl 1.1
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/racoon/Makefile
Ple
Module Name:src
Committed By: christos
Date: Fri Feb 9 02:51:32 UTC 2018
Modified Files:
src/usr.sbin/racoon: Makefile
Log Message:
No RC5 for OpenSSL-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/racoon/Makefile
Please note that diffs
Module Name:src
Committed By: christos
Date: Fri Feb 9 03:20:21 UTC 2018
Modified Files:
src/tests/crypto/libcrypto/threads: Makefile
Log Message:
put .PATH after the variable is defined.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/crypto/libcr
Module Name:src
Committed By: ozaki-r
Date: Fri Feb 9 03:53:07 UTC 2018
Modified Files:
src/tests/net/net: t_ping_opts.sh
Log Message:
Fix ping_opts_gateway and ping_opts_recordroute
We need to enable the options of source routing on all rump kernels.
To generate a dif
Module Name:src
Committed By: christos
Date: Fri Feb 9 04:20:38 UTC 2018
Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/man: mi
Log Message:
fix openssl-1.1
To generate a diff of this commit:
cvs rdiff -u -r1.2178 -r1.2179 src/distrib/set
Module Name:src
Committed By: christos
Date: Fri Feb 9 04:38:24 UTC 2018
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
missing backslash
To generate a diff of this commit:
cvs rdiff -u -r1.1031 -r1.1032 src/share/mk/bsd.own.mk
Please note that diffs are not pub
52 matches
Mail list logo