CVS commit: src/sys/arch/xen/include

2016-10-15 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Sun Oct 16 06:40:44 UTC 2016

Modified Files:
src/sys/arch/xen/include: intr.h

Log Message:
This should return the amd64 build to a working state (and hopefully
i386 as well) - but this is a hideous hack, and should be reverted
as soon as a better (which means any) alternative is available.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/xen/include/intr.h

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/server/drivers

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 06:23:48 UTC 2016

Modified Files:
src/external/mit/xorg/server/drivers: Makefile

Log Message:
begin to get alpha to xorg-server 1.18 - disable the known problematic
drivers.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/external/mit/xorg/server/drivers/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/uniq

2016-10-15 Thread Abhinav Upadhyay
Module Name:src
Committed By:   abhinav
Date:   Sun Oct 16 06:17:52 UTC 2016

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

Log Message:
Fix the bug introduced in the previous commit.

The lengths of the lines being compared were not correct. Essentially, we
were comparing the length of the buffers instead of the length of the strings.

This patch also avoids calling skip() twice for the same line.

Thanks to Rin Okuyama for the patch.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/uniq/uniq.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/arp

2016-10-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct 16 05:32:30 UTC 2016

Modified Files:
src/usr.sbin/arp: arp.4

Log Message:
Add missing verb. New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/arp/arp.4

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



CVS commit: src/lib/libc/string

2016-10-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct 16 05:28:33 UTC 2016

Modified Files:
src/lib/libc/string: strchr.3

Log Message:
Add missing word.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/string/strchr.3

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



CVS commit: src/share/man/man4

2016-10-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct 16 05:26:20 UTC 2016

Modified Files:
src/share/man/man4: auich.4

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/share/man/man4/auich.4

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



CVS commit: src/share/man/man4

2016-10-15 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Oct 16 05:25:52 UTC 2016

Modified Files:
src/share/man/man4: tps65217pmic.4

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/tps65217pmic.4

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



CVS commit: src/external/gpl3

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 05:12:20 UTC 2016

Modified Files:
src/external/gpl3/gdb.old/dist/gdb: ppcnbsd-nat.c
src/external/gpl3/gdb/dist/gdb: ppcnbsd-nat.c

Log Message:
define _KMEMUSER so that necessary things become visible always.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c

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



CVS commit: src/sys/external/bsd/ipf/netinet

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 05:11:34 UTC 2016

Modified Files:
src/sys/external/bsd/ipf/netinet: ip_ftp_pxy.c

Log Message:
fix !INET6 builds


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/ipf/netinet/ip_ftp_pxy.c

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



CVS commit: src/share/mk

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 05:08:59 UTC 2016

Modified Files:
src/share/mk: bsd.own.mk

Log Message:
switch sparc, sparc64, arm and powerpc to gdb 7.12.


To generate a diff of this commit:
cvs rdiff -u -r1.971 -r1.972 src/share/mk/bsd.own.mk

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



CVS commit: src/tools/gdb

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 04:37:42 UTC 2016

Modified Files:
src/tools/gdb: Makefile mknative-gdb

Log Message:
pass GDB_MACHINE_ARCH to mknative-gdb and use that as the subdir.
obtain GDB_MACHINE_ARCH from the new gdb Makefile.gdb_arch.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/tools/gdb/Makefile
cvs rdiff -u -r1.6 -r1.7 src/tools/gdb/mknative-gdb

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



CVS commit: src/external/gpl3

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 04:36:52 UTC 2016

Modified Files:
src/external/gpl3/gdb: Makefile.inc
src/external/gpl3/gdb.old: Makefile.inc
Added Files:
src/external/gpl3/gdb: Makefile.gdb_arch
src/external/gpl3/gdb.old: Makefile.gdb_arch

Log Message:
move the GDB_MACHINE_ARCH setting into a separate file so tools can
access it.  modify it such that it's "arm" or "armeb" for all arm,
but only in new gdb, not gdb.old (avoid changing gdb.old as much
as possible now.)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb/Makefile.gdb_arch
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gdb.old/Makefile.gdb_arch
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb.old/Makefile.inc

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



CVS commit: src/external/gpl3/gdb/lib

2016-10-15 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Oct 16 04:30:06 UTC 2016

Modified Files:
src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd-in3.h bfd.h bfd_stdint.h
bfdver.h config.h targmatch.h
src/external/gpl3/gdb/lib/libbfd/arch/armeb: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/arm: gstdint.h
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb: gstdint.h
src/external/gpl3/gdb/lib/libgdb/arch/arm: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/arm/build-gnulib: config.h
src/external/gpl3/gdb/lib/libgdb/arch/armeb: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/armeb/build-gnulib: config.h
src/external/gpl3/gdb/lib/libiberty/arch/arm: config.h
src/external/gpl3/gdb/lib/libiberty/arch/armeb: config.h
src/external/gpl3/gdb/lib/libopcodes/arch/arm: config.h
src/external/gpl3/gdb/lib/libopcodes/arch/armeb: config.h
Removed Files:
src/external/gpl3/gdb/lib/libgdb/arch/earm: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/earm/build-gnulib: config.h
src/external/gpl3/gdb/lib/libgdb/arch/earmeb: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/earmeb/build-gnulib: config.h
src/external/gpl3/gdb/lib/libgdb/arch/earmhf: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/earmhf/build-gnulib: config.h
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/earmhfeb/build-gnulib: config.h
src/external/gpl3/gdb/lib/libgdb/arch/earmv4: config.h defs.mk init.c
jit-reader.h observer.h observer.inc version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/earmv4/build-gnulib: config.h

Log Message:
gdb only needs on arm and on armeb set, for all the 32 bit arm ports.

regen arm and armeb for gdb 7.12, and delete the rest.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd-in3.h \
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd.h \
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfdver.h \
src/external/gpl3/gdb/lib/libbfd/arch/arm/config.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/gdb/lib/libbfd/arch/arm/bfd_stdint.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gdb/lib/libbfd/arch/arm/targmatch.h
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd-in3.h \
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd.h \
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfdver.h \
src/external/gpl3/gdb/lib/libbfd/arch/armeb/config.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gdb/lib/libbfd/arch/armeb/bfd_stdint.h \
src/external/gpl3/gdb/lib/libbfd/arch/armeb/targmatch.h
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/gdb/lib/libdecnumber/arch/arm/gstdint.h
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gdb/lib/libdecnumber/arch/armeb/gstdint.h
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/lib/libgdb/arch/arm/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/arm/version.c
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gdb/lib/libgdb/arch/arm/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/arm/init.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gdb/lib/libgdb/arch/arm/jit-reader.h
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gdb/lib/libgdb/arch/arm/observer.h \
src/external/gpl3/gdb/lib/libgdb/arch/arm/observer.inc
cvs rdiff -u -r1.5 -r1.6 \
src/external/gpl3/gdb/lib/libgdb/arch/arm/xml-builtin.c
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gdb/lib/libgdb/arch/arm/build-gnulib/config.h
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb/lib/libgdb/arch/armeb/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/version.c \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/xml-builtin.c
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/gdb/lib/libgdb/arch/armeb/defs.mk \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/init.c
cvs rdiff -u -r1.3 -r1.4 \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/jit-reader.h
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/observer.h \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/observer.inc
cvs rdiff -u -r1.4 -r1.5 \
src/external/gpl3/gdb/lib/libgdb/arch/armeb/build-gnulib/config.h
cvs rdiff -u -r1.7 -r0 src/external/gpl3/gdb/lib/libgdb/arch/earm/config.h \
src/external/gpl3/gdb/lib/libgdb/arch/earm/defs.mk \

CVS commit: src/usr.sbin/intrctl

2016-10-15 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Oct 15 22:23:50 UTC 2016

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

Log Message:
getopt() result is int; fixes build on arm, pointed out by Rin Okuyama


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/intrctl/intrctl.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/raidframe

2016-10-15 Thread Greg Oster
Module Name:src
Committed By:   oster
Date:   Sat Oct 15 20:31:15 UTC 2016

Modified Files:
src/sys/dev/raidframe: rf_map.c

Log Message:
Cleanup/remove unused asm_count.  Reported by David Binderman in PR#51552.
Thanks!


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/dev/raidframe/rf_map.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/man4

2016-10-15 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sat Oct 15 19:51:48 UTC 2016

Modified Files:
src/share/man/man4: tps65217pmic.4

Log Message:
Note improvements by mbouyer and kiyohara.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/tps65217pmic.4

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



CVS commit: src/distrib/sets/lists/comp

2016-10-15 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Oct 15 17:55:28 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: md.evbmips

Log Message:
linkerscripts for mips are built only on mips64*
so file lists should have these files for 64bit only too


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/distrib/sets/lists/comp/md.evbmips

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

2016-10-15 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Oct 15 16:46:14 UTC 2016

Modified Files:
src/sys/arch/x86/acpi: acpi_machdep.c
src/sys/arch/x86/include: isa_machdep.h
src/sys/arch/x86/isa: isa_machdep.c
src/sys/arch/x86/pci: pciide_machdep.c

Log Message:
provide intr xname


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/x86/acpi/acpi_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/isa_machdep.h
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x86/isa/isa_machdep.c
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/pci/pciide_machdep.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/man3

2016-10-15 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Oct 15 16:31:16 UTC 2016

Modified Files:
src/share/man/man3: queue.3

Log Message:
fix tyop


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/share/man/man3/queue.3

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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 16:30:46 UTC 2016

Modified Files:
src/sys/arch/evbarm/gumstix: gumstixreg.h

Log Message:
Add map for DuoVero and Pepper.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/gumstix/gumstixreg.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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:33:02 UTC 2016

Modified Files:
src/sys/arch/evbarm/conf: README.evbarm

Log Message:
Add Pepper and DuoVero.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/README.evbarm

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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:29:51 UTC 2016

Added Files:
src/sys/arch/evbarm/conf: DUOVERO PEPPER

Log Message:
Add Gumstix Inc's Pepper and DuoVero.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/evbarm/conf/DUOVERO \
src/sys/arch/evbarm/conf/PEPPER

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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:27:18 UTC 2016

Modified Files:
src/sys/arch/evbarm/gumstix: gumstix_machdep.c gumstix_start.S gxio.c

Log Message:
Support Duovero and Pepper.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/gumstix/gumstix_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/gumstix/gumstix_start.S
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbarm/gumstix/gxio.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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:24:00 UTC 2016

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

Log Message:
s/at mainbus0/at mainbus?/.  And indent.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/VTC100

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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:14:20 UTC 2016

Modified Files:
src/sys/arch/arm/omap: omap2_obio.c

Log Message:
Attach icu before attaching gpio.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/omap/omap2_obio.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/omap

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:11:56 UTC 2016

Modified Files:
src/sys/arch/arm/omap: files.omap2 omap2_gpio.c

Log Message:
Support TI_AM335X gpio to omap2_gpio.c.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/arm/omap/files.omap2
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/omap/omap2_gpio.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/omap

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:08:59 UTC 2016

Modified Files:
src/sys/arch/arm/omap: ti_iic.c ti_iicreg.h

Log Message:
Fix broken settings for AM335X's I2C[12].


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/omap/ti_iic.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/omap/ti_iicreg.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/omap

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 15:00:13 UTC 2016

Modified Files:
src/sys/arch/arm/omap: ti_iic.c

Log Message:
Add support OMAP_4430.


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

2016-10-15 Thread KIYOHARA Takashi
Module Name:src
Committed By:   kiyohara
Date:   Sat Oct 15 14:40:41 UTC 2016

Modified Files:
src/sys/dev/i2c: tps65217pmic.c

Log Message:
Add White LED initialize function.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/dev/i2c/tps65217pmic.c

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



CVS commit: src/lib/libc/string

2016-10-15 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sat Oct 15 14:30:36 UTC 2016

Modified Files:
src/lib/libc/string: wcsnlen.c

Log Message:
Add NetBSD CVS Id on top of the wcsnlen.c file


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/string/wcsnlen.c

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



CVS commit: src/doc

2016-10-15 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sat Oct 15 14:25:31 UTC 2016

Modified Files:
src/doc: CHANGES

Log Message:
libc: Add the wcsnlen(3) function in .


To generate a diff of this commit:
cvs rdiff -u -r1.2198 -r1.2199 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

2016-10-15 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Sat Oct 15 14:22:00 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: mi
src/include: wchar.h
src/lib/libc/string: Makefile.inc wmemchr.3
Added Files:
src/lib/libc/string: wcsnlen.c

Log Message:
Import wcsnlen(3) to libc

The wcsnlen(3) function conforms to POSIX.1-2008 and is an addition to the
ISO C standard.

size_t wcsnlen(const wchar_t *s, size_t maxlen);

The wcsnlen(3) function computes the number of wide-characters in a wide-
-string to which s points, not including NULL terminating wide-character
code and checking no more than maxlen wide-characters. This function never
examines wide-characters beyond a wide-string of maxlen size.

This function is a safer version of wcslen(3):

size_t wcslen(const wchar_t *s);

Update STANDARDS section of wmemchr(3) describing wide-character functions.


To generate a diff of this commit:
cvs rdiff -u -r1.2066 -r1.2067 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.41 -r1.42 src/include/wchar.h
cvs rdiff -u -r1.81 -r1.82 src/lib/libc/string/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/string/wcsnlen.c
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/string/wmemchr.3

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



CVS commit: src/sys/modules

2016-10-15 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Oct 15 12:38:03 UTC 2016

Modified Files:
src/sys/modules: Makefile

Log Message:
Sort entries within conditional blocks


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/sys/modules/Makefile

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/usr.bin/ld

2016-10-15 Thread Maya Rashish
Module Name:src
Committed By:   maya
Date:   Sat Oct 15 12:30:55 UTC 2016

Modified Files:
src/external/gpl3/binutils/usr.bin/ld: Makefile

Log Message:
this rule shouldn't be specific to little endian


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/gpl3/binutils/usr.bin/ld/Makefile

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/openssl/lib/libcrypto/arch/powerpc64

2016-10-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 15 12:19:02 UTC 2016

Modified Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64: des.inc
Added Files:
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64: Makefile
aes-ppc.S aes.inc aesp8-ppc.S bn.inc crypto.inc ghashp8-ppc.S
modes.inc ppc-mont.S ppc.S ppc64-mont.S ppccpuid.S sha.inc
sha1-ppc.S sha256-ppc.S sha256p8-ppc.S sha512-ppc.S sha512p8-ppc.S
vpaes-ppc.S

Log Message:
Adapt from powerpc(32)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/Makefile \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/aes-ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/aes.inc \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/aesp8-ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/bn.inc \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/crypto.inc \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ghashp8-ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/modes.inc \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppc-mont.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppc64-mont.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/ppccpuid.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha.inc \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha1-ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha256-ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha256p8-ppc.S 
\
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512-ppc.S \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/sha512p8-ppc.S 
\
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/vpaes-ppc.S
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/des.inc

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



CVS commit: src/usr.sbin/intrctl

2016-10-15 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Oct 15 12:14:00 UTC 2016

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

Log Message:
reduce the affinity column to just 5 chars for compact list


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

2016-10-15 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Sat Oct 15 12:06:27 UTC 2016

Modified Files:
src/usr.sbin/intrctl: intrctl.8 intrctl.c

Log Message:
add -c option to list command for compact list, it displays totals rather then
per-CPU stats


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/intrctl/intrctl.8 \
src/usr.sbin/intrctl/intrctl.c

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



CVS commit: src/distrib/sets/lists/comp

2016-10-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 15 11:44:09 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: md.evbmips

Log Message:
add linker scripts


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/distrib/sets/lists/comp/md.evbmips

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



CVS commit: src/distrib/sets/lists/comp

2016-10-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 15 11:41:54 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: ad.arm

Log Message:
Add more linker scripts


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/distrib/sets/lists/comp/ad.arm

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



CVS commit: src/distrib/sets/lists/comp

2016-10-15 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Oct 15 11:34:31 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: md.i386

Log Message:
adjust for the latest changes


To generate a diff of this commit:
cvs rdiff -u -r1.158 -r1.159 src/distrib/sets/lists/comp/md.i386

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



CVS commit: src/sys/arch/alpha/conf

2016-10-15 Thread Felix Deichmann
Module Name:src
Committed By:   flxd
Date:   Sat Oct 15 09:57:51 UTC 2016

Modified Files:
src/sys/arch/alpha/conf: GENERIC

Log Message:
Add tcu and gpio for TC-USB support. OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.368 -r1.369 src/sys/arch/alpha/conf/GENERIC

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

2016-10-15 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Oct 15 09:50:27 UTC 2016

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

Log Message:
Instead of setting the TPR to the value that was in the data segment, set
zero directly. On amd64, the data version of lapic_tpr is not explicitly
initialized.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/x86/x86/lapic.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

2016-10-15 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Sat Oct 15 09:09:55 UTC 2016

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

Log Message:
KNF


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

2016-10-15 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Oct 15 08:37:55 UTC 2016

Modified Files:
src/sys/dev/if_ndis: if_ndis_pci.c

Log Message:
There are several leaks in here, just fix one that should have been fixed
in rev1.21


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/if_ndis/if_ndis_pci.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/fdt

2016-10-15 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Sat Oct 15 08:30:42 UTC 2016

Modified Files:
src/sys/dev/fdt: fdt_gpio.c

Log Message:
Memory leak, found by mootja; not tested, but obvious enough


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/fdt/fdt_gpio.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/usb

2016-10-15 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sat Oct 15 07:10:16 UTC 2016

Modified Files:
src/sys/dev/usb: hid.c

Log Message:
printf -> aprint_normal.

OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/dev/usb/hid.c

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



CVS commit: src

2016-10-15 Thread Nathanial Sloss
Module Name:src
Committed By:   nat
Date:   Sat Oct 15 07:08:06 UTC 2016

Modified Files:
src/sys/dev/pad: pad.c
src/tests/dev/audio: h_pad.c

Log Message:
pad(4) must be open before corresponding audio device is opened.

OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/pad/pad.c
cvs rdiff -u -r1.1 -r1.2 src/tests/dev/audio/h_pad.c

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