CVS commit: src/bin/expr

2016-08-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Aug 23 03:21:16 UTC 2016 Modified Files: src/bin/expr: expr.1 Log Message: Instruction to not split the line needs to be stated separately. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/bin/expr/expr.1

CVS commit: src/bin/expr

2016-08-22 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Tue Aug 23 02:58:45 UTC 2016 Modified Files: src/bin/expr: expr.1 Log Message: Add HISTORY section Credit author of initial implementation in AUTHORS section Bump date Remove contraction highlighted by textproc/igor To generate

CVS commit: src/sys/fs/tmpfs

2016-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 22 23:07:36 UTC 2016 Modified Files: src/sys/fs/tmpfs: tmpfs_mem.c Log Message: Two fixes from rmind - tmpfs_node_get: restore (decrement) the node count on the error path. - tmpfs_bytes_max: save the value of

CVS commit: src/doc

2016-08-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Aug 22 22:53:02 UTC 2016 Modified Files: src/doc: 3RDPARTY Log Message: gcc-6.2 out. To generate a diff of this commit: cvs rdiff -u -r1.1353 -r1.1354 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/usr.sbin/nfsd

2016-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 22 16:08:51 UTC 2016 Modified Files: src/usr.sbin/nfsd: nfsd.c Log Message: PR/51437: Hauke Fath: write a byte to the socket so that nfsd -u does not die. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

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

2016-08-22 Thread Hisashi T Fujinaka
Module Name:src Committed By: htodd Date: Mon Aug 22 15:08:48 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug: md.i386 Log Message: Fix debug build for i386 xorg. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/distrib/sets/lists/xdebug/md.i386

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

2016-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 22 11:34:42 UTC 2016 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/mips/mips/pmap_machdep.c Please note that diffs are

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

2016-08-22 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Aug 22 11:34:06 UTC 2016 Modified Files: src/sys/arch/mips/mips: pmap_machdep.c Log Message: Can't KASSERT that a lock isn't held. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/tests/lib/libm

2016-08-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 22 10:36:20 UTC 2016 Modified Files: src/tests/lib/libm: t_ilogb.c Log Message: Mistakes were made, compare correct values now. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/lib/libm/t_ilogb.c

CVS commit: src/external/bsd/unbound

2016-08-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Mon Aug 22 09:38:50 UTC 2016 Modified Files: src/external/bsd/unbound: Makefile Log Message: Visit "etc" so our rc.d file gets installed. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src

2016-08-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 22 08:58:57 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug: md.sparc64 src/distrib/sets/lists/xserver: md.sparc64 src/external/mit/xorg/server/drivers: Makefile Log Message: now sunffb builds, build

CVS commit: src

2016-08-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 22 08:49:33 UTC 2016 Modified Files: src/distrib/sets/lists/debug: mi src/distrib/sets/lists/tests: mi src/tests/lib/libm: Makefile Added Files: src/tests/lib/libm: t_ilogb.c Log Message: add failing

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-08-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Aug 22 08:47:22 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_dac.c Log Message: deal with an issue compat-api.h should deal with. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 \

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-sunffb

2016-08-22 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Aug 22 08:39:20 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-sunffb: Makefile Log Message: ffb_dga.c has const issues as well To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \

CVS commit: src/sys/dev/pci

2016-08-22 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Aug 22 08:35:42 UTC 2016 Modified Files: src/sys/dev/pci: pci_subr.c Log Message: Don't follow an incorrect pointer in an extended capability header. Tested with Super Micro X10SDV-8C-TLN4F bus 255, device 12, function 0

CVS commit: xsrc/external/mit/xf86-video-sunffb/dist/src

2016-08-22 Thread matthew green
Module Name:xsrc Committed By: mrg Date: Mon Aug 22 08:28:32 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-sunffb/dist/src: ffb_accel_common.c ffb_exa.c Log Message: include config.h #ifdef HAVE_CONFIG_H To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/stdio

2016-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 22 07:41:10 UTC 2016 Modified Files: src/lib/libc/stdio: fgetwln.c Log Message: missing _ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/fgetwln.c Please note that diffs are not public

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

2016-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 22 07:37:43 UTC 2016 Modified Files: src/distrib/sets/lists/etc: mi Log Message: Add missing unbound To generate a diff of this commit: cvs rdiff -u -r1.239 -r1.240 src/distrib/sets/lists/etc/mi Please note that

CVS commit: src/lib/libm/man

2016-08-22 Thread Maya Rashish
Module Name:src Committed By: maya Date: Mon Aug 22 07:33:31 UTC 2016 Modified Files: src/lib/libm/man: ilogb.3 Log Message: BUGS section is no longer correct FP_ILOGB0 and FP_ILOGBNAN are both defined in math.h To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/lib/libc/stdio

2016-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 22 06:11:39 UTC 2016 Modified Files: src/lib/libc/stdio: fgetwln.c Log Message: >From OpenBSD: bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6