Module Name:src
Committed By: maxv
Date: Sat Sep 21 06:56:51 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_fs.c
Log Message:
Fix netbsd32___mount50():
- zero out fs_args32 to prevent info leaks
- remove unused and non-functional copyin in NFS (lgtm bot)
-
Module Name:src
Committed By: maxv
Date: Sat Sep 21 06:56:51 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_fs.c
Log Message:
Fix netbsd32___mount50():
- zero out fs_args32 to prevent info leaks
- remove unused and non-functional copyin in NFS (lgtm bot)
-
Module Name:src
Committed By: nat
Date: Sat Sep 21 00:01:33 UTC 2019
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: sbc_encode.c
Log Message:
Fix off by one in sbc encoder. Test mode transmission and reception
works again.
XXX pullup -8 and -9.
To generate a diff of thi
Module Name:src
Committed By: nat
Date: Sat Sep 21 00:01:33 UTC 2019
Modified Files:
src/usr.sbin/bta2dpd/bta2dpd: sbc_encode.c
Log Message:
Fix off by one in sbc encoder. Test mode transmission and reception
works again.
XXX pullup -8 and -9.
To generate a diff of thi
Module Name:src
Committed By: sevan
Date: Fri Sep 20 22:47:36 UTC 2019
Modified Files:
src/external/cddl/osnet/sbin/zfs: mount_zfs.8
Log Message:
Use Pa macro for path
new sentence, new line
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/os
Module Name:src
Committed By: sevan
Date: Fri Sep 20 22:47:36 UTC 2019
Modified Files:
src/external/cddl/osnet/sbin/zfs: mount_zfs.8
Log Message:
Use Pa macro for path
new sentence, new line
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/cddl/os
Module Name:src
Committed By: brad
Date: Fri Sep 20 22:38:28 UTC 2019
Modified Files:
src/external/cddl/osnet/sbin/zfs: mount_zfs.8
Log Message:
Add a copyright to the man page and a bit of history.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external
Module Name:src
Committed By: brad
Date: Fri Sep 20 22:38:28 UTC 2019
Modified Files:
src/external/cddl/osnet/sbin/zfs: mount_zfs.8
Log Message:
Add a copyright to the man page and a bit of history.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external
Module Name:src
Committed By: macallan
Date: Fri Sep 20 21:27:29 UTC 2019
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
don't enable NAP mode on 7450 CPUs - my Quicksilver has two of those and we
hang hard shortly after boot with NAP enabled, even on UP
Module Name:src
Committed By: macallan
Date: Fri Sep 20 21:27:29 UTC 2019
Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c
Log Message:
don't enable NAP mode on 7450 CPUs - my Quicksilver has two of those and we
hang hard shortly after boot with NAP enabled, even on UP
Module Name:src
Committed By: macallan
Date: Fri Sep 20 21:24:34 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
various minor fixes and updates:
- add (very) basic ONYX support. Treat as 16bit codec with software volume
control. Makes basic audi
Module Name:src
Committed By: macallan
Date: Fri Sep 20 21:24:34 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: snapper.c
Log Message:
various minor fixes and updates:
- add (very) basic ONYX support. Treat as 16bit codec with software volume
control. Makes basic audi
Module Name:src
Committed By: macallan
Date: Fri Sep 20 17:25:11 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: deq.c
Log Message:
identify TAS3001 from i2c address if there is no 'compatible' property
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/
Module Name:src
Committed By: macallan
Date: Fri Sep 20 17:25:11 UTC 2019
Modified Files:
src/sys/arch/macppc/dev: deq.c
Log Message:
identify TAS3001 from i2c address if there is no 'compatible' property
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:25:19 UTC 2019
Modified Files:
src/sys/compat/linux/common: linux_misc.c
src/sys/compat/linux32/common: linux32_unistd.c
Log Message:
Avoid signed integer overflow when convering linux timeval to timespec
Lin
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:25:19 UTC 2019
Modified Files:
src/sys/compat/linux/common: linux_misc.c
src/sys/compat/linux32/common: linux32_unistd.c
Log Message:
Avoid signed integer overflow when convering linux timeval to timespec
Lin
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:16:41 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_select.c
Log Message:
Validate usec ranges in netbsd32___select50()
Later in the code selcommon() checks for proper timespec, check only
correct usec o
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:16:41 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_select.c
Log Message:
Validate usec ranges in netbsd32___select50()
Later in the code selcommon() checks for proper timespec, check only
correct usec o
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:09:07 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_50.c
Log Message:
Validate usec ranges in compat_50_netbsd32_select()
Later in the code selcommon() checks for proper timespec, check only
corre
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:09:07 UTC 2019
Modified Files:
src/sys/compat/netbsd32: netbsd32_compat_50.c
Log Message:
Validate usec ranges in compat_50_netbsd32_select()
Later in the code selcommon() checks for proper timespec, check only
corre
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:05:22 UTC 2019
Modified Files:
src/sys/compat/common: kern_select_50.c
Log Message:
Validate usec ranges in compat_50_sys_select()
Later in the code selcommon() checks for proper timespec, check only
correct usec of
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:05:22 UTC 2019
Modified Files:
src/sys/compat/common: kern_select_50.c
Log Message:
Validate usec ranges in compat_50_sys_select()
Later in the code selcommon() checks for proper timespec, check only
correct usec of
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:00:48 UTC 2019
Modified Files:
src/sys/kern: sys_select.c
Log Message:
Validate usec ranges in sys___select50()
Later in the code selcommon() checks for proper timespec, check only
correct usec of timeval before type
Module Name:src
Committed By: kamil
Date: Fri Sep 20 15:00:48 UTC 2019
Modified Files:
src/sys/kern: sys_select.c
Log Message:
Validate usec ranges in sys___select50()
Later in the code selcommon() checks for proper timespec, check only
correct usec of timeval before type
Module Name:src
Committed By: kamil
Date: Fri Sep 20 14:53:24 UTC 2019
Modified Files:
src/sys/netinet6: scope6.c
Log Message:
Decorate in6_clearscope() with __noubsan
sys/netinet6/scope6.c:480:6,
member access within misaligned address 0x9457bc441286 for type
'struct
Module Name:src
Committed By: kamil
Date: Fri Sep 20 14:53:24 UTC 2019
Modified Files:
src/sys/netinet6: scope6.c
Log Message:
Decorate in6_clearscope() with __noubsan
sys/netinet6/scope6.c:480:6,
member access within misaligned address 0x9457bc441286 for type
'struct
Module Name:src
Committed By: christos
Date: Fri Sep 20 14:20:45 UTC 2019
Modified Files:
src/sys/dev/ic: isp_netbsd.c isp_netbsd.h
Log Message:
declare printflike functions and fix another printf format.
also change 0x%x -> %#x.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: christos
Date: Fri Sep 20 14:20:45 UTC 2019
Modified Files:
src/sys/dev/ic: isp_netbsd.c isp_netbsd.h
Log Message:
declare printflike functions and fix another printf format.
also change 0x%x -> %#x.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: kamil
Date: Fri Sep 20 14:12:57 UTC 2019
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Validate usec ranges in settimeofday1()
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/kern/kern_time.c
Please note tha
Module Name:src
Committed By: kamil
Date: Fri Sep 20 14:12:57 UTC 2019
Modified Files:
src/sys/kern: kern_time.c
Log Message:
Validate usec ranges in settimeofday1()
To generate a diff of this commit:
cvs rdiff -u -r1.199 -r1.200 src/sys/kern/kern_time.c
Please note tha
Module Name:src
Committed By: wiz
Date: Fri Sep 20 13:43:47 UTC 2019
Modified Files:
src/bin/df: df.1
Log Message:
file system police. Fix typo. Fix macro use.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/bin/df/df.1
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Fri Sep 20 13:43:47 UTC 2019
Modified Files:
src/bin/df: df.1
Log Message:
file system police. Fix typo. Fix macro use.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/bin/df/df.1
Please note that diffs are not p
Module Name:src
Committed By: wiz
Date: Fri Sep 20 13:42:24 UTC 2019
Modified Files:
src/share/man/man4: mos.4
Log Message:
Fix date, add comma in enumeration.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/mos.4
Please note that diffs ar
Module Name:src
Committed By: wiz
Date: Fri Sep 20 13:42:24 UTC 2019
Modified Files:
src/share/man/man4: mos.4
Log Message:
Fix date, add comma in enumeration.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/mos.4
Please note that diffs ar
Module Name:src
Committed By: maxv
Date: Fri Sep 20 13:38:00 UTC 2019
Modified Files:
src/sys/lib/libkern: libkern.h
src/sys/sys: pslist.h
Log Message:
Add ifdefs to eliminate false positives on lgtm, same as coverity.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: maxv
Date: Fri Sep 20 13:38:00 UTC 2019
Modified Files:
src/sys/lib/libkern: libkern.h
src/sys/sys: pslist.h
Log Message:
Add ifdefs to eliminate false positives on lgtm, same as coverity.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: kamil
Date: Fri Sep 20 13:29:31 UTC 2019
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Validate usec ranges in do_sys_utimes()
sys/kern/vfs_syscalls.c:3939:4, signed integer overflow: 503923632 * 1000
cannot be represented in typ
Module Name:src
Committed By: kamil
Date: Fri Sep 20 13:29:31 UTC 2019
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
Validate usec ranges in do_sys_utimes()
sys/kern/vfs_syscalls.c:3939:4, signed integer overflow: 503923632 * 1000
cannot be represented in typ
Module Name:src
Committed By: kamil
Date: Fri Sep 20 12:41:34 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_display.c
intel_runtime_pm.c
Log Message:
Switch CTASSERT() to DRMCTASSERT() in two i915 functions
Fixes build with disabled o
Module Name:src
Committed By: kamil
Date: Fri Sep 20 12:41:34 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/dist/drm/i915: intel_display.c
intel_runtime_pm.c
Log Message:
Switch CTASSERT() to DRMCTASSERT() in two i915 functions
Fixes build with disabled o
Module Name:src
Committed By: kamil
Date: Fri Sep 20 12:40:23 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/include/asm: bug.h
Log Message:
Define DRMCTASSERT() for Compile-Time DRMKMS asserts
Switch CTASSERT() to DRMCTASSERT() in BUILD_BUG_ON().
This fixes build is
Module Name:src
Committed By: kamil
Date: Fri Sep 20 12:40:23 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/include/asm: bug.h
Log Message:
Define DRMCTASSERT() for Compile-Time DRMKMS asserts
Switch CTASSERT() to DRMCTASSERT() in BUILD_BUG_ON().
This fixes build is
Module Name:src
Committed By: maxv
Date: Fri Sep 20 11:29:47 UTC 2019
Modified Files:
src/sys/dev/ic: an.c
Log Message:
Don't use the same iterator in a nested loop. (How could this work?)
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1
Module Name:src
Committed By: maxv
Date: Fri Sep 20 11:29:47 UTC 2019
Modified Files:
src/sys/dev/ic: an.c
Log Message:
Don't use the same iterator in a nested loop. (How could this work?)
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1
Module Name:src
Committed By: maxv
Date: Fri Sep 20 11:09:43 UTC 2019
Modified Files:
src/sys/uvm: uvm_page.c uvm_physseg.c
Log Message:
Fix programming mistake: 'paddrp' is a pointer given as argument, setting
it to NULL in the called function does not set it to NULL in t
Module Name:src
Committed By: maxv
Date: Fri Sep 20 11:09:43 UTC 2019
Modified Files:
src/sys/uvm: uvm_page.c uvm_physseg.c
Log Message:
Fix programming mistake: 'paddrp' is a pointer given as argument, setting
it to NULL in the called function does not set it to NULL in t
Module Name:src
Committed By: kamil
Date: Fri Sep 20 10:54:07 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/include/asm: bug.h
Log Message:
Adapt DRMKMS BUILD_BUG_ON_MSG() to static_assert semantics
static_assert is violated with runtime-only compiler semantics in a
Module Name:src
Committed By: kamil
Date: Fri Sep 20 10:54:07 UTC 2019
Modified Files:
src/sys/external/bsd/drm2/include/asm: bug.h
Log Message:
Adapt DRMKMS BUILD_BUG_ON_MSG() to static_assert semantics
static_assert is violated with runtime-only compiler semantics in a
Module Name:src
Committed By: mrg
Date: Fri Sep 20 10:34:54 UTC 2019
Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/share/man/man4: Makefile usbnet.4
src/sys/dev/usb: files.usb usbdevices.config
Added Files:
src/share/man
Module Name:src
Committed By: mrg
Date: Fri Sep 20 10:34:54 UTC 2019
Modified Files:
src/distrib/sets/lists/man: mi
src/doc: CHANGES
src/share/man/man4: Makefile usbnet.4
src/sys/dev/usb: files.usb usbdevices.config
Added Files:
src/share/man
Module Name:src
Committed By: msaitoh
Date: Fri Sep 20 10:04:45 UTC 2019
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
Print some DPC register values not with %04x but with %08x because those
are 32bit.
To generate a diff of this commit:
cvs rdiff -u -r1.216
Module Name:src
Committed By: msaitoh
Date: Fri Sep 20 10:04:45 UTC 2019
Modified Files:
src/sys/dev/pci: pci_subr.c
Log Message:
Print some DPC register values not with %04x but with %08x because those
are 32bit.
To generate a diff of this commit:
cvs rdiff -u -r1.216
Module Name:src
Committed By: msaitoh
Date: Fri Sep 20 09:28:37 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_type.h ixgbe_vf.c ixv.c
Log Message:
- Make ixv_set_multi() work correctly (especially for PROMISC) when the
function is called from if_init().
- If a mu
Module Name:src
Committed By: msaitoh
Date: Fri Sep 20 09:28:37 UTC 2019
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_type.h ixgbe_vf.c ixv.c
Log Message:
- Make ixv_set_multi() work correctly (especially for PROMISC) when the
function is called from if_init().
- If a mu
Module Name:src
Committed By: maxv
Date: Fri Sep 20 09:07:35 UTC 2019
Modified Files:
src/sys/dev/ic: isp_netbsd.c
Log Message:
Fix argument.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/ic/isp_netbsd.c
Please note th
Module Name:src
Committed By: maxv
Date: Fri Sep 20 09:07:35 UTC 2019
Modified Files:
src/sys/dev/ic: isp_netbsd.c
Log Message:
Fix argument.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/dev/ic/isp_netbsd.c
Please note th
Module Name:src
Committed By: maxv
Date: Fri Sep 20 09:00:50 UTC 2019
Modified Files:
src/sys/dev/ic: i82557.c
Log Message:
Fix direction of the loop.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/dev/ic/i82557.c
Please
Module Name:src
Committed By: maxv
Date: Fri Sep 20 09:00:50 UTC 2019
Modified Files:
src/sys/dev/ic: i82557.c
Log Message:
Fix direction of the loop.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 src/sys/dev/ic/i82557.c
Please
Module Name:src
Committed By: maxv
Date: Fri Sep 20 08:58:25 UTC 2019
Modified Files:
src/sys/dev/pci: if_age.c
Log Message:
Fix direction of the loop.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/if_age.c
Please
Module Name:src
Committed By: maxv
Date: Fri Sep 20 08:58:25 UTC 2019
Modified Files:
src/sys/dev/pci: if_age.c
Log Message:
Fix direction of the loop.
Found by the lgtm bot.
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/dev/pci/if_age.c
Please
Module Name:src
Committed By: maxv
Date: Fri Sep 20 08:48:55 UTC 2019
Modified Files:
src/sys/arch/arm/imx: if_enet.c
Log Message:
Use M_BUFADDR.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/imx/if_enet.c
Please note that diffs are not
Module Name:src
Committed By: maxv
Date: Fri Sep 20 08:48:55 UTC 2019
Modified Files:
src/sys/arch/arm/imx: if_enet.c
Log Message:
Use M_BUFADDR.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/imx/if_enet.c
Please note that diffs are not
Module Name:src
Committed By: maxv
Date: Fri Sep 20 08:45:30 UTC 2019
Modified Files:
src/sys/net: if_ppp.c ppp_tty.c
Log Message:
dedup
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/net/if_ppp.c
cvs rdiff -u -r1.65 -r1.66 src/sys/net/ppp_tty.c
Module Name:src
Committed By: maxv
Date: Fri Sep 20 08:45:30 UTC 2019
Modified Files:
src/sys/net: if_ppp.c ppp_tty.c
Log Message:
dedup
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/net/if_ppp.c
cvs rdiff -u -r1.65 -r1.66 src/sys/net/ppp_tty.c
64 matches
Mail list logo