Module Name:src
Committed By: rin
Date: Tue Sep 7 06:36:06 UTC 2021
Modified Files:
src/sys/arch/hpcmips/dev: m38813c.c
Log Message:
Make this compile again.
XXX
Unfortunately, kernel does not boot on TX3922-based machines...
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: rin
Date: Tue Sep 7 06:36:06 UTC 2021
Modified Files:
src/sys/arch/hpcmips/dev: m38813c.c
Log Message:
Make this compile again.
XXX
Unfortunately, kernel does not boot on TX3922-based machines...
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: msaitoh
Date: Tue Sep 7 03:48:01 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Message:
Sprinkle __predict_false() in the RX path.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/ixgbe/ix_txrx.
Module Name:src
Committed By: msaitoh
Date: Tue Sep 7 03:48:01 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Message:
Sprinkle __predict_false() in the RX path.
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/pci/ixgbe/ix_txrx.
Module Name:src
Committed By: rin
Date: Tue Sep 7 01:29:13 UTC 2021
Modified Files:
src/tests/lib/libcurses/check_files: addstr2.chk
Log Message:
PR lib/56388
Regen addstr2.chk after fix for the line-hash bug in libcurses.
Now, all t_curses tests successfully pass on al
Module Name:src
Committed By: rin
Date: Tue Sep 7 01:29:13 UTC 2021
Modified Files:
src/tests/lib/libcurses/check_files: addstr2.chk
Log Message:
PR lib/56388
Regen addstr2.chk after fix for the line-hash bug in libcurses.
Now, all t_curses tests successfully pass on al
Module Name:src
Committed By: rin
Date: Tue Sep 7 01:23:10 UTC 2021
Modified Files:
src/lib/libcurses: cur_hash.c curses_private.h newwin.c refresh.c
resize.c
Log Message:
PR lib/56388
For __newwin() and __resizewin(), the line hash was calculated as if
HAVE_
Module Name:src
Committed By: rin
Date: Tue Sep 7 01:23:10 UTC 2021
Modified Files:
src/lib/libcurses: cur_hash.c curses_private.h newwin.c refresh.c
resize.c
Log Message:
PR lib/56388
For __newwin() and __resizewin(), the line hash was calculated as if
HAVE_
Module Name:src
Committed By: andvar
Date: Mon Sep 6 21:56:04 UTC 2021
Modified Files:
src/sys/arch/hppa/hppa: kgdb_hppa.c trap.S
src/sys/arch/hppa/include: trap.h
src/sys/arch/sparc/include: ctlreg.h
src/sys/dev/ic: isp.c
src/sys/dev/pci: n
Module Name:src
Committed By: andvar
Date: Mon Sep 6 21:56:04 UTC 2021
Modified Files:
src/sys/arch/hppa/hppa: kgdb_hppa.c trap.S
src/sys/arch/hppa/include: trap.h
src/sys/arch/sparc/include: ctlreg.h
src/sys/dev/ic: isp.c
src/sys/dev/pci: n
Module Name:src
Committed By: rillig
Date: Mon Sep 6 21:18:55 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: varmod-subst.mk
Log Message:
tests/make: test modifier ':S' with replacement '&'
Before 2020-08-30, OpenBSD make incorrectly copied the anchors '^' and
'$'
Module Name:src
Committed By: rillig
Date: Mon Sep 6 21:18:55 UTC 2021
Modified Files:
src/usr.bin/make/unit-tests: varmod-subst.mk
Log Message:
tests/make: test modifier ':S' with replacement '&'
Before 2020-08-30, OpenBSD make incorrectly copied the anchors '^' and
'$'
Module Name:src
Committed By: andvar
Date: Mon Sep 6 20:55:08 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: dma.c
src/sys/dev/pci: if_tl.c
src/sys/kern: subr_physmap.c
Log Message:
fix typos in word "segment" and two additional typos in if_tl.c.
To ge
Module Name:src
Committed By: andvar
Date: Mon Sep 6 20:55:08 UTC 2021
Modified Files:
src/sys/arch/hp300/dev: dma.c
src/sys/dev/pci: if_tl.c
src/sys/kern: subr_physmap.c
Log Message:
fix typos in word "segment" and two additional typos in if_tl.c.
To ge
Module Name:src
Committed By: rillig
Date: Mon Sep 6 19:38:30 UTC 2021
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: var-eval-short.mk
Log Message:
make: fix typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.948 -r1.949
Module Name:src
Committed By: rillig
Date: Mon Sep 6 19:38:30 UTC 2021
Modified Files:
src/usr.bin/make: var.c
src/usr.bin/make/unit-tests: var-eval-short.mk
Log Message:
make: fix typos in comments
To generate a diff of this commit:
cvs rdiff -u -r1.948 -r1.949
Module Name:src
Committed By: rillig
Date: Mon Sep 6 17:34:33 UTC 2021
Modified Files:
src/external/bsd/openldap/dist/libraries/libldap: tls2.c
Log Message:
libldap: fix undefined behavior in ldap_int_tls_connect
The function isdigit must not be called with 'char' as arg
Module Name:src
Committed By: rillig
Date: Mon Sep 6 17:34:33 UTC 2021
Modified Files:
src/external/bsd/openldap/dist/libraries/libldap: tls2.c
Log Message:
libldap: fix undefined behavior in ldap_int_tls_connect
The function isdigit must not be called with 'char' as arg
Module Name:src
Committed By: rillig
Date: Mon Sep 6 17:19:53 UTC 2021
Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: key_debug.c
Log Message:
libipsec: fix undefined behavior when calling isprint
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16
Module Name:src
Committed By: rillig
Date: Mon Sep 6 17:19:53 UTC 2021
Modified Files:
src/crypto/dist/ipsec-tools/src/libipsec: key_debug.c
Log Message:
libipsec: fix undefined behavior when calling isprint
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16
Module Name:src
Committed By: rin
Date: Mon Sep 6 15:17:25 UTC 2021
Modified Files:
src/lib/libcurses: Makefile shlib_version
Removed Files:
src/lib/libcurses: fileio.h
Log Message:
Always autogen fileio.h.
Bump CURSES_LIB_MAJOR.CURSES_LIB_MINOR to 9.0 belatedly.
Module Name:src
Committed By: rin
Date: Mon Sep 6 15:17:25 UTC 2021
Modified Files:
src/lib/libcurses: Makefile shlib_version
Removed Files:
src/lib/libcurses: fileio.h
Log Message:
Always autogen fileio.h.
Bump CURSES_LIB_MAJOR.CURSES_LIB_MINOR to 9.0 belatedly.
On 2021/09/06 23:31, Taylor R Campbell wrote:
Date: Mon, 6 Sep 2021 22:32:22 +0900
From: Rin Okuyama
On 2021/09/06 22:11, Ryo ONODERA wrote:
Module Name:src
Committed By: ryoon
Date: Mon Sep 6 13:11:34 UTC 2021
Modified Files:
src/crypto/external/bsd/openssh/dist: dns
> Date: Mon, 6 Sep 2021 22:32:22 +0900
> From: Rin Okuyama
>
> On 2021/09/06 22:11, Ryo ONODERA wrote:
> > Module Name:src
> > Committed By: ryoon
> > Date: Mon Sep 6 13:11:34 UTC 2021
> >
> > Modified Files:
> > src/crypto/external/bsd/openssh/dist: dns.c
> >
>
Hi,
Rin Okuyama writes:
> On 2021/09/06 23:11, Ryo ONODERA wrote:
>> Hi,
>>
>> Rin Okuyama writes:
>>
>>> On 2021/09/06 22:11, Ryo ONODERA wrote:
Module Name: src
Committed By: ryoon
Date: Mon Sep 6 13:11:34 UTC 2021
Modified Files:
sr
On 2021/09/06 23:11, Ryo ONODERA wrote:
Hi,
Rin Okuyama writes:
On 2021/09/06 22:11, Ryo ONODERA wrote:
Module Name:src
Committed By: ryoon
Date: Mon Sep 6 13:11:34 UTC 2021
Modified Files:
src/crypto/external/bsd/openssh/dist: dns.c
Log Message:
Make no diff to up
Hi,
Rin Okuyama writes:
> On 2021/09/06 22:11, Ryo ONODERA wrote:
>> Module Name: src
>> Committed By:ryoon
>> Date:Mon Sep 6 13:11:34 UTC 2021
>>
>> Modified Files:
>> src/crypto/external/bsd/openssh/dist: dns.c
>>
>> Log Message:
>> Make no diff to upstream
>>
Module Name:src
Committed By: jmcneill
Date: Mon Sep 6 14:03:18 UTC 2021
Modified Files:
src/sys/arch/arm/apple: apple_dart.c apple_intc.c apple_pcie.c
apple_wdog.c
src/sys/arch/arm/fdt: pcihost_fdt.c pcihost_fdtvar.h
src/sys/arch/arm/rockchip:
Module Name:src
Committed By: jmcneill
Date: Mon Sep 6 14:03:18 UTC 2021
Modified Files:
src/sys/arch/arm/apple: apple_dart.c apple_intc.c apple_pcie.c
apple_wdog.c
src/sys/arch/arm/fdt: pcihost_fdt.c pcihost_fdtvar.h
src/sys/arch/arm/rockchip:
On 2021/09/06 22:11, Ryo ONODERA wrote:
Module Name:src
Committed By: ryoon
Date: Mon Sep 6 13:11:34 UTC 2021
Modified Files:
src/crypto/external/bsd/openssh/dist: dns.c
Log Message:
Make no diff to upstream
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.2
Module Name:src
Committed By: ryoon
Date: Mon Sep 6 13:11:34 UTC 2021
Modified Files:
src/crypto/external/bsd/openssh/dist: dns.c
Log Message:
Make no diff to upstream
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/crypto/external/bsd/openssh/dist/dns
Module Name:src
Committed By: ryoon
Date: Mon Sep 6 13:11:34 UTC 2021
Modified Files:
src/crypto/external/bsd/openssh/dist: dns.c
Log Message:
Make no diff to upstream
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/crypto/external/bsd/openssh/dist/dns
Module Name:src
Committed By: simonb
Date: Mon Sep 6 08:37:43 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Clamp zfs nlinks at UINT32_MAX (nlink_t max) instead of (much) smaller
16-bit LINK_MAX until we bump LINK_MAX.
Module Name:src
Committed By: simonb
Date: Mon Sep 6 08:37:43 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_vnops.c
Log Message:
Clamp zfs nlinks at UINT32_MAX (nlink_t max) instead of (much) smaller
16-bit LINK_MAX until we bump LINK_MAX.
Module Name:src
Committed By: rin
Date: Mon Sep 6 07:45:48 UTC 2021
Modified Files:
src/lib/libcurses: add_wchstr.c addbytes.c addch.c addnstr.c addwstr.c
background.c border.c chgat.c color.c cr_put.c curs_set.c get_wch.c
getch.c ins_wstr.c mvwin.c
Module Name:src
Committed By: rin
Date: Mon Sep 6 07:45:48 UTC 2021
Modified Files:
src/lib/libcurses: add_wchstr.c addbytes.c addch.c addnstr.c addwstr.c
background.c border.c chgat.c color.c cr_put.c curs_set.c get_wch.c
getch.c ins_wstr.c mvwin.c
Module Name:src
Committed By: rin
Date: Mon Sep 6 07:08:25 UTC 2021
Modified Files:
src/lib/libcurses: addbytes.c
Log Message:
Unifdef DEBUG for CTRACE().
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libcurses/addbytes.c
Please note that diffs
Module Name:src
Committed By: rin
Date: Mon Sep 6 07:08:25 UTC 2021
Modified Files:
src/lib/libcurses: addbytes.c
Log Message:
Unifdef DEBUG for CTRACE().
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/lib/libcurses/addbytes.c
Please note that diffs
Module Name:src
Committed By: rin
Date: Mon Sep 6 07:03:50 UTC 2021
Modified Files:
src/lib/libcurses: acs.c add_wchstr.c addch.c addchnstr.c addnstr.c
addwstr.c attributes.c background.c bell.c border.c chgat.c
clrtoeol.c color.c copywin.c cr_put.c
Module Name:src
Committed By: rin
Date: Mon Sep 6 07:03:50 UTC 2021
Modified Files:
src/lib/libcurses: acs.c add_wchstr.c addch.c addchnstr.c addnstr.c
addwstr.c attributes.c background.c bell.c border.c chgat.c
clrtoeol.c color.c copywin.c cr_put.c
40 matches
Mail list logo