CVS commit: src/external/cddl/osnet/usr.bin/ctfconvert

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 07:55:13 UTC 2020 Modified Files: src/external/cddl/osnet/usr.bin/ctfconvert: Makefile Log Message: external/cddl/osnet: Suppress -Werror=stringop-truncation error. Add GCC_NO_STRINGOP_TRUNCATION dwarf.c to prevent build

CVS commit: src/external/bsd/ipf/bin/ipsend

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 07:51:20 UTC 2020 Modified Files: src/external/bsd/ipf/bin/ipsend: Makefile Log Message: external/bsd/ipf: Suppress -Werror=maybe-uninitialized error. Add -Wno-error=maybe-uninitialized in ipsopt.c to prevent build

CVS commit: src/external/bsd/ipf/bin/ipmon

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sun Feb 9 07:47:50 UTC 2020 Modified Files: src/external/bsd/ipf/bin/ipmon: Makefile Log Message: external/bsd/ipf: Suppress -Werror=format-overflow= error. Add -Wno-error=format-overflow in ipmon.c to prevent build failure.

CVS commit: src/share/mk

2020-02-08 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Feb 8 21:16:53 UTC 2020 Modified Files: src/share/mk: sys.mk Log Message: Don't special case aarch64 and add -fomit-frame-pointer to builds. This behaviour is probably due to a past behaviour of clang, where it always emitted

CVS commit: xsrc/local/programs/xsetwallpaper

2020-02-08 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Sat Feb 8 20:29:30 UTC 2020 Modified Files: xsrc/local/programs/xsetwallpaper: xsetwallpaper.c Log Message: Add -s flag to scale image to root window size. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/tests/lib/libc/c063

2020-02-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 8 19:58:37 UTC 2020 Modified Files: src/tests/lib/libc/c063: t_o_search.c Log Message: O_SEARCH tests: expect revoke +x failure on NFS Patch by Kyle Evans (FreeBSD) PR misc/54946 To generate a diff of this commit: cvs

CVS commit: src/lib/libpthread

2020-02-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 8 17:06:03 UTC 2020 Modified Files: src/lib/libpthread: pthread.c Log Message: Change the behavior of pthread_equal() On error when not aborting, do not return EINVAL as it has a side effect of being interpreted as

CVS commit: src/sys/arch/i386/stand/efiboot

2020-02-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Feb 8 14:35:47 UTC 2020 Modified Files: src/sys/arch/i386/stand/efiboot: eficons.c Log Message: Fix a few bugs related to the framebuffer: - If a GOP mode wasn't explicitly requested, the bootloader was passing fb info

CVS commit: src

2020-02-08 Thread Roy Marples
Module Name:src Committed By: roy Date: Sat Feb 8 14:17:30 UTC 2020 Modified Files: src/share/man/man4: route.4 src/sys/net: route.h rtsock_shared.c Log Message: route(4): add RO_MISSFILTER socket option This allows filtering of specific RTM_MISS destination

CVS commit: src/usr.bin/login

2020-02-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 8 13:44:35 UTC 2020 Modified Files: src/usr.bin/login: login_pam.c Log Message: Avoid use-after-free bug in PAM environment Traditional BSD putenv(3) was creating an internal copy of the passed argument. Unfortunately

CVS commit: src/usr.bin/tftp

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sat Feb 8 13:33:56 UTC 2020 Modified Files: src/usr.bin/tftp: Makefile Log Message: user.bin/tftp: Suppress -Werror=format-overflow error. Add -Wno-error=format-overflow tftp.c to prevent build failure. Error was reported when

CVS commit: src/usr.bin/mkubootimage

2020-02-08 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Feb 8 13:27:01 UTC 2020 Modified Files: src/usr.bin/mkubootimage: mkubootimage.c Log Message: arm64_image_header->image_size must be included size of arm64_image_header. with -u option, image_size should be binary (file) size

CVS commit: src/external/bsd/ntp/bin/ntpd

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sat Feb 8 13:20:10 UTC 2020 Modified Files: src/external/bsd/ntp/bin/ntpd: Makefile Log Message: external/bsd/ntp: Suppress -Werror=stringop-truncation error. Add GCC_NO_STRINGOP_TRUNCATION to refclock_jjy.c to prevent build

CVS commit: src/usr.sbin/fstyp

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sat Feb 8 12:56:56 UTC 2020 Modified Files: src/usr.sbin/fstyp: exfat.c Log Message: usr.sbin/fstyp: Fix -Werror=conversion error. Type cast the size_t to uint32_t to prevent implicit type conversion errors. Error was reported

CVS commit: src/usr.bin/talk

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sat Feb 8 12:53:29 UTC 2020 Modified Files: src/usr.bin/talk: Makefile Log Message: usr.bin/talk: Suppress -Werror=stringop-truncation error. Add GCC_NO_STRINGOP_TRUNCATION to get_names.c to prevent build failure. Error was

CVS commit: src/external/bsd/dhcpcd/dist/src

2020-02-08 Thread Santhosh Raju
Module Name:src Committed By: fox Date: Sat Feb 8 12:17:16 UTC 2020 Modified Files: src/external/bsd/dhcpcd/dist/src: dhcp.c Log Message: external/bsd/dhcpcd: Fix a -Wconversion warning. Type cast uint16_t to size_t to prevent implicit type conversion. Error was

CVS commit: src/usr.bin/env

2020-02-08 Thread Leonardo Taccari
Module Name:src Committed By: leot Date: Sat Feb 8 11:10:08 UTC 2020 Modified Files: src/usr.bin/env: env.1 Log Message: Fix a typo (extra `s') To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/env/env.1 Please note that diffs are not public

CVS commit: src/usr.bin/env

2020-02-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 8 11:02:07 UTC 2020 Modified Files: src/usr.bin/env: env.1 env.c Log Message: Implement env(1) -0 -0 End each output line with NUL, not newline. FreeBSD and GNU env(1) implement -0 which is used in 3rd party

CVS commit: src/usr.bin/env

2020-02-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 8 10:36:02 UTC 2020 Modified Files: src/usr.bin/env: env.c Log Message: Add CVS Id tag and switch __attribute__ to __dead. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/env/env.c Please note

CVS commit: src/usr.bin/env

2020-02-08 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 8 10:30:22 UTC 2020 Modified Files: src/usr.bin/env: env.1 env.c Log Message: Implement env(1) -u The option '-u name' causes removal of the name environment variable if it is in the environment. This is similar to the

CVS commit: src/sys

2020-02-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 8 09:05:08 UTC 2020 Modified Files: src/sys/kern: subr_asan.c src/sys/sys: asan.h Log Message: Sync the codes with reality: partial replaced by mid, and use-after-ret added. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/usb

2020-02-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 8 08:47:27 UTC 2020 Modified Files: src/sys/dev/usb: usb_subr.c usbdi_util.c usbdi_util.h usbdivar.h Log Message: Move three functions into usbdi_util.c, where they belong. No functional change. To generate a diff of

CVS commit: src/sys/dev/ic

2020-02-08 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Sat Feb 8 08:23:01 UTC 2020 Modified Files: src/sys/dev/ic: aic79xx_inline.h Log Message: Apply FreeBSD r357300: > aic7xxx(4): Fix unintended sign extension in ahd_inq() > > ahd_inb() returns type uint8_t. The shift left

CVS commit: src/sys/dev/usb

2020-02-08 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Feb 8 08:18:06 UTC 2020 Modified Files: src/sys/dev/usb: usbdi_util.c usbdi_util.h Log Message: Reorder usbdi_util.{c,h}, for clarity. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77