Module Name:src
Committed By: christos
Date: Thu May 20 02:01:07 UTC 2021
Modified Files:
src/usr.bin/printf: printf.c
Log Message:
fix typo
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.bin/printf/printf.c
Please note that diffs are not public d
Module Name:src
Committed By: msaitoh
Date: Thu May 20 01:41:55 UTC 2021
Modified Files:
src/sys/arch/arm/rockchip: rk_cru_composite.c
Log Message:
Fix wrong calculation found by kUBSan. OK'd by jmcneill.
The output was:
UBSan: Undefined Behavior in ../../../../arch/
Module Name:src
Committed By: msaitoh
Date: Thu May 20 01:07:24 UTC 2021
Modified Files:
src/sys/arch/arm/rockchip: rk3399_cru.c
Log Message:
Fix signed integer overflow found by kUBSan. OK'd by jmcneill.
The output was:
UBSan: Undefined Behavior in ../../../../arch/a
Module Name:src
Committed By: ryo
Date: Thu May 20 01:02:42 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ix_txrx.c
Log Message:
Added BUS_DMA_COHERENT flag to bus_dmamem_map() to improve stability on aarch64.
In ixgbe, TX/RX descriptor rings are configured in 16-byte u
Module Name:src
Committed By: kre
Date: Wed May 19 22:45:49 UTC 2021
Modified Files:
src/tests/usr.bin/printf: printf.sh
Log Message:
With the (very) recent changes to printf(1), a numeric conversion from data
of the form '+1 (two (or more) characters after the quote) will
Module Name:src
Committed By: kre
Date: Wed May 19 22:43:18 UTC 2021
Modified Files:
src/tests/bin/sh: t_redir.sh
Log Message:
Handle the (very) recent change to printf(1) - when writing to a closed
stdout printf(1) now issues an error message, hence stderr in such cases
s
Module Name:src
Committed By: kre
Date: Wed May 19 22:41:19 UTC 2021
Modified Files:
src/usr.bin/printf: printf.c
Log Message:
Changes for POSIX conformance.
1. exit(1) with an error message on stderr if an I/O error occurs.
1a. To work properly when built into /bin/sh s
Module Name:src
Committed By: kre
Date: Wed May 19 22:29:18 UTC 2021
Modified Files:
src/usr.bin/printf: printf.1
Log Message:
Don't describe "%%: in the format as a format conversion, it isn't,
it is an escaped literal '%' character. None of what applies to
format conve
Module Name:src
Committed By: kre
Date: Wed May 19 22:20:34 UTC 2021
Modified Files:
src/tests/usr.bin/printf: printf.sh
Log Message:
Fix a truly embarrassing quoting screwup. There is an explanation as
to why this didn't cause any failures, but I won't go into it here.
Module Name:src
Committed By: kre
Date: Wed May 19 22:12:36 UTC 2021
Modified Files:
src/bin/echo: echo.c
Log Message:
Catch up with /bin/sh built-in echo ... if a write error occurs,
don't just exit(1), write an error message to stderr as well
(required for POSIX conforma
Module Name:src
Committed By: martin
Date: Wed May 19 17:21:13 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1679
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-8.3
Please note that diffs are not pub
Module Name:xsrc
Committed By: martin
Date: Wed May 19 17:19:20 UTC 2021
Modified Files:
xsrc/external/mit/libX11/dist/src [netbsd-8]: Font.c FontInfo.c
FontNames.c GetColor.c LoadFont.c LookupCol.c ParseCol.c QuExt.c
SetFPath.c SetHints.c StNColor.c
Module Name:src
Committed By: martin
Date: Wed May 19 17:07:57 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1274 and #1275
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-9.3
Please note that diffs ar
Module Name:xsrc
Committed By: martin
Date: Wed May 19 17:06:32 UTC 2021
Modified Files:
xsrc/external/mit/libX11/dist/src [netbsd-9]: Font.c FontInfo.c
FontNames.c GetColor.c LoadFont.c LookupCol.c ParseCol.c QuExt.c
SetFPath.c SetHints.c StNColor.c
Module Name:src
Committed By: martin
Date: Wed May 19 16:46:20 UTC 2021
Modified Files:
src/external/cddl/osnet/dist/cmd/zfs [netbsd-9]: zfs_main.c
src/external/cddl/osnet/dist/lib/libzfs/common [netbsd-9]:
libzfs_dataset.c
Log Message:
Pull up followin
Module Name:src
Committed By: nia
Date: Wed May 19 16:06:13 UTC 2021
Modified Files:
src/doc: CHANGES
Log Message:
fix syntax
To generate a diff of this commit:
cvs rdiff -u -r1.2807 -r1.2808 src/doc/CHANGES
Please note that diffs are not public domain; they are subject
Module Name:src
Committed By: thorpej
Date: Wed May 19 14:17:08 UTC 2021
Modified Files:
src/sys/dev/spi [thorpej-i2c-spi-conf]: ssdfb_spi.c
Log Message:
If we were attached via FDT, check for a "dc-gpios" property and,
if present, use the specified GPIO pin for 4-wire mod
Module Name:src
Committed By: thorpej
Date: Wed May 19 13:40:57 UTC 2021
Modified Files:
src/sys/dev/spi [thorpej-i2c-spi-conf]: mcp3k.c
Log Message:
If we were directly configured using the platform device tree, consult
the device tree for our reference voltage and make t
Module Name:src
Committed By: thorpej
Date: Wed May 19 13:23:23 UTC 2021
Modified Files:
src/sys/dev/spi [thorpej-i2c-spi-conf]: mcp23s17.c
Log Message:
Oops, fix 2 paste-o's.
To generate a diff of this commit:
cvs rdiff -u -r1.2.2.4 -r1.2.2.5 src/sys/dev/spi/mcp23s17.c
Module Name:src
Committed By: thorpej
Date: Wed May 19 12:37:47 UTC 2021
Modified Files:
src/sys/dev/spi [thorpej-i2c-spi-conf]: mcp23s17.c
Log Message:
Use instead of .
To generate a diff of this commit:
cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/sys/dev/spi/mcp23s17.c
Plea
Module Name:src
Committed By: thorpej
Date: Wed May 19 12:35:28 UTC 2021
Modified Files:
src/sys/dev/spi [thorpej-i2c-spi-conf]: mcp23s17.c
Log Message:
The MCP23S17 can multiplex multiple chips on the same chip select.
This driver has traditionally used cf_flags (from the
Module Name:src
Committed By: skrll
Date: Wed May 19 12:16:01 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: db_interface.c
src/sys/arch/aarch64/include: pmap.h
Log Message:
Make even more pmap agnostic
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: skrll
Date: Wed May 19 11:54:18 UTC 2021
Modified Files:
src/sys/arch/aarch64/aarch64: db_interface.c
Log Message:
Reduce characters to print in db_pte_print and unwrap some short lines.
To generate a diff of this commit:
cvs rdiff -u -r1.14
Module Name:src
Committed By: rillig
Date: Wed May 19 10:20:50 UTC 2021
Modified Files:
src/sys/net/lagg: if_lagg.c
Log Message:
if_lagg: fix format string incompatibility
In struct ifnet, the member if_mtu has type uint64_t, which differs from
struct ifreq, where the mem
Module Name:xsrc
Committed By: mrg
Date: Wed May 19 08:28:16 UTC 2021
Modified Files:
xsrc/external/mit/libX11/dist/src: SetFPath.c
Log Message:
include always, not if HAVE_CONFIG_H is set.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/external/mi
Module Name:xsrc
Committed By: mrg
Date: Wed May 19 08:20:08 UTC 2021
Modified Files:
xsrc/external/mit/libX11/dist/man: XCreateGC.man
xsrc/external/mit/libX11/dist/nls/en_US.UTF-8: Compose.pre
xsrc/external/mit/libX11/dist/src: Font.c FontNames.c
Log Messa
Module Name:xsrc
Committed By: mrg
Date: Wed May 19 08:19:18 UTC 2021
Update of /cvsroot/xsrc/external/mit/libX11/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv1
Log Message:
initial import of libX11-1.7.1
Status:
Vendor Tag: xorg
Release Tags: libX11-1-7-1
Module Name:src
Committed By: msaitoh
Date: Wed May 19 08:19:20 UTC 2021
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe_dcb_82598.h ixgbe_netbsd.h ixgbe_type.h
ixgbe_x540.c ixgbe_x550.c ixv.c
Log Message:
No functional change:
- Add NetBSD RCS IDs.
- KNF.
To
28 matches
Mail list logo