CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 10 19:29:44 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c Log Message: Zero out the guard for bus_space_unmap before calling i915_dma_cleanup() which calls i915_free_hws(), which then

CVS commit: src/sys/arch/alpha/alpha

2015-10-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 10 17:00:12 UTC 2015 Modified Files: src/sys/arch/alpha/alpha: cpu.c Log Message: PR port-alpha/50325: cosmetic fix for cpu attach message from Felix Deichmann. To generate a diff of this commit: cvs rdiff -u -r1.95

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-10-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 10 17:18:05 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h Log Message: Provide and use some macros to access ehci_{xfer,pipe} from usbd_{xfer,pipe} No functional change To generate a diff of

CVS commit: src/sys/external/bsd/drm2/dist/drm/i915

2015-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 10 19:35:15 UTC 2015 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c Log Message: fix the same bug on the linux side, print the error, and return the -tive error to mimick linux. To generate a diff

CVS commit: src/libexec/lfs_cleanerd

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:34:47 UTC 2015 Modified Files: src/libexec/lfs_cleanerd: Makefile coalesce.c Log Message: Use llabs(), not abs(), on the difference of daddr_t's. Caught by clang, reported by joerg. Turn off the clang-specific

CVS commit: src

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:34:10 UTC 2015 Modified Files: src/sbin/fsck_lfs: lfs.c src/usr.sbin/dumplfs: dumplfs.c Log Message: Track down and fix two missing uses of SEGSUM_FINFOBASE(). To generate a diff of this commit: cvs

CVS commit: src/sys/ufs/lfs

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:34:34 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_alloc.c lfs_segment.c lfs_syscalls.c Log Message: Fix minor bitrot in #if 0 or otherwise disabled code. To generate a diff of this commit: cvs rdiff -u -r1.130

CVS commit: src/sys/ufs/lfs

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:33:57 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_vfsops.c Log Message: Remove no longer needed explicit 32->64 sign extension. This is the last 32-bit-on-disk item among those that were either already tagged

CVS commit: src/sbin/newfs_lfs

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:34:19 UTC 2015 Modified Files: src/sbin/newfs_lfs: make_lfs.c Log Message: Use a specific SEGSUM size instead of the size of the union. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58

CVS commit: src/share/misc

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:51:05 UTC 2015 Modified Files: src/share/misc: acronyms Log Message: +FTR (from Nikolai Lifanov in PR 50293) To generate a diff of this commit: cvs rdiff -u -r1.240 -r1.241 src/share/misc/acronyms Please note

CVS commit: src/share/misc

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Oct 11 00:58:24 UTC 2015 Modified Files: src/share/misc: acronyms.comp Log Message: ALUA (asymmetric logical unit access) from Nikolai Lifanov in PR 50227 To generate a diff of this commit: cvs rdiff -u -r1.150 -r1.151

CVS commit: src/sys/ufs/lfs

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:33:31 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_balloc.c lfs_segment.c Log Message: Use accessors for some more indirect block manipulations. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88

CVS commit: src/sys/ufs/lfs

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:33:44 UTC 2015 Modified Files: src/sys/ufs/lfs: lfs_accessors.h Log Message: Add byteswapping to the inode block-pointer accessors. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/usr.bin/xinstall

2015-10-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 10 22:54:03 UTC 2015 Modified Files: src/usr.bin/xinstall: Makefile Log Message: Don't assume HAVE_POSIX_SPAWN when building a host prog. From Joachim Kuebart in PR 50301. needs pullup-7 To generate a diff of this

CVS commit: src/external/mit/lua/dist/src

2015-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 11 01:01:46 UTC 2015 Modified Files: src/external/mit/lua/dist/src: lobject.c lstrlib.c luac.c luaconf.h Log Message: Get rid of the sprintf() bogus macro and use lengths explicitly when buffers are involved. To

CVS commit: src/sys/dev/dkwedge

2015-10-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 10 23:39:43 UTC 2015 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: remove incorrect comment (from kre) To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85 src/sys/dev/dkwedge/dk.c Please note that

CVS commit: src/usr.bin/make

2015-10-10 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sun Oct 11 04:51:24 UTC 2015 Modified Files: src/usr.bin/make: arch.c compat.c cond.c for.c job.c main.c make.c meta.c nonints.h parse.c suff.c var.c src/usr.bin/make/unit-tests: varmisc.exp varmisc.mk Log

CVS commit: src/sys/arch/sparc/stand/ofwboot

2015-10-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 10 06:50:25 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Locore.c Log Message: Add compile time asserts to make sure we have properly picked up types for a 64bit cpu and 64bit openfirmware. To generate a

CVS commit: src/sys/arch/sparc/stand/ofwboot

2015-10-10 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Oct 10 06:49:40 UTC 2015 Modified Files: src/sys/arch/sparc/stand/ofwboot: Makefile Log Message: Simplify, get rid of manual _LP64 define. Do not pass a SUN4U define, as that is no longer used in the relevant headers. Instead

CVS commit: xsrc/external/mit/ctwm/dist

2015-10-10 Thread Marc Balmer
Module Name:xsrc Committed By: mbalmer Date: Sat Oct 10 09:08:11 UTC 2015 Modified Files: xsrc/external/mit/ctwm/dist: README Log Message: fox wording and typos To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/ctwm/dist/README Please note

CVS commit: [nick-nhusb] src/sys/dev/usb

2015-10-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 10 07:23:25 UTC 2015 Modified Files: src/sys/dev/usb [nick-nhusb]: usbdi.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.162.2.29 -r1.162.2.30 src/sys/dev/usb/usbdi.c Please note that diffs are

CVS commit: src/sys/sys

2015-10-10 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 10 10:51:15 UTC 2015 Modified Files: src/sys/sys: exec.h Log Message: Remove the mach entry. To generate a diff of this commit: cvs rdiff -u -r1.148 -r1.149 src/sys/sys/exec.h Please note that diffs are not public

CVS commit: src/external/bsd/pkg_install/dist/create

2015-10-10 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Oct 10 10:08:12 UTC 2015 Modified Files: src/external/bsd/pkg_install/dist/create: pkg_create.1 Log Message: use a verb in the authors section for all entries To generate a diff of this commit: cvs rdiff -u -r1.1.1.8 -r1.2