CVS commit: src/sbin/drvctl

2015-08-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sat Aug  8 07:52:52 UTC 2015

Modified Files:
src/sbin/drvctl: drvctl.8

Log Message:
add an example for rescanning ATA busses.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sbin/drvctl/drvctl.8

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-08 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Aug  8 07:53:51 UTC 2015

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

Log Message:
KASSERT that magic pointers NOCRED and FSCRED are not dereferenced.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/kern/kern_auth.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

2015-08-08 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Aug  8 08:18:52 UTC 2015

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

Log Message:
don't crash when printing error messages when there are no credentials.
don't abuse the printed uid to log the inode number.

The printing/logging of error messages should be simplified.


To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 src/sys/ufs/ffs/ffs_alloc.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/external/bsd/ipf/netinet

2015-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug  8 10:09:57 UTC 2015

Modified Files:
src/sys/external/bsd/ipf/netinet [netbsd-7]: ip_nat.c ip_nat.h
ip_nat6.c

Log Message:
Pull up following revision(s) (requested by prlw1 in ticket #939):
sys/external/bsd/ipf/netinet/ip_nat.h: revision 1.7
sys/external/bsd/ipf/netinet/ip_nat.c: revision 1.14
sys/external/bsd/ipf/netinet/ip_nat6.c: revision 1.8
Avoid panic in SIOCGNATL dereferencing a NULL softc.
Solution suggestion from Martin Husemann.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.13.2.1 src/sys/external/bsd/ipf/netinet/ip_nat.c
cvs rdiff -u -r1.6 -r1.6.12.1 src/sys/external/bsd/ipf/netinet/ip_nat.h
cvs rdiff -u -r1.7 -r1.7.4.1 src/sys/external/bsd/ipf/netinet/ip_nat6.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

2015-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug  8 10:11:52 UTC 2015

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

Log Message:
Ticket #939


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.359 -r1.1.2.360 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/crypto/external/bsd/libsaslc/dist/src

2015-08-08 Thread Mateusz Kocielski
Module Name:src
Committed By:   shm
Date:   Sat Aug  8 10:38:35 UTC 2015

Modified Files:
src/crypto/external/bsd/libsaslc/dist/src: xsess.c

Log Message:
Fix various minor memory leaks on errors


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/libsaslc/dist/src/xsess.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-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 10:50:55 UTC 2015

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

Log Message:
eMMC fixes


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/sdmmc/sdmmc_mem.c
cvs rdiff -u -r1.19 -r1.20 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/arch/arm/amlogic

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 10:51:40 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_board.c

Log Message:
don't rely on u-boot to setup CARD and BOOT pins


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/amlogic/amlogic_board.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/amlogic

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 10:51:50 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_sdhc.c

Log Message:
advertise HS200 support


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/amlogic/amlogic_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/arch/arm/amlogic

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 10:55:14 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_sdio.c

Log Message:
set max clock to ref freq


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/amlogic/amlogic_sdio.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

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 10:56:55 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: ODROID-C1

Log Message:
Enable eMMC on the SDIO controller.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/ODROID-C1

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



CVS commit: src/sys/compat/osf1

2015-08-08 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Aug  8 12:02:35 UTC 2015

Modified Files:
src/sys/compat/osf1: osf1_socket.c

Log Message:
easy kmem_alloc(0)

ok shm@


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/compat/osf1/osf1_socket.c

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



CVS commit: src/crypto/external/bsd/libsaslc/dist/src

2015-08-08 Thread Mateusz Kocielski
Module Name:src
Committed By:   shm
Date:   Sat Aug  8 12:34:33 UTC 2015

Modified Files:
src/crypto/external/bsd/libsaslc/dist/src: parser.c

Log Message:
Fixed memory leak on comments


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/libsaslc/dist/src/parser.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-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 13:54:05 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_reg.h
src/sys/arch/evbarm/amlogic: amlogic_machdep.c

Log Message:
Pass boot device to amlogicsdhc and amlogicsdio drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/amlogic/amlogic_reg.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/amlogic/amlogic_machdep.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-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 14:01:44 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_io.c amlogic_sdhc.c amlogic_sdio.c
src/sys/arch/evbarm/conf: ODROID-C1

Log Message:
We have two SD controllers with different capabilities. Use the fast "SDHC"
controller for the card that the bootloader marked as the boot device,
and the slower "SDIO" controller for the other card if present.

The controller to slot mappings can be wired down in the kernel config
with the "port" locator if necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/amlogic/amlogic_io.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/amlogic/amlogic_sdhc.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/amlogic/amlogic_sdio.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/evbarm/conf/ODROID-C1

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



CVS commit: src/sys/dev/marvell

2015-08-08 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Aug  8 14:35:06 UTC 2015

Modified Files:
src/sys/dev/marvell: mvpexreg.h

Log Message:
Fix calculate to address for window register.
  Thanks knakahara@.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/marvell/mvpexreg.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/amlogic

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 14:48:41 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_sdhc.c amlogic_sdio.c

Log Message:
hook up card detect gpio


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/amlogic/amlogic_sdhc.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/amlogic/amlogic_sdio.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/amlogic

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 15:36:39 UTC 2015

Modified Files:
src/sys/arch/arm/amlogic: amlogic_sdhc.c

Log Message:
Add support for UHS-I / MMC HS200 tuning process


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/amlogic/amlogic_sdhc.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/compat/netbsd32

2015-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug  8 15:41:54 UTC 2015

Modified Files:
src/sys/compat/netbsd32 [netbsd-7]: netbsd32_socket.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #941):
sys/compat/netbsd32/netbsd32_socket.c: revision 1.42
Memory leak, triggerable from an unprivileged user.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.41.14.1 src/sys/compat/netbsd32/netbsd32_socket.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

2015-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug  8 15:43:01 UTC 2015

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

Log Message:
Ticket #941


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.360 -r1.1.2.361 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/kern

2015-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug  8 15:45:47 UTC 2015

Modified Files:
src/sys/kern [netbsd-7]: uipc_syscalls.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #942):
sys/kern/uipc_syscalls.c: revision 1.179
Memory leak. Triggerable from an unprivileged user via COMPAT_43.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.172.2.1 src/sys/kern/uipc_syscalls.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

2015-08-08 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Aug  8 15:46:48 UTC 2015

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

Log Message:
Ticket #942


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.361 -r1.1.2.362 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/usr.bin/config

2015-08-08 Thread Mateusz Kocielski
Module Name:src
Committed By:   shm
Date:   Sat Aug  8 15:52:41 UTC 2015

Modified Files:
src/usr.bin/config: main.c

Log Message:
Add missed munmap(2) in extract_config


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.bin/config/main.c

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



CVS commit: src/doc

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 16:11:15 UTC 2015

Modified Files:
src/doc: CHANGES

Log Message:
note UHS-I and MMC HS200 support


To generate a diff of this commit:
cvs rdiff -u -r1.2088 -r1.2089 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/arch/arm/allwinner

2015-08-08 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Aug  8 17:21:19 UTC 2015

Modified Files:
src/sys/arch/arm/allwinner: awin_mmc.c

Log Message:
don't need a full reset to recover from errors, only DMA and FIFO resets


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/allwinner/awin_mmc.c

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



CVS commit: src/external/mit/xorg

2015-08-08 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sat Aug  8 22:26:59 UTC 2015

Modified Files:
src/external/mit/xorg: xorg-pkg-ver.mk

Log Message:
Fix bracket expressions by moving '-' to the end of them. GNU awk choked.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/xorg-pkg-ver.mk

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



CVS commit: src/external/mit/xorg

2015-08-08 Thread Aymeric Vincent
Module Name:src
Committed By:   aymeric
Date:   Sat Aug  8 23:06:36 UTC 2015

Modified Files:
src/external/mit/xorg: xorg-pkg-ver.mk

Log Message:
Move dashes to the front of bracket expressions. Suggested by dholland@.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/xorg-pkg-ver.mk

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

2015-08-08 Thread Tobias Nygren
Module Name:src
Committed By:   tnn
Date:   Sat Aug  8 23:30:16 UTC 2015

Modified Files:
src/sys/arch/arm/allwinner: awin_com.c awin_reg.h

Log Message:
fix attachment of non-console UARTs and ensure the UART clock is running


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/allwinner/awin_com.c
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/arm/allwinner/awin_reg.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/evbarm/conf

2015-08-08 Thread Tobias Nygren
Module Name:src
Committed By:   tnn
Date:   Sat Aug  8 23:32:22 UTC 2015

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

Log Message:
add commented out entries for com ports that are physically routed


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/conf/BPI

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



CVS commit: src/doc

2015-08-08 Thread Ryosuke Moro
Module Name:src
Committed By:   szptvlfn
Date:   Sun Aug  9 05:45:42 UTC 2015

Modified Files:
src/doc: 3RDPARTY

Log Message:
typo


To generate a diff of this commit:
cvs rdiff -u -r1.1240 -r1.1241 src/doc/3RDPARTY

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