CVS commit: src/sys/ufs/ffs

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 14 01:13:57 UTC 2014

Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
Restore apple ufs error handling.


To generate a diff of this commit:
cvs rdiff -u -r1.303 -r1.304 src/sys/ufs/ffs/ffs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/ffs

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 14 00:36:07 UTC 2014

Modified Files:
src/sys/ufs/ffs: ffs_vfsops.c

Log Message:
- Add debugging for mount...
- Merge some error returns
- Check more errors


To generate a diff of this commit:
cvs rdiff -u -r1.302 -r1.303 src/sys/ufs/ffs/ffs_vfsops.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

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Dec 14 00:28:46 UTC 2014

Modified Files:
src/distrib/utils/embedded: mkimage
src/distrib/utils/embedded/conf: x86.conf

Log Message:
fix image building:
- round up the total size of the disk image
- fix fdisk offset for netbsd ffs images


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/distrib/utils/embedded/mkimage
cvs rdiff -u -r1.4 -r1.5 src/distrib/utils/embedded/conf/x86.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-12-13 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Dec 13 21:41:20 UTC 2014

Modified Files:
xsrc/external/mit/libdrm/dist: xf86drmMode.c

Log Message:
fix a merge botch.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 xsrc/external/mit/libdrm/dist/xf86drmMode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2014-12-13 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Dec 13 21:39:07 UTC 2014

Modified Files:
xsrc/external/mit/libdrm/dist: xf86atomic.h xf86drm.c xf86drmMode.c
xf86drmMode.h
xsrc/external/mit/libdrm/dist/include/drm: drm.h
xsrc/external/mit/libdrm/dist/intel: intel_bufmgr_gem.c
xsrc/external/mit/libdrm/dist/radeon: radeon_bo_gem.c radeon_cs_gem.c
radeon_surface.c
xsrc/external/mit/libdrm/dist/tests/modetest: modetest.c
Removed Files:
xsrc/external/mit/libdrm/dist: config.guess config.sub depcomp
install-sh ltmain.sh missing
xsrc/external/mit/libdrm/dist/include: Makefile.am Makefile.in
xsrc/external/mit/libdrm/dist/include/drm: Makefile Makefile.am
Makefile.in i810_drm.h i830_drm.h

Log Message:
merge libdrm 2.4.58.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r0 xsrc/external/mit/libdrm/dist/config.guess \
xsrc/external/mit/libdrm/dist/config.sub \
xsrc/external/mit/libdrm/dist/depcomp \
xsrc/external/mit/libdrm/dist/install-sh \
xsrc/external/mit/libdrm/dist/ltmain.sh \
xsrc/external/mit/libdrm/dist/missing
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/libdrm/dist/xf86atomic.h
cvs rdiff -u -r1.8 -r1.9 xsrc/external/mit/libdrm/dist/xf86drm.c
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/libdrm/dist/xf86drmMode.c
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libdrm/dist/xf86drmMode.h
cvs rdiff -u -r1.1.1.1 -r0 xsrc/external/mit/libdrm/dist/include/Makefile.am
cvs rdiff -u -r1.1.1.5 -r0 xsrc/external/mit/libdrm/dist/include/Makefile.in
cvs rdiff -u -r1.1.1.6 -r0 xsrc/external/mit/libdrm/dist/include/drm/Makefile
cvs rdiff -u -r1.1.1.2 -r0 \
xsrc/external/mit/libdrm/dist/include/drm/Makefile.am
cvs rdiff -u -r1.1.1.5 -r0 \
xsrc/external/mit/libdrm/dist/include/drm/Makefile.in
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libdrm/dist/include/drm/drm.h
cvs rdiff -u -r1.1.1.1 -r0 \
xsrc/external/mit/libdrm/dist/include/drm/i810_drm.h \
xsrc/external/mit/libdrm/dist/include/drm/i830_drm.h
cvs rdiff -u -r1.8 -r1.9 \
xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_gem.c
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/libdrm/dist/radeon/radeon_bo_gem.c \
xsrc/external/mit/libdrm/dist/radeon/radeon_surface.c
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/libdrm/dist/radeon/radeon_cs_gem.c
cvs rdiff -u -r1.4 -r1.5 \
xsrc/external/mit/libdrm/dist/tests/modetest/modetest.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS import: xsrc/external/mit/libdrm/dist

2014-12-13 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Sat Dec 13 21:33:26 UTC 2014

Update of /cvsroot/xsrc/external/mit/libdrm/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv9546

Log Message:
initial import of libdrm-2.4.58

Status:

Vendor Tag: xorg
Release Tags:   libdrm-2-4-58

C xsrc/external/mit/libdrm/dist/xf86drmMode.c
U xsrc/external/mit/libdrm/dist/libdrm.pc.in
U xsrc/external/mit/libdrm/dist/README
N xsrc/external/mit/libdrm/dist/Makefile.sources
U xsrc/external/mit/libdrm/dist/libdrm_lists.h
C xsrc/external/mit/libdrm/dist/xf86atomic.h
N xsrc/external/mit/libdrm/dist/Android.mk
C xsrc/external/mit/libdrm/dist/xf86drmMode.h
U xsrc/external/mit/libdrm/dist/aclocal.m4
U xsrc/external/mit/libdrm/dist/Makefile.am
U xsrc/external/mit/libdrm/dist/Makefile.in
N xsrc/external/mit/libdrm/dist/libdrm.h
U xsrc/external/mit/libdrm/dist/xf86drmSL.c
U xsrc/external/mit/libdrm/dist/xf86drmHash.c
C xsrc/external/mit/libdrm/dist/xf86drm.c
U xsrc/external/mit/libdrm/dist/config.h.in
U xsrc/external/mit/libdrm/dist/configure.ac
U xsrc/external/mit/libdrm/dist/xf86drm.h
U xsrc/external/mit/libdrm/dist/configure
U xsrc/external/mit/libdrm/dist/xf86drmRandom.c
N xsrc/external/mit/libdrm/dist/libkms/Makefile.sources
U xsrc/external/mit/libdrm/dist/libkms/nouveau.c
U xsrc/external/mit/libdrm/dist/libkms/Makefile.am
U xsrc/external/mit/libdrm/dist/libkms/exynos.c
U xsrc/external/mit/libdrm/dist/libkms/intel.c
U xsrc/external/mit/libdrm/dist/libkms/Makefile.in
U xsrc/external/mit/libdrm/dist/libkms/radeon.c
U xsrc/external/mit/libdrm/dist/libkms/dumb.c
N xsrc/external/mit/libdrm/dist/libkms/Android.mk
U xsrc/external/mit/libdrm/dist/libkms/api.c
U xsrc/external/mit/libdrm/dist/libkms/linux.c
U xsrc/external/mit/libdrm/dist/libkms/libkms.h
U xsrc/external/mit/libdrm/dist/libkms/internal.h
U xsrc/external/mit/libdrm/dist/libkms/libkms.pc.in
U xsrc/external/mit/libdrm/dist/libkms/vmwgfx.c
U xsrc/external/mit/libdrm/dist/build-aux/test-driver
U xsrc/external/mit/libdrm/dist/build-aux/install-sh
U xsrc/external/mit/libdrm/dist/build-aux/config.sub
U xsrc/external/mit/libdrm/dist/build-aux/depcomp
U xsrc/external/mit/libdrm/dist/build-aux/config.guess
U xsrc/external/mit/libdrm/dist/build-aux/ltmain.sh
U xsrc/external/mit/libdrm/dist/build-aux/missing
U xsrc/external/mit/libdrm/dist/m4/lt~obsolete.m4
U xsrc/external/mit/libdrm/dist/m4/libtool.m4
U xsrc/external/mit/libdrm/dist/m4/ltoptions.m4
U xsrc/external/mit/libdrm/dist/m4/ltversion.m4
U xsrc/external/mit/libdrm/dist/m4/ltsugar.m4
N xsrc/external/mit/libdrm/dist/nouveau/Makefile.sources
U xsrc/external/mit/libdrm/dist/nouveau/nouveau.c
U xsrc/external/mit/libdrm/dist/nouveau/Makefile.am
U xsrc/external/mit/libdrm/dist/nouveau/abi16.c
U xsrc/external/mit/libdrm/dist/nouveau/Makefile.in
U xsrc/external/mit/libdrm/dist/nouveau/bufctx.c
N xsrc/external/mit/libdrm/dist/nouveau/Android.mk
U xsrc/external/mit/libdrm/dist/nouveau/private.h
U xsrc/external/mit/libdrm/dist/nouveau/nouveau.h
U xsrc/external/mit/libdrm/dist/nouveau/pushbuf.c
U xsrc/external/mit/libdrm/dist/nouveau/libdrm_nouveau.pc.in
U xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_fake.c
U xsrc/external/mit/libdrm/dist/intel/intel_bufmgr.h
N xsrc/external/mit/libdrm/dist/intel/Makefile.sources
U xsrc/external/mit/libdrm/dist/intel/Makefile.am
U xsrc/external/mit/libdrm/dist/intel/mm.h
U xsrc/external/mit/libdrm/dist/intel/mm.c
C xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_gem.c
U xsrc/external/mit/libdrm/dist/intel/intel_debug.h
U xsrc/external/mit/libdrm/dist/intel/intel_decode.c
U xsrc/external/mit/libdrm/dist/intel/Makefile.in
U xsrc/external/mit/libdrm/dist/intel/intel_chipset.h
U xsrc/external/mit/libdrm/dist/intel/libdrm_intel.pc.in
N xsrc/external/mit/libdrm/dist/intel/Android.mk
U xsrc/external/mit/libdrm/dist/intel/intel_aub.h
U xsrc/external/mit/libdrm/dist/intel/intel_bufmgr_priv.h
U xsrc/external/mit/libdrm/dist/intel/test_decode.c
U xsrc/external/mit/libdrm/dist/intel/intel_bufmgr.c
U xsrc/external/mit/libdrm/dist/intel/tests/gen5-3d.batch-ref.txt
U xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch.sh
U xsrc/external/mit/libdrm/dist/intel/tests/test-batch.sh
U xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch.sh
U xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch
U xsrc/external/mit/libdrm/dist/intel/tests/gen4-3d.batch
U xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch
U xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch-ref.txt
U xsrc/external/mit/libdrm/dist/intel/tests/gen4-3d.batch.sh
U xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch-ref.txt
U xsrc/external/mit/libdrm/dist/intel/tests/gm45-3d.batch
U xsrc/external/mit/libdrm/dist/intel/tests/gm45-3d.batch-ref.txt
U xsrc/external/mit/libdrm/dist/intel/tests/gen5-3d.batch.sh
U xsrc/external/mit/libdrm/dist/intel/tests/gen7-2d-copy.batch
U xsrc/external/mit/libdrm/dist/intel/tests/gen7-3d.batch-ref.txt
U xsrc/external/mit/libdrm/dist/intel/tests/gen6-3d.batch.sh
U xsrc/e

CVS commit: [netbsd-7] src/doc

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 19:35:02 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Tickets #316 - #319


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.129 -r1.1.2.130 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/sys/arch/arm/arm32

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 19:32:43 UTC 2014

Modified Files:
src/sys/arch/arm/arm32 [netbsd-7]: arm32_boot.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #319):
sys/arch/arm/arm32/arm32_boot.c: revision 1.11
serialize printing of secondary cpu info


To generate a diff of this commit:
cvs rdiff -u -r1.7.4.1 -r1.7.4.2 src/sys/arch/arm/arm32/arm32_boot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/libexec/httpd

2014-12-13 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Dec 13 19:30:04 UTC 2014

Modified Files:
src/libexec/httpd: content-bozo.c

Log Message:
add .ts and .vob suffixes.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/libexec/httpd/content-bozo.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

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 19:29:28 UTC 2014

Modified Files:
src/sys/arch/sparc64/include [netbsd-7]: psl.h
src/sys/arch/sparc64/sparc64 [netbsd-7]: cpu.c

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #318):
sys/arch/sparc64/include/psl.h: revision 1.54
sys/arch/sparc64/include/psl.h: revision 1.55
sys/arch/sparc64/sparc64/cpu.c: revision 1.121
Make getver() into a constant function since Version Register (%ver)
is read only and its value is constant.
This change reduces multipule %ver reads to one in the functions
which uses a number of CPU_IS_* macros.
Use GETVER_CPU_* macros.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.53.4.1 src/sys/arch/sparc64/include/psl.h
cvs rdiff -u -r1.116 -r1.116.2.1 src/sys/arch/sparc64/sparc64/cpu.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/bluetooth

2014-12-13 Thread NONAKA Kimihiro
Module Name:src
Committed By:   nonaka
Date:   Sat Dec 13 19:28:55 UTC 2014

Modified Files:
src/sys/dev/bluetooth: btms.c

Log Message:
Added quirk for ELECOM M-XG2BB.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/bluetooth/btms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/mtree

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 13 19:23:35 UTC 2014

Modified Files:
src/etc/mtree: NetBSD.dist.base

Log Message:
add missing /fs/


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/etc/mtree/NetBSD.dist.base

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/conf

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 19:23:10 UTC 2014

Modified Files:
src/sys/conf [netbsd-7]: Makefile.kern.inc

Log Message:
Pull up following revision(s) (requested by nakayama in ticket #317):
sys/conf/Makefile.kern.inc: revision 1.179
Trim " " at the beginning of version string to follow the change
in rev.1.60 of newvers.sh.
-const char sccs[] = "@(#)${fullversion}";
+const char sccs[] = "@(#)" ${fullversion_source};


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.169.2.1 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: [netbsd-7] src/sys/sys

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 19:13:25 UTC 2014

Modified Files:
src/sys/sys [netbsd-7]: cdefs_elf.h

Log Message:
Pull up following revision(s) (requested by joerg in ticket #316):
sys/sys/cdefs_elf.h: revision 1.47
Add macro to mark a symbol as weak. Use it to mark the end of a linker
set as empty linker set otherwise violate the aliasing rules of C by
presenting zero sized objects.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.44.2.1 src/sys/sys/cdefs_elf.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/doc

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 18:56:34 UTC 2014

Modified Files:
src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Update entry for #306 for an additional pullup


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.128 -r1.1.2.129 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/etc/mtree

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 13 18:55:18 UTC 2014

Modified Files:
src/etc/mtree: NetBSD.dist.base NetBSD.dist.x86_64

Log Message:
Add missing include directories


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/etc/mtree/NetBSD.dist.base
cvs rdiff -u -r1.8 -r1.9 src/etc/mtree/NetBSD.dist.x86_64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/distrib/sets/lists/debug

2014-12-13 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Dec 13 18:49:51 UTC 2014

Modified Files:
src/distrib/sets/lists/debug [netbsd-7]: shl.mi

Log Message:
Pull up rev 1.83 requested by htodd in #306:
Fix usr/lib entry for libdm, which moved to lib.


To generate a diff of this commit:
cvs rdiff -u -r1.71.2.4 -r1.71.2.5 src/distrib/sets/lists/debug/shl.mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/binutils/dist

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 13 18:32:59 UTC 2014

Modified Files:
src/external/gpl3/binutils/dist/binutils: readelf.c
src/external/gpl3/binutils/dist/binutils/doc: readelf.1
src/external/gpl3/binutils/dist/include/elf: common.h

Log Message:
- Add -f to allow processing non-plain files.
- Align NetBSD note printing properly
- Add handling of "PaX" notes correctly. Perhaps we should rename them
  to "NetBSD" now.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/gpl3/binutils/dist/binutils/readelf.c
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/binutils/dist/binutils/doc/readelf.1
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/binutils/dist/include/elf/common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/librumpclient

2014-12-13 Thread Justin Cormack
Module Name:src
Committed By:   justin
Date:   Sat Dec 13 17:18:55 UTC 2014

Modified Files:
src/lib/librumpclient: rumpclient.c

Log Message:
Always use kqueue for BSDs in librumpclient

Tested now on the others


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/librumpclient/rumpclient.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/arm32

2014-12-13 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Dec 13 16:11:01 UTC 2014

Modified Files:
src/sys/arch/arm/arm32: arm32_boot.c

Log Message:
serialize printing of secondary cpu info


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/arm32/arm32_boot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2014-12-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Dec 13 15:59:30 UTC 2014

Modified Files:
src/sys/coda: cnode.h coda_subr.c coda_vfsops.c coda_vfsops.h
coda_vnops.c

Log Message:
Change coda from hashlist to vcache.
- Replace all hash list crawlers with vfs_vnode_iterator.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/coda/cnode.h
cvs rdiff -u -r1.29 -r1.30 src/sys/coda/coda_subr.c
cvs rdiff -u -r1.83 -r1.84 src/sys/coda/coda_vfsops.c
cvs rdiff -u -r1.18 -r1.19 src/sys/coda/coda_vfsops.h
cvs rdiff -u -r1.100 -r1.101 src/sys/coda/coda_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/coda

2014-12-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Dec 13 15:59:03 UTC 2014

Modified Files:
src/sys/coda: coda_vnops.c

Log Message:
Remove cnodes from coda_reclaim(), not from coda_inactive().


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/coda/coda_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/coda

2014-12-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Dec 13 15:58:39 UTC 2014

Modified Files:
src/sys/coda: coda.h coda_psdev.c coda_subr.c coda_vfsops.c

Log Message:
Move the definition of NVCODA and CODA_COMPAT_5 to coda.h,
remove them from coda_vfsops.c and coda_psdev.c.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/coda/coda.h
cvs rdiff -u -r1.53 -r1.54 src/sys/coda/coda_psdev.c
cvs rdiff -u -r1.28 -r1.29 src/sys/coda/coda_subr.c
cvs rdiff -u -r1.82 -r1.83 src/sys/coda/coda_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2014-12-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Dec 13 15:58:13 UTC 2014

Modified Files:
src/sys/coda: cnode.h

Log Message:
Remove unused definitions (C_WANTED, C_LOCKED).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/coda/cnode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/coda

2014-12-13 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Dec 13 15:57:46 UTC 2014

Modified Files:
src/sys/coda: coda_subr.c coda_vfsops.c coda_vnops.c

Log Message:
Attach the control object vnode to the coda mount and release it
on unmount.  Initialize special files with NODEV.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/coda/coda_subr.c
cvs rdiff -u -r1.81 -r1.82 src/sys/coda/coda_vfsops.c
cvs rdiff -u -r1.98 -r1.99 src/sys/coda/coda_vnops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/amiga/miniroot

2014-12-13 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Dec 13 15:51:18 UTC 2014

Modified Files:
src/distrib/amiga/miniroot: Makefile.inc

Log Message:
Extend size of miniroot.fs from 6m to 7m.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/distrib/amiga/miniroot/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man

2014-12-13 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Dec 13 14:16:48 UTC 2014

Modified Files:
src/share/man: Makefile

Log Message:
Fix MKRUMP = no build


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/share/man/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.