CVS commit: src/sys/external/bsd/ipf/netinet
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 test to confirm the bug/fix, but the other 2 similar functions are similar here now. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/ipf/netinet/ip_fil_compat.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
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; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man
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.9 Log Message: Typo fixes from Eitan Adler. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/share/man/man4/ahc.4 cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/bluetooth.4 cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/si70xxtemp.4 cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/copy.9 cvs rdiff -u -r1.3 -r1.4 src/share/man/man9/genfs_rename.9 cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/ieee80211_node.9 \ src/share/man/man9/pcq.9 cvs rdiff -u -r1.20 -r1.21 src/share/man/man9/pcmcia.9 cvs rdiff -u -r1.21 -r1.22 src/share/man/man9/softintr.9 cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/splraiseipl.9 cvs rdiff -u -r1.32 -r1.33 src/share/man/man9/usbdi.9 cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/wsbell.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
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/libukfs: ukfs.3 src/sbin/fsck_msdos: boot.c src/sbin/nvmectl: bignum.c src/sys/arch/arc/arc: c_nec_eisa.c src/sys/arch/arm/xscale: i80312reg.h src/sys/arch/atari/dev: fd.c kbd.c zs.c src/sys/arch/evbarm/lubbock: if_sm_obio.c src/sys/arch/evbmips/loongson/dev: glx.c src/sys/arch/hppa/conf: GENERIC src/sys/arch/hppa/gsc: if_ie_gsc.c src/sys/arch/hppa/include: psl.h src/sys/arch/playstation2/dev: if_smap.c src/sys/arch/playstation2/playstation2: interrupt.c src/sys/arch/sandpoint/stand/altboot: main.c src/sys/arch/sgimips/sgimips: arcemu.c src/sys/arch/sh3/sh3: locore_subr.S src/sys/arch/sparc/sparc: pmap.c src/sys/arch/sun3/dev: memerr.h src/sys/arch/vax/vsa: lcg.c src/sys/arch/x68k/dev: ite_tv.c src/sys/arch/zaurus/zaurus: zaurus_reg.h src/sys/dev/ic: isp.c nslm7xvar.h rt2560.c siisatareg.h wd33c93.c src/sys/dev/if_ndis: if_ndis.c src/sys/dev/isa: if_ec.c if_sm_isa.c src/sys/dev/microcode/aic7xxx: aic79xx.reg src/sys/dev/pci: auacerreg.h auichreg.h if_bnx.c if_rtwn.c if_sipreg.h if_ti.c if_vioif.c radeonfb_bios.c src/sys/dev/pci/cxgb: cxgb_mc5.c cxgb_t3_hw.c src/sys/dev/pci/n8/QMgr: QMgrInit.c RNQueue.c src/sys/dev/pci/n8/common: config.c config.h src/sys/dev/pci/n8/common/api: n8_daemon_sks.c n8_precomp_sha_locl.h src/sys/dev/pci/n8/common/api/commands: n8_cb_dh.c n8_cb_dsa.c n8_cb_ea.c n8_cb_rsa.c src/sys/dev/pcmcia: if_sm_pcmcia.c src/sys/dev/sysmon: sysmon_taskq.c src/sys/dev/usb: if_upgt.c if_urtwn.c src/sys/fs/puffs: puffs_node.c src/sys/kern: subr_pcq.c subr_tftproot.c subr_vmem.c src/sys/net: dlt.h src/sys/netinet: dccp_usrreq.c tcp_input.c src/sys/netinet6: in6_pcb.c src/sys/opencrypto: cryptodev.c src/tests/sys/uvm: t_uvm_physseg.c src/usr.bin/make: job.c src/usr.bin/vmstat: drvstats.c src/usr.sbin/bootp/common: hash.c Log Message: Typos. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/bin/ed/cbc.c cvs rdiff -u -r1.9 -r1.10 src/games/trek/snova.c cvs rdiff -u -r1.9 -r1.10 src/lib/libcurses/curses_touch.3 cvs rdiff -u -r1.3 -r1.4 src/lib/libisns/isns_pdu.c cvs rdiff -u -r1.122 -r1.123 src/lib/libpuffs/puffs.c cvs rdiff -u -r1.14 -r1.15 src/lib/libukfs/ukfs.3 cvs rdiff -u -r1.20 -r1.21 src/sbin/fsck_msdos/boot.c cvs rdiff -u -r1.1 -r1.2 src/sbin/nvmectl/bignum.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arc/arc/c_nec_eisa.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/i80312reg.h cvs rdiff -u -r1.85 -r1.86 src/sys/arch/atari/dev/fd.c cvs rdiff -u -r1.46 -r1.47 src/sys/arch/atari/dev/kbd.c cvs rdiff -u -r1.77 -r1.78 src/sys/arch/atari/dev/zs.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/lubbock/if_sm_obio.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbmips/loongson/dev/glx.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/hppa/conf/GENERIC cvs rdiff -u -r1.1 -r1.2 src/sys/arch/hppa/gsc/if_ie_gsc.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/hppa/include/psl.h cvs rdiff -u -r1.23 -r1.24 src/sys/arch/playstation2/dev/if_smap.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/playstation2/playstation2/interrupt.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/sandpoint/stand/altboot/main.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/sgimips/sgimips/arcemu.c cvs rdiff -u -r1.55 -r1.56 src/sys/arch/sh3/sh3/locore_subr.S cvs rdiff -u -r1.363 -r1.364 src/sys/arch/sparc/sparc/pmap.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/sun3/dev/memerr.h cvs rdiff -u -r1.2 -r1.3 src/sys/arch/vax/vsa/lcg.c cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x68k/dev/ite_tv.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/zaurus/zaurus/zaurus_reg.h cvs rdiff -u -r1.126 -r1.127 src/sys/dev/ic/isp.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/nslm7xvar.h cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/rt2560.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/ic/siisatareg.h cvs rdiff -u -r1.26 -r1.27 src/sys/dev/ic/wd33c93.c cvs rdiff -u -r1.38 -r1.39 src/sys/dev/if_ndis/if_ndis.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/isa/if_ec.c cvs rdiff -u -r1.23 -r1.24 src/sys/dev/isa/if_sm_isa.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/microcode/aic7xxx/aic79xx.reg cvs rdiff -u -r1.4 -r1.5 src/sys/dev/pci/auacerreg.h \ src/sys/dev/pci/radeonfb_bios.c cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/auichreg.h cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pci/if_bnx.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/pci/if_rtwn.c cvs rdiff -u -r1.19 -r1.20 src/sys/dev/pci/if_sipreg.h cvs rdiff -u -r1.102 -r1.103 src/sys/dev/pci/if_ti.c cvs rdiff -u -r1.38 -r1.39
CVS commit: src/sys/netinet
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 'icp' is contiguous. ICMP_ADVLENMIN = 8 + sizeof(struct ip) + 8 = 36 But the _ctlinput functions (eg udp_ctlinput) expect the area to be larger. These functions read at: (uint8_t *)icp + 8 + (icp->icmp_ip.ip_hl << 2) which can be crafted to be: (uint8_t *)icp + 68 So we end up reading 'icp+68' while the valid area ended at 'icp+36'. Having said that, it seems pretty complicated to trigger this bug; it would have to be a fragmented packet with half of the ICMP header in the first fragment, and we would need to have a driver that did not allocate a cluster for the first mbuf of the chain. The check of icmplen against ICMP_ADVLEN(icp) was not sufficient: while it did guarantee that the ICMP header fit the chain, it did not guarantee that it fit 'm'. Fix this bug by pulling up to hlen+ICMP_ADVLEN(icp). No need to log an error. Rebase the pointers afterwards. To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 src/sys/netinet/ip_icmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/net
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 of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/t_ping_opts.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/netinet/ip_reass.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
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.30 src/share/misc/inter.phone Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 -r1.217 src/sys/netinet/in.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/netinet/ip_icmp.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sun
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
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 rdiff -u -r1.130 -r1.131 src/sys/netinet6/udp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
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() into udp6_usrreq.c, and remove udp6_output.c. This is more consistent with IPv4, and there is no good reason for keeping a separate file only for one function. FreeBSD did the same. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/netinet6/files.netinet6 cvs rdiff -u -r1.56 -r0 src/sys/netinet6/udp6_output.c cvs rdiff -u -r1.131 -r1.132 src/sys/netinet6/udp6_usrreq.c cvs rdiff -u -r1.4 -r1.5 src/sys/rump/net/lib/libnetinet6/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet6
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 panic for safety. To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/netinet6/udp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/syslogd
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 -r1.2 -r1.3 src/usr.sbin/syslogd/tls.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/syslogd
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.sbin/syslogd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 this commit: cvs rdiff -u -r1.365 -r1.366 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/mips
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 infinite loop in ddb if something goes wrong. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 src/sys/arch/mips/include/locore.h cvs rdiff -u -r1.79 -r1.80 src/sys/arch/mips/mips/db_interface.c cvs rdiff -u -r1.245 -r1.246 src/sys/arch/mips/mips/trap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc
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 src/external/gpl3/gcc/gcc2netbsd Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
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 IPv6 entry point (ip6_input) already performs them. The checks were first added in the protocol functions: Wed Dec 22 04:03:02 1999 UTC (18 years, 1 month ago) by itojun "drop IPv6 packets with v4 mapped address on src/dst. they are illegal and may be used to fool IPv6 implementations (by using :::127.0.0.1 as source you may be able to pretend the packet is from local node)" Shortly afterwards they were also added in the IPv6 entry point, but where not removed from the protocol functions: Mon Jan 31 10:33:22 2000 UTC (18 years ago) by itojun "be proactive about malicious packet on the wire. we fear that v4 mapped address to be used as a tool to hose security filters (like bypassing "local host only" filter by using :::127.0.0.1)." OpenBSD did the same a few months ago. FreeBSD has never had these checks. To generate a diff of this commit: cvs rdiff -u -r1.368 -r1.369 src/sys/netinet/tcp_input.c cvs rdiff -u -r1.161 -r1.162 src/sys/netinet6/raw_ip6.c cvs rdiff -u -r1.133 -r1.134 src/sys/netinet6/udp6_usrreq.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 rdiff -u -r1.370 -r1.371 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl.old/dist/crypto/asn1
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: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/crypto/external/bsd/openssl.old/dist/crypto/asn1/asn1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 IPv6, since multicast packets are kicked at the beginning of the function. To generate a diff of this commit: cvs rdiff -u -r1.371 -r1.372 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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 is already done earlier, so this block of code can be removed. To generate a diff of this commit: cvs rdiff -u -r1.372 -r1.373 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netinet
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_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
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/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/netipsec
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.124 -r1.125 src/sys/netipsec/ipsec.c cvs rdiff -u -r1.55 -r1.56 src/sys/netipsec/ipsec_input.c cvs rdiff -u -r1.17 -r1.18 src/sys/netipsec/ipsec_mbuf.c cvs rdiff -u -r1.65 -r1.66 src/sys/netipsec/ipsec_output.c cvs rdiff -u -r1.247 -r1.248 src/sys/netipsec/key.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/net
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 commit: cvs rdiff -u -r1.18 -r1.19 src/sys/net/net_osdep.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/dist
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 s_client.c s_server.c s_time.c speed.c src/crypto/external/bsd/openssl/dist/crypto: LPdir_vms.c LPdir_win.c arm_arch.h armcap.c cryptlib.c cversion.c ex_data.c mem.c mem_clr.c ppccap.c ppccpuid.pl sparccpuid.S uid.c x86_64cpuid.pl src/crypto/external/bsd/openssl/dist/crypto/aes: aes_locl.h src/crypto/external/bsd/openssl/dist/crypto/aes/asm: aes-x86_64.pl aesni-sha1-x86_64.pl aesni-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/asn1: a_d2i_fp.c a_strex.c a_type.c asn_mime.c asn_pack.c tasn_dec.c tasn_enc.c src/crypto/external/bsd/openssl/dist/crypto/bio: b_sock.c bio_lib.c bss_file.c bss_log.c src/crypto/external/bsd/openssl/dist/crypto/bn: bn_exp.c bn_lcl.h bn_lib.c bn_mont.c bn_nist.c src/crypto/external/bsd/openssl/dist/crypto/bn/asm: x86_64-gcc.c x86_64-gf2m.pl src/crypto/external/bsd/openssl/dist/crypto/buffer: buffer.c src/crypto/external/bsd/openssl/dist/crypto/cms: cms_pwri.c src/crypto/external/bsd/openssl/dist/crypto/comp: c_zlib.c src/crypto/external/bsd/openssl/dist/crypto/conf: conf_def.c src/crypto/external/bsd/openssl/dist/crypto/des: rand_key.c src/crypto/external/bsd/openssl/dist/crypto/dh: dh_lib.c src/crypto/external/bsd/openssl/dist/crypto/dsa: dsa_ameth.c dsa_lib.c src/crypto/external/bsd/openssl/dist/crypto/dso: dso_dlfcn.c src/crypto/external/bsd/openssl/dist/crypto/ec: ec2_mult.c ec2_smpl.c ec_ameth.c ec_asn1.c ec_key.c ec_lcl.h ec_lib.c ecp_mont.c ecp_nist.c ecp_smpl.c src/crypto/external/bsd/openssl/dist/crypto/engine: eng_all.c eng_cryptodev.c eng_lib.c src/crypto/external/bsd/openssl/dist/crypto/err: openssl.ec src/crypto/external/bsd/openssl/dist/crypto/evp: e_aes.c evp_enc.c m_sha1.c src/crypto/external/bsd/openssl/dist/crypto/hmac: hmac.c src/crypto/external/bsd/openssl/dist/crypto/idea: i_cbc.c i_cfb64.c i_ecb.c i_ofb64.c i_skey.c idea_lcl.h src/crypto/external/bsd/openssl/dist/crypto/lhash: lhash.c src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c src/crypto/external/bsd/openssl/dist/crypto/md5: md5_dgst.c md5_locl.h src/crypto/external/bsd/openssl/dist/crypto/md5/asm: md5-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/modes: gcm128.c src/crypto/external/bsd/openssl/dist/crypto/objects: o_names.c src/crypto/external/bsd/openssl/dist/crypto/ocsp: ocsp_vfy.c src/crypto/external/bsd/openssl/dist/crypto/perlasm: x86gas.pl src/crypto/external/bsd/openssl/dist/crypto/pkcs12: p12_decr.c src/crypto/external/bsd/openssl/dist/crypto/pkcs7: pk7_doit.c pk7_lib.c src/crypto/external/bsd/openssl/dist/crypto/rand: md_rand.c rand_egd.c rand_unix.c randfile.c src/crypto/external/bsd/openssl/dist/crypto/rc2: rc2_cbc.c rc2_ecb.c rc2_locl.h rc2cfb64.c rc2ofb64.c src/crypto/external/bsd/openssl/dist/crypto/rc4/asm: rc4-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/rc5: rc5_ecb.c rc5_enc.c rc5_locl.h rc5cfb64.c rc5ofb64.c src/crypto/external/bsd/openssl/dist/crypto/ripemd: rmd_dgst.c rmd_locl.h src/crypto/external/bsd/openssl/dist/crypto/rsa: rsa_err.c rsa_lib.c rsa_oaep.c rsa_pk1.c rsa_sign.c src/crypto/external/bsd/openssl/dist/crypto/sha: sha256.c sha_locl.h src/crypto/external/bsd/openssl/dist/crypto/sha/asm: sha1-x86_64.pl src/crypto/external/bsd/openssl/dist/crypto/stack: stack.c src/crypto/external/bsd/openssl/dist/crypto/ui: ui_lib.c ui_openssl.c src/crypto/external/bsd/openssl/dist/crypto/x509: x509_vfy.c src/crypto/external/bsd/openssl/dist/crypto/x509v3: tabtest.c v3_addr.c src/crypto/external/bsd/openssl/dist/doc/apps: dgst.pod genpkey.pod openssl.pod tsget.pod src/crypto/external/bsd/openssl/dist/doc/crypto: BIO_s_accept.pod EVP_DigestInit.pod EVP_DigestVerifyInit.pod EVP_EncryptInit.pod EVP_PKEY_set1_RSA.pod EVP_PKEY_sign.pod d2i_PrivateKey.pod d2i_X509.pod src/crypto/external/bsd/openssl/dist/doc/ssl: SSL_CTX_set_client_CA_list.pod SSL_CTX_set_tmp_dh_callback.pod SSL_CTX_use_psk_identity_hint.pod SSL_accept.pod SSL_do_handshake.pod SSL_shutdown.pod src/crypto/external/bsd/openssl/dist/engines: e_padlock.c src/crypto/external/bsd/openssl/dist/include/openssl: idea.h rc2.h safestack.h
CVS commit: src/crypto/external/bsd/openssl
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 bio.inc bn.inc buffer.inc camellia.inc comp.inc crypto.inc des.inc dh.inc dsa.inc dso.inc ec.inc engine.inc err.inc evp.inc libc-sha256.c libc-sha512.c md2.inc modes.inc ocsp.inc pem.inc pkcs12.inc rand.inc rc4.inc rc5.inc rsa.inc sha.inc shlib_version srcs.inc x509.inc x509v3.inc src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386: aes-586.S aesni-x86.S bf-586.S bn-586.S cast-586.S cmll-x86.S co-586.S crypt586.S des-586.S ghash-x86.S md5-586.S rc4-586.S rc5-586.S rmd-586.S sha1-586.S sha256-586.S sha512-586.S uplink-x86.S vpaes-x86.S x86cpuid.S src/crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64: aes-x86_64.S aes.inc aesni-gcm-x86_64.S aesni-sha1-x86_64.S aesni-sha256-x86_64.S aesni-x86_64.S ecp_nistz256-x86_64.S md5-x86_64.S modes.inc rc4-x86_64.S x86_64-mont.S x86_64-mont5.S x86_64cpuid.S src/crypto/external/bsd/openssl/lib/libcrypto/man: ASN1_OBJECT_new.3 ASN1_STRING_length.3 ASN1_STRING_new.3 ASN1_STRING_print_ex.3 ASN1_TIME_set.3 ASN1_generate_nconf.3 BIO_ctrl.3 BIO_f_base64.3 BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 BIO_f_ssl.3 BIO_find_type.3 BIO_new.3 BIO_new_CMS.3 BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 BIO_s_null.3 BIO_s_socket.3 BIO_set_callback.3 BIO_should_retry.3 BN_BLINDING_new.3 BN_CTX_new.3 BN_CTX_start.3 BN_add.3 BN_add_word.3 BN_bn2bin.3 BN_cmp.3 BN_copy.3 BN_generate_prime.3 BN_mod_inverse.3 BN_mod_mul_montgomery.3 BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 BN_set_bit.3 BN_swap.3 BN_zero.3 CMS_add0_cert.3 CMS_add1_recipient_cert.3 CMS_add1_signer.3 CMS_compress.3 CMS_decrypt.3 CMS_encrypt.3 CMS_final.3 CMS_get0_RecipientInfos.3 CMS_get0_SignerInfos.3 CMS_get0_type.3 CMS_get1_ReceiptRequest.3 CMS_sign.3 CMS_sign_receipt.3 CMS_uncompress.3 CMS_verify.3 CMS_verify_receipt.3 CONF_modules_free.3 CONF_modules_load_file.3 DH_generate_key.3 DH_generate_parameters.3 DH_new.3 DH_set_method.3 DH_size.3 DSA_SIG_new.3 DSA_do_sign.3 DSA_dup_DH.3 DSA_generate_key.3 DSA_generate_parameters.3 DSA_new.3 DSA_set_method.3 DSA_sign.3 DSA_size.3 EC_GFp_simple_method.3 EC_GROUP_copy.3 EC_GROUP_new.3 EC_KEY_new.3 EC_POINT_add.3 EC_POINT_new.3 ERR_GET_LIB.3 ERR_clear_error.3 ERR_error_string.3 ERR_get_error.3 ERR_load_crypto_strings.3 ERR_load_strings.3 ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 ERR_set_mark.3 EVP_BytesToKey.3 EVP_DigestInit.3 EVP_DigestSignInit.3 EVP_DigestVerifyInit.3 EVP_EncodeInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_new.3 EVP_PKEY_cmp.3 EVP_PKEY_decrypt.3 EVP_PKEY_derive.3 EVP_PKEY_encrypt.3 EVP_PKEY_keygen.3 EVP_PKEY_new.3 EVP_PKEY_print_private.3 EVP_PKEY_set1_RSA.3 EVP_PKEY_sign.3 EVP_PKEY_verify.3 EVP_PKEY_verify_recover.3 EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 Makefile OBJ_nid2obj.3 OPENSSL_Applink.3 OPENSSL_VERSION_NUMBER.3 OPENSSL_config.3 OPENSSL_ia32cap.3 OPENSSL_instrument_bus.3 OPENSSL_load_builtin_modules.3 OpenSSL_add_all_algorithms.3 PEM_write_bio_CMS_stream.3 PEM_write_bio_PKCS7_stream.3 PKCS12_create.3 PKCS12_parse.3 PKCS7_decrypt.3 PKCS7_encrypt.3 PKCS7_sign.3 PKCS7_sign_add_signer.3 PKCS7_verify.3 RAND_add.3 RAND_bytes.3 RAND_cleanup.3 RAND_egd.3 RAND_load_file.3 RAND_set_rand_method.3 RSA_blinding_on.3 RSA_check_key.3 RSA_generate_key.3 RSA_new.3 RSA_padding_add_PKCS1_type_1.3 RSA_print.3 RSA_private_encrypt.3 RSA_public_encrypt.3 RSA_set_method.3 RSA_sign.3 RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 SMIME_read_CMS.3 SMIME_read_PKCS7.3 SMIME_write_CMS.3 SMIME_write_PKCS7.3 SSL_CIPHER_get_name.3 SSL_COMP_add_compression_method.3 SSL_CONF_CTX_new.3 SSL_CONF_CTX_set1_prefix.3 SSL_CONF_CTX_set_flags.3 SSL_CONF_CTX_set_ssl_ctx.3 SSL_CONF_cmd.3 SSL_CONF_cmd_argv.3 SSL_CTX_add1_chain_cert.3 SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3 SSL_CTX_ctrl.3 SSL_CTX_flush_sessions.3 SSL_CTX_free.3 SSL_CTX_get0_param.3 SSL_CTX_get_verify_mode.3 SSL_CTX_load_verify_
CVS commit: src/tests/crypto/libcrypto
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/libcrypto/x509v3: Makefile Added Files: src/tests/crypto/libcrypto/bn/div: divtest.c src/tests/crypto/libcrypto/conf: test.c src/tests/crypto/libcrypto/ecdh: ecdhtest.c Log Message: adjust tests for 1.1 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/tests/crypto/libcrypto/Makefile cvs rdiff -u -r1.6 -r1.7 src/tests/crypto/libcrypto/Makefile.inc cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/libcrypto/bf/Makefile cvs rdiff -u -r0 -r1.1 src/tests/crypto/libcrypto/bn/div/divtest.c cvs rdiff -u -r0 -r1.1 src/tests/crypto/libcrypto/conf/test.c cvs rdiff -u -r0 -r1.1 src/tests/crypto/libcrypto/ecdh/ecdhtest.c cvs rdiff -u -r1.2 -r1.3 src/tests/crypto/libcrypto/threads/Makefile cvs rdiff -u -r1.1 -r1.2 src/tests/crypto/libcrypto/x509v3/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto
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 linker script To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 \ src/crypto/external/bsd/openssl/lib/libcrypto/Makefile cvs rdiff -u -r0 -r1.1 \ src/crypto/external/bsd/openssl/lib/libcrypto/crypto.map cvs rdiff -u -r1.6 -r1.7 \ src/crypto/external/bsd/openssl/lib/libcrypto/man.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libssl
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/lib/libssl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libssl
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 this commit: cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/openssl/lib/libssl/Makefile cvs rdiff -u -r0 -r1.1 src/crypto/external/bsd/openssl/lib/libssl/ssl.map Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssh/dist
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto/arch/i386
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/external/bsd/openssl/lib/libcrypto/arch/i386/bn.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/crypto/libcrypto
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/tests/crypto/libcrypto/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/crypto/libcrypto
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 rdiff -u -r1.2 -r1.3 src/tests/crypto/libcrypto/bf/Makefile cvs rdiff -u -r1.3 -r1.4 src/tests/crypto/libcrypto/threads/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/crypto/external/bsd/openssh
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/external/bsd/openssh/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/syslogd
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 diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/racoon
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 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/racoon
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 are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/crypto/libcrypto/threads
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/libcrypto/threads/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/net/net
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 diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_ping_opts.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists
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/sets/lists/comp/mi cvs rdiff -u -r1.1575 -r1.1576 src/distrib/sets/lists/man/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
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 public domain; they are subject to the copyright notices on the relevant files.