CVS commit: src/share/man/man9
Module Name:src Committed By: mlelstv Date: Sat Apr 18 08:04:58 UTC 2015 Modified Files: src/share/man/man9: pcq.9 Log Message: fix reference to queue(3) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man9/pcq.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Sat Apr 18 08:06:13 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: JETSONTK1 Log Message: Typo To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/JETSONTK1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib
Module Name:src Committed By: martin Date: Sat Apr 18 08:56:57 UTC 2015 Modified Files: src/distrib/amd64/cdroms: Makefile.cdrom src/distrib/i386/cdroms: Makefile.cdrom src/distrib/sparc64/cdroms/installcd: Makefile src/distrib/vax/cdroms/installcd: Makefile Log Message: Add libpthread.so* - new lzma needs it. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/distrib/amd64/cdroms/Makefile.cdrom cvs rdiff -u -r1.32 -r1.33 src/distrib/i386/cdroms/Makefile.cdrom cvs rdiff -u -r1.20 -r1.21 src/distrib/sparc64/cdroms/installcd/Makefile cvs rdiff -u -r1.10 -r1.11 src/distrib/vax/cdroms/installcd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/usr.sbin/postinstall
Module Name:src Committed By: martin Date: Sat Apr 18 09:39:17 UTC 2015 Modified Files: src/usr.sbin/postinstall [netbsd-7]: postinstall Log Message: Apply patch to fix fallout from ticket #635, requested by tron in ticket #707. To generate a diff of this commit: cvs rdiff -u -r1.175.2.3 -r1.175.2.4 src/usr.sbin/postinstall/postinstall 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/cortex
Module Name:src Committed By: skrll Date: Sat Apr 18 09:47:13 UTC 2015 Modified Files: src/sys/arch/arm/cortex: a9_mpsubr.S Log Message: Use character constants instead of ascii values for readability To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/cortex/a9_mpsubr.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/sysmon
Module Name:src Committed By: pgoyette Date: Sat Apr 18 10:49:32 UTC 2015 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Update attach/detach routines and provide MODULE interface. Confirmed that atf tests (which run via rump) still pass, and also confirmed that panic/reboot work in both monolithic kernel and loaded module. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/sysmon/swwdog.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/modules
Module Name:src Committed By: pgoyette Date: Sat Apr 18 10:52:44 UTC 2015 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/swwdog: Makefile Log Message: Add modularized swwdog driver. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/swwdog/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/modules
Module Name:src Committed By: pgoyette Date: Sat Apr 18 10:54:59 UTC 2015 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.evbppc.powerpc md.i386 mi Log Message: Update sets lists for new swwdog module To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/distrib/sets/lists/modules/md.amd64 cvs rdiff -u -r1.5 -r1.6 src/distrib/sets/lists/modules/md.evbppc.powerpc cvs rdiff -u -r1.58 -r1.59 src/distrib/sets/lists/modules/md.i386 cvs rdiff -u -r1.73 -r1.74 src/distrib/sets/lists/modules/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/evbarm
Module Name:src Committed By: skrll Date: Sat Apr 18 11:03:31 UTC 2015 Modified Files: src/sys/arch/evbarm/rpi: rpi2_start.S src/sys/arch/evbarm/tegra: tegra_start.S Log Message: Use character constants instead of ascii values for readability To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/rpi/rpi2_start.S cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/tegra/tegra_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/awin
Module Name:src Committed By: skrll Date: Sat Apr 18 11:04:49 UTC 2015 Modified Files: src/sys/arch/evbarm/awin: awin_start.S Log Message: Use character constants instead of ascii values for readability Print A80 in the A80 case and actually print the CPU number for A31/A80 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/awin/awin_start.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
Module Name:src Committed By: mlelstv Date: Sat Apr 18 11:23:58 UTC 2015 Modified Files: src/sys/dev/rasops: rasops.c src/sys/dev/wsfont: wsfont.c wsfont.h Log Message: add "best match" algorithm to wsfont and use this instead of a private function in rasops. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/rasops/rasops.c cvs rdiff -u -r1.57 -r1.58 src/sys/dev/wsfont/wsfont.c cvs rdiff -u -r1.24 -r1.25 src/sys/dev/wsfont/wsfont.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/evbarm/conf
Module Name:src Committed By: skrll Date: Sat Apr 18 11:30:22 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Use GENERIC.common To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbarm/conf/RPI Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Sat Apr 18 11:32:37 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: GENERIC.common Log Message: Enable COMPAT_NETBSD32 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/GENERIC.common Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/evbarm/conf
Module Name:src Committed By: skrll Date: Sat Apr 18 13:43:45 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: RPI Log Message: Remove dmover(9) references To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/evbarm/conf/RPI 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/pic
Module Name:src Committed By: skrll Date: Sat Apr 18 14:09:32 UTC 2015 Modified Files: src/sys/arch/arm/pic: pic.c Log Message: Serialise work in pic_add. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/arm/pic/pic.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/amiga/dev
Module Name:src Committed By: mlelstv Date: Sat Apr 18 14:21:41 UTC 2015 Modified Files: src/sys/arch/amiga/dev: wdc_amiga.c Log Message: detect a4000 hardware only once, then use the result. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/amiga/dev/wdc_amiga.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/sysmon
Module Name:src Committed By: mlelstv Date: Sat Apr 18 14:44:44 UTC 2015 Modified Files: src/sys/dev/sysmon: sysmon_envsys_events.c sysmonvar.h Log Message: use unsigned type for flag bits. To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 src/sys/dev/sysmon/sysmon_envsys_events.c cvs rdiff -u -r1.47 -r1.48 src/sys/dev/sysmon/sysmonvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump
Module Name:src Committed By: pooka Date: Sat Apr 18 15:49:18 UTC 2015 Modified Files: src/sys/rump/kern/lib/libsysproxy: sysproxy.c src/sys/rump/librump/rumpkern: emul.c lwproc.c rump_private.h rumpcopy.c signals.c vm.c Log Message: Give remote clients struct pmap storage. Although the pmap is unused, that way we can sure that the pmap macro framework doesn't access all the wrong places. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/rump/kern/lib/libsysproxy/sysproxy.c cvs rdiff -u -r1.169 -r1.170 src/sys/rump/librump/rumpkern/emul.c cvs rdiff -u -r1.34 -r1.35 src/sys/rump/librump/rumpkern/lwproc.c cvs rdiff -u -r1.90 -r1.91 src/sys/rump/librump/rumpkern/rump_private.h cvs rdiff -u -r1.19 -r1.20 src/sys/rump/librump/rumpkern/rumpcopy.c cvs rdiff -u -r1.14 -r1.15 src/sys/rump/librump/rumpkern/signals.c cvs rdiff -u -r1.165 -r1.166 src/sys/rump/librump/rumpkern/vm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/xz/include
Module Name:src Committed By: joerg Date: Sat Apr 18 16:59:05 UTC 2015 Modified Files: src/external/public-domain/xz/include: config.h Log Message: Use unaligned access if the platform supports it. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/public-domain/xz/include/config.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/uvm/pmap
Module Name:src Committed By: joerg Date: Sat Apr 18 16:58:31 UTC 2015 Modified Files: src/sys/uvm/pmap: pmap_tlb.c Log Message: pmap_tlb_intersecting_active_p is not used in some combinations of platform options as seen by recent ARM changes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/public-domain/xz/include
Module Name:src Committed By: joerg Date: Sat Apr 18 17:00:09 UTC 2015 Modified Files: src/external/public-domain/xz/include: config.h Log Message: Drop condition around SIZEOF_SIZE_T to reduce diff against clean version. The macro is only used on platforms without SIZE_MAX. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/public-domain/xz/include/config.h 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: ozaki-r Date: Sat Apr 18 18:32:16 UTC 2015 Modified Files: src/sys/net: if_vlan.c Log Message: Count up parent's obytes and omcasts counters PR kern/49837 To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/net/if_vlan.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/stdlib
Module Name:src Committed By: joerg Date: Sat Apr 18 21:44:31 UTC 2015 Modified Files: src/lib/libc/stdlib: atexit.c Log Message: Add __aeabi_atexit alias for another case of NIH on ARM. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdlib/atexit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/utils/embedded
Module Name:src Committed By: hubertf Date: Sat Apr 18 22:06:48 UTC 2015 Modified Files: src/distrib/utils/embedded: mkimage Log Message: Properly spell X' name. From X(7): The X.Org Foundation requests that the following names be used when referring to this software: X X Window System X Version 11 X Window System, Version 11 X11 To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/distrib/utils/embedded/mkimage Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/sysmon
Module Name:src Committed By: pgoyette Date: Sat Apr 18 22:56:52 UTC 2015 Modified Files: src/sys/dev/sysmon: swwdog.c Log Message: Remove some debugging printf()s that were erroneously committed. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/sysmon/swwdog.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/drm2/radeon
Module Name:src Committed By: mrg Date: Sun Apr 19 01:08:56 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: apply some of the additional changes from Arto Huusko in PR#49645: - call pmf_device_deregister on detach. i've kept the "resume = true" for radeon_resume_kms() call as it seems to work for me (indeed, code inspection shows it is unused on netbsd :-) my old nforce4 box that can resume old drm (or could, last i tried several years ago) while X and GL apps were running, can at least survive a resume if X hasn't started. my one attempt so far with X exited, but having run, did not work. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/radeon/radeon_pci.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/sys/dev/sdmmc
Module Name:src Committed By: msaitoh Date: Sun Apr 19 04:31:40 UTC 2015 Modified Files: src/sys/dev/sdmmc [netbsd-7]: sdhc.c sdhcvar.h Log Message: Pull up following revision(s) (requested by bouyer in ticket #703): sys/dev/sdmmc/sdhcvar.h: revision 1.16 sys/dev/sdmmc/sdhc.c: revision 1.55 Add a new SDHC_FLAG, SDHC_FLAG_EXTDMA_DMAEN, which request that the SDHC_DMA_ENABLE bit be set in the command, even if we're using an external DMA engine. Needed by the upcoming DMA support for AM335x (beaglebone). To generate a diff of this commit: cvs rdiff -u -r1.44.2.7 -r1.44.2.8 src/sys/dev/sdmmc/sdhc.c cvs rdiff -u -r1.13.12.2 -r1.13.12.3 src/sys/dev/sdmmc/sdhcvar.h 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
Module Name:src Committed By: msaitoh Date: Sun Apr 19 04:37:17 UTC 2015 Modified Files: src/sys/arch/arm/omap [netbsd-7]: files.omap2 omap2_obio.c omap2_obiovar.h omap2_reg.h omap3_sdhc.c src/sys/arch/evbarm/conf [netbsd-7]: BEAGLEBONE Added Files: src/sys/arch/arm/omap [netbsd-7]: omap_edma.c omap_edma.h Log Message: Pull up following revision(s) (requested by bouyer in ticket #704): sys/arch/arm/omap/omap_edma.c: revision 1.1 sys/arch/arm/omap/omap_edma.h: revision 1.1 sys/arch/arm/omap/files.omap2: revision 1.30 sys/arch/arm/omap/omap2_obiovar.h: revision 1.3 sys/arch/arm/omap/omap3_sdhc.c: revision 1.16 sys/arch/arm/omap/omap2_reg.h: revision 1.29 sys/arch/evbarm/conf/BEAGLEBONE: revision 1.31 sys/arch/arm/omap/omap2_obio.c: revision 1.22 - Add a driver for the Enhanced Direct Memory Access controller found in the AM335x SoC. Written by Jared D. McNeill, with some final debug by me. - Supports only DMA (not QDMA) yet, and there's no support for DMA event matrix yet (this means that only primary DMA events can be used) - Add support for DMA transfers. From Jared D. McNeill, with final debug by me. With this I can get nearly 20MB/s from my sdcard on the BB black at 1Ghz (not bad for a 50Mhz 4-bits bus), and still 15MB/s on the BB white at low speed (275Mhz). - Add the edma controller, and enable DMA for sdhc0 and sdhc1 To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.28.2.1 src/sys/arch/arm/omap/files.omap2 \ src/sys/arch/arm/omap/omap2_reg.h cvs rdiff -u -r1.21 -r1.21.8.1 src/sys/arch/arm/omap/omap2_obio.c cvs rdiff -u -r1.2 -r1.2.14.1 src/sys/arch/arm/omap/omap2_obiovar.h cvs rdiff -u -r1.14 -r1.14.4.1 src/sys/arch/arm/omap/omap3_sdhc.c cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/arm/omap/omap_edma.c \ src/sys/arch/arm/omap/omap_edma.h cvs rdiff -u -r1.24 -r1.24.2.1 src/sys/arch/evbarm/conf/BEAGLEBONE Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/libexec/httpd
Module Name:src Committed By: msaitoh Date: Sun Apr 19 04:44:03 UTC 2015 Modified Files: src/libexec/httpd [netbsd-7]: CHANGES bozohttpd.8 bozohttpd.c Log Message: Pull up following revision(s) (requested by mrg in ticket #705): libexec/httpd/CHANGES: revision 1.20 libexec/httpd/bozohttpd.8: revision 1.49 libexec/httpd/bozohttpd.c: revision 1.62-1.63 don't quote /. it doesn't work. this should fix PR#49765. copyright maintenance, note shm@ in the manual and update the CHANGES for recent changes. call this 20150320. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.19.2.1 src/libexec/httpd/CHANGES cvs rdiff -u -r1.46.4.1 -r1.46.4.2 src/libexec/httpd/bozohttpd.8 cvs rdiff -u -r1.56.2.2 -r1.56.2.3 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] xsrc/xfree/xc/lib/X11
Module Name:xsrc Committed By: msaitoh Date: Sun Apr 19 04:57:35 UTC 2015 Modified Files: xsrc/xfree/xc/lib/X11 [netbsd-7]: Xlibint.h Log Message: Pull up following revision(s) (requested by mrg in ticket #706): xfree/xc/lib/X11/Xlibint.h: revision 1.2 Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11 prior to 1.6 port the fixes in libX11 1.6 back to xfree tree from: http://cgit.freedesktop.org/xorg/lib/libX11/commit/?id=39547d600a13713e15429f49768e54c3173c828d To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.1.1.7.24.1 xsrc/xfree/xc/lib/X11/Xlibint.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src/lib/libc/stdlib
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:03:02 UTC 2015 Modified Files: src/lib/libc/stdlib [netbsd-7]: atexit.c Log Message: Pull up following revision(s) (requested by joerg in ticket #708): lib/libc/stdlib/atexit.c: revision 1.28 Add __aeabi_atexit alias for another case of NIH on ARM. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.26.4.1 src/lib/libc/stdlib/atexit.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/lib/libc/arch/sh3/gen
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:05:41 UTC 2015 Modified Files: src/lib/libc/arch/sh3/gen [netbsd-7]: swapcontext.S Log Message: Pull up following revision(s) (requested by uwe in ticket #709): lib/libc/arch/sh3/gen/swapcontext.S: revision 1.11 lib/libc/arch/sh3/gen/swapcontext.S: revision 1.12 - Adjust _UC_MACHINE_SP(oucp) to "drop" values we pushed to the stack. t_swapcontext tests pass now with gcc 4.8. From Yasushi Oshima in PR port-sh3/49597. - On swapcontext(3) preserve r12 too. Properly fixes PR port-sh3/49597. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.10.4.1 src/lib/libc/arch/sh3/gen/swapcontext.S 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: Sun Apr 19 05:14:07 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Ticket 703-706 and 708-709. To generate a diff of this commit: cvs rdiff -u -r1.1.2.258 -r1.1.2.259 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/doc
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:27:29 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Optimize for ticket 705. To generate a diff of this commit: cvs rdiff -u -r1.1.2.259 -r1.1.2.260 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-6] xsrc
Module Name:xsrc Committed By: msaitoh Date: Sun Apr 19 05:48:30 UTC 2015 Modified Files: xsrc/external/mit/libX11/dist/include/X11 [netbsd-6]: Xlibint.h xsrc/xfree/xc/lib/X11 [netbsd-6]: Xlibint.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1290): xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch xsrc/xfree/xc/lib/X11/Xlibint.h 1.2 Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.1.1.7.2.1 \ xsrc/external/mit/libX11/dist/include/X11/Xlibint.h cvs rdiff -u -r1.1.1.7 -r1.1.1.7.14.1 xsrc/xfree/xc/lib/X11/Xlibint.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/lib/libc/arch/sh3/gen
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:51:57 UTC 2015 Modified Files: src/lib/libc/arch/sh3/gen [netbsd-6]: swapcontext.S Log Message: Pull up following revision(s) (requested by uwe in ticket #1294): lib/libc/arch/sh3/gen/swapcontext.S 1.11-1.12 via patch Correctly preserve old sate in swapcontext(3). Fixes PR port-sh3/49597 reported by Yasushi Oshima. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.9.24.1 src/lib/libc/arch/sh3/gen/swapcontext.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-1] xsrc
Module Name:xsrc Committed By: msaitoh Date: Sun Apr 19 05:54:40 UTC 2015 Modified Files: xsrc/external/mit/libX11/dist/include/X11 [netbsd-6-1]: Xlibint.h xsrc/xfree/xc/lib/X11 [netbsd-6-1]: Xlibint.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1290): xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch xsrc/xfree/xc/lib/X11/Xlibint.h 1.2 Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.1.1.7.6.1 \ xsrc/external/mit/libX11/dist/include/X11/Xlibint.h cvs rdiff -u -r1.1.1.7 -r1.1.1.7.20.1 xsrc/xfree/xc/lib/X11/Xlibint.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-6-0] xsrc
Module Name:xsrc Committed By: msaitoh Date: Sun Apr 19 05:56:13 UTC 2015 Modified Files: xsrc/external/mit/libX11/dist/include/X11 [netbsd-6-0]: Xlibint.h xsrc/xfree/xc/lib/X11 [netbsd-6-0]: Xlibint.h Log Message: Pull up following revision(s) (requested by mrg in ticket #1290): xsrc/external/mit/libX11/dist/include/X11/Xlibint.h patch xsrc/xfree/xc/lib/X11/Xlibint.h 1.2 Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11. To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.1.1.7.4.1 \ xsrc/external/mit/libX11/dist/include/X11/Xlibint.h cvs rdiff -u -r1.1.1.7 -r1.1.1.7.16.1 xsrc/xfree/xc/lib/X11/Xlibint.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/doc
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:58:46 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1290 and 1294. To generate a diff of this commit: cvs rdiff -u -r1.1.2.212 -r1.1.2.213 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/doc
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:59:12 UTC 2015 Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket 1290. To generate a diff of this commit: cvs rdiff -u -r1.1.2.39 -r1.1.2.40 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-6-0] src/doc
Module Name:src Committed By: msaitoh Date: Sun Apr 19 05:59:36 UTC 2015 Modified Files: src/doc [netbsd-6-0]: CHANGES-6.0.7 Log Message: Ticket 1290. To generate a diff of this commit: cvs rdiff -u -r1.1.2.40 -r1.1.2.41 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-5] src/sys/arch/sparc
Module Name:src Committed By: msaitoh Date: Sun Apr 19 06:11:17 UTC 2015 Modified Files: src/sys/arch/sparc/include [netbsd-5]: openfirm.h src/sys/arch/sparc/stand/ofwboot [netbsd-5]: Locore.c loadfile_machdep.c openfirm.h Log Message: Pullup another commit for ticket #1958 requested by martin: sys/arch/sparc/include/openfirm.h 1.7 sys/arch/sparc/stand/ofwboot/Locore.c 1.11 sys/arch/sparc/stand/ofwboot/loadfile_machdep.c 1.7 sys/arch/sparc/stand/ofwboot/openfirm.h 1.4 Make ofwboot can handle over 4GB physical memory by using OpenFirmware calls properly, and some cosmetic changes. Idea from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.6.82.1 src/sys/arch/sparc/include/openfirm.h cvs rdiff -u -r1.10.30.1 -r1.10.30.2 \ src/sys/arch/sparc/stand/ofwboot/Locore.c cvs rdiff -u -r1.6 -r1.6.4.1 \ src/sys/arch/sparc/stand/ofwboot/loadfile_machdep.c cvs rdiff -u -r1.3 -r1.3.72.1 src/sys/arch/sparc/stand/ofwboot/openfirm.h 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: Sun Apr 19 06:12:57 UTC 2015 Modified Files: src/doc [netbsd-5]: CHANGES-5.3 Log Message: Update ticket 1958. To generate a diff of this commit: cvs rdiff -u -r1.1.2.109 -r1.1.2.110 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: [netbsd-7] src/sys/dev/pci
Module Name:src Committed By: riz Date: Sun Apr 19 06:45:17 UTC 2015 Modified Files: src/sys/dev/pci [netbsd-7]: files.pci src/sys/dev/pci/ixgbe [netbsd-7]: ixgbe.c ixgbe.h ixgbe_82598.c ixgbe_82599.c ixgbe_api.c ixgbe_api.h ixgbe_common.c ixgbe_common.h ixgbe_mbx.c ixgbe_mbx.h ixgbe_osdep.h ixgbe_phy.c ixgbe_phy.h ixgbe_type.h ixgbe_vf.c ixgbe_vf.h ixv.c ixv.h Log Message: Apply patch (requested by msaitoh in ticket #697): sys/dev/pci/files.pci 1.375 via patch sys/dev/pci/ixgbe/ixgbe.c 1.24-1.27 via patch sys/dev/pci/ixgbe/ixgbe.h 1.4-1.6 via patch sys/dev/pci/ixgbe/ixgbe_82598.c 1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_82598.h 1.1-1.2 via patch sys/dev/pci/ixgbe/ixgbe_82599.c 1.6-1.8 via patch sys/dev/pci/ixgbe/ixgbe_82599.h 1.1 via patch sys/dev/pci/ixgbe/ixgbe_api.c 1.5-1.6 via patch sys/dev/pci/ixgbe/ixgbe_api.h 1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_common.c1.3-1.4 via patch sys/dev/pci/ixgbe/ixgbe_common.h1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_mbx.c 1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_mbx.h 1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_osdep.h 1.4-1.6 via patch sys/dev/pci/ixgbe/ixgbe_phy.c 1.3-1.4 via patch sys/dev/pci/ixgbe/ixgbe_phy.h 1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_type.h 1.8-1.9 via patch sys/dev/pci/ixgbe/ixgbe_vf.c1.2-1.3 via patch sys/dev/pci/ixgbe/ixgbe_vf.h1.3-1.4 via patch sys/dev/pci/ixgbe/ixgbe_x540.c 1.1-1.2 via patch sys/dev/pci/ixgbe/ixgbe_x540.h 1.1 via patch sys/dev/pci/ixgbe/ixv.c 1.5-1.7 via patch sys/dev/pci/ixgbe/ixv.h 1.4-1.5 via patch Synchronize our ixg(4) driver up to FreeBSD r243716: - Add X540 support. - Add TSO6 support. - Add 100BaseTX support. - The max size in dma tag is changed from 65535 to 262140 (IXGBE_TSO_SIZE). The value is the same as other *BSDs. The change might cause a address space shortage (ixgbe_dmamap_create() might fail) on some machines. - Show 1000Base-SX correctly. - Fix if_baudrate from 1G to 10G. - Fix a bug that ifconfig -z (SOICZIFDATA) doesn't work. - Fix a lot of bugs. - Improve performance. [msaitoh, ticket #697] To generate a diff of this commit: cvs rdiff -u -r1.371.4.2 -r1.371.4.3 src/sys/dev/pci/files.pci cvs rdiff -u -r1.14.2.3 -r1.14.2.4 src/sys/dev/pci/ixgbe/ixgbe.c cvs rdiff -u -r1.1.28.2 -r1.1.28.3 src/sys/dev/pci/ixgbe/ixgbe.h cvs rdiff -u -r1.1 -r1.1.28.1 src/sys/dev/pci/ixgbe/ixgbe_82598.c \ src/sys/dev/pci/ixgbe/ixgbe_api.h src/sys/dev/pci/ixgbe/ixgbe_common.h \ src/sys/dev/pci/ixgbe/ixgbe_mbx.c src/sys/dev/pci/ixgbe/ixgbe_mbx.h \ src/sys/dev/pci/ixgbe/ixgbe_phy.h src/sys/dev/pci/ixgbe/ixgbe_vf.c cvs rdiff -u -r1.3.2.1 -r1.3.2.2 src/sys/dev/pci/ixgbe/ixgbe_82599.c cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/sys/dev/pci/ixgbe/ixgbe_api.c \ src/sys/dev/pci/ixgbe/ixgbe_type.h cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/dev/pci/ixgbe/ixgbe_common.c \ src/sys/dev/pci/ixgbe/ixgbe_phy.c cvs rdiff -u -r1.3 -r1.3.4.1 src/sys/dev/pci/ixgbe/ixgbe_osdep.h cvs rdiff -u -r1.1.28.1 -r1.1.28.2 src/sys/dev/pci/ixgbe/ixgbe_vf.h cvs rdiff -u -r1.2.4.1 -r1.2.4.2 src/sys/dev/pci/ixgbe/ixv.c cvs rdiff -u -r1.2.12.1 -r1.2.12.2 src/sys/dev/pci/ixgbe/ixv.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.