Module Name:src
Committed By: fox
Date: Sun Feb 9 07:59:44 UTC 2020
Modified Files:
src/external/mpl/dhcp/bin/server: Makefile
Log Message:
external/mpl/dhcp: Suppress -Werror=format-overflow error.
Add -Wno-error=format-overflow mdb6.c to prevent build failure.
Error w
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
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 failur
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.
Error
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
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 xsrc/loc
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
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 matchi
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
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 sock
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 thi
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 bui
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 (
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 failur
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 whe
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 report
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 reporte
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 dom
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 scripts
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
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 u
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
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 this
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 by
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 src/sy
25 matches
Mail list logo