CVS commit: src/sys/arch/i386/stand/lib
Module Name:src Committed By: maxv Date: Sun Dec 4 08:21:08 UTC 2016 Modified Files: src/sys/arch/i386/stand/lib: biosmem.S biosmemps2.S biosmemx.S exec.c multiboot.S startprog.S Log Message: KNF and explain a few things To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/stand/lib/biosmem.S \ src/sys/arch/i386/stand/lib/biosmemx.S cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/lib/biosmemps2.S cvs rdiff -u -r1.61 -r1.62 src/sys/arch/i386/stand/lib/exec.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/stand/lib/multiboot.S cvs rdiff -u -r1.3 -r1.4 src/sys/arch/i386/stand/lib/startprog.S 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: skrll Date: Sun Dec 4 10:07:06 UTC 2016 Modified Files: src/sys/dev/usb: if_axe.c if_axereg.h Log Message: Sync with FreeBSD/OpenBSD and add support for 88772B devices. While I'm here convert to USB_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/if_axereg.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: skrll Date: Sun Dec 4 10:08:26 UTC 2016 Modified Files: src/sys/dev/usb: if_axe.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/sys/dev/usb/if_axe.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: skrll Date: Sun Dec 4 10:12:35 UTC 2016 Modified Files: src/sys/dev/usb: emdtv.c if_athn_usb.c if_aue.c if_urndisreg.h if_urtw.c if_urtwn.c ohci.c uberry.c ubsa.c ucom.c udl.c udsbr.c uhci.c uhidev.c uipad.c uirdavar.h uplcom.c urio.c usb_quirks.c usb_subr.c usbdi.c uscanner.c usscanner.c Log Message: Whitespace To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/dev/usb/emdtv.c src/sys/dev/usb/uberry.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/usb/if_athn_usb.c cvs rdiff -u -r1.138 -r1.139 src/sys/dev/usb/if_aue.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/if_urndisreg.h cvs rdiff -u -r1.12 -r1.13 src/sys/dev/usb/if_urtw.c cvs rdiff -u -r1.51 -r1.52 src/sys/dev/usb/if_urtwn.c cvs rdiff -u -r1.264 -r1.265 src/sys/dev/usb/ohci.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/usb/ubsa.c cvs rdiff -u -r1.116 -r1.117 src/sys/dev/usb/ucom.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/udl.c cvs rdiff -u -r1.25 -r1.26 src/sys/dev/usb/udsbr.c cvs rdiff -u -r1.273 -r1.274 src/sys/dev/usb/uhci.c cvs rdiff -u -r1.68 -r1.69 src/sys/dev/usb/uhidev.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/uipad.c cvs rdiff -u -r1.6 -r1.7 src/sys/dev/usb/uirdavar.h cvs rdiff -u -r1.79 -r1.80 src/sys/dev/usb/uplcom.c \ src/sys/dev/usb/uscanner.c cvs rdiff -u -r1.45 -r1.46 src/sys/dev/usb/urio.c cvs rdiff -u -r1.85 -r1.86 src/sys/dev/usb/usb_quirks.c cvs rdiff -u -r1.216 -r1.217 src/sys/dev/usb/usb_subr.c cvs rdiff -u -r1.171 -r1.172 src/sys/dev/usb/usbdi.c cvs rdiff -u -r1.41 -r1.42 src/sys/dev/usb/usscanner.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-glint/dist/src
Module Name:xsrc Committed By: martin Date: Sun Dec 4 10:58:12 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-glint/dist/src: pm2_accel.c Log Message: Remove duplicate function To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ xsrc/external/mit/xf86-video-glint/dist/src/pm2_accel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: skrll Date: Sun Dec 4 11:31:55 UTC 2016 Modified Files: src/share/man/man4: axe.4 Log Message: Note all chipsets supported. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man4/axe.4 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: maya Date: Sun Dec 4 11:40:01 UTC 2016 Modified Files: src/doc: CHANGES Log Message: Note new axe(4) chipset support. To generate a diff of this commit: cvs rdiff -u -r1.2214 -r1.2215 src/doc/CHANGES 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: skrll Date: Sun Dec 4 11:47:29 UTC 2016 Modified Files: src/sys/dev/usb: if_axe.c Log Message: Fix a -Werror=sign-compare To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/dev/usb/if_axe.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/xdebug
Module Name:src Committed By: martin Date: Sun Dec 4 13:37:45 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug: md.sparc64 Log Message: Fix debug entry for glint driver (no longer obsolete with 1.18) To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/distrib/sets/lists/xdebug/md.sparc64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/kern
Module Name:src Committed By: christos Date: Sun Dec 4 16:40:44 UTC 2016 Modified Files: src/sys/kern: kern_sig.c Log Message: PR/51685: Kamil Rytarowski: Fill sigcontext info in kpsignal2 so that the debugger/core-dump signal info gets filled in in all code paths (including the lwp_kill one). To generate a diff of this commit: cvs rdiff -u -r1.330 -r1.331 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/external/bsd/dwc2
Module Name:src Committed By: skrll Date: Sun Dec 4 16:59:49 UTC 2016 Modified Files: src/sys/external/bsd/dwc2: dwc2.c Log Message: Add a missing usb_syncmem(... BUS_DMASYNC_PRE{READ,WRITE}) for the transfer buffer To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/external/bsd/dwc2/dwc2.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/binutils
Module Name:src Committed By: christos Date: Sun Dec 4 18:43:07 UTC 2016 Modified Files: src/external/gpl3/binutils/lib/libbfd/arch/sh3eb: bfd.h bfdver.h config.h src/external/gpl3/binutils/lib/libbfd/arch/sh3el: bfd.h bfdver.h config.h src/external/gpl3/binutils/lib/libopcodes/arch/sh3eb: config.h src/external/gpl3/binutils/lib/libopcodes/arch/sh3el: config.h src/external/gpl3/binutils/usr.bin/common/arch/sh3eb: config.h defs.mk src/external/gpl3/binutils/usr.bin/common/arch/sh3el: config.h defs.mk src/external/gpl3/binutils/usr.bin/gas/arch/sh3eb: config.h src/external/gpl3/binutils/usr.bin/gas/arch/sh3el: config.h src/external/gpl3/binutils/usr.bin/gprof/arch/sh3eb: gconfig.h src/external/gpl3/binutils/usr.bin/gprof/arch/sh3el: gconfig.h src/external/gpl3/binutils/usr.bin/ld/arch/sh3eb: config.h src/external/gpl3/binutils/usr.bin/ld/arch/sh3el: config.h Log Message: Regen sh3 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/bfd.h cvs rdiff -u -r1.9 -r1.10 \ src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/bfdver.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/lib/libbfd/arch/sh3eb/config.h cvs rdiff -u -r1.6 -r1.7 \ src/external/gpl3/binutils/lib/libbfd/arch/sh3el/bfd.h cvs rdiff -u -r1.9 -r1.10 \ src/external/gpl3/binutils/lib/libbfd/arch/sh3el/bfdver.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/lib/libbfd/arch/sh3el/config.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/lib/libopcodes/arch/sh3eb/config.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/lib/libopcodes/arch/sh3el/config.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/common/arch/sh3eb/config.h cvs rdiff -u -r1.7 -r1.8 \ src/external/gpl3/binutils/usr.bin/common/arch/sh3eb/defs.mk cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/common/arch/sh3el/config.h cvs rdiff -u -r1.7 -r1.8 \ src/external/gpl3/binutils/usr.bin/common/arch/sh3el/defs.mk cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/gas/arch/sh3eb/config.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/gas/arch/sh3el/config.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/gprof/arch/sh3eb/gconfig.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/gprof/arch/sh3el/gconfig.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/ld/arch/sh3eb/config.h cvs rdiff -u -r1.5 -r1.6 \ src/external/gpl3/binutils/usr.bin/ld/arch/sh3el/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/kernel
Module Name:src Committed By: kamil Date: Sun Dec 4 23:48:02 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: lwpinfo1 and lwpinfo2 in t_ptrace_wait{,3,4,6,id,pid} no longer fails Remove atf_tc_expect_fail() linked with PR kern/51685. Issue fixed by Christsos Zoulas in src/sys/kern/kern_sig.c r. 1.331 Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/tests/kernel/t_ptrace_wait.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: msaitoh Date: Mon Dec 5 03:59:47 UTC 2016 Modified Files: src/sys/arch/x86/include: specialreg.h Log Message: Fix CPUID_SEF_FLAGS. Octal value has no 8. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/arch/x86/include/specialreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/kernel
Module Name:src Committed By: kamil Date: Mon Dec 5 07:18:10 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Mark again lwpinfo2 with expected failure in t_ptrace_wait{,3,4,6,id,pid} Only failure lwpinfo1 was addressed, not lwpinfo2. PR kern/51685 Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/tests/kernel/t_ptrace_wait.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/riscv/riscv
Module Name:src Committed By: kamil Date: Mon Dec 5 07:24:16 UTC 2016 Modified Files: src/sys/arch/riscv/riscv: locore.S Log Message: Fix cpu_switchto(9) prototype in a comment To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/riscv/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.