CVS commit: src/tests/lib/libm

2017-08-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Aug 20 08:25:47 UTC 2017

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

Log Message:
fix build (missing nexttoward on mips64 and aarch64)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libm/t_fe_round.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/evbmips/conf

2017-08-20 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Aug 20 09:00:15 UTC 2017

Modified Files:
src/sys/arch/evbmips/conf: LOONGSON

Log Message:
Get rid of ATADEBUG on LOONGSON


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/evbmips/conf/LOONGSON

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



CVS commit: src/sys/arch/mips/mips

2017-08-20 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Aug 20 09:21:54 UTC 2017

Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S

Log Message:
Don't need the errata workaround on user return
It's reported that the MMU will block such invalid reads in userland,
and it's only needed on entry.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/arch/mips/mips/mipsX_subr.S

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



CVS commit: src/sys/arch/mips/mips

2017-08-20 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Aug 20 09:47:14 UTC 2017

Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S

Log Message:
use meaningful name for errata hack, dedup


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 src/sys/arch/mips/mips/mipsX_subr.S

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



CVS commit: src/usr.bin/sys_info

2017-08-20 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Aug 20 10:17:55 UTC 2017

Modified Files:
src/usr.bin/sys_info: sys_info.sh

Log Message:
Use tcsh --version instead of an echo $version -- the old way did not
work for me (not quite sure why not).


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/sys_info/sys_info.sh

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



CVS commit: src/sys/dev/pci

2017-08-20 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Aug 20 10:55:37 UTC 2017

Modified Files:
src/sys/dev/pci: oboe.c

Log Message:
M_WAITOK cannot fail, so remove the test branches. Otherwise it looks
like leak/uninitialized area.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/dev/pci/oboe.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

2017-08-20 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Aug 20 11:00:30 UTC 2017

Modified Files:
src/sys/dev/ic: rrunner.c

Log Message:
M_WAITOK cannot fail, so remove the test, otherwise it looks like an
spl leak; found by mootja


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

2017-08-20 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Aug 20 11:03:04 UTC 2017

Modified Files:
src/sys/arch/amiga/amiga: cc.c

Log Message:
spl leak, found by mootja


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

2017-08-20 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Aug 20 11:06:36 UTC 2017

Modified Files:
src/sys/arch/mips/mips: cpu_subr.c

Log Message:
spl leak, found by mootja


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/mips/mips/cpu_subr.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/mips/cavium/dev

2017-08-20 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sun Aug 20 11:05:24 UTC 2017

Modified Files:
src/sys/arch/mips/cavium/dev: octeon_gmx.c

Log Message:
as the xxx implicitly points out, there's a division by zero here, so
panic right away; found by mootja


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/cavium/dev/octeon_gmx.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/msdosfs

2017-08-20 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Aug 20 11:48:15 UTC 2017

Modified Files:
src/sys/fs/msdosfs: msdosfs_vfsops.c

Log Message:
Add more sanity checks for BPB parameters. Handle FAT12 format for media
with sectors >= 32kByte.

Does fix PR 52485.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/fs/msdosfs/msdosfs_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/ufs

2017-08-20 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Aug 20 12:09:06 UTC 2017

Modified Files:
src/sys/ufs/ufs: inode.h

Log Message:
update the comment to the current IFMT/permissions location


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/ufs/ufs/inode.h

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

2017-08-20 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sun Aug 20 12:51:39 UTC 2017

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

Log Message:
print mode as octal for readability


To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 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/arch/evbarm/awin

2017-08-20 Thread Tobias Nygren
Module Name:src
Committed By:   tnn
Date:   Sun Aug 20 14:52:36 UTC 2017

Modified Files:
src/sys/arch/evbarm/awin: awin_machdep.c

Log Message:
BPI has no programmable current limiters for the USB host, just a PCB fuse


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/evbarm/awin/awin_machdep.c

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



CVS commit: src/etc/etc.evbarm

2017-08-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Aug 20 15:35:31 UTC 2017

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
Creating installation/ramdisk here does not work; it happens too late.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/etc/etc.evbarm/Makefile.inc

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



CVS commit: src/distrib/evbarm/instkernel/ramdisk

2017-08-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Aug 20 15:38:22 UTC 2017

Modified Files:
src/distrib/evbarm/instkernel/ramdisk: Makefile

Log Message:
Create the ramdisk destination dir here.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/distrib/evbarm/instkernel/ramdisk/Makefile

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



CVS commit: src/sys/dev

2017-08-20 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sun Aug 20 15:58:44 UTC 2017

Modified Files:
src/sys/dev: ld.c ldvar.h
src/sys/dev/sdmmc: ld_sdmmc.c sdmmc_mem.c sdmmcvar.h

Log Message:
make the sc_discard interface for the ld backend asynchronous and
signal completion through new callback lddiscardend. Use a standard
struct buf to pass disk address and range instead of two off_t values.

make lddiscard synchronous again. This is a requirement of the current
ffs discard code.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/sys/dev/ld.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ldvar.h
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/sdmmc/ld_sdmmc.c
cvs rdiff -u -r1.61 -r1.62 src/sys/dev/sdmmc/sdmmc_mem.c
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/sdmmc/sdmmcvar.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/fdt

2017-08-20 Thread Jonathan A. Kollasch
Module Name:src
Committed By:   jakllsch
Date:   Sun Aug 20 21:00:01 UTC 2017

Modified Files:
src/sys/arch/evbarm/fdt: fdt_machdep.c

Log Message:
Ignore 0-sized memory regions in the FDT.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/fdt/fdt_machdep.c

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



CVS commit: src/tests/bin/sh

2017-08-20 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Mon Aug 21 00:56:22 UTC 2017

Modified Files:
src/tests/bin/sh: t_syntax.sh

Log Message:
Make the $'...' syntax tests test what is supposed to work, rather than
what I thought was required (just a couple of changes...).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/bin/sh/t_syntax.sh

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



CVS commit: [netbsd-7] src

2017-08-20 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Aug 21 02:24:17 UTC 2017

Modified Files:
src/crypto/external/bsd/openssh/bin/ssh [netbsd-7]: Makefile
src/crypto/external/bsd/openssh/bin/sshd [netbsd-7]: Makefile
src/external/bsd/dhcp [netbsd-7]: Makefile.inc
src/libexec/telnetd [netbsd-7]: Makefile
src/usr.bin/passwd [netbsd-7]: Makefile
src/usr.bin/telnet [netbsd-7]: Makefile
src/usr.sbin/racoon [netbsd-7]: Makefile

Log Message:
Pull up following revision(s) (requested by mrg in ticket #1493):
crypto/external/bsd/openssh/bin/ssh/Makefile: revision 1.11
usr.bin/passwd/Makefile: revision 1.45
external/bsd/dhcp/Makefile.inc: revision 1.17
crypto/external/bsd/openssh/bin/sshd/Makefile: revision 1.15
usr.bin/telnet/Makefile: revision 1.51
usr.sbin/racoon/Makefile: revision 1.28
libexec/telnetd/Makefile: revision 1.50
krb5 needs sqlite3 now
kerberos needs sqlite3
add sqlite3
add sqlite3
add sqlite3
add sqlite3


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.12.1 \
src/crypto/external/bsd/openssh/bin/ssh/Makefile
cvs rdiff -u -r1.9.12.1 -r1.9.12.2 \
src/crypto/external/bsd/openssh/bin/sshd/Makefile
cvs rdiff -u -r1.11.2.1 -r1.11.2.2 src/external/bsd/dhcp/Makefile.inc
cvs rdiff -u -r1.49 -r1.49.18.1 src/libexec/telnetd/Makefile
cvs rdiff -u -r1.44 -r1.44.8.1 src/usr.bin/passwd/Makefile
cvs rdiff -u -r1.50 -r1.50.10.1 src/usr.bin/telnet/Makefile
cvs rdiff -u -r1.27 -r1.27.4.1 src/usr.sbin/racoon/Makefile

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



CVS commit: src/sys/netipsec

2017-08-20 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Mon Aug 21 02:35:13 UTC 2017

Modified Files:
src/sys/netipsec: key.c

Log Message:
fix localcount leak in sav. fixed by ozaki-r@n.o.

I commit on behalf of him.


To generate a diff of this commit:
cvs rdiff -u -r1.223 -r1.224 src/sys/netipsec/key.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/acpitools/acpidump

2017-08-20 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Aug 21 02:58:49 UTC 2017

Modified Files:
src/usr.sbin/acpitools/acpidump: acpi.c

Log Message:
 Add new function acpi_select_address() derived from acpi_get_fadt_revision().
On some systems, 32bit address is used for (X)Dsdt even if (X)Facs uses 64bit.
Don't assume an address size from FADT revision.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/usr.sbin/acpitools/acpidump/acpi.c

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