CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Tue May 26 12:02:27 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: if_urndis.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.9.4.4 -r1.9.4.5 src/sys/dev/usb/if_urndis.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpkern
Module Name:src Committed By: pooka Date: Tue May 26 15:29:39 UTC 2015 Modified Files: src/sys/rump/librump/rumpkern: cons.c Log Message: Implement fo_poll so that rump_sys_poll(stdout) works more or less as expected. from Martin Lucina via rumpkernel-users To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/librump/rumpkern/cons.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
Module Name:src Committed By: martin Date: Tue May 26 15:46:01 UTC 2015 Modified Files: src/distrib/sets: maketars Log Message: Do not try to preserve permissions when copying to the -i installdir in the METALOG case (it makes no sense at all). To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.82 src/distrib/sets/maketars 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/x86
Module Name:src Committed By: msaitoh Date: Tue May 26 16:08:01 UTC 2015 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Remove obsolete comment. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x86/x86/intel_busclock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/librump/rumpvfs
Module Name:src Committed By: pooka Date: Tue May 26 16:48:05 UTC 2015 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: implement DIOCGMEDIASIZE, from Martin Lucina To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60 src/sys/rump/librump/rumpvfs/rumpblk.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: christos Date: Tue May 26 19:59:21 UTC 2015 Modified Files: src/lib/libedit: readline.c src/lib/libedit/readline: readline.h Log Message: - fix types of rl_completion_entry_function and rl_add_defun - call update pos before completion to refresh the screen >From Thomas Eriksson To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/lib/libedit/readline.c cvs rdiff -u -r1.34 -r1.35 src/lib/libedit/readline/readline.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/bin/sh
Module Name:src Committed By: christos Date: Tue May 26 21:35:15 UTC 2015 Modified Files: src/bin/sh: main.c options.h sh.1 var.c var.h Log Message: Drop privileges when executed set{u,g}id unless -p is specified like other shells do to avoid system() and popen() abuse. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/bin/sh/main.c cvs rdiff -u -r1.21 -r1.22 src/bin/sh/options.h cvs rdiff -u -r1.114 -r1.115 src/bin/sh/sh.1 cvs rdiff -u -r1.43 -r1.44 src/bin/sh/var.c cvs rdiff -u -r1.25 -r1.26 src/bin/sh/var.h 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/tests
Module Name:src Committed By: htodd Date: Tue May 26 21:37:24 UTC 2015 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Fix debug build. To generate a diff of this commit: cvs rdiff -u -r1.623 -r1.624 src/distrib/sets/lists/tests/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/gen
Module Name:src Committed By: christos Date: Tue May 26 21:42:46 UTC 2015 Modified Files: src/lib/libc/gen: vis.c Log Message: use isgraph_l suggested by joerg@ To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 src/lib/libc/gen/vis.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: htodd Date: Tue May 26 22:04:32 UTC 2015 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Fix debug build. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 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/distrib/sets/lists/tests
Module Name:src Committed By: htodd Date: Tue May 26 22:05:44 UTC 2015 Modified Files: src/distrib/sets/lists/tests: mi Log Message: Revert wrong build fix. To generate a diff of this commit: cvs rdiff -u -r1.624 -r1.625 src/distrib/sets/lists/tests/mi 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/x86
Module Name:src Committed By: msaitoh Date: Wed May 27 00:08:50 UTC 2015 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Add new bus clock for Airmont. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/x86/x86/intel_busclock.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/x86
Module Name:src Committed By: msaitoh Date: Wed May 27 00:16:46 UTC 2015 Modified Files: src/sys/arch/x86/x86: coretemp.c Log Message: - Change the Upper limit of Tjmax from 100 to 110 because some new CPUs have 105. This change is the same as FreeBSD. - Print Tjmax with aprint_verbose(). - Reduce the diff against FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/x86/coretemp.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: ozaki-r Date: Wed May 27 01:12:04 UTC 2015 Modified Files: src/tests/net/net: t_forwarding.sh Log Message: Add timeout to ping6 positive tests too For when they fail. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/net/net/t_forwarding.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/sys/arch/arm
Module Name:src Committed By: msaitoh Date: Wed May 27 05:33:30 UTC 2015 Modified Files: src/sys/arch/arm/allwinner [netbsd-7]: awin_space.c src/sys/arch/arm/amlogic [netbsd-7]: amlogic_space.c src/sys/arch/arm/arm [netbsd-7]: cpufunc.c src/sys/arch/arm/arm32 [netbsd-7]: bus_dma.c db_machdep.c pmap.c src/sys/arch/arm/broadcom [netbsd-7]: bcm2835_space.c bcm53xx_pax.c bcmgen_space.c src/sys/arch/arm/include [netbsd-7]: lock.h locore.h mutex.h rwlock.h src/sys/arch/arm/include/arm32 [netbsd-7]: pmap.h src/sys/arch/arm/samsung [netbsd-7]: exynos_space.c src/sys/arch/arm/zynq [netbsd-7]: zynq_space.c Log Message: Pull up following revision(s) (requested by skrll in ticket #805): sys/arch/arm/include/arm32/pmap.h: revision 1.138 sys/arch/arm/arm/cpufunc.c: revision 1.151 sys/arch/arm/arm32/bus_dma.c: revision 1.90 sys/arch/arm/broadcom/bcm53xx_pax.c: revision 1.14 sys/arch/arm/arm32/bus_dma.c: revision 1.91 sys/arch/arm/samsung/exynos_space.c: revision 1.2 sys/arch/arm/arm32/db_machdep.c: revision 1.23 sys/arch/arm/allwinner/awin_space.c: revision 1.4 sys/arch/arm/include/rwlock.h: revision 1.9 sys/arch/arm/amlogic/amlogic_space.c: revision 1.2 sys/arch/arm/zynq/zynq_space.c: revision 1.2 sys/arch/arm/broadcom/bcm2835_space.c: revision 1.7 sys/arch/arm/arm32/pmap.c: revision 1.317 sys/arch/arm/include/locore.h: revision 1.19 sys/arch/arm/include/mutex.h: revision 1.20 sys/arch/arm/include/lock.h: revision 1.31 sys/arch/arm/include/lock.h: revision 1.32 sys/arch/arm/broadcom/bcmgen_space.c: revision 1.5 - Kill redundant semicolons. - Indentation. - Improve inline asm around dsb/dmb/isb: - always use volatile and mark them as memory barrier - use the common version from locore.h in all places not included from userland To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.10.1 src/sys/arch/arm/allwinner/awin_space.c cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/arch/arm/amlogic/amlogic_space.c cvs rdiff -u -r1.150 -r1.150.2.1 src/sys/arch/arm/arm/cpufunc.c cvs rdiff -u -r1.86.2.2 -r1.86.2.3 src/sys/arch/arm/arm32/bus_dma.c cvs rdiff -u -r1.21.4.1 -r1.21.4.2 src/sys/arch/arm/arm32/db_machdep.c cvs rdiff -u -r1.295.2.6 -r1.295.2.7 src/sys/arch/arm/arm32/pmap.c cvs rdiff -u -r1.6.10.1 -r1.6.10.2 src/sys/arch/arm/broadcom/bcm2835_space.c cvs rdiff -u -r1.13 -r1.13.4.1 src/sys/arch/arm/broadcom/bcm53xx_pax.c cvs rdiff -u -r1.4 -r1.4.6.1 src/sys/arch/arm/broadcom/bcmgen_space.c cvs rdiff -u -r1.28.2.1 -r1.28.2.2 src/sys/arch/arm/include/lock.h cvs rdiff -u -r1.16.6.1 -r1.16.6.2 src/sys/arch/arm/include/locore.h cvs rdiff -u -r1.17 -r1.17.2.1 src/sys/arch/arm/include/mutex.h cvs rdiff -u -r1.8 -r1.8.2.1 src/sys/arch/arm/include/rwlock.h cvs rdiff -u -r1.135.2.1 -r1.135.2.2 src/sys/arch/arm/include/arm32/pmap.h cvs rdiff -u -r1.1 -r1.1.8.1 src/sys/arch/arm/samsung/exynos_space.c cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/sys/arch/arm/zynq/zynq_space.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/doc
Module Name:src Committed By: msaitoh Date: Wed May 27 05:37:13 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket 805 and 807. To generate a diff of this commit: cvs rdiff -u -r1.1.2.310 -r1.1.2.311 src/doc/CHANGES-7.0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/external/gpl3/gcc/dist/gcc/config/arm
Module Name:src Committed By: msaitoh Date: Wed May 27 05:36:34 UTC 2015 Modified Files: src/external/gpl3/gcc/dist/gcc/config/arm [netbsd-7]: netbsd-elf.h Log Message: Pull up following revision(s) (requested by skrll in ticket #807): external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h: revision 1.8 Fix up TARGET_ENDIAN_DEFAULT for BE oabi To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.4.1 \ src/external/gpl3/gcc/dist/gcc/config/arm/netbsd-elf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/sys/arch/xen/xen
Module Name:src Committed By: msaitoh Date: Wed May 27 05:54:44 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-6]: xenevt.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1299): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, pointed out by Wei Liu in port-xen/49919 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.4.1 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6] src/doc
Module Name:src Committed By: msaitoh Date: Wed May 27 05:56:27 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1299. To generate a diff of this commit: cvs rdiff -u -r1.1.2.218 -r1.1.2.219 src/doc/CHANGES-6.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/sys/arch/xen/xen
Module Name:src Committed By: msaitoh Date: Wed May 27 05:56:42 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-6-1]: xenevt.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1299): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, pointed out by Wei Liu in port-xen/49919 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.18.1 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/sys/arch/xen/xen
Module Name:src Committed By: msaitoh Date: Wed May 27 05:57:14 UTC 2015 Modified Files: src/sys/arch/xen/xen [netbsd-6-0]: xenevt.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1299): sys/arch/xen/xen/xenevt.c: revision 1.42 Fix off by one error, pointed out by Wei Liu in port-xen/49919 To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.39.10.1 src/sys/arch/xen/xen/xenevt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] src/doc
Module Name:src Committed By: msaitoh Date: Wed May 27 05:57:31 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket 1299. To generate a diff of this commit: cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-6.0.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] src/doc
Module Name:src Committed By: msaitoh Date: Wed May 27 05:57:00 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket 1299. To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-6.1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/sys/dev/usb
Module Name:src Committed By: msaitoh Date: Wed May 27 06:18:05 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-5]: uftdi.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1964): sys/dev/usb/uftdi.c: revision 1.53 Use as large a packet size as the ftdi endpoint specifies. Now I can read from my beaglebone! To generate a diff of this commit: cvs rdiff -u -r1.39.4.1 -r1.39.4.2 src/sys/dev/usb/uftdi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-5] src/doc
Module Name:src Committed By: msaitoh Date: Wed May 27 06:19:25 UTC 2015 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Ticket 1964. To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-5.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Wed May 27 06:54:18 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Add comments. Some cosmetic changes. >From Takahiro HAYASHI. To generate a diff of this commit: cvs rdiff -u -r1.28.2.20 -r1.28.2.21 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [nick-nhusb] src/sys/dev/usb
Module Name:src Committed By: skrll Date: Wed May 27 06:56:16 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: xhci.c Log Message: Don't abuse pipe->up_async_task for xhci_clear_endpoint_stall_async_task. Add member struct usb_task xp_async_task to struct xhci_pipe. >From Takahiro HAYASHI. To generate a diff of this commit: cvs rdiff -u -r1.28.2.21 -r1.28.2.22 src/sys/dev/usb/xhci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.