CVS commit: src/sys/net

2016-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 8 17:40:12 UTC 2016 Modified Files: src/sys/net: if.h Log Message: Since IFF_MULTICAST's value can't be represented without implicit cast as signed short, make if_flags unsigned. To generate a diff of this commit: cvs

CVS commit: src/sys/compat

2016-10-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Oct 8 15:48:07 UTC 2016 Modified Files: src/sys/compat/sunos: sunos_ioctl.c src/sys/compat/ultrix: ultrix_ioctl.c Log Message: Uninitialized var, found by mootja; not tested, but obvious enough To generate a diff of

CVS commit: src/share/man/man4

2016-10-08 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Oct 8 17:46:07 UTC 2016 Modified Files: src/share/man/man4: nvme.4 Log Message: Paul fixed the kernel module to load independently of other ld attachments, remove the module note To generate a diff of this commit: cvs

CVS commit: src/sys/dev/ic

2016-10-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 8 15:57:11 UTC 2016 Modified Files: src/sys/dev/ic: rt2860.c rt2860reg.h Log Message: sync antenna vals with OpenBSD, some changes from FreeBSD. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24

CVS commit: src/sys/dev/ic

2016-10-08 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sat Oct 8 16:05:32 UTC 2016 Modified Files: src/sys/dev/ic: nvmereg.h Log Message: add defines for dataset management (from NVMe spec rev 1.2) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/sys

2016-10-08 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Sat Oct 8 17:28:17 UTC 2016 Modified Files: src/sys/sys: fstypes.h Log Message: white space To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/sys/fstypes.h Please note that diffs are not public domain; they

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

2016-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 8 20:30:55 UTC 2016 Modified Files: src/sys/arch/sparc/include: cpuconf.h Log Message: Macros expanding to defined() expression is not actually correct ISO C behavior. Since it is not clear whether someone might decide to

CVS commit: src/external/gpl2/groff/dist/src/roff/troff

2016-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 8 20:44:59 UTC 2016 Modified Files: src/external/gpl2/groff/dist/src/roff/troff: input.cpp Log Message: BEGIN_QUOTE and END_QUOTE have values outside the range of a signed char for non-EBCDIC host. Explicitly cast them to

CVS commit: src/external/gpl2/groff/dist/src/roff/troff

2016-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 8 23:40:52 UTC 2016 Modified Files: src/external/gpl2/groff/dist/src/roff/troff: input.cpp Log Message: Revert half of the last commit. Turns out that in some contexts, BEGIN_QUOTE/END_QUOTE is used intentionally as

CVS commit: src/external/mit/xorg/server

2016-10-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 8 20:03:04 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server.old/hw/vfb: Makefile src/external/mit/xorg/server/xorg-server/hw/vfb: Makefile Log Message: don't undefine XFree86LOADER twice. To

CVS commit: src/sys/netmpls

2016-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 8 20:19:37 UTC 2016 Modified Files: src/sys/netmpls: mpls.h Log Message: Assert size for sockaddr_mpls, but don't require it to be packed. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/mit/xorg/server

2016-10-08 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Oct 8 20:08:57 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers: Makefile.xf86-driver src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile

CVS commit: src/external/gpl2/texinfo/dist/info

2016-10-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Oct 8 20:35:00 UTC 2016 Modified Files: src/external/gpl2/texinfo/dist/info: infokey.c Log Message: Explicitly cast Meta(c) to char as the intermediate value can be too large for a signed character. To generate a diff of

CVS commit: src/sbin/mount

2016-10-08 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Oct 8 06:47:59 UTC 2016 Modified Files: src/sbin/mount: mount.c Log Message: change warning message previously attempting to use mount -t ext2 like myself would result in the warning "mount: mount_ext2 not found for /mnt",

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

2016-10-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Oct 8 08:19:22 UTC 2016 Modified Files: src/sys/arch/mips/mips: mips_fixup.c Log Message: Sign extend VA for cache operations. OK matt@ To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/tests/fs/ffs

2016-10-08 Thread Andreas Gustafsson
Module Name:src Committed By: gson Date: Sat Oct 8 13:23:53 UTC 2016 Modified Files: src/tests/fs/ffs: ffs_common.sh Log Message: Incrase timeout for the benefit of the walk_list_user test case which sometimes times out under qemu under Linux, where the timing is more

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

2016-10-08 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Oct 8 10:21:18 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-vmware: Makefile Log Message: Fix module load error of vmware_drv.so To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 \

CVS commit: xsrc/external/mit/xf86-video-vmware/include

2016-10-08 Thread Ryo ONODERA
Module Name:xsrc Committed By: ryoon Date: Sat Oct 8 10:24:07 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-vmware/include: config.h Log Message: Fix segfault when xf86-video-vmware module loads libvgahw To generate a diff of this commit: cvs rdiff -u -r1.11