CVS commit: src/usr.sbin/syslogd

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 05:34:21 UTC 2016

Modified Files:
src/usr.sbin/syslogd: tls.c

Log Message:
PR/50751: David Binderman: check bounds before dereferencing.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/syslogd/tls.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/unexpand

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 05:32:14 UTC 2016

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

Log Message:
PR/50750: David Binderman: Check bounds before dereference


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/unexpand/unexpand.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

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 05:29:43 UTC 2016

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

Log Message:
PR/50749: David Binderman: check bounds before dereference.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/dev_verbose.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/i386/stand/boot

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 05:27:53 UTC 2016

Modified Files:
src/sys/arch/i386/stand/boot: boot2.c

Log Message:
PR/50748: David Binderman: check bounds before dereference


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/i386/stand/boot/boot2.c

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



CVS commit: src/bin/ksh

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 05:26:16 UTC 2016

Modified Files:
src/bin/ksh: vi.c

Log Message:
PR/50747: David Binderman: check bounds before dereference.
While here add some continues before semicolons.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/bin/ksh/vi.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/mail

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 05:18:58 UTC 2016

Modified Files:
src/usr.bin/mail: edit.c

Log Message:
PR/50746: David Binderman: Check bounds before dereferencing.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/usr.bin/mail/edit.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-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 03:26:02 UTC 2016

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

Log Message:
switch amd64 to gdb-7.10.1


To generate a diff of this commit:
cvs rdiff -u -r1.894 -r1.895 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/external/gpl3/gdb/lib

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 03:24:33 UTC 2016

Modified Files:
src/external/gpl3/gdb/lib/libbfd/arch/x86_64: bfd-in3.h bfd.h
bfd_stdint.h bfdver.h config.h defs.mk targmatch.h
src/external/gpl3/gdb/lib/libdecnumber/arch/x86_64: gstdint.h
src/external/gpl3/gdb/lib/libgdb/arch/x86_64: config.h defs.mk init.c
version.c xml-builtin.c
src/external/gpl3/gdb/lib/libgdb/arch/x86_64/build-gnulib: config.h
src/external/gpl3/gdb/lib/libiberty/arch/x86_64: config.h
src/external/gpl3/gdb/lib/libopcodes/arch/x86_64: defs.mk

Log Message:
regen amd64


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

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

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  3 03:23:33 UTC 2016

Modified Files:
src/external/gpl3/gdb/dist: config.guess config.sub
src/external/gpl3/gdb/dist/bfd: config.bfd configure elf.c elf32-i386.c
src/external/gpl3/gdb/dist/bfd/doc: Makefile.am Makefile.in bfd.info
src/external/gpl3/gdb/dist/gdb: ada-lang.c alphanbsd-tdep.c
amd64bsd-nat.c amd64nbsd-tdep.c arm-tdep.c configure configure.ac
configure.host configure.tgt d-exp.c hppa-tdep.c hppa-tdep.h
i386bsd-nat.c i386bsd-nat.h inf-ptrace.c m68kbsd-tdep.c
mipsnbsd-tdep.c objfiles.c p-exp.y regcache.c remote.c sh-tdep.c
solib.c utils.c varobj.c
src/external/gpl3/gdb/dist/gdb/common: common-defs.h
src/external/gpl3/gdb/dist/gdb/tui: tui-stack.c
src/external/gpl3/gdb/dist/include/opcode: ppc.h
src/external/gpl3/gdb/dist/opcodes: arm-dis.c configure
src/external/gpl3/gdb/dist/sim: configure
src/external/gpl3/gdb/dist/sim/common: callback.c
src/external/gpl3/gdb/dist/sim/mips: Makefile.in
src/external/gpl3/gdb/dist/sim/mn10300: Makefile.in
src/external/gpl3/gdb/dist/sim/v850: Makefile.in
Removed Files:
src/external/gpl3/gdb/dist: src-release
src/external/gpl3/gdb/dist/bfd: coff-or32.c configure.in cpu-openrisc.c
cpu-or32.c elf32-openrisc.c elf32-or32.c ticoff.h
src/external/gpl3/gdb/dist/config: cloog.m4
src/external/gpl3/gdb/dist/cpu: openrisc.cpu openrisc.opc
src/external/gpl3/gdb/dist/etc: configbuild.ein configbuild.fig
configbuild.jin configbuild.tin configdev.ein configdev.fig
configdev.jin configdev.tin configure.info configure.texi fdl.texi
gnu-oids.texi make-stds.texi standards.info standards.texi
src/external/gpl3/gdb/dist/gdb: alpha-nat.c alpha-osf1-tdep.c
cleanups.c cleanups.h dec-thread.c development.sh hppa-hpux-nat.c
hppa-hpux-tdep.c hppabsd-nat.c i386-nat.c i386-nat.h
ia64-hpux-nat.c ia64-hpux-tdep.c ia64-hpux-tdep.h inf-ttrace.c
inf-ttrace.h irix5-nat.c mips-irix-tdep.c regset.c
solib-ia64-hpux.c solib-ia64-hpux.h solib-irix.c solib-irix.h
solib-osf.c solib-pa64.c solib-pa64.h solib-som.c solib-som.h
somread.c vax-nat.c windows-termcap.c
src/external/gpl3/gdb/dist/gdb/common: gdb_thread_db.h
glibc_thread_db.h i386-cpuid.h i386-gcc-cpuid.h i386-xstate.h
linux-btrace.c linux-btrace.h linux-osdata.c linux-osdata.h
linux-procfs.c linux-procfs.h linux-ptrace.c linux-ptrace.h
mips-linux-watch.c mips-linux-watch.h
src/external/gpl3/gdb/dist/gdb/config/alpha: alpha-osf3.mh nm-osf3.h
src/external/gpl3/gdb/dist/gdb/config/ia64: hpux.mh
src/external/gpl3/gdb/dist/gdb/config/mips: irix5.mh irix6.mh
src/external/gpl3/gdb/dist/gdb/config/pa: hpux.mh
src/external/gpl3/gdb/dist/gdb/config/vax: vax.mh
src/external/gpl3/gdb/dist/gdb/gdbserver: i386-low.c i386-low.h
src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command:
bound_registers.py
src/external/gpl3/gdb/dist/gdb/testsuite: dg-extract-results.py
src/external/gpl3/gdb/dist/gdb/testsuite/config: vx.exp vxworks.exp
vxworks29k.exp
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch: ppc64-atomic-inst.c
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace: finish.exp
next.exp nexti.exp x86-record_goto.S x86-tailcall.S x86-tailcall.c
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2:
dw2-ifort-parameter-debug.S implptr-optimized-out.S
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp: Makefile.in
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.aCC: Makefile.in
optimize.c optimize.exp run.c watch-cmd.exp
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.base-hp:
Makefile.in callfwmall.c callfwmall.exp dollar.c dollar.exp
genso-thresh.c hwwatchbus.c hwwatchbus.exp pxdb.c pxdb.exp
reg-pa64.exp reg-pa64.s reg.exp reg.s sized-enum.c sized-enum.exp
so-thresh.exp so-thresh.mk so-thresh.sh
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.compat: Makefile.in
average.c sum.c xdb.c xdb0.c xdb0.h xdb1.c xdb1.exp xdb2.exp
xdb3.exp
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.defects:
Makefile.in bs14602.c bs14602.exp solib-d.c solib-d.exp solib-d1.c
solib-d2.c
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.objdbg: Makefile.in
objdbg01.exp objdbg02.exp objdbg03.exp objdbg04.exp
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg01:
x1.cc x2.cc x3.cc x3.h
src/external/gpl3/gdb/dist/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02:
x1.c

CVS commit: src/share/mk

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 22:35:47 UTC 2016

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

Log Message:
everyone, back to gdb.old


To generate a diff of this commit:
cvs rdiff -u -r1.893 -r1.894 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/share/mk

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 20:23:24 UTC 2016

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

Log Message:
Switch i386 to new binutils.


To generate a diff of this commit:
cvs rdiff -u -r1.892 -r1.893 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/sys/arch/i386/include

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 20:16:59 UTC 2016

Modified Files:
src/sys/arch/i386/include: elf_machdep.h

Log Message:
one more.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/i386/include/elf_machdep.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/i386/include

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 20:16:08 UTC 2016

Modified Files:
src/sys/arch/i386/include: elf_machdep.h

Log Message:
more relocations.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/include/elf_machdep.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/amd64/include

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 20:13:59 UTC 2016

Modified Files:
src/sys/arch/amd64/include: elf_machdep.h

Log Message:
Add more relocation constants


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amd64/include/elf_machdep.h

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/lib/libbfd

2016-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 19:15:40 UTC 2016

Modified Files:
src/external/gpl3/binutils/lib/libbfd: Makefile

Log Message:
Fix SSP build.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/binutils/lib/libbfd/Makefile

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-02-02 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb  2 18:38:10 UTC 2016

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

Log Message:
Add the missing CTFMERGE step.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/share/mk/bsd.kmodule.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

2016-02-02 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Tue Feb  2 13:55:51 UTC 2016

Modified Files:
src/sys/arch/arm/broadcom: bcm2835_emmc.c bcm2835_gpio.c
bcm2835_gpio_subr.c bcm2835_pwm.c bcm2835_space.c bcm2835reg.h
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
Fix up bcm283[56] bus_space(4) to really use bus addresses for
peripherals, etc

Simplifies the code in various places and uses the abstraction in
more places. (bcm2835_gpio_subr.c still doesn't)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/broadcom/bcm2835_emmc.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/broadcom/bcm2835_gpio.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/broadcom/bcm2835_gpio_subr.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/broadcom/bcm2835_pwm.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/broadcom/bcm2835_space.c
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/broadcom/bcm2835reg.h
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/evbarm/rpi/rpi_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/rump/include/rump-sys

2016-02-02 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb  2 13:07:30 UTC 2016

Modified Files:
src/sys/rump/include/rump-sys: kern.h

Log Message:
Remove leading spaces.

Bet you didn't see that one coming.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/include/rump-sys/kern.h

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



CVS commit: src/sys/rump/librump/rumpvfs

2016-02-02 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb  2 13:02:34 UTC 2016

Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c

Log Message:
optimize for size a.k.a. operation nuke trailing spaces


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/rump/librump/rumpvfs/rumpfs.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-02-02 Thread Ryo ONODERA
Module Name:src
Committed By:   ryoon
Date:   Tue Feb  2 12:25:24 UTC 2016

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

Log Message:
Fix layout for comments. Bump date.


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

2016-02-02 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Tue Feb  2 12:22:23 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/rump/include/rump: Makefile
src/sys/rump/librump/rumpvfs: rumpfs.c
Added Files:
src/sys/rump/include/rump: rumpfs.h

Log Message:
Add capability to attach external memory to files on rumpfs.  This
feature is useful e.g. for tight-memory systems where you don't need
block storage, but still need to provide some data via files.


To generate a diff of this commit:
cvs rdiff -u -r1.2016 -r1.2017 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.9 -r1.10 src/sys/rump/include/rump/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/rump/include/rump/rumpfs.h
cvs rdiff -u -r1.136 -r1.137 src/sys/rump/librump/rumpvfs/rumpfs.c

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