CVS commit: src/games/monop

2014-12-29 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Dec 29 10:27:03 UTC 2014

Modified Files:
src/games/monop: cards.c

Log Message:
PR/49513 - Henning Petersen -- tyop


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/games/monop/cards.c

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



CVS commit: src/games/monop

2014-12-29 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Mon Dec 29 10:38:52 UTC 2014

Modified Files:
src/games/monop: cards.c

Log Message:
PR/49513 - Henning Petersen -- tyop


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/games/monop/cards.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

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 12:03:40 UTC 2014

Modified Files:
src/sys/dev: dksubr.c

Log Message:
align dk_strategy with checks from ld.c


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/dev/dksubr.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/evbarm/conf

2014-12-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 29 12:53:39 UTC 2014

Modified Files:
src/sys/arch/evbarm/conf: ROCKCHIP

Log Message:
something wrong with MP, turn it off for now


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/ROCKCHIP

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



CVS commit: src/sys/dev

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 13:13:20 UTC 2014

Modified Files:
src/sys/dev: vnd.c

Log Message:
Fix default label for non-standard sector size.
Avoid integer overflow in sanity check.


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 src/sys/dev/vnd.c

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



CVS commit: src/sys/net

2014-12-29 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Dec 29 13:38:13 UTC 2014

Modified Files:
src/sys/net: bpf.c

Log Message:
Remove unnecessary variable bc


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/sys/net/bpf.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/x86/x86

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 14:00:26 UTC 2014

Modified Files:
src/sys/arch/x86/x86: ipmi.c

Log Message:
Avoid NULL pointer dereference if SMBIOS key "system-product" does not
exist.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/x86/x86/ipmi.c

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



CVS commit: src/share/man/man5

2014-12-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 29 14:22:25 UTC 2014

Modified Files:
src/share/man/man5: ifconfig.if.5

Log Message:
Add comma in Dd. From Henning Petersen in PR 49515.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man5/ifconfig.if.5

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



CVS commit: src/usr.sbin/sysinst

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 14:43:06 UTC 2014

Modified Files:
src/usr.sbin/sysinst: run.c

Log Message:
If we launch a program with RUN_SILENT, give it more than two seconds to
run before we create an output window. On a swapping VAX it can take
seriously longer, and we get interactive status display even if the program
did not produce any error output otherwise.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/sysinst/run.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/sys/arch/x86/include

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 15:14:27 UTC 2014

Modified Files:
src/sys/arch/x86/include [netbsd-6]: cacheinfo.h

Log Message:
Pullup the following revisions, requested by msaitoh in #1219:

sys/arch/x86/include/cacheinfo.h1.14-1.19

Update Intel's cache and TLB descripotr table. This changes the number
of page coloring on some CPUs.
- Add Shared L2 TLB.
- Support prefetch size.
- Add some new TLB and cache entries from the document.
- Fix some entries:
  - Fix 0x0d's DCACHE entry and 0xeb's L3CACHE entry.
  - Desc 0x55 and 0xb1 are Instruction TLB but not fixed to 4K.
  - Desc 0x5a and 0xc0 are Data TLB but not fixed to 4K.
  - Desc 0x57 and 0x59 are 4K fixed DTLB.
  - Fix string of desc 0xc2 and it's not fixed to 4K.
  - Desc 0xca is 4K fixed L2 shared TLB.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/arch/x86/include/cacheinfo.h

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



CVS commit: src/sys/fs/v7fs

2014-12-29 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Dec 29 15:28:08 UTC 2014

Modified Files:
src/sys/fs/v7fs: v7fs_vnops.c

Log Message:
v7fs_getattr: adjust size of symlinks by -1 to compensate the trailing NUL.

Should fix the v7fs part of PR kern/48864.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/fs/v7fs/v7fs_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/fs/v7fs

2014-12-29 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Dec 29 15:28:58 UTC 2014

Modified Files:
src/sys/fs/v7fs: v7fs_file.c v7fs_vfsops.c v7fs_vnops.c

Log Message:
Defer deallocating unlinked inodes to v7fs_reclaim().

Remove v7fs_vnode_reload() and always use v7fs_inode_load().  No need
to search for a vnode we already hold a reference on.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/fs/v7fs/v7fs_file.c
cvs rdiff -u -r1.10 -r1.11 src/sys/fs/v7fs/v7fs_vfsops.c
cvs rdiff -u -r1.18 -r1.19 src/sys/fs/v7fs/v7fs_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/fs/v7fs

2014-12-29 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Dec 29 15:29:38 UTC 2014

Modified Files:
src/sys/fs/v7fs: v7fs_extern.c v7fs_extern.h v7fs_vfsops.c v7fs_vnops.c

Log Message:
Change v7fs to vcache.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/fs/v7fs/v7fs_extern.c
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/v7fs/v7fs_extern.h
cvs rdiff -u -r1.11 -r1.12 src/sys/fs/v7fs/v7fs_vfsops.c
cvs rdiff -u -r1.19 -r1.20 src/sys/fs/v7fs/v7fs_vnops.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/sys/arch/x86/include

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 15:31:06 UTC 2014

Modified Files:
src/sys/arch/x86/include [netbsd-6]: specialreg.h

Log Message:
Pull up the following revisisions, requested by msaitoh in #1220:

sys/arch/x86/include/specialreg.h   1.59-1.71, 1.73-1.81 (patch)

Update x86 special register definitions:
- Add latest CR4 bits.
- Recognize the P1GB and RDTSCP which were AMD-only on Intel HW too.
- Add some missing bit definitions for CPUID2 and those for XCR0.
- Fix CPUID_AMD_FLAGS4 to not try to print bits \41 and \42.
- Correct the comment about the extended family and model bits.
- Add some definitions related to the process extended state
  enumeration.
- Add Intel Structured Extended Feature leaf (Fn_0007).
- Sort CPUID definitions in initial EAX value.
- Add Intel Deterministic Cache Parameter Leaf (CPUID leaf 4).
- Add some AMD Fn8001 extended features %ecx bits definitions.
- "s/MXX/MMXX/" because this bit is "MMX eXtention".
- Add some definitions for cpu 'extended state' enumeration
  (Fn000d).
- Add Energy Performance Bias bit of Fn_0006 %ecx.
- Add MSR_IA32_PLATFORM_ID (0x017)
- Modify comment.
- Style fix.


To generate a diff of this commit:
cvs rdiff -u -r1.55.2.3 -r1.55.2.4 src/sys/arch/x86/include/specialreg.h

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



CVS commit: src/tests/fs/vfs

2014-12-29 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Mon Dec 29 15:31:44 UTC 2014

Modified Files:
src/tests/fs/vfs: t_vnops.c

Log Message:
Test v7fs_lstat_symlink is no longer expected to fail.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/tests/fs/vfs/t_vnops.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/sys/netinet6

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 15:45:45 UTC 2014

Modified Files:
src/sys/netinet6 [netbsd-6]: mld6.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1224):
sys/netinet6/mld6.c: revision 1.61
Ensure callout isn't running and pending before callout_destroy
Call callout_halt before callout_destroy. And also let callout (mld_timeo)
not call callout_schedule when we already called callout_halt.
This fixes PR 47881.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.4.1 src/sys/netinet6/mld6.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

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 15:47:02 UTC 2014

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Tickets #1219, #1220 and #1224


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.179 -r1.1.2.180 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-7] src/external/bsd/dhcpcd/dist

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 16:18:05 UTC 2014

Modified Files:
src/external/bsd/dhcpcd/dist [netbsd-7]: arp.c arp.h auth.c auth.h
bpf-filter.h common.c common.h config.h control.c control.h defs.h
dev.h dhcp-common.c dhcp-common.h dhcp.c dhcp.h dhcp6.c dhcp6.h
dhcpcd-definitions.conf dhcpcd-embedded.c dhcpcd-embedded.h
dhcpcd-run-hooks.8.in dhcpcd-run-hooks.in dhcpcd.8.in dhcpcd.c
dhcpcd.conf dhcpcd.conf.5.in dhcpcd.h duid.c duid.h eloop.c eloop.h
if-bsd.c if-options.c if-options.h if.c if.h ipv4.c ipv4.h ipv4ll.c
ipv4ll.h ipv6.c ipv6.h ipv6nd.c ipv6nd.h script.c script.h
src/external/bsd/dhcpcd/dist/crypt [netbsd-7]: crypt.h hmac_md5.c
src/external/bsd/dhcpcd/dist/dhcpcd-hooks [netbsd-7]: 01-test 02-dump
10-mtu 10-wpa_supplicant 15-timezone 20-resolv.conf
29-lookup-hostname 30-hostname 50-ntp.conf 50-ypbind

Log Message:
Pullup the import of dhcpcd-6.6.7, requested by roy in #207


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.13 -r1.1.1.13.2.1 src/external/bsd/dhcpcd/dist/arp.c \
src/external/bsd/dhcpcd/dist/dhcp6.c
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.4.1 src/external/bsd/dhcpcd/dist/arp.h
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 src/external/bsd/dhcpcd/dist/auth.c \
src/external/bsd/dhcpcd/dist/dev.h \
src/external/bsd/dhcpcd/dist/dhcpcd-embedded.h \
src/external/bsd/dhcpcd/dist/ipv6nd.h
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.2.1 src/external/bsd/dhcpcd/dist/auth.h \
src/external/bsd/dhcpcd/dist/script.h
cvs rdiff -u -r1.4 -r1.4.2.1 src/external/bsd/dhcpcd/dist/bpf-filter.h
cvs rdiff -u -r1.1.1.15 -r1.1.1.15.2.1 src/external/bsd/dhcpcd/dist/common.c
cvs rdiff -u -r1.1.1.11 -r1.1.1.11.2.1 src/external/bsd/dhcpcd/dist/common.h \
src/external/bsd/dhcpcd/dist/ipv6.c
cvs rdiff -u -r1.1.1.26 -r1.1.1.26.2.1 src/external/bsd/dhcpcd/dist/config.h
cvs rdiff -u -r1.1.1.7 -r1.1.1.7.2.1 src/external/bsd/dhcpcd/dist/control.c \
src/external/bsd/dhcpcd/dist/dhcp-common.c \
src/external/bsd/dhcpcd/dist/dhcp6.h \
src/external/bsd/dhcpcd/dist/dhcpcd-embedded.c \
src/external/bsd/dhcpcd/dist/ipv4.c
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.2.1 src/external/bsd/dhcpcd/dist/control.h \
src/external/bsd/dhcpcd/dist/dhcp-common.h \
src/external/bsd/dhcpcd/dist/dhcpcd-definitions.conf \
src/external/bsd/dhcpcd/dist/ipv4.h
cvs rdiff -u -r1.1.1.41 -r1.1.1.41.2.1 src/external/bsd/dhcpcd/dist/defs.h
cvs rdiff -u -r1.15 -r1.15.2.1 src/external/bsd/dhcpcd/dist/dhcp.c
cvs rdiff -u -r1.1.1.20 -r1.1.1.20.2.1 src/external/bsd/dhcpcd/dist/dhcp.h \
src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in
cvs rdiff -u -r1.5 -r1.5.4.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in
cvs rdiff -u -r1.29 -r1.29.2.1 src/external/bsd/dhcpcd/dist/dhcpcd.8.in
cvs rdiff -u -r1.7 -r1.7.2.1 src/external/bsd/dhcpcd/dist/dhcpcd.c \
src/external/bsd/dhcpcd/dist/if-bsd.c \
src/external/bsd/dhcpcd/dist/script.c
cvs rdiff -u -r1.9 -r1.9.2.1 src/external/bsd/dhcpcd/dist/dhcpcd.conf
cvs rdiff -u -r1.10 -r1.10.2.1 src/external/bsd/dhcpcd/dist/dhcpcd.conf.5.in \
src/external/bsd/dhcpcd/dist/ipv6nd.c
cvs rdiff -u -r1.1.1.19 -r1.1.1.19.2.1 src/external/bsd/dhcpcd/dist/dhcpcd.h
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.2.1 src/external/bsd/dhcpcd/dist/duid.c
cvs rdiff -u -r1.1.1.6 -r1.1.1.6.2.1 src/external/bsd/dhcpcd/dist/duid.h
cvs rdiff -u -r1.1.1.9 -r1.1.1.9.2.1 src/external/bsd/dhcpcd/dist/eloop.c
cvs rdiff -u -r1.1.1.9 -r1.1.1.9.4.1 src/external/bsd/dhcpcd/dist/eloop.h
cvs rdiff -u -r1.11 -r1.11.2.1 src/external/bsd/dhcpcd/dist/if-options.c
cvs rdiff -u -r1.1.1.23 -r1.1.1.23.2.1 \
src/external/bsd/dhcpcd/dist/if-options.h
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.4.1 src/external/bsd/dhcpcd/dist/if.c \
src/external/bsd/dhcpcd/dist/if.h
cvs rdiff -u -r1.1.1.10 -r1.1.1.10.2.1 src/external/bsd/dhcpcd/dist/ipv4ll.c \
src/external/bsd/dhcpcd/dist/ipv6.h
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.6.1 src/external/bsd/dhcpcd/dist/ipv4ll.h
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.2.1 \
src/external/bsd/dhcpcd/dist/crypt/crypt.h
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 \
src/external/bsd/dhcpcd/dist/crypt/hmac_md5.c
cvs rdiff -u -r1.1.1.6 -r1.1.1.6.4.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/01-test
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.2.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/02-dump
cvs rdiff -u -r1.1.1.8 -r1.1.1.8.6.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-mtu
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.6.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/10-wpa_supplicant
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.2.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/15-timezone
cvs rdiff -u -r1.1.1.15 -r1.1.1.15.2.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf
cvs rdiff -u -r1.1.1.5 -r1.1.1.5.6.1 \
src/external/bsd/dhcpcd/dist/dhcpcd-hooks/29-lookup-hostname
cvs rdiff -u -r1.1.1.10 -r1.1.1.10.4.1 \
src/external/bsd/dhcpcd/dist

CVS commit: [netbsd-7] src/sys/external/bsd/vchiq/dist/interface/vchiq_arm

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 16:25:28 UTC 2014

Modified Files:
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm [netbsd-7]:
vchiq_arm.c vchiq_core.c

Log Message:
Pull up following revision(s) (requested by nat in ticket #345):
sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c: revision 
1.14
sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c: revision 
1.10
Enable state/stats information on vchiq device read.
Allow more space for temp string buffer in service stats display.
Fixes corrupted display when rx and tx count become large.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 \
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c
cvs rdiff -u -r1.9 -r1.9.6.1 \
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c

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



CVS commit: src/sbin/fsck

2014-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 29 16:27:43 UTC 2014

Modified Files:
src/sbin/fsck: partutil.c partutil.h

Log Message:
Provide a simple getdisksize() api for gpt(8).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/fsck/partutil.c
cvs rdiff -u -r1.2 -r1.3 src/sbin/fsck/partutil.h

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



CVS commit: src/sbin/gpt

2014-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 29 16:27:06 UTC 2014

Modified Files:
src/sbin/gpt: Makefile gpt.c gpt.h
Added Files:
src/sbin/gpt: drvctl.c

Log Message:
Factor out the getdisksize() drvctl method, and provide an alternative that
directly uses the disk ioctl's instead of relying on the drvctl device driver
which is currently not mandatory.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sbin/gpt/Makefile
cvs rdiff -u -r0 -r1.1 src/sbin/gpt/drvctl.c
cvs rdiff -u -r1.39 -r1.40 src/sbin/gpt/gpt.c
cvs rdiff -u -r1.17 -r1.18 src/sbin/gpt/gpt.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/ufs/ffs

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 16:28:14 UTC 2014

Modified Files:
src/sys/ufs/ffs [netbsd-7]: ffs_vfsops.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #352):
sys/ufs/ffs/ffs_vfsops.c: revision 1.301
Limit the superblock size to SBLOCKSIZE, not MAXBSIZE. Otherwise memcpy
will read beyond the allocated buffer.
Discussed a bit on tech-kern@.


To generate a diff of this commit:
cvs rdiff -u -r1.299.2.1 -r1.299.2.2 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/sbin/fsck

2014-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Dec 29 16:35:38 UTC 2014

Modified Files:
src/sbin/fsck: partutil.c

Log Message:
abort earlier.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sbin/fsck/partutil.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

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 16:35:51 UTC 2014

Modified Files:
src/sys/compat/common [netbsd-7]: vfs_syscalls_30.c
src/sys/compat/linux/common [netbsd-7]: linux_uselib.c
src/sys/ufs/chfs [netbsd-7]: chfs_vfsops.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #353):
sys/ufs/chfs/chfs_vfsops.c: revision 1.12
sys/compat/common/vfs_syscalls_30.c: revision 1.35
sys/compat/linux/common/linux_uselib.c: revision 1.31
sys/compat/linux/common/linux_uselib.c: revision 1.32
Resource leak.
Memory leaks.
Reject non-regular files.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.33.34.1 src/sys/compat/common/vfs_syscalls_30.c
cvs rdiff -u -r1.30 -r1.30.38.1 src/sys/compat/linux/common/linux_uselib.c
cvs rdiff -u -r1.11 -r1.11.2.1 src/sys/ufs/chfs/chfs_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/fs/ntfs

2014-12-29 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Mon Dec 29 16:37:27 UTC 2014

Modified Files:
src/sys/fs/ntfs: ntfs_subr.c

Log Message:
Typos:
 - "nessesary" -> "necessary" (comment)
 - "UNEXISTED" -> "NON-EXISTENT" (dprintf)
 - "NON-EXISTANT" -> "NON-EXISTENT" (dprintf)
 - "reach" -> "reaches" (comment)


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/fs/ntfs/ntfs_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/pci

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 17:01:01 UTC 2014

Modified Files:
src/sys/dev/pci [netbsd-7]: if_vioif.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #354):
sys/dev/pci/if_vioif.c: revision 1.14
Reuse mbuf when retrying in vioif_start
Otherwise, the old mbuf will leak.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.2.1 src/sys/dev/pci/if_vioif.c

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



CVS commit: src/sys/fs/hfs

2014-12-29 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Mon Dec 29 17:02:39 UTC 2014

Modified Files:
src/sys/fs/hfs: libhfs.c

Log Message:
I started to KNF this file but quickly ended up figuring out I was not
courageous enough for such ugliness. So I only KNF'ed the first 300
lines.

I'll come back later.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/fs/hfs/libhfs.c

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



CVS commit: src/sys/fs/hfs

2014-12-29 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Mon Dec 29 17:17:54 UTC 2014

Modified Files:
src/sys/fs/hfs: hfs_vfsops.c

Log Message:
Small cleanup:
 - KNF
 - malloc + memset -> malloc(|M_ZERO)
 - no need to check data == NULL


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/fs/hfs/hfs_vfsops.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/rc.d

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 17:19:18 UTC 2014

Modified Files:
src/etc/rc.d [netbsd-7]: ntpd

Log Message:
Pull up following revision(s) (requested by mlelstv in ticket #355):
etc/rc.d/ntpd: revision 1.15
new ntpd wants to be able to translate ntp into a port number after chroot,
so give it its own small copy of /etc/services in the chroot


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.10.1 src/etc/rc.d/ntpd

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



CVS commit: [netbsd-7] src

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 17:27:29 UTC 2014

Modified Files:
src/external/apache2/mDNSResponder/dist/mDNSPosix [netbsd-7]:
mDNSPosix.c
src/external/bsd/dhcpcd/dist [netbsd-7]: dhcpcd.c
src/external/bsd/ipf/dist/lib [netbsd-7]: printhost.c printhostmask.c
printipfexpr.c save_v1trap.c save_v2trap.c
src/external/bsd/ipf/dist/tools [netbsd-7]: lexer.c
src/external/bsd/ppp/usr.sbin/pppd [netbsd-7]: sys-bsd.c
src/external/bsd/tcpdump/bin [netbsd-7]: Makefile
src/sbin/route [netbsd-7]: route.c
src/usr.sbin/lpr/common_source [netbsd-7]: Makefile common.c

Log Message:
Pull up following revision(s) (requested by prlw1 in ticket #358):
sbin/route/route.c: revision 1.149
external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c: revision 1.7
external/bsd/ipf/dist/lib/printhost.c: revision 1.3
usr.sbin/lpr/common_source/common.c: revision 1.43
usr.sbin/lpr/common_source/Makefile: revision 1.12
external/bsd/ipf/dist/lib/printhostmask.c: revision 1.3
external/bsd/ipf/dist/lib/save_v1trap.c: revision 1.2
external/bsd/dhcpcd/dist/dhcpcd.c: revision 1.21
external/bsd/tcpdump/bin/Makefile: revision 1.12
external/bsd/ipf/dist/lib/save_v2trap.c: revision 1.2
external/bsd/ipf/dist/tools/lexer.c: revision 1.2
external/bsd/ppp/usr.sbin/pppd/sys-bsd.c: revision 1.3
external/bsd/ipf/dist/lib/printipfexpr.c: revision 1.2
MKINET6=no build fixes
http://mail-index.netbsd.org/tech-net/2014/12/13/msg004898.html


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.6.4.1 \
src/external/apache2/mDNSResponder/dist/mDNSPosix/mDNSPosix.c
cvs rdiff -u -r1.7.2.1 -r1.7.2.2 src/external/bsd/dhcpcd/dist/dhcpcd.c
cvs rdiff -u -r1.2 -r1.2.12.1 src/external/bsd/ipf/dist/lib/printhost.c \
src/external/bsd/ipf/dist/lib/printhostmask.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.12.1 \
src/external/bsd/ipf/dist/lib/printipfexpr.c \
src/external/bsd/ipf/dist/lib/save_v1trap.c \
src/external/bsd/ipf/dist/lib/save_v2trap.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.12.1 src/external/bsd/ipf/dist/tools/lexer.c
cvs rdiff -u -r1.1.6.1 -r1.1.6.2 src/external/bsd/ppp/usr.sbin/pppd/sys-bsd.c
cvs rdiff -u -r1.10 -r1.10.4.1 src/external/bsd/tcpdump/bin/Makefile
cvs rdiff -u -r1.144 -r1.144.4.1 src/sbin/route/route.c
cvs rdiff -u -r1.11 -r1.11.40.1 src/usr.sbin/lpr/common_source/Makefile
cvs rdiff -u -r1.42 -r1.42.4.1 src/usr.sbin/lpr/common_source/common.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/usr.sbin/npf/npfctl

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 17:31:47 UTC 2014

Modified Files:
src/usr.sbin/npf/npfctl [netbsd-7]: npf.conf.5 npf_parse.y npf_scan.l
npfctl.c npfctl.h

Log Message:
Pull up following revision(s) (requested by rmind in ticket #359):
usr.sbin/npf/npfctl/npf_scan.l: revision 1.22
usr.sbin/npf/npfctl/npf.conf.5: revision 1.43
usr.sbin/npf/npfctl/npfctl.c: revision 1.44
usr.sbin/npf/npfctl/npf_parse.y: revision 1.36
usr.sbin/npf/npfctl/npfctl.c: revision 1.45
usr.sbin/npf/npfctl/npfctl.h: revision 1.39
npfctl(8): attempt to preload bpfjit kernel module and print the
warning on failure.
allow turning off the bpf jit loading.


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.42.2.1 src/usr.sbin/npf/npfctl/npf.conf.5
cvs rdiff -u -r1.35 -r1.35.4.1 src/usr.sbin/npf/npfctl/npf_parse.y
cvs rdiff -u -r1.21 -r1.21.2.1 src/usr.sbin/npf/npfctl/npf_scan.l
cvs rdiff -u -r1.42.2.1 -r1.42.2.2 src/usr.sbin/npf/npfctl/npfctl.c
cvs rdiff -u -r1.38 -r1.38.2.1 src/usr.sbin/npf/npfctl/npfctl.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/netinet6

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 17:33:49 UTC 2014

Modified Files:
src/sys/netinet6 [netbsd-7]: mld6.c

Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #360):
sys/netinet6/mld6.c: revision 1.61
Ensure callout isn't running and pending before callout_destroy
Call callout_halt before callout_destroy. And also let callout (mld_timeo)
not call callout_schedule when we already called callout_halt.
This fixes PR 47881.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.59.2.1 src/sys/netinet6/mld6.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

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 18:23:57 UTC 2014

Modified Files:
src/sys/dev: cgd.c

Log Message:
use disk_ioctl to provide DIOCGDISKINFO.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/cgd.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

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 18:26:26 UTC 2014

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

Log Message:
Tickets 207, 345, 352, 353, 354, 355, 358, 359, 360


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.141 -r1.1.2.142 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/tests/lib/libc/gen

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 18:36:27 UTC 2014

Modified Files:
src/tests/lib/libc/gen: t_siginfo.c

Log Message:
Include  even for the  case since we use fpsetmask()
to detect ARM Cortex NEON fpus.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/tests/lib/libc/gen/t_siginfo.c

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



CVS commit: src

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 18:41:20 UTC 2014

Modified Files:
src/share/man/man9: disk.9
src/sys/dev: dksubr.c
src/sys/kern: subr_disk.c
src/sys/sys: dkio.h

Log Message:
Implement DIOCGMEDIASIZE and DIOCGSECTORSIZE from FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/share/man/man9/disk.9
cvs rdiff -u -r1.55 -r1.56 src/sys/dev/dksubr.c
cvs rdiff -u -r1.103 -r1.104 src/sys/kern/subr_disk.c
cvs rdiff -u -r1.20 -r1.21 src/sys/sys/dkio.h

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



CVS commit: src/sys/kern

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 18:54:19 UTC 2014

Modified Files:
src/sys/kern: subr_disk.c

Log Message:
clear error for new ioctls.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/sys/kern/subr_disk.c

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



CVS commit: src/share/man/man9

2014-12-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Mon Dec 29 19:07:03 UTC 2014

Modified Files:
src/share/man/man9: disk.9

Log Message:
document missing disk_set_info function that maintains the device's
"disk-info" dictionary.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/share/man/man9/disk.9

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



CVS commit: src/lib/libm/arch/arm

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

Modified Files:
src/lib/libm/arch/arm: fenv.c

Log Message:
Fix exception status vs mask confusion, of course feenableexcept(),
fedisableexcept() and fegetexcept() all operate on the mask.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/arch/arm/fenv.c

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



CVS commit: src/share/man/man9

2014-12-29 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Mon Dec 29 19:20:22 UTC 2014

Modified Files:
src/share/man/man9: disk.9

Log Message:
Use more markup. Bump date for previous.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/share/man/man9/disk.9

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



CVS commit: src/tests/lib/libm

2014-12-29 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Mon Dec 29 19:51:53 UTC 2014

Modified Files:
src/tests/lib/libm: t_fenv.c

Log Message:
Skip rounding mode tests on ARM FPUs that do not allow configuration of them.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_fenv.c

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



CVS commit: src/lib/librumpuser

2014-12-29 Thread Justin Cormack
Module Name:src
Committed By:   justin
Date:   Mon Dec 29 21:50:09 UTC 2014

Modified Files:
src/lib/librumpuser: rumpfiber.c rumpfiber.h rumpfiber_sp.c

Log Message:
Just abort on currently unsupported functions.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/librumpuser/rumpfiber.c
cvs rdiff -u -r1.2 -r1.3 src/lib/librumpuser/rumpfiber.h \
src/lib/librumpuser/rumpfiber_sp.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/samsung

2014-12-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 29 22:34:08 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos_gpio.c exynos_i2c.c exynos_soc.c

Log Message:
Trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/samsung/exynos_gpio.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/samsung/exynos_i2c.c
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/arm/samsung/exynos_soc.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/samsung

2014-12-29 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Dec 29 22:58:59 UTC 2014

Modified Files:
src/sys/arch/arm/samsung: exynos5_reg.h exynos_soc.c

Log Message:
Fixup USB Phy initialisation for Exynos5410.

odroid-xu now detects USB devices.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/samsung/exynos5_reg.h
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/samsung/exynos_soc.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/ic

2014-12-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 29 23:58:25 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h

Log Message:
- Simplify clock setup
- Add DWC_MMC_F_FORCE_CLK flag, which forces updating clock for each
  command (apparently required by Rockchip)
- Let bus glue limit the max clk speed used


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/ic/dwc_mmc.c \
src/sys/dev/ic/dwc_mmc_var.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/arm/rockchip

2014-12-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Mon Dec 29 23:59:52 UTC 2014

Modified Files:
src/sys/arch/arm/rockchip: rockchip_dwcmmc.c

Log Message:
- Set DWC_MMC_F_FORCE_CLK
- Force max sdmmc clk to 24MHz
- Update for simpler dwcmmc clock setup


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/rockchip/rockchip_dwcmmc.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/ic

2014-12-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 30 00:19:50 UTC 2014

Modified Files:
src/sys/dev/ic: dwc_mmc_var.h

Log Message:
build fix


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_mmc_var.h

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



CVS commit: src/usr.bin/audio/common

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 01:22:09 UTC 2014

Modified Files:
src/usr.bin/audio/common: audio.c libaudio.h

Log Message:
add a decode_uint() function.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/audio/common/audio.c
cvs rdiff -u -r1.18 -r1.19 src/usr.bin/audio/common/libaudio.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

2014-12-29 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Dec 30 02:21:10 UTC 2014

Modified Files:
src/sys/dev: ccd.c

Log Message:
call disk_ioctl.


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/dev/ccd.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-29 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Tue Dec 30 03:52:03 UTC 2014

Modified Files:
src/etc/mtree: special

Log Message:
Add entries, sort, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/etc/mtree/special

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



CVS commit: src/sys/arch

2014-12-29 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Tue Dec 30 03:53:52 UTC 2014

Modified Files:
src/sys/arch/arm/rockchip: rockchip_board.c rockchip_crureg.h
rockchip_var.h
src/sys/arch/evbarm/rockchip: rockchip_machdep.c

Log Message:
Add support for setting RK3188/RK3188+ CPU frequency. If the SoC ID is
passed in bootargs matching RK3188 or RK3188+, and the cpu.frequency
option specifies a supported rate (currently 600, 1008, 1608 MHz), the
APLL clock will be adjusted accordingly.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/rockchip/rockchip_board.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/rockchip/rockchip_crureg.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/rockchip/rockchip_var.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/rockchip/rockchip_machdep.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/midirecord

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 04:14:25 UTC 2014

Added Files:
src/usr.bin/midirecord: Makefile midirecord.1 midirecord.c

Log Message:
add a program to record midi files from /dev/music.

this doesn't process several potential result that netbsd does
not output on /dev/music, and should be largely complete for
our current sequencer(4).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.bin/midirecord/Makefile \
src/usr.bin/midirecord/midirecord.1 src/usr.bin/midirecord/midirecord.c

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



CVS commit: src

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 04:22:18 UTC 2014

Modified Files:
src/distrib/sets/lists/base: mi
src/distrib/sets/lists/debug: mi
src/distrib/sets/lists/man: mi
src/usr.bin: Makefile

Log Message:
install midirecord.


To generate a diff of this commit:
cvs rdiff -u -r1.1092 -r1.1093 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.97 -r1.98 src/distrib/sets/lists/debug/mi
cvs rdiff -u -r1.1491 -r1.1492 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.218 -r1.219 src/usr.bin/Makefile

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



CVS commit: src/usr.bin/midirecord

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 06:08:14 UTC 2014

Modified Files:
src/usr.bin/midirecord: midirecord.c

Log Message:
only prev_div needs to be static.
add channel to some log messages.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/midirecord/midirecord.c

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



CVS commit: src/usr.sbin/postinstall

2014-12-29 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Dec 30 07:02:29 UTC 2014

Modified Files:
src/usr.sbin/postinstall: postinstall

Log Message:
rc_obsolete_vars is a list of pairs, so format it with one pair per line.


To generate a diff of this commit:
cvs rdiff -u -r1.187 -r1.188 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/doc

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 07:18:42 UTC 2014

Modified Files:
src/doc: CHANGES

Log Message:
note midirecord.


To generate a diff of this commit:
cvs rdiff -u -r1.2029 -r1.2030 src/doc/CHANGES

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



CVS commit: src/sys/dev

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 07:28:35 UTC 2014

Modified Files:
src/sys/dev: midi.c

Log Message:
- check sc->dying after sleeping in several more places, and
  convert it into EIO error where necessary.
- remove a wrong additional mutex_exit() call.
- make sure to check sc->dying under the device lock.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/dev/midi.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

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 07:33:44 UTC 2014

Modified Files:
src/sys/dev: sequencer.c

Log Message:
- fix a confusion between midi(4) unit and connected to sequencer
  devices.
- minor comment/debug clean ups.

fixes problems attempting to read or write from the right midi(4)
device using the sequencer(4) device when one or more of the
non-final devices fails to open with midiseq_open().


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/sequencer.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

2014-12-29 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Dec 30 07:39:15 UTC 2014

Modified Files:
src/sys/dev: sequencer.c

Log Message:
fix !AUDIO_DEBUG build.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/sequencer.c

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