Le 01/10/2019 à 18:36, Chuck Silvers a écrit :
Module Name:src
Committed By: chs
Date: Tue Oct 1 16:36:58 UTC 2019
Modified Files:
src/sys/kern: sysv_shm.c
Log Message:
in shmdt(), wait until shmat() completes before detaching.
Reported-by: syzbot+8f470a1bf36b47ae0...@
Module Name:src
Committed By: mlelstv
Date: Sun Oct 6 06:10:44 UTC 2019
Modified Files:
src/sys/dev: ld.c
Log Message:
Don't attach disks with sector sizes we cannot handle.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/ld.c
Please note th
Module Name:src
Committed By: mlelstv
Date: Sun Oct 6 06:10:44 UTC 2019
Modified Files:
src/sys/dev: ld.c
Log Message:
Don't attach disks with sector sizes we cannot handle.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 src/sys/dev/ld.c
Please note th
Module Name:src
Committed By: mlelstv
Date: Sun Oct 6 05:48:00 UTC 2019
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
src/sys/uvm: uvm_swap.c
Log Message:
Defer to synchronous I/O before the aiodone work queue exists.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: mlelstv
Date: Sun Oct 6 05:48:00 UTC 2019
Modified Files:
src/sys/miscfs/genfs: genfs_io.c
src/sys/uvm: uvm_swap.c
Log Message:
Defer to synchronous I/O before the aiodone work queue exists.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: uwe
Date: Sun Oct 6 02:30:58 UTC 2019
Modified Files:
src/sys/netinet6: icmp6.c
Log Message:
icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput,
drop the cast that is no longer necessary.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: uwe
Date: Sun Oct 6 02:30:58 UTC 2019
Modified Files:
src/sys/netinet6: icmp6.c
Log Message:
icmp6_notify_error - fix ctlfunc typedef to match pr_ctlinput,
drop the cast that is no longer necessary.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: uwe
Date: Sun Oct 6 02:04:26 UTC 2019
Modified Files:
src/sys/kern: kern_cpu.c
Log Message:
Define cpu_xc_* functions with unused second argument to make them
conform to xcfunc_t callback typedef (-Wcast-function-type).
Same object code is ge
Module Name:src
Committed By: uwe
Date: Sun Oct 6 02:04:26 UTC 2019
Modified Files:
src/sys/kern: kern_cpu.c
Log Message:
Define cpu_xc_* functions with unused second argument to make them
conform to xcfunc_t callback typedef (-Wcast-function-type).
Same object code is ge
Module Name:src
Committed By: mrg
Date: Sun Oct 6 01:05:36 UTC 2019
Modified Files:
src/tests/include/sys: t_socket.c
Log Message:
use memcpy() for non C-strings.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/include/sys/t_socket.c
Please note t
Module Name:src
Committed By: mrg
Date: Sun Oct 6 01:05:36 UTC 2019
Modified Files:
src/tests/include/sys: t_socket.c
Log Message:
use memcpy() for non C-strings.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/include/sys/t_socket.c
Please note t
Module Name:src
Committed By: uwe
Date: Sun Oct 6 01:04:49 UTC 2019
Modified Files:
src/sys/dev/ic: adw.c adwlib.c adwlib.h
Log Message:
Get rid of bogus ADW_CALLBACK typedef. Use the real callback types
directly. Since we no longer need the casting dance we can get rid
Module Name:src
Committed By: uwe
Date: Sun Oct 6 01:04:49 UTC 2019
Modified Files:
src/sys/dev/ic: adw.c adwlib.c adwlib.h
Log Message:
Get rid of bogus ADW_CALLBACK typedef. Use the real callback types
directly. Since we no longer need the casting dance we can get rid
Module Name:src
Committed By: uwe
Date: Sun Oct 6 00:48:19 UTC 2019
Modified Files:
src/sys/dev/ic: adv.c adv.h advlib.c advlib.h
Log Message:
Get rid of bogus ASC_CALLBACK typedef. Use the real callback type
(which is almost ASC_ISR_CALLBACK). Since we no longer need t
Module Name:src
Committed By: uwe
Date: Sun Oct 6 00:48:19 UTC 2019
Modified Files:
src/sys/dev/ic: adv.c adv.h advlib.c advlib.h
Log Message:
Get rid of bogus ASC_CALLBACK typedef. Use the real callback type
(which is almost ASC_ISR_CALLBACK). Since we no longer need t
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:27:50 UTC 2019
Modified Files:
src/usr.bin/netstat: mroute.c
Log Message:
sprintf() -> snprintf(), and adjust a buffer size to avoid any
potential for overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:27:50 UTC 2019
Modified Files:
src/usr.bin/netstat: mroute.c
Log Message:
sprintf() -> snprintf(), and adjust a buffer size to avoid any
potential for overflow.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:15:22 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libubsan: Makefile
Log Message:
remove ubsan_handlers_cxx.cc from sources. shouldn't be used with gcc.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:15:22 UTC 2019
Modified Files:
src/external/gpl3/gcc/lib/libubsan: Makefile
Log Message:
remove ubsan_handlers_cxx.cc from sources. shouldn't be used with gcc.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:07:11 UTC 2019
Modified Files:
src/usr.sbin/sysinst: Makefile.inc
Log Message:
remove, not comment, the partman.c option
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sysinst/Makefile.inc
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:07:11 UTC 2019
Modified Files:
src/usr.sbin/sysinst: Makefile.inc
Log Message:
remove, not comment, the partman.c option
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/sysinst/Makefile.inc
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:05:10 UTC 2019
Modified Files:
src/usr.sbin/sysinst: Makefile.inc partman.c
Log Message:
avoid calling snprintf/strlcat with an input parameter the same
as the output. from martin@. fixes gcc 8 restrict warnings.
To
Module Name:src
Committed By: mrg
Date: Sun Oct 6 00:05:10 UTC 2019
Modified Files:
src/usr.sbin/sysinst: Makefile.inc partman.c
Log Message:
avoid calling snprintf/strlcat with an input parameter the same
as the output. from martin@. fixes gcc 8 restrict warnings.
To
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:35:57 UTC 2019
Modified Files:
src/usr.bin/make: arch.c
src/usr.bin/who: utmpentry.c
Log Message:
use memcpy() for strings that are not C strings.
destinations are already sufficiently sized and nul terminated.
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:35:57 UTC 2019
Modified Files:
src/usr.bin/make: arch.c
src/usr.bin/who: utmpentry.c
Log Message:
use memcpy() for strings that are not C strings.
destinations are already sufficiently sized and nul terminated.
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:34:15 UTC 2019
Modified Files:
src/games/battlestar: room.c
Log Message:
expand the internal consistency checks in truedirec() to avoid
fallthrough cases. now if direction turns up wrong (it should
not, but this code c
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:34:15 UTC 2019
Modified Files:
src/games/battlestar: room.c
Log Message:
expand the internal consistency checks in truedirec() to avoid
fallthrough cases. now if direction turns up wrong (it should
not, but this code c
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:32:20 UTC 2019
Modified Files:
src/external/bsd/ipf/dist/lib: load_hash.c
src/external/bsd/ipf/dist/tools: ipmon.c
Log Message:
use target size in a couple of strncpy() calls:
- load_hash() has already zeroed th
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:32:20 UTC 2019
Modified Files:
src/external/bsd/ipf/dist/lib: load_hash.c
src/external/bsd/ipf/dist/tools: ipmon.c
Log Message:
use target size in a couple of strncpy() calls:
- load_hash() has already zeroed th
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:30:22 UTC 2019
Modified Files:
src/usr.sbin/eeprom: eehandlers.c
Log Message:
memcpy->strncpy, and avoid copying beyond the static string length
into potentially unmapped regions.
To generate a diff of this commit:
cv
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:30:22 UTC 2019
Modified Files:
src/usr.sbin/eeprom: eehandlers.c
Log Message:
memcpy->strncpy, and avoid copying beyond the static string length
into potentially unmapped regions.
To generate a diff of this commit:
cv
On Sat, Oct 05, 2019 at 18:07:58 +, Valeriy E. Ushakov wrote:
> Module Name: src
> Committed By: uwe
> Date: Sat Oct 5 18:07:58 UTC 2019
>
> Modified Files:
> src/lib/libc/db/db: db.c
>
> Log Message:
> __dberr: tweak signature to make gcc8 -Wbad-function-cast happy about
> c
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:27:21 UTC 2019
Modified Files:
src/sys/dev/ic: anvar.h athnvar.h atwvar.h malovar.h mfireg.h nvmereg.h
rt2560var.h rt2661var.h rt2860var.h rtwvar.h wivar.h
src/sys/dev/pci: if_ipwvar.h if_iwmvar.h if_
Module Name:src
Committed By: mrg
Date: Sat Oct 5 23:27:21 UTC 2019
Modified Files:
src/sys/dev/ic: anvar.h athnvar.h atwvar.h malovar.h mfireg.h nvmereg.h
rt2560var.h rt2661var.h rt2860var.h rtwvar.h wivar.h
src/sys/dev/pci: if_ipwvar.h if_iwmvar.h if_
Module Name:src
Committed By: mrg
Date: Sat Oct 5 22:37:50 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/nouveau: nouveau_pci.c
Log Message:
list the PCI ID range for new nvidia TU117 and TU116.
adjust the check to simply be >= 0x1580, which is the
first pciid not su
Module Name:src
Committed By: mrg
Date: Sat Oct 5 22:37:50 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/nouveau: nouveau_pci.c
Log Message:
list the PCI ID range for new nvidia TU117 and TU116.
adjust the check to simply be >= 0x1580, which is the
first pciid not su
Module Name:src
Committed By: sevan
Date: Sat Oct 5 22:21:29 UTC 2019
Modified Files:
src/etc/rc.d: npf_boot pf_boot
Log Message:
No need to empose the script to be runnable during boot time, it prevents the
script from wroking if the system is booted into single user mod
Module Name:src
Committed By: sevan
Date: Sat Oct 5 22:21:29 UTC 2019
Modified Files:
src/etc/rc.d: npf_boot pf_boot
Log Message:
No need to empose the script to be runnable during boot time, it prevents the
script from wroking if the system is booted into single user mod
Module Name:src
Committed By: mrg
Date: Sat Oct 5 22:06:29 UTC 2019
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
sprintf->snprintf
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/fstest_nfs.c
Please note that diffs ar
Module Name:src
Committed By: mrg
Date: Sat Oct 5 22:06:29 UTC 2019
Modified Files:
src/tests/fs/common: fstest_nfs.c
Log Message:
sprintf->snprintf
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/tests/fs/common/fstest_nfs.c
Please note that diffs ar
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:24:16 UTC 2019
Modified Files:
src/tests/usr.bin/sed: t_sed.sh
Log Message:
Add tests for escape sequences.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/sed/t_sed.sh
Please note
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:24:16 UTC 2019
Modified Files:
src/tests/usr.bin/sed: t_sed.sh
Log Message:
Add tests for escape sequences.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/usr.bin/sed/t_sed.sh
Please note
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:23:55 UTC 2019
Modified Files:
src/usr.bin/sed: compile.c
Log Message:
Recognize \oOOO \dDD \xXX plus the other regular 'C' backslash escapes like
gnu sed does, except when inside regex []. (Gnu sed translates thos
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:23:55 UTC 2019
Modified Files:
src/usr.bin/sed: compile.c
Log Message:
Recognize \oOOO \dDD \xXX plus the other regular 'C' backslash escapes like
gnu sed does, except when inside regex []. (Gnu sed translates thos
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:22:36 UTC 2019
Modified Files:
src/usr.bin/sed: main.c
Log Message:
add an abort for a case that can't happen
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sed/main.c
Please note that
Module Name:src
Committed By: christos
Date: Sat Oct 5 20:22:36 UTC 2019
Modified Files:
src/usr.bin/sed: main.c
Log Message:
add an abort for a case that can't happen
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/sed/main.c
Please note that
Module Name:src
Committed By: uwe
Date: Sat Oct 5 19:19:52 UTC 2019
Modified Files:
src/lib/libc/gen: getlogin.c
Log Message:
getlogin_r: use strcpy(). We check namelen before copying the result.
gcc 8 -Wstringop-overflow is uhappy when the specified bounds depend
on the
Module Name:src
Committed By: uwe
Date: Sat Oct 5 19:19:52 UTC 2019
Modified Files:
src/lib/libc/gen: getlogin.c
Log Message:
getlogin_r: use strcpy(). We check namelen before copying the result.
gcc 8 -Wstringop-overflow is uhappy when the specified bounds depend
on the
Module Name:src
Committed By: uwe
Date: Sat Oct 5 18:37:40 UTC 2019
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences
from the most up-to-date ABI, which in gcc 8 is used by default.
XXX: This needs a
Module Name:src
Committed By: uwe
Date: Sat Oct 5 18:37:40 UTC 2019
Modified Files:
src/share/mk: bsd.sys.mk
Log Message:
Don't add -Wabi to CXXFLAGS for gcc 8. It warns about differences
from the most up-to-date ABI, which in gcc 8 is used by default.
XXX: This needs a
Module Name:src
Committed By: uwe
Date: Sat Oct 5 18:07:58 UTC 2019
Modified Files:
src/lib/libc/db/db: db.c
Log Message:
__dberr: tweak signature to make gcc8 -Wbad-function-cast happy about
casts in __dbpanic. Admittedly this is a bit too "cute".
To generate a diff o
Module Name:src
Committed By: uwe
Date: Sat Oct 5 18:07:58 UTC 2019
Modified Files:
src/lib/libc/db/db: db.c
Log Message:
__dberr: tweak signature to make gcc8 -Wbad-function-cast happy about
casts in __dbpanic. Admittedly this is a bit too "cute".
To generate a diff o
Module Name:src
Committed By: jhigh
Date: Sat Oct 5 18:06:17 UTC 2019
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/lib/libcrypt: crypt.c
src/tests/usr.bin: Makefile
Added Files:
src/tests/usr.bin/pwha
Module Name:src
Committed By: jhigh
Date: Sat Oct 5 18:06:17 UTC 2019
Modified Files:
src/distrib/sets/lists/tests: mi
src/etc/mtree: NetBSD.dist.tests
src/lib/libcrypt: crypt.c
src/tests/usr.bin: Makefile
Added Files:
src/tests/usr.bin/pwha
Module Name:src
Committed By: uwe
Date: Sat Oct 5 18:01:52 UTC 2019
Modified Files:
src/lib/libc/db/db: db.c
Log Message:
__dbpanic: use the official DB typedef name in the casts. They were
copied from the declaration point where it's not yet available.
To generate a d
Module Name:src
Committed By: uwe
Date: Sat Oct 5 18:01:52 UTC 2019
Modified Files:
src/lib/libc/db/db: db.c
Log Message:
__dbpanic: use the official DB typedef name in the casts. They were
copied from the declaration point where it's not yet available.
To generate a d
Module Name:src
Committed By: pgoyette
Date: Sat Oct 5 17:36:47 UTC 2019
Modified Files:
src/sys/arch/amd64/conf: NOCOMPAT
Log Message:
Add a commented-out entry for COMPAT_90 for completeness
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arc
Module Name:src
Committed By: pgoyette
Date: Sat Oct 5 17:36:47 UTC 2019
Modified Files:
src/sys/arch/amd64/conf: NOCOMPAT
Log Message:
Add a commented-out entry for COMPAT_90 for completeness
NFCI
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arc
On 04.10.2019 10:51, matthew green wrote:
> Module Name: src
> Committed By: mrg
> Date: Fri Oct 4 08:51:33 UTC 2019
>
> Modified Files:
> src/external/gpl3/gcc: README.gcc8
> src/external/gpl3/gcc/dist/gcc/config/aarch64: aarch64-netbsd.h
> src/external/gpl3/gcc/dist/l
Module Name:src
Committed By: kamil
Date: Sat Oct 5 14:19:53 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c
Log Message:
Validate input before converting timeval::tv_usec in compat/netbsd32
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: kamil
Date: Sat Oct 5 14:19:53 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_50.c netbsd32_time.c
Log Message:
Validate input before converting timeval::tv_usec in compat/netbsd32
To generate a diff of this commit:
cvs r
Module Name:src
Committed By: kamil
Date: Sat Oct 5 12:57:40 UTC 2019
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Check for valid timespec in clock_settime1()
An alternative approach would be to check the valie in settime1(), but
it would result in multiple ch
Module Name:src
Committed By: kamil
Date: Sat Oct 5 12:57:40 UTC 2019
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Check for valid timespec in clock_settime1()
An alternative approach would be to check the valie in settime1(), but
it would result in multiple ch
Module Name:src
Committed By: jmcneill
Date: Sat Oct 5 12:27:14 UTC 2019
Modified Files:
src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h
Log Message:
Add support for SDIO interrupts.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_mmc.c
cvs rdif
Module Name:src
Committed By: jmcneill
Date: Sat Oct 5 12:27:14 UTC 2019
Modified Files:
src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h
Log Message:
Add support for SDIO interrupts.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/dwc_mmc.c
cvs rdif
Module Name:src
Committed By: jmcneill
Date: Sat Oct 5 12:09:01 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Remove SMC_CAPS_POLLING cap
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sunxi/sunxi_mmc.c
Please
Module Name:src
Committed By: jmcneill
Date: Sat Oct 5 12:09:01 UTC 2019
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
Log Message:
Remove SMC_CAPS_POLLING cap
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/arm/sunxi/sunxi_mmc.c
Please
Module Name:src
Committed By: mlelstv
Date: Sat Oct 5 09:25:11 UTC 2019
Modified Files:
src/distrib/utils/embedded/files: creds_msdos
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/files/creds_msdos
Please n
Module Name:src
Committed By: mlelstv
Date: Sat Oct 5 09:25:11 UTC 2019
Modified Files:
src/distrib/utils/embedded/files: creds_msdos
Log Message:
Fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/files/creds_msdos
Please n
Module Name:src
Committed By: maxv
Date: Sat Oct 5 07:30:03 UTC 2019
Modified Files:
src/sys/arch/x86/include: pmap.h pte.h
Log Message:
Switch to the new PTE naming. No binary diff (tested with MKREPRO).
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 s
Module Name:src
Committed By: maxv
Date: Sat Oct 5 07:30:03 UTC 2019
Modified Files:
src/sys/arch/x86/include: pmap.h pte.h
Log Message:
Switch to the new PTE naming. No binary diff (tested with MKREPRO).
To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 s
Module Name:src
Committed By: maxv
Date: Sat Oct 5 07:19:49 UTC 2019
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Switch to the new PTE naming:
PG_PVLIST -> PTE_PVLIST
PG_W -> PTE_WIRED
PG_FRAME -> PTE_FRAME
No functional chang
Module Name:src
Committed By: maxv
Date: Sat Oct 5 07:19:49 UTC 2019
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
Switch to the new PTE naming:
PG_PVLIST -> PTE_PVLIST
PG_W -> PTE_WIRED
PG_FRAME -> PTE_FRAME
No functional chang
73 matches
Mail list logo