CVS commit: src/usr.bin/audio

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 06:54:39 UTC 2015

Modified Files:
src/usr.bin/audio/common: audio.c libaudio.h sun.c wav.c
src/usr.bin/audio/play: play.c
src/usr.bin/audio/record: record.c

Log Message:
rename struct write_info as struct track_info, and the variable name 'wi'
as 'ti', as this info is useful for reading as well.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/audio/common/audio.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/audio/common/libaudio.h
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/audio/common/sun.c
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/audio/common/wav.c
cvs rdiff -u -r1.54 -r1.55 src/usr.bin/audio/play/play.c
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/audio/record/record.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

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 06:50:44 UTC 2015

Modified Files:
src/libexec/httpd: Makefile bozohttpd.h

Log Message:
on QNX, use nbutil.h.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/libexec/httpd/Makefile
cvs rdiff -u -r1.35 -r1.36 src/libexec/httpd/bozohttpd.h

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

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 07:00:34 UTC 2015

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

Log Message:
document pci_intr_evcnt()


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/pci_intr.9

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

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 07:02:20 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
remove include of , which is not necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/dev/amidisplaycc.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

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 07:01:11 UTC 2015

Modified Files:
src/sys/arch/amd64/amd64: mainbus.c
src/sys/arch/i386/i386: mainbus.c

Log Message:
allow MPVERBOSE to be set to a value that sets the "mp_verbose" variable.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amd64/amd64/mainbus.c
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/i386/i386/mainbus.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/sort

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 07:10:03 UTC 2015

Modified Files:
src/usr.bin/sort: files.c sort.h

Log Message:
add a description about what was being attempted to failed writes messages.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/usr.bin/sort/files.c
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sort/sort.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/sdmmc

2015-08-05 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Wed Aug  5 07:31:52 UTC 2015

Modified Files:
src/sys/dev/sdmmc: sdhc.c

Log Message:
lock more hardware accesses


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/sys/dev/sdmmc/sdhc.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/sdmmc

2015-08-05 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Wed Aug  5 07:34:56 UTC 2015

Modified Files:
src/sys/dev/sdmmc: sdmmc_io.c

Log Message:
lock around interrupt registration.
don't release lock around interrupt handlers, the code cannot
handle an unstable handler list.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/sdmmc/sdmmc_io.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/sdmmc

2015-08-05 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug  5 10:29:37 UTC 2015

Modified Files:
src/sys/dev/sdmmc: sdmmc_mem.c sdmmcchip.h sdmmcreg.h

Log Message:
Add support for sampling clock tuning, required for some UHS modes and
MMC HS200.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/sdmmc/sdmmc_mem.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/sdmmc/sdmmcchip.h
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/sdmmc/sdmmcreg.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/sdmmc

2015-08-05 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug  5 10:30:25 UTC 2015

Modified Files:
src/sys/dev/sdmmc: sdhc.c sdhcreg.h

Log Message:
Implement SDHC sampling clock tuning procedure.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.15 -r1.16 src/sys/dev/sdmmc/sdhcreg.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/sdmmc

2015-08-05 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Wed Aug  5 12:28:47 UTC 2015

Modified Files:
src/sys/dev/sdmmc: sdhc.c sdhcreg.h

Log Message:
support re-tuning modes 1 and 2


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.16 -r1.17 src/sys/dev/sdmmc/sdhcreg.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

2015-08-05 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Wed Aug  5 15:58:01 UTC 2015

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

Log Message:
stupid comment, and make sure we are not executing a lib


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/kern/exec_elf.c

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



CVS commit: src/sys/kern

2015-08-05 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed Aug  5 16:37:27 UTC 2015

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

Log Message:
Terminate message with newline.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/kern/kern_rndq.c

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



CVS commit: src/sys/kern

2015-08-05 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Wed Aug  5 16:51:09 UTC 2015

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

Log Message:
KNF (Khange Not Functional)


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/kern/kern_rndq.c

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



CVS commit: src/sys/compat/netbsd32

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 23:17:06 UTC 2015

Modified Files:
src/sys/compat/netbsd32: netbsd32_nfssvc.c

Log Message:
don't copy the first netbsd32_export_args nexports times, but actually
advance the userland pointer each entry through the loop.  oops.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/compat/netbsd32/netbsd32_nfssvc.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/mountd

2015-08-05 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Aug  5 23:23:47 UTC 2015

Modified Files:
src/usr.sbin/mountd: mountd.c

Log Message:
PR/50125 - Jarle Greipsland -- Incorrect PID in /var/run/mountd.pid

Move call to pidfile() after daemon() so that correct (child) pid is
written to pidfile.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/usr.sbin/mountd/mountd.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

2015-08-05 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Thu Aug  6 06:56:00 UTC 2015

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

Log Message:
Use Dv for NULL, remove dot at end of SEE ALSO


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/pci_intr.9

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