CVS commit: src/lib/libresolv
Module Name:src Committed By: maya Date: Thu Dec 13 08:39:34 UTC 2018 Modified Files: src/lib/libresolv: ns_date.c Log Message: Remove unused macro. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libresolv/ns_date.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/inet
Module Name:src Committed By: maya Date: Thu Dec 13 08:42:26 UTC 2018 Modified Files: src/lib/libc/inet: inet_cidr_pton.c Log Message: Remove unused macro. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/lib/libc/inet/inet_cidr_pton.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/inet
Module Name:src Committed By: maya Date: Thu Dec 13 08:44:11 UTC 2018 Modified Files: src/lib/libc/inet: inet_net_pton.c Log Message: Remove unused macro. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/inet/inet_net_pton.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/resolv
Module Name:src Committed By: maya Date: Thu Dec 13 08:45:30 UTC 2018 Modified Files: src/lib/libc/resolv: res_debug.c Log Message: Remove unused macro To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/lib/libc/resolv/res_debug.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
Module Name:src Committed By: maya Date: Thu Dec 13 09:07:53 UTC 2018 Modified Files: src/usr.bin/telnet: ring.c ring.h Log Message: Remove unused code. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/telnet/ring.c cvs rdiff -u -r1.10 -r1.11 src/usr.bin/telnet/ring.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libtelnet
Module Name:src Committed By: maya Date: Thu Dec 13 09:09:32 UTC 2018 Modified Files: src/lib/libtelnet: spx.c Log Message: Remove unused code To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libtelnet/spx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
Module Name:src Committed By: maya Date: Thu Dec 13 09:20:05 UTC 2018 Modified Files: src/usr.bin/telnet: sys_bsd.c Log Message: Expand SIG_FUNC_RET -from openbsd. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.bin/telnet/sys_bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/sys/kern
Module Name:src Committed By: hannken Date: Thu Dec 13 10:19:47 UTC 2018 Modified Files: src/external/cddl/osnet/sys/kern: mod.c Log Message: Don't allow module to init before mp_online. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/cddl/osnet/sys/kern/mod.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: hannken Date: Thu Dec 13 10:20:51 UTC 2018 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Drop v_interlock for zfs_range_lock(), another thread might hold part of this range and wait for v_interlock. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/cddl/osnet/dist/uts/common/fs/zfs
Module Name:src Committed By: hannken Date: Thu Dec 13 10:20:20 UTC 2018 Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c Log Message: Operation zfs_range_lock() needs range as (offset,length), not as (low,high). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.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: roy Date: Thu Dec 13 10:27:51 UTC 2018 Modified Files: src/sys/netinet6: nd6_nbr.c Log Message: inet6: discard any received NA with a LL address we own This matches ARP behaviour. To generate a diff of this commit: cvs rdiff -u -r1.162 -r1.163 src/sys/netinet6/nd6_nbr.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/aarch64
Module Name:src Committed By: ryo Date: Thu Dec 13 10:44:25 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S db_machdep.c genassym.cf locore.S process_machdep.c trap.c src/sys/arch/aarch64/include: armreg.h ptrace.h Log Message: add support PT_STEP To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/aarch64/aarch64/cpuswitch.S cvs rdiff -u -r1.11 -r1.12 src/sys/arch/aarch64/aarch64/db_machdep.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/aarch64/aarch64/genassym.cf cvs rdiff -u -r1.31 -r1.32 src/sys/arch/aarch64/aarch64/locore.S cvs rdiff -u -r1.3 -r1.4 src/sys/arch/aarch64/aarch64/process_machdep.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/aarch64/aarch64/trap.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/aarch64/include/armreg.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/aarch64/include/ptrace.h 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: pgoyette Date: Thu Dec 13 11:28:00 UTC 2018 Modified Files: src/doc: TODO.modules Log Message: Add a note about the (lack of) correspondence between a module's name and the name of the file from which it is loaded. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/doc/TODO.modules 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: rin Date: Thu Dec 13 12:13:33 UTC 2018 Modified Files: src/sys/net: ether_sw_offload.c Log Message: Fix (bridge && !inet6) build. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/net/ether_sw_offload.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/sysinst
Module Name:src Committed By: martin Date: Thu Dec 13 12:28:25 UTC 2018 Modified Files: src/usr.sbin/sysinst: partman.c Log Message: Avoid undefined behaviour, pointed out by maxv To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/usr.sbin/sysinst/partman.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/identd
Module Name:src Committed By: sborrill Date: Thu Dec 13 13:11:28 UTC 2018 Modified Files: src/libexec/identd: ipf.c Log Message: IPFilter 5 requires you to specify IPv4 or IPv6 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/libexec/identd/ipf.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/x86/include
Module Name:src Committed By: cherry Date: Thu Dec 13 16:16:51 UTC 2018 Modified Files: src/sys/arch/x86/include: intr.h Log Message: Allow x86 builds to have the opportunity to not have pre-emption enabled by default. This can be effected by having a: "optionsNO_PREEMPTION" line in the kernel configuration file. While it was tempting to tie __HAVE_PREEMPTION to MULTIPROCESSOR, as is currently assumed in sys/kern/kern_stub.c , having MULTIPROCESSOR without __HAVE_PREEMPTION and not having either are valid configuration options which users could have choice of. We thus err on the side of configurability. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/arch/x86/include/intr.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/usb
Module Name:src Committed By: fox Date: Thu Dec 13 16:20:20 UTC 2018 Modified Files: src/sys/dev/usb: usbdevs Log Message: Add Logitech Gamepad F310 and Logitech Dual Action Gamepad To generate a diff of this commit: cvs rdiff -u -r1.762 -r1.763 src/sys/dev/usb/usbdevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: fox Date: Thu Dec 13 16:23:34 UTC 2018 Modified Files: src/sys/dev/usb: usbdevs.h usbdevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.755 -r1.756 src/sys/dev/usb/usbdevs.h \ src/sys/dev/usb/usbdevs_data.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/nvmm/x86
Module Name:src Committed By: maxv Date: Thu Dec 13 16:28:10 UTC 2018 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_svm.c Log Message: Don't forget to advance the RIP after an XSETBV emulation. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/nvmm/x86/nvmm_x86_svm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ieee1394
Module Name:src Committed By: jakllsch Date: Thu Dec 13 16:38:26 UTC 2018 Modified Files: src/sys/dev/ieee1394: fwdma.c Log Message: Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap. Prevents KASSERTs on detaches of sbp(4) and fwohci(4) on amd64. We should pass the dmamem segs around seperately, not in loaded dmamap... To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/dev/ieee1394/fwdma.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: rin Date: Thu Dec 13 20:44:33 UTC 2018 Modified Files: src/sys/net: ether_sw_offload.c Log Message: Also take care of non-DIAGNOSTIC case. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/net/ether_sw_offload.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: rin Date: Thu Dec 13 20:54:50 UTC 2018 Modified Files: src/sys/net: ether_sw_offload.c Log Message: Panic rather than silently dropping packets when TX offload options are enabled for unsupported frame types. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/net/ether_sw_offload.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: uwe Date: Fri Dec 14 03:29:54 UTC 2018 Modified Files: src/lib/libc/stdio: makebuf.c Log Message: Fix typo in the function comment. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/makebuf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: uwe Date: Fri Dec 14 03:43:22 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Don't leave a subordinate clause out in the cold. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/setbuf.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
Module Name:src Committed By: maya Date: Fri Dec 14 06:08:18 UTC 2018 Modified Files: src/usr.bin/telnet: commands.c externs.h telnet.c terminal.c Log Message: G/C In3270 - always false To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.bin/telnet/commands.c cvs rdiff -u -r1.41 -r1.42 src/usr.bin/telnet/externs.h cvs rdiff -u -r1.39 -r1.40 src/usr.bin/telnet/telnet.c cvs rdiff -u -r1.15 -r1.16 src/usr.bin/telnet/terminal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
Module Name:src Committed By: maya Date: Fri Dec 14 06:17:31 UTC 2018 Modified Files: src/usr.bin/telnet: externs.h sys_bsd.c Log Message: Inline the only use of NetNonblockingIO. While here inline SetSockOpt. From openbsd. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/telnet/externs.h cvs rdiff -u -r1.37 -r1.38 src/usr.bin/telnet/sys_bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
Module Name:src Committed By: maya Date: Fri Dec 14 06:27:40 UTC 2018 Modified Files: src/usr.bin/telnet: sys_bsd.c Log Message: Remove some effectively if 0'd code. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/telnet/sys_bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Fri Dec 14 06:28:09 UTC 2018 Modified Files: src/sys/dev/pci: if_wmvar.h Log Message: Print CLSEM workaround bit correctly. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/telnet
Module Name:src Committed By: maya Date: Fri Dec 14 06:28:49 UTC 2018 Modified Files: src/usr.bin/telnet: sys_bsd.c Log Message: Remove unneeded casts To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/usr.bin/telnet/sys_bsd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.