CVS commit: src/sys/net

2016-10-23 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Oct 24 03:19:07 UTC 2016 Modified Files: src/sys/net: route.c Log Message: Revert v1.157 We need to hold the rtentry over rtrequest1 for info that dereferences member variables of the rtentry after rtrequest1. To generate

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

2016-10-23 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Oct 24 03:02:49 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/mips64eb: targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/mips64el: targmatch.h src/external/gpl3/gdb/lib/libbfd/arch/mipseb:

CVS commit: src/usr.bin/systat

2016-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 24 00:40:17 UTC 2016 Modified Files: src/usr.bin/systat: bufcache.c Log Message: sysctlbyname is convenient, but ain't cheap. Cache it. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/lib/libcurses

2016-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 23 21:20:56 UTC 2016 Modified Files: src/lib/libcurses: curses_private.h delwin.c newwin.c printw.c Log Message: It is expensive to open and close files for every printf, keep it around. To generate a diff of this

CVS commit: src/lib/libc/stdio

2016-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 23 21:01:52 UTC 2016 Modified Files: src/lib/libc/stdio: funopen.c Log Message: PR/51572: calling funopen on each printw call is a tad excessive, but this is not a reason for funopen to leak. Always call the close

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

2016-10-23 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Oct 23 18:51:56 UTC 2016 Modified Files: src/external/gpl3/gdb/lib/libbfd/arch/arm: bfd_stdint.h src/external/gpl3/gdb/lib/libbfd/arch/armeb: bfd_stdint.h src/external/gpl3/gdb/lib/libdecnumber/arch/arm: gstdint.h

CVS commit: src/sys/arch/amiga/dev

2016-10-23 Thread Frank Wille
Module Name:src Committed By: phx Date: Sun Oct 23 18:40:52 UTC 2016 Modified Files: src/sys/arch/amiga/dev: mntva.c Log Message: Fixed WSCONS kernels. The cnprobe function must only be called when MNTVA_CONSOLE is defined. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gdb/dist/bfd

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 12:46:57 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Sync with external/gpl3/binutils/dist/bfd/config.bfd for mips so we build in the right vector set To generate a diff of this

CVS commit: src/external/gpl3/gdb/dist/bfd

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 12:43:02 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/bfd: config.bfd Log Message: Sync with external/gpl3/binutils/dist/bfd/config.bfd for arm so we build in the right vector set To generate a diff of this

CVS commit: src/bin/sh

2016-10-23 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Oct 23 08:24:28 UTC 2016 Modified Files: src/bin/sh: show.c Log Message: Remove unused variables. Fixes the sh(1) build when DEBUG is enabled. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/sh/show.c

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 07:40:09 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-tdep.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

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

2016-10-23 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Oct 23 07:33:15 UTC 2016 Modified Files: src/external/gpl3/gdb/dist/gdb: armnbsd-tdep.c configure.tgt Log Message: PR toolchain/51557: gdb can't read core files Register an iterate_over_regset_sections methods for armnbsd