CVS commit: src/sys/arch/arm/arm
Module Name:src Committed By: skrll Date: Sun Mar 29 08:27:41 UTC 2020 Modified Files: src/sys/arch/arm/arm: arm_cpu_topology.c Log Message: Fix a c&p error from 1.3 that should fixes mrg's rk3399 slow vs fast CPU problem. My XU4 certainly reports the right relative speeds for the 5 (yes, 5) CPUs that are avalable. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/arm/arm_cpu_topology.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/arm/include/arm32
Module Name:src Committed By: skrll Date: Sun Mar 29 09:01:32 UTC 2020 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Provide a pt_entry_t and PRIxPTE To generate a diff of this commit: cvs rdiff -u -r1.164 -r1.165 src/sys/arch/arm/include/arm32/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include
Module Name:src Committed By: skrll Date: Sun Mar 29 09:06:38 UTC 2020 Modified Files: src/sys/arch/arm/include: cpu.h Log Message: Provide a curpcb To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/arch/arm/include/cpu.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm
Module Name:src Committed By: skrll Date: Sun Mar 29 09:10:26 UTC 2020 Modified Files: src/sys/arch/arm/arm32: fault.c pmap.c src/sys/arch/arm/include: pcb.h Log Message: Support PMAP_FAULTINFO on arm To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 src/sys/arch/arm/arm32/fault.c cvs rdiff -u -r1.400 -r1.401 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/include/pcb.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/arm32
Module Name:src Committed By: skrll Date: Sun Mar 29 09:20:43 UTC 2020 Modified Files: src/sys/arch/arm/arm32: pmap.c Log Message: PTE_SYNC before TLB flush and no need to PTE_SYNC after an unmap. To generate a diff of this commit: cvs rdiff -u -r1.401 -r1.402 src/sys/arch/arm/arm32/pmap.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/usb
Module Name:src Committed By: maxv Date: Sun Mar 29 09:46:14 UTC 2020 Modified Files: src/sys/dev/usb: vhci.c Log Message: store the request buffer in the vxfer instead of the packet, clearer To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/vhci.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/acorn32/eb7500atx
Module Name:src Committed By: skrll Date: Sun Mar 29 10:25:28 UTC 2020 Modified Files: src/sys/arch/acorn32/eb7500atx: eb7500atx_machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/acorn32/eb7500atx/eb7500atx_machdep.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/usb
Module Name:src Committed By: tih Date: Sun Mar 29 10:46:10 UTC 2020 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Summary: Introduce a keyboard event ring buffer for USB console keyboards For the console keyboard, events must be handled separately from the interrupt handler, because of the possibility that the user chooses to drop into DDB by use of the designated key combination. This delayed handling is tied to the HZ clock through the callout(9) mechanism, meaning that another keyboard event arriving within 10ms of the previous one might overwrite its predecessor before it's handled. This causes dropped events for fast typists - and the situation gets worse with modern, programmable, keyboards. This patch introduces a ring buffer in the ukbd_softc data structure, so that multiple pending events may be safely stored. To generate a diff of this commit: cvs rdiff -u -r1.145 -r1.146 src/sys/dev/usb/ukbd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys/arch/i386/stand/misc
Module Name:src Committed By: martin Date: Sun Mar 29 11:38:13 UTC 2020 Modified Files: src/sys/arch/i386/stand/misc [netbsd-8]: Makefile Removed Files: src/sys/arch/i386/stand/misc [netbsd-8]: rawr32.exe.uue Log Message: Remove outdated Rawrite32 copy To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.52.1 src/sys/arch/i386/stand/misc/Makefile cvs rdiff -u -r1.7 -r0 src/sys/arch/i386/stand/misc/rawr32.exe.uue Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/distrib/notes
Module Name:src Committed By: martin Date: Sun Mar 29 11:45:13 UTC 2020 Modified Files: src/distrib/notes/bebox [netbsd-8]: prep src/distrib/notes/common [netbsd-8]: main src/distrib/notes/ews4800mips [netbsd-8]: xfer src/distrib/notes/i386 [netbsd-8]: xfer src/distrib/notes/news68k [netbsd-8]: xfer src/distrib/notes/newsmips [netbsd-8]: xfer Log Message: Pull up following revision(s): distrib/notes/ews4800mips/xfer: revision 1.3 distrib/notes/bebox/prep: revision 1.3 distrib/notes/newsmips/xfer: revision 1.3 distrib/notes/i386/xfer: revision 1.21 distrib/notes/common/main: revision 1.547 distrib/notes/news68k/xfer: revision 1.4 Replace references to i386 install media for Rawrite32 with links to the homepage. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.2.40.1 src/distrib/notes/bebox/prep cvs rdiff -u -r1.535.2.5 -r1.535.2.6 src/distrib/notes/common/main cvs rdiff -u -r1.2 -r1.2.38.1 src/distrib/notes/ews4800mips/xfer cvs rdiff -u -r1.20 -r1.20.38.1 src/distrib/notes/i386/xfer cvs rdiff -u -r1.3 -r1.3.38.1 src/distrib/notes/news68k/xfer cvs rdiff -u -r1.2 -r1.2.38.1 src/distrib/notes/newsmips/xfer Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Mar 29 11:48:21 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Note Rawrite32/distrib note changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.111 -r1.1.2.112 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/distrib/notes
Module Name:src Committed By: martin Date: Sun Mar 29 11:59:06 UTC 2020 Modified Files: src/distrib/notes/bebox [netbsd-8]: prep src/distrib/notes/common [netbsd-8]: main postinstall src/distrib/notes/ews4800mips [netbsd-8]: xfer src/distrib/notes/i386 [netbsd-8]: xfer src/distrib/notes/news68k [netbsd-8]: xfer src/distrib/notes/newsmips [netbsd-8]: xfer Log Message: Prepare for 8.2 release. To generate a diff of this commit: cvs rdiff -u -r1.2.40.1 -r1.2.40.2 src/distrib/notes/bebox/prep cvs rdiff -u -r1.535.2.6 -r1.535.2.7 src/distrib/notes/common/main cvs rdiff -u -r1.81 -r1.81.8.1 src/distrib/notes/common/postinstall cvs rdiff -u -r1.2.38.1 -r1.2.38.2 src/distrib/notes/ews4800mips/xfer cvs rdiff -u -r1.20.38.1 -r1.20.38.2 src/distrib/notes/i386/xfer cvs rdiff -u -r1.3.38.1 -r1.3.38.2 src/distrib/notes/news68k/xfer cvs rdiff -u -r1.2.38.1 -r1.2.38.2 src/distrib/notes/newsmips/xfer Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/include
Module Name:src Committed By: martin Date: Sun Mar 29 12:08:38 UTC 2020 Modified Files: src/include [netbsd-8]: stdio.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1526): include/stdio.h: revision 1.98 move P_tmpdir from "/var/tmp/" to "/tmp/". the main effect of this is to make GCC and other libiberty using tools use /tmp instead of /var/tmp for compiler temp files, which can be a bottleneck on larger systems. a survey of other platforms shows only OSX also uses /var/tmp, everyone else has switched to /tmp long ago. cons: some smaller systems may have a smaller /tmp than /var/tmp, and this may cause builds to fail with out of space earlier. point the build to /var/tmp using TMPDIR in this case. one can argue that setting TMPDIR would work around this, but we want to have the effect for all users without having special setup. To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.97.8.1 src/include/stdio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/sys
Module Name:src Committed By: martin Date: Sun Mar 29 12:10:37 UTC 2020 Modified Files: src/sys/dev/scsipi [netbsd-8]: cd.c src/sys/kern [netbsd-8]: subr_disk.c Log Message: Pull up following revision(s) (requested by mlelstv in ticket #1527): sys/dev/scsipi/cd.c: revision 1.343 sys/kern/subr_disk.c: revision 1.130 Avoid division by zero if label isn't valid. Allow open of RAWPART even when no medium is loaded. Keep errors silent if no medium is loaded. Fixes PR kern/55104 To generate a diff of this commit: cvs rdiff -u -r1.340.6.1 -r1.340.6.2 src/sys/dev/scsipi/cd.c cvs rdiff -u -r1.119.2.2 -r1.119.2.3 src/sys/kern/subr_disk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Mar 29 12:11:41 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Tickets #1526 and #1527 To generate a diff of this commit: cvs rdiff -u -r1.1.2.112 -r1.1.2.113 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-8] src/doc
Module Name:src Committed By: martin Date: Sun Mar 29 12:48:22 UTC 2020 Modified Files: src/doc [netbsd-8]: CHANGES-8.2 Log Message: Not distrib note changes To generate a diff of this commit: cvs rdiff -u -r1.1.2.113 -r1.1.2.114 src/doc/CHANGES-8.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/ic
Module Name:src Committed By: jmcneill Date: Sun Mar 29 13:04:15 UTC 2020 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Avoid "hole in RX ring" condition by ensuring a new mbuf is available before using an existing one. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/bcmgenet.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/ic
Module Name:src Committed By: jmcneill Date: Sun Mar 29 13:20:04 UTC 2020 Modified Files: src/sys/dev/ic: bcmgenet.c Log Message: Try to use the existing HW address programmed into the device if possible. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/ic/bcmgenet.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/dist/crypto/md4
Module Name:src Committed By: christos Date: Sun Mar 29 14:58:22 UTC 2020 Modified Files: src/crypto/external/bsd/openssl/dist/crypto/md4: md4_dgst.c Log Message: restore previous unsigned change. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \ src/crypto/external/bsd/openssl/dist/crypto/md4/md4_dgst.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/xen/xen
Module Name:src Committed By: jdolecek Date: Sun Mar 29 15:35:31 UTC 2020 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: in xennetback_evthandler() just copy the DomU packet into destination mbuf via hypervisor GNTTABOP_copy op instead of mapping the buffer into Dom0 memory no performance difference observed for now - it would probably make more difference if Dom0 was MP, or when Dom0 is under VM pressure this will eventually be updated to batch copy the DomU packets To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/arch/xen/xen/xennetback_xenbus.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/xen/xen
Module Name:src Committed By: jdolecek Date: Sun Mar 29 15:38:29 UTC 2020 Modified Files: src/sys/arch/xen/xen: xennetback_xenbus.c Log Message: completely g/c the #if 0'ed xennetback_tx_free(), it's not used any more To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 src/sys/arch/xen/xen/xennetback_xenbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap
Module Name:src Committed By: christos Date: Sun Mar 29 17:12:45 UTC 2020 Modified Files: src/external/bsd/libpcap/dist: pcap-rpcap.c sockutils.c src/external/bsd/libpcap/lib: Makefile shlib_version Added Files: src/external/bsd/libpcap: Makefile.inc src/external/bsd/libpcap/sbin: Makefile Makefile.inc src/external/bsd/libpcap/sbin/rpcapd: Makefile Log Message: ENABLE_REMOTE and add rpcapd(8) To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/libpcap/Makefile.inc cvs rdiff -u -r1.1.1.3 -r1.2 src/external/bsd/libpcap/dist/pcap-rpcap.c \ src/external/bsd/libpcap/dist/sockutils.c cvs rdiff -u -r1.26 -r1.27 src/external/bsd/libpcap/lib/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/bsd/libpcap/lib/shlib_version cvs rdiff -u -r0 -r1.1 src/external/bsd/libpcap/sbin/Makefile \ src/external/bsd/libpcap/sbin/Makefile.inc cvs rdiff -u -r0 -r1.1 src/external/bsd/libpcap/sbin/rpcapd/Makefile 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: Sun Mar 29 17:13:47 UTC 2020 Modified Files: src/distrib/sets/lists/base: mi shl.mi src/distrib/sets/lists/debug: shl.mi src/distrib/sets/lists/man: mi src/distrib/sets/lists/misc: mi Log Message: enable remote for libpcap and add rpcapd To generate a diff of this commit: cvs rdiff -u -r1.1234 -r1.1235 src/distrib/sets/lists/base/mi cvs rdiff -u -r1.880 -r1.881 src/distrib/sets/lists/base/shl.mi cvs rdiff -u -r1.239 -r1.240 src/distrib/sets/lists/debug/shl.mi cvs rdiff -u -r1.1683 -r1.1684 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.216 -r1.217 src/distrib/sets/lists/misc/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/etc/mtree
Module Name:src Committed By: christos Date: Sun Mar 29 17:14:13 UTC 2020 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add rpcapd examples To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/etc/mtree/NetBSD.dist.base Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap
Module Name:src Committed By: christos Date: Sun Mar 29 17:30:30 UTC 2020 Modified Files: src/external/bsd/libpcap: Makefile Log Message: Descend to sbin To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/libpcap/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ktrace
Module Name:src Committed By: sevan Date: Sun Mar 29 17:48:18 UTC 2020 Modified Files: src/usr.bin/ktrace: ktrace.1 Log Message: Document ktrace history To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/ktrace/ktrace.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap/lib
Module Name:src Committed By: christos Date: Sun Mar 29 17:49:52 UTC 2020 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: need bsd.init.mk to grab Makefile.inc To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/bsd/libpcap/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/ktrace
Module Name:src Committed By: sevan Date: Sun Mar 29 17:50:23 UTC 2020 Modified Files: src/usr.bin/ktrace: ktrace.1 Log Message: tense To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/ktrace/ktrace.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Sun Mar 29 18:32:45 UTC 2020 Modified Files: src/lib/libterminfo: term_private.h Log Message: terminfo: Clamp numeric bounds to storage not API. While here, fix decoding of numeric -1 stored in uint16_t to still be -1. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libterminfo/term_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Sun Mar 29 18:54:58 UTC 2020 Modified Files: src/lib/libterminfo: compile.c term_private.h Log Message: terminfo: allow _ti_getname to convert from and to any version To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libterminfo/compile.c cvs rdiff -u -r1.16 -r1.17 src/lib/libterminfo/term_private.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/infocmp
Module Name:src Committed By: roy Date: Sun Mar 29 19:10:08 UTC 2020 Modified Files: src/usr.bin/infocmp: infocmp.c Log Message: infocmp: Strip versioning from terminfo name To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/infocmp/infocmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap/dist
Module Name:src Committed By: christos Date: Sun Mar 29 19:49:26 UTC 2020 Modified Files: src/external/bsd/libpcap/dist: pcap.c Added Files: src/external/bsd/libpcap/dist: pcap-rpcap-unix.c pcap-rpcap-unix.h Log Message: Use http://sourceforge.net/p/libpcap/patches/_discuss/thread/fc8f43a0/ad35/\ attachment/rpcap3.patch to provide rpcap support. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/libpcap/dist/pcap-rpcap-unix.c \ src/external/bsd/libpcap/dist/pcap-rpcap-unix.h cvs rdiff -u -r1.9 -r1.10 src/external/bsd/libpcap/dist/pcap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap/lib
Module Name:src Committed By: christos Date: Sun Mar 29 19:50:46 UTC 2020 Modified Files: src/external/bsd/libpcap/lib: Makefile Log Message: rpcap:///interface support. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/external/bsd/libpcap/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/libpcap/dist
Module Name:src Committed By: christos Date: Sun Mar 29 19:50:23 UTC 2020 Modified Files: src/external/bsd/libpcap/dist: pcap-rpcap-unix.c Log Message: make the patch compile on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/libpcap/dist/pcap-rpcap-unix.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib
Module Name:src Committed By: maya Date: Sun Mar 29 21:06:03 UTC 2020 Modified Files: src/external/mit/xorg/lib: libloader.mk src/external/mit/xorg/lib/libGL: Makefile Log Message: Define GL_LIB_NAME somewhere that applies to dri_common.c, which is the file that needs it. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libloader.mk cvs rdiff -u -r1.28 -r1.29 src/external/mit/xorg/lib/libGL/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/include/arm32
Module Name:src Committed By: skrll Date: Sun Mar 29 21:34:33 UTC 2020 Modified Files: src/sys/arch/arm/include/arm32: pmap.h Log Message: Don't define pt_entry_t if _LOCORE Reported by Patrick Welche To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/sys/arch/arm/include/arm32/pmap.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Sun Mar 29 21:46:23 UTC 2020 Modified Files: src/lib/libterminfo: compile.c term_private.h Log Message: terminfo: Promote a terminfo description to v3 when required Blindly scanning the capabilities for # and checking that the following number is bigger than a short isn't reliable because this could be a string value: SomeString#1234 Instead, if we process the numeric as normal and if it's value is too big for v1 then promote the record to v3. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/lib/libterminfo/compile.c cvs rdiff -u -r1.17 -r1.18 src/lib/libterminfo/term_private.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/tic
Module Name:src Committed By: roy Date: Sun Mar 29 21:54:03 UTC 2020 Modified Files: src/usr.bin/tic: tic.c Log Message: tic: Duplicate and promote v1 records when merging a v3 record When this occurs, tic merges the matching v1 record into the original v1. The screen-256color record by itself doesn't have any numerics bigger than a short, but the xterm+256setaf record does. The screen-256color record is now as it was before the recent terminfo2.cdb merge into terminfo.cdb. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/tic/tic.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/ic
Module Name:src Committed By: nisimura Date: Sun Mar 29 23:16:52 UTC 2020 Modified Files: src/sys/dev/ic: dm9000.c Log Message: reorganise rcv frame address filter code To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/dev/ic/dm9000.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/ic
Module Name:src Committed By: nisimura Date: Mon Mar 30 00:01:57 UTC 2020 Modified Files: src/sys/dev/ic: dm9000reg.h Log Message: DM9000 add register description To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/dm9000reg.h 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: roy Date: Mon Mar 30 00:09:07 UTC 2020 Modified Files: src/lib/libterminfo: compile.c src/usr.bin/tic: tic.c Log Message: terminfo: v3 records should create v3 aliases To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libterminfo/compile.c cvs rdiff -u -r1.39 -r1.40 src/usr.bin/tic/tic.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/infocmp
Module Name:src Committed By: roy Date: Mon Mar 30 00:22:19 UTC 2020 Modified Files: src/usr.bin/infocmp: infocmp.c Log Message: infocmp: strip versioning from aliases as well To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/infocmp/infocmp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libterminfo
Module Name:src Committed By: roy Date: Mon Mar 30 02:08:11 UTC 2020 Modified Files: src/lib/libterminfo: compile.c Log Message: terminfo: satisfy gcc bitching To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libterminfo/compile.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/debug
Module Name:src Committed By: christos Date: Mon Mar 30 02:12:38 UTC 2020 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add rpcapd To generate a diff of this commit: cvs rdiff -u -r1.298 -r1.299 src/distrib/sets/lists/debug/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Mon Mar 30 02:41:06 UTC 2020 Modified Files: src/usr.bin/make: main.c make.h Log Message: make: fix -fno-common build debug was declared extern, but debug_file was not; correct this and define debug_file in main.c (as debug is) to fix the -fno-common build. -fno-common will become the default with GCC10/LLVM11. Patch from kevans at freebsd To generate a diff of this commit: cvs rdiff -u -r1.273 -r1.274 src/usr.bin/make/main.c cvs rdiff -u -r1.104 -r1.105 src/usr.bin/make/make.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/blacklist/bin
Module Name:src Committed By: christos Date: Mon Mar 30 03:02:41 UTC 2020 Modified Files: src/external/bsd/blacklist/bin: blacklistd.8 Log Message: Explain how configuration matching is done. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/external/bsd/blacklist/bin/blacklistd.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: ryo Date: Mon Mar 30 06:54:37 UTC 2020 Modified Files: src/lib/libedit: common.c map.c refresh.c search.c Log Message: fix build error with SDEBUG, MAP_DEBUG, DEBUG_REFRESH To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 src/lib/libedit/common.c cvs rdiff -u -r1.52 -r1.53 src/lib/libedit/map.c cvs rdiff -u -r1.56 -r1.57 src/lib/libedit/refresh.c cvs rdiff -u -r1.49 -r1.50 src/lib/libedit/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libedit
Module Name:src Committed By: ryo Date: Mon Mar 30 06:56:38 UTC 2020 Modified Files: src/lib/libedit: search.c Log Message: patbuf must be updated if the length of patbuf is greater than or equal to 0. (that is always) fix of r1.7 was incorrect. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/lib/libedit/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.