CVS commit: src/tests/net/ndp
Module Name:src Committed By: ozaki-r Date: Tue Nov 17 06:44:13 UTC 2015 Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: Add tests for GC of neighbor caches To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/net/ndp/t_ndp.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/rump/dev/lib
Module Name:src Committed By: pooka Date: Tue Nov 17 01:07:34 UTC 2015 Modified Files: src/sys/rump/dev/lib: Makefile.inc Log Message: Fix argument to empty() Guess none of the fast-running tests exercised the component being initialized ... To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/rump/dev/lib/Makefile.inc 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/nvidia
Module Name:src Committed By: jakllsch Date: Tue Nov 17 00:08:33 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_pcie.c Log Message: Do not clear the PCIe interrupt until we've allowed its cause to become deasserted. This halves the PCIe interrupt rate. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/nvidia/tegra_pcie.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/dev
Module Name:src Committed By: pooka Date: Mon Nov 16 23:27:08 UTC 2015 Modified Files: src/sys/rump/dev: files.rump src/sys/rump/dev/lib: Makefile.inc component_simple.c src/sys/rump/dev/lib/libmiiphy: Makefile src/sys/rump/dev/lib/libpci_auich: Makefile src/sys/rump/dev/lib/libpci_eap: Makefile src/sys/rump/dev/lib/libpci_if_iwn: Makefile src/sys/rump/dev/lib/libpci_if_pcn: Makefile src/sys/rump/dev/lib/libpci_if_wm: Makefile src/sys/rump/dev/lib/libpci_usbhc: Makefile src/sys/rump/dev/lib/libpci_virtio: Makefile src/sys/rump/dev/lib/libubt: Makefile src/sys/rump/dev/lib/libugenhc: Makefile src/sys/rump/dev/lib/libusb: Makefile src/sys/rump/dev/lib/libvirtio_if_vioif: Makefile src/sys/rump/dev/lib/libvirtio_viornd: Makefile src/sys/rump/dev/lib/libvirtio_vioscsi: Makefile Log Message: Use IOCONF #define to determine component name. Avoids having to manually retype info already in .ioconf. Also, COMPONENT_SIMPLE -> RUMP_COMPONENT=simple. That way, we can add other attributes where necessary. As "future directions", the "ioconf" attribute for RUMP_COMPONENT can just be removed when a driver is converted to modular and has a proper modcmd. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/files.rump cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/lib/Makefile.inc cvs rdiff -u -r1.1 -r1.2 src/sys/rump/dev/lib/component_simple.c cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/lib/libmiiphy/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libpci_auich/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libpci_eap/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libpci_if_iwn/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libpci_if_pcn/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libpci_if_wm/Makefile cvs rdiff -u -r1.4 -r1.5 src/sys/rump/dev/lib/libpci_usbhc/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libpci_virtio/Makefile cvs rdiff -u -r1.5 -r1.6 src/sys/rump/dev/lib/libubt/Makefile cvs rdiff -u -r1.11 -r1.12 src/sys/rump/dev/lib/libugenhc/Makefile cvs rdiff -u -r1.10 -r1.11 src/sys/rump/dev/lib/libusb/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libvirtio_if_vioif/Makefile cvs rdiff -u -r1.3 -r1.4 src/sys/rump/dev/lib/libvirtio_viornd/Makefile cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/lib/libvirtio_vioscsi/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/nvidia
Module Name:src Committed By: jmcneill Date: Mon Nov 16 21:41:29 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_drm_gem.c Log Message: initialize allocated gem object memory to 0 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/nvidia/tegra_drm_gem.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: phx Date: Mon Nov 16 21:24:06 UTC 2015 Modified Files: src/sys/arch/amiga/dev: grf_cv.c grf_cv3d.c Log Message: Fixed bug in wsdisplay copyrows textop. Fixed WSDISPLAYIO_SVIDEO, which had inverted functionality. Improved FBINFO setup. 15 and 16 bits depth both have 16bpp now. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/sys/arch/amiga/dev/grf_cv.c cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amiga/dev/grf_cv3d.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
Module Name:src Committed By: phx Date: Mon Nov 16 21:25:34 UTC 2015 Modified Files: src/sys/arch/amiga/conf: WSCONS src/sys/arch/amiga/dev: grf_cl.c Log Message: wscons and Xorg support for CirrusLogic GD542x based boards (grf3). To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/arch/amiga/conf/WSCONS cvs rdiff -u -r1.49 -r1.50 src/sys/arch/amiga/dev/grf_cl.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/nvidia
Module Name:src Committed By: jmcneill Date: Mon Nov 16 21:14:33 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_drm_fb.c Log Message: use XRGB for framebuffer To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/nvidia/tegra_drm_fb.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/nvidia
Module Name:src Committed By: jmcneill Date: Mon Nov 16 21:14:51 UTC 2015 Modified Files: src/sys/arch/arm/nvidia: tegra_drm_mode.c Log Message: commit window changes when updating base To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/nvidia/tegra_drm_mode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/include/protocols
Module Name:src Committed By: christos Date: Mon Nov 16 17:09:56 UTC 2015 Modified Files: src/include/protocols: dumprestore.h Log Message: PR/50434: Louis Guillaume: Bump the in and out formats to 511 (NAME_MAX) To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/include/protocols/dumprestore.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/dump
Module Name:src Committed By: christos Date: Mon Nov 16 17:06:47 UTC 2015 Modified Files: src/sbin/dump: dump.h Log Message: - update NAME_MAX to match the kernel. - add a comment about where the constant is used. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sbin/dump/dump.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/pci
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:59:45 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Change macro name of Braswell PCU SMBus. To generate a diff of this commit: cvs rdiff -u -r1.1241 -r1.1242 src/sys/dev/pci/pcidevs 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: Mon Nov 16 15:00:14 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1234 -r1.1235 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1233 -r1.1234 src/sys/dev/pci/pcidevs_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/pci
Module Name:src Committed By: msaitoh Date: Mon Nov 16 15:01:22 UTC 2015 Modified Files: src/sys/dev/pci: ichsmb.c Log Message: Add Braswell PCU SMBus. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/dev/pci/ichsmb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/doc
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:47:16 UTC 2015 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.1 Log Message: Ticket 1028. To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-7.0.1 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: Mon Nov 16 14:46:54 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket 1028-1032. To generate a diff of this commit: cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.1 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/usb
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:45:03 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-7]: usb_subr.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1032): sys/dev/usb/usb_subr.c: revision 1.204 Attach serial number as property to all USB devices having one. To generate a diff of this commit: cvs rdiff -u -r1.196 -r1.196.4.1 src/sys/dev/usb/usb_subr.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/usb
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:41:44 UTC 2015 Modified Files: src/sys/dev/usb [netbsd-7]: ucom.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1031): sys/dev/usb/ucom.c: revision 1.110 Add the port number to the device properties to make it easier to relate a specific ucom instance with the physical port of multi-port devices like the FTDI 4232. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.107.2.1 src/sys/dev/usb/ucom.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/kern
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:40:41 UTC 2015 Modified Files: src/sys/kern [netbsd-7]: subr_autoconf.c Log Message: Pull up following revision(s) (requested by joerg in ticket #1030): sys/kern/subr_autoconf.c: revision 1.236 Add the parent device (if present) to the device properties, making it easier to identify devices in the tree with drvctl(8). To generate a diff of this commit: cvs rdiff -u -r1.231.2.1 -r1.231.2.2 src/sys/kern/subr_autoconf.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/etc
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:38:03 UTC 2015 Modified Files: src/etc [netbsd-7]: MAKEDEV.tmpl Log Message: Pull up following revision(s) (requested by joerg in ticket #1029): etc/MAKEDEV.tmpl: revision 1.176 Translate requests for ucom into ttyU. To generate a diff of this commit: cvs rdiff -u -r1.172 -r1.172.4.1 src/etc/MAKEDEV.tmpl 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: Mon Nov 16 14:20:01 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.1233 -r1.1234 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1232 -r1.1233 src/sys/dev/pci/pcidevs_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/pci
Module Name:src Committed By: msaitoh Date: Mon Nov 16 14:19:39 UTC 2015 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Braswell devices from "Table 23-4 PCI Devices and Functions, N-Series Intel Pentium Processorts and Intel Celeron Processors Datasheet (Document Number: 332093-001)" To generate a diff of this commit: cvs rdiff -u -r1.1240 -r1.1241 src/sys/dev/pci/pcidevs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7-0] src/sys/arch/sparc64/sparc64
Module Name:src Committed By: msaitoh Date: Mon Nov 16 13:39:47 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-7-0]: locore.s netbsd32_machdep.c vm_machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #1028): sys/arch/sparc64/sparc64/locore.s: revision 1.386 sys/arch/sparc64/sparc64/vm_machdep.c: revision 1.101 sys/arch/sparc64/sparc64/netbsd32_machdep.c: revision 1.105 sys/arch/sparc64/sparc64/netbsd32_machdep.c: revision 1.106 - Basically revert r1.246 of locore.s and r1.73 of vm_machdep.c: Remove special case handling for userland lwps from cpu_lwp_fork, instead do it in lwp_trampoline when we first return to userland. which was a stupid idea - since we did now set all fork child's %tstate (and thus %pstate when back in userland) to the current kernel's userland default. This meant we lost the address mask bit for 32bit processes and all memory model details for 64bit ones. Move it back to cpu_lwp_fork and fix the condition to only do it once when forking init. - Fix kmem_free() size mismatch - Convert siginfo to 32bit version before copying it out to 32bit userland. To generate a diff of this commit: cvs rdiff -u -r1.369.2.2 -r1.369.2.2.2.1 \ src/sys/arch/sparc64/sparc64/locore.s cvs rdiff -u -r1.103 -r1.103.8.1 \ src/sys/arch/sparc64/sparc64/netbsd32_machdep.c cvs rdiff -u -r1.100 -r1.100.8.1 src/sys/arch/sparc64/sparc64/vm_machdep.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/arch/sparc64/sparc64
Module Name:src Committed By: msaitoh Date: Mon Nov 16 13:33:40 UTC 2015 Modified Files: src/sys/arch/sparc64/sparc64 [netbsd-7]: locore.s netbsd32_machdep.c vm_machdep.c Log Message: Pull up following revision(s) (requested by martin in ticket #1028): sys/arch/sparc64/sparc64/locore.s: revision 1.386 sys/arch/sparc64/sparc64/vm_machdep.c: revision 1.101 sys/arch/sparc64/sparc64/netbsd32_machdep.c: revision 1.105 sys/arch/sparc64/sparc64/netbsd32_machdep.c: revision 1.106 - Basically revert r1.246 of locore.s and r1.73 of vm_machdep.c: Remove special case handling for userland lwps from cpu_lwp_fork, instead do it in lwp_trampoline when we first return to userland. which was a stupid idea - since we did now set all fork child's %tstate (and thus %pstate when back in userland) to the current kernel's userland default. This meant we lost the address mask bit for 32bit processes and all memory model details for 64bit ones. Move it back to cpu_lwp_fork and fix the condition to only do it once when forking init. - Fix kmem_free() size mismatch - Convert siginfo to 32bit version before copying it out to 32bit userland. To generate a diff of this commit: cvs rdiff -u -r1.369.2.2 -r1.369.2.3 src/sys/arch/sparc64/sparc64/locore.s cvs rdiff -u -r1.103 -r1.103.4.1 \ src/sys/arch/sparc64/sparc64/netbsd32_machdep.c cvs rdiff -u -r1.100 -r1.100.4.1 src/sys/arch/sparc64/sparc64/vm_machdep.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/libm/man
Module Name:src Committed By: msaitoh Date: Mon Nov 16 13:04:42 UTC 2015 Modified Files: src/lib/libm/man [netbsd-7]: erf.3 Log Message: Pull up following revision(s) (requested by dholland in ticket #1009): lib/libm/man/erf.3: revision 1.14 Fix typo in erfl synopsis. To generate a diff of this commit: cvs rdiff -u -r1.12.74.1 -r1.12.74.2 src/lib/libm/man/erf.3 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: bouyer Date: Mon Nov 16 12:35:55 UTC 2015 Modified Files: src/sys/arch/evbarm/conf: CUBIEBOARD Log Message: Remove USB HID entries, they're already in usbdevices.config To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/evbarm/conf/CUBIEBOARD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/gpt
Module Name:src Committed By: jnemeth Date: Mon Nov 16 12:24:13 UTC 2015 Modified Files: src/sbin/gpt: header.c Log Message: correctly print the gpt header revision as a "float" To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sbin/gpt/header.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: Mon Nov 16 11:16:20 UTC 2015 Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket 993. To generate a diff of this commit: cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [netbsd-7] src
Module Name:src Committed By: msaitoh Date: Mon Nov 16 11:14:49 UTC 2015 Modified Files: src/doc [netbsd-7]: 3RDPARTY src/external/mit/lua/dist [netbsd-7]: Makefile README src/external/mit/lua/dist/doc [netbsd-7]: contents.html lua.css manual.css manual.html readme.html src/external/mit/lua/dist/src [netbsd-7]: Makefile lapi.c lapi.h lauxlib.c lbaselib.c lcode.c ldblib.c ldebug.c ldebug.h ldo.c ldo.h ldump.c lfunc.h lgc.c liolib.c llex.c llimits.h lmathlib.c lmem.c loadlib.c lobject.c lobject.h loslib.c lstate.c lstate.h lstring.c lstring.h lstrlib.c ltable.c ltablib.c ltm.c lua.c lua.h luac.c luaconf.h lutf8lib.c lvm.c lvm.h Log Message: Pullup the following revision (requested by mbalmer in ticket #993): external/mit/lua/dist/Makefile 1.4 external/mit/lua/dist/README1.4 external/mit/lua/dist/doc/contents.html 1.4 external/mit/lua/dist/doc/lua.css 1.4 external/mit/lua/dist/doc/manual.css1.3 external/mit/lua/dist/doc/manual.html 1.4 external/mit/lua/dist/doc/readme.html 1.4 external/mit/lua/dist/src/Makefile 1.4 external/mit/lua/dist/src/lapi.c1.5 external/mit/lua/dist/src/lapi.h1.4 external/mit/lua/dist/src/lauxlib.c 1.5 external/mit/lua/dist/src/lbaselib.c1.5 external/mit/lua/dist/src/lcode.c 1.4 external/mit/lua/dist/src/ldblib.c 1.6 external/mit/lua/dist/src/ldebug.c 1.5 external/mit/lua/dist/src/ldebug.h 1.4 external/mit/lua/dist/src/ldo.c 1.4 external/mit/lua/dist/src/ldo.h 1.4 external/mit/lua/dist/src/ldump.c 1.4 external/mit/lua/dist/src/lfunc.h 1.3 external/mit/lua/dist/src/lgc.c 1.4 external/mit/lua/dist/src/liolib.c 1.4 external/mit/lua/dist/src/llex.c1.5 external/mit/lua/dist/src/llex.c1.6 external/mit/lua/dist/src/llimits.h 1.5 external/mit/lua/dist/src/lmathlib.c1.4 external/mit/lua/dist/src/lmem.c1.4 external/mit/lua/dist/src/loadlib.c 1.4 external/mit/lua/dist/src/lobject.c 1.5 external/mit/lua/dist/src/lobject.h 1.4 external/mit/lua/dist/src/loslib.c 1.4 external/mit/lua/dist/src/lstate.c 1.4 external/mit/lua/dist/src/lstate.h 1.4 external/mit/lua/dist/src/lstring.c 1.4 external/mit/lua/dist/src/lstring.h 1.4 external/mit/lua/dist/src/lstrlib.c 1.8 external/mit/lua/dist/src/lstrlib.c 1.9 external/mit/lua/dist/src/ltable.c 1.4 external/mit/lua/dist/src/ltable.c 1.5 external/mit/lua/dist/src/ltablib.c 1.4 external/mit/lua/dist/src/ltm.c 1.4 external/mit/lua/dist/src/lua.c 1.4 external/mit/lua/dist/src/lua.h 1.5 external/mit/lua/dist/src/luac.c1.4 external/mit/lua/dist/src/luaconf.h 1.14 external/mit/lua/dist/src/lutf8lib.c1.3 external/mit/lua/dist/src/lvm.c 1.6 external/mit/lua/dist/src/lvm.c 1.7 external/mit/lua/dist/src/lvm.h 1.4 external/mit/lua/dist/src/lvm.h 1.5 doc/3RDPARTY1.1259 Updated to Lua 5.3.1 To generate a diff of this commit: cvs rdiff -u -r1.1145.2.19 -r1.1145.2.20 src/doc/3RDPARTY cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/external/mit/lua/dist/Makefile \ src/external/mit/lua/dist/README cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/external/mit/lua/dist/doc/contents.html \ src/external/mit/lua/dist/doc/lua.css \ src/external/mit/lua/dist/doc/manual.html \ src/external/mit/lua/dist/doc/readme.html cvs rdiff -u -r1.2 -r1.2.2.1 src/external/mit/lua/dist/doc/manual.css cvs rdiff -u -r1.2.2.1 -r1.2.2.2 src/external/mit/lua/dist/src/Makefile \ src/external/mit/lua/dist/src/lapi.h \ src/external/mit/lua/dist/src/lcode.c \ src/external/mit/lua/dist/src/ldebug.h \ src/external/mit/lua/dist/src/ldo.c src/external/mit/lua/dist/src/ldo.h \ src/external/mit/lua/dist/src/ldump.c src/external/mit/lua/dist/src/lgc.c \ src/external/mit/lua/dist/src/liolib.c \ src/external/mit/lua/dist/src/lmathlib.c \ src/external/mit/lua/dist/src/lmem.c \ src/external/mit/lua/dist/src/loadlib.c \ src/external/mit/lua/dist/src/lobject.h \ src/external/mit/lua/dist/src/loslib.c \ src/external/mit/lua/dist/src/lstate.c \ src/external/mit/lua/dist/src/lstate.h \ src/external/mit/lua/dist/src/lstring.c \ src/external/mit/lua/dist/src/lstring.h \ src/external/mit/lua/dist/src/ltable.c \ src/external/mit/lua/dist/src/ltablib.c \ src/external/mit/lua/dist/src/ltm.c src/external/mit/lua/dist/src/lua.c
CVS commit: src/sys/dev/pci
Module Name:src Committed By: msaitoh Date: Mon Nov 16 09:10:58 UTC 2015 Modified Files: src/sys/dev/pci: pci_subr.c pcireg.h ppb.c Log Message: Define PCIE_XCAP_{VER,TYPE}(x) and use them. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/sys/dev/pci/pci_subr.c cvs rdiff -u -r1.108 -r1.109 src/sys/dev/pci/pcireg.h cvs rdiff -u -r1.54 -r1.55 src/sys/dev/pci/ppb.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: bouyer Date: Mon Nov 16 09:02:28 UTC 2015 Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Revert ticket 1310 To generate a diff of this commit: cvs rdiff -u -r1.1.2.233 -r1.1.2.234 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] src/sys/arch/powerpc
Module Name:src Committed By: bouyer Date: Mon Nov 16 09:00:01 UTC 2015 Modified Files: src/sys/arch/powerpc/include [netbsd-6]: psl.h userret.h src/sys/arch/powerpc/oea [netbsd-6]: altivec.c oea_machdep.c src/sys/arch/powerpc/powerpc [netbsd-6]: fpu.c Log Message: Revert ticket 1310: > sys/arch/powerpc/include/psl.h1.20 > sys/arch/powerpc/include/userret.h1.29, 1.30 > sys/arch/powerpc/oea/altivec.c1.30 > sys/arch/powerpc/oea/oea_machdep.c1.72 > sys/arch/powerpc/powerpc/fpu.c1.36 > > powerpc PCU fixes because it breaks the build: http://releng.netbsd.org/builds/netbsd-6/201511152000Z/ To generate a diff of this commit: cvs rdiff -u -r1.18.8.1 -r1.18.8.2 src/sys/arch/powerpc/include/psl.h cvs rdiff -u -r1.22.8.2 -r1.22.8.3 src/sys/arch/powerpc/include/userret.h cvs rdiff -u -r1.25.8.1 -r1.25.8.2 src/sys/arch/powerpc/oea/altivec.c cvs rdiff -u -r1.63.2.1 -r1.63.2.2 src/sys/arch/powerpc/oea/oea_machdep.c cvs rdiff -u -r1.31.8.1 -r1.31.8.2 src/sys/arch/powerpc/powerpc/fpu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.