CVS commit: src/sys/dev/mii
Module Name:src Committed By: msaitoh Date: Wed Aug 20 08:00:40 UTC 2014 Modified Files: src/sys/dev/mii: miidevs.h miidevs_data.h Log Message: Regen. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/sys/dev/mii/miidevs.h cvs rdiff -u -r1.111 -r1.112 src/sys/dev/mii/miidevs_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/mii
Module Name:src Committed By: msaitoh Date: Wed Aug 20 08:00:18 UTC 2014 Modified Files: src/sys/dev/mii: miidevs Log Message: BCM5714 and BCM5780 are used for both copper and fiber. To generate a diff of this commit: cvs rdiff -u -r1.120 -r1.121 src/sys/dev/mii/miidevs 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: apb Date: Wed Aug 20 08:37:25 UTC 2014 Modified Files: src/usr.bin/make: main.c Log Message: It should not be an error to have VAR != command that prints no output To generate a diff of this commit: cvs rdiff -u -r1.227 -r1.228 src/usr.bin/make/main.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/make/unit-tests
Module Name:src Committed By: apb Date: Wed Aug 20 08:39:14 UTC 2014 Modified Files: src/usr.bin/make/unit-tests: Makefile test.exp Added Files: src/usr.bin/make/unit-tests: varshell Log Message: Add tests for VAR != command. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/usr.bin/make/unit-tests/Makefile cvs rdiff -u -r1.43 -r1.44 src/usr.bin/make/unit-tests/test.exp cvs rdiff -u -r0 -r1.1 src/usr.bin/make/unit-tests/varshell 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-nv/dist/src
Module Name:xsrc Committed By: macallan Date: Wed Aug 20 09:54:04 UTC 2014 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: g80_type.h Log Message: add -1 to enum ORNum to make clang happy To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ xsrc/external/mit/xf86-video-nv/dist/src/g80_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/librumpuser
Module Name:src Committed By: justin Date: Wed Aug 20 12:09:15 UTC 2014 Modified Files: src/lib/librumpuser: rumpfiber_bio.c Log Message: Add missing include To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/librumpuser/rumpfiber_bio.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/gcc/dist/libgcc
Module Name:src Committed By: christos Date: Wed Aug 20 13:29:07 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libgcc: unwind-dw2-fde.c Log Message: PR/45716: Anthony Mallet: emacs (various versions) dies on unwind stuff in gcc 4.8 Apply fix that got missed as this file got moved from dist/gcc to dist/libgcc: Somehow emacs tries to unregister frame info for a symbol it did not register. Don't abort for now. This worked before because the previous version of gcc did not bother unregistering. Adding debugging printfs makes emacs core dump, where other programs work fine. XXX: pullup 7 To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/external/gpl3/gcc/dist/libgcc/unwind-dw2-fde.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: martin Date: Wed Aug 20 13:46:17 UTC 2014 Modified Files: src/doc [netbsd-7]: CHANGES-7.0 Log Message: Note Ticket #35 To generate a diff of this commit: cvs rdiff -u -r1.1.2.14 -r1.1.2.15 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: src/sys/external/bsd/drm2
Module Name:src Committed By: riastradh Date: Wed Aug 20 13:48:08 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.c src/sys/external/bsd/drm2/ttm: ttm_bo_vm.c Log Message: Drop take the {ttm,gem} vmobjlock in the fault handler. - We don't need this lock. - uvm does nothing between taking it and calling the fault handler. - Now that the uvm_aobj shares vmobjlock with the {ttm,gem} uvm object, we must not hold the lock when we call uvm_obj_wirepages on the uvm_aobj. XXX pullup to netbsd-7 To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/dist/drm/i915/i915_gem.c cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/ttm/ttm_bo_vm.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
Module Name:src Committed By: martin Date: Wed Aug 20 13:49:28 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc/config/vax [netbsd-7]: builtins.md vax.c src/lib/libc/compiler_rt [netbsd-7]: Makefile.inc src/libexec/ld.elf_so/arch/vax [netbsd-7]: rtld_start.S Log Message: Pullup the following to netbsd-7 (requested by matt in ticket #37): external/gpl3/gcc/dist/gcc/config/vax/builtins.md 1.4 external/gpl3/gcc/dist/gcc/config/vax/vax.c 1.10 Rework so that the ctzsi builtin is supported. lib/libc/compiler_rt/Makefile.inc 1.26 VAX does need __clzsi2 libexec/ld.elf_so/arch/vax/rtld_start.S 1.23 libexec/ld.elf_so/arch/vax/rtld_start.S 1.24 add a missing register prefix. Add proper registers for register counts. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.3.4.1 \ src/external/gpl3/gcc/dist/gcc/config/vax/builtins.md cvs rdiff -u -r1.9 -r1.9.2.1 src/external/gpl3/gcc/dist/gcc/config/vax/vax.c cvs rdiff -u -r1.24 -r1.24.2.1 src/lib/libc/compiler_rt/Makefile.inc cvs rdiff -u -r1.22 -r1.22.4.1 src/libexec/ld.elf_so/arch/vax/rtld_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd
Module Name:xsrc Committed By: macallan Date: Wed Aug 20 14:24:50 UTC 2014 Modified Files: xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: ppc_video.c Log Message: more clang appeasement To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd/ppc_video.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/libc++/lib
Module Name:src Committed By: joerg Date: Wed Aug 20 15:19:39 UTC 2014 Modified Files: src/external/bsd/libc++/lib: Makefile Log Message: Since GCC 4.5 doesn't support noexcept, don't pretend to support it by using -std=c++0x. Just use the correct value for x. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/bsd/libc++/lib/Makefile 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/common/include/linux
Module Name:src Committed By: riastradh Date: Wed Aug 20 15:26:52 UTC 2014 Modified Files: src/sys/external/bsd/common/include/linux: list.h Log Message: Add some Linux list routines. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/common/include/linux/list.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/gpl3/gcc/dist/gcc
Module Name:src Committed By: matt Date: Wed Aug 20 16:00:15 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc src/external/gpl3/gcc/dist/gcc/config: netbsd-stdint.h Log Message: Fix netbsd-stdint.h to allow char and short for int_fast8_t and int_fast16_t and their corresponding unsigned variants. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/external/gpl3/gcc/dist/gcc/config.gcc cvs rdiff -u -r1.1 -r1.2 \ src/external/gpl3/gcc/dist/gcc/config/netbsd-stdint.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/misc
Module Name:src Committed By: ginsbach Date: Wed Aug 20 16:05:03 UTC 2014 Modified Files: src/share/misc: acronyms.comp Log Message: Add one more RAS To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143 src/share/misc/acronyms.comp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sun3/dev
Module Name:src Committed By: tsutsui Date: Wed Aug 20 17:48:57 UTC 2014 Modified Files: src/sys/arch/sun3/dev: fd.c Log Message: Sync with sparc/dev/fd.c rev 1.155. > Fix panic() on opening fd(4), caused by a wrong pointer passed to memset(). Note sun3 still uses gcc 4.5.4 but also panicked by this old bug, so probably this problem was triggered by not gcc 4.8 but struct disk changes (struct disk_geom was added in rev 1.58), which increased sizeof(struct fd_softc) from 248 bytes to 296 bytes. (i.e. now struct fd_softc could be allocated in a different pool block, probably near the wrong pointer of the struct disklabel) Anyway, this fix should be pullued up to netbsd-7. (probably I'm the only user of floppy on sun3 though) To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 src/sys/arch/sun3/dev/fd.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/gcc/dist/gcc
Module Name:src Committed By: matt Date: Wed Aug 20 20:15:55 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/gcc: config.gcc Log Message: i386 doesn't use subint fast{8,16} To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/gcc/dist/gcc/config.gcc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/conf
Module Name:src Committed By: joerg Date: Wed Aug 20 22:02:20 UTC 2014 Modified Files: src/sys/conf: Makefile.kern.inc Log Message: Drop stray } To generate a diff of this commit: cvs rdiff -u -r1.170 -r1.171 src/sys/conf/Makefile.kern.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: maxv Date: Thu Aug 21 06:40:35 UTC 2014 Modified Files: src/sys/arch/arm/s3c2xx0: s3c24x0_lcd.c src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_compat_60.c src/sys/compat/osf1: osf1_mount.c src/sys/fs/ptyfs: ptyfs_vnops.c Log Message: Remove dead returns: return VAR/func(XX); return VAR; The latter is never reached. Sent on tech-kern@, no disagreement. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/s3c2xx0/s3c24x0_lcd.c cvs rdiff -u -r1.24 -r1.25 src/sys/compat/netbsd32/netbsd32_compat_50.c cvs rdiff -u -r1.1 -r1.2 src/sys/compat/netbsd32/netbsd32_compat_60.c cvs rdiff -u -r1.50 -r1.51 src/sys/compat/osf1/osf1_mount.c cvs rdiff -u -r1.49 -r1.50 src/sys/fs/ptyfs/ptyfs_vnops.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/vax/include
Module Name:src Committed By: matt Date: Thu Aug 21 06:48:04 UTC 2014 Modified Files: src/sys/arch/vax/include: int_fmtio.h Log Message: Revert back to 1.7. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/vax/include/int_fmtio.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.