CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2021/02/26 00:53:27
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add a couple of format variables for active and last window index.
CVSROOT:/cvs
Module name:src
Changes by: l...@cvs.openbsd.org2021/02/26 00:21:23
Modified files:
usr.bin/mg : dired.c
Log message:
Some more improvements from Joachim Wiberg's version of mg.
check before using variable in list
remove unnecessary variable declarati
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2021/02/25 21:25:44
Modified files:
distrib/sets/lists/man: mi
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 21:18:42
Modified files:
regress/usr.bin/ssh/misc: Makefile
Removed files:
regress/usr.bin/ssh/misc/kexfuzz: Makefile README kexfuzz.c
Log message:
remove this KEX fuzzer; it's awkward to
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2021/02/25 19:28:50
Modified files:
sbin/slaacd: engine.c
Log message:
remove some unused functions in slaacd
ok florian@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 19:09:45
Modified files:
sys/net: if_tpmr.c
Log message:
tpmr can use the eth64 bits too.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 18:57:20
Modified files:
sys/net: if_veb.c
Log message:
try do a better job of filtering 802.1 reserved group addresses.
if the bridge is supposed to carry vlan packets, assuming it's an
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 18:46:52
Modified files:
share/man/man5 : cargo-module.5
Log message:
Fix Typo, ok jca
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 18:42:47
Modified files:
sys/net: if_veb.c
Log message:
use uint64_ts for ethernet addresses in the src/dst bits of rules.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 18:28:51
Modified files:
sys/net: if_etherbridge.c if_etherbridge.h if_bpe.c
if_gre.c if_veb.c
Log message:
use a uint64_t for the ethernet address in the etherbr
CVSROOT:/cvs
Module name:src
Changes by: l...@cvs.openbsd.org2021/02/25 18:17:21
Modified files:
usr.bin/mg : dired.c
Log message:
Some improvements from Joachim Wiberg's version of mg.
check value of adjustname()
use int for return value of snprintf
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 18:12:37
Modified files:
sys/net: if_ethersubr.c
sys/netinet: if_ether.h
Log message:
add some helpers for working with ethernet addresses as uint64_t
the main bits are ether
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 17:44:42
Modified files:
share/man/man5 : cargo-module.5
Log message:
Add my copyright since I added most of the content
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 17:19:41
Modified files:
sys/dev/pci: if_bwfm_pci.c if_bwfm_pci.h
Log message:
Increase the buffer size for the ioctl response buffers to the same as
used in the wifi firmware to ensure respon
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2021/02/25 17:16:58
Modified files:
usr.bin/ssh: ssh-sk.c
Log message:
a bit more debugging behind #ifdef DEBUG_SK
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2021/02/25 17:16:41
Modified files:
sys/net: if_veb.c
Log message:
gcc is more strict about union decls
ok dlg
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 17:14:28
Modified files:
sys/dev/pci: if_bwfm_pci.c if_bwfm_pci.h
Log message:
Indicate hostready signal to inform the firmware that the rings have been
initialized.
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 17:07:42
Modified files:
sys/dev/ic : bwfm.c bwfmvar.h
sys/dev/pci: if_bwfm_pci.c
sys/dev/sdmmc : if_bwfm_sdio.c
Log message:
Refactor bwfm(4) firmware loading. The PCI
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 17:02:07
Modified files:
sys/dev/pci: if_bwfm_pci.c
Log message:
Fix prio2fifo mapping table.
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 16:59:54
Modified files:
sys/dev/pci: if_bwfm_pci.c
Log message:
The firmware replaces the last 32-bit on RAM with a shared DRAM address.
While the for-loop checks that thie value has changed
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 16:55:41
Modified files:
sys/dev/ic : bwfm.c
sys/dev/pci: if_bwfm_pci.c
Log message:
Some newer chips have two D11/802.11 cores, and we need to reset both at
the same time.
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 16:26:05
Modified files:
sys/dev/pci: if_bwfm_pci.c if_bwfm_pci.h
Log message:
Support for version 7 of the bwfm(4) PCIe interface. The size of the items
on the rx/tx complete rings has incre
CVSROOT:/cvs
Module name:src
Changes by: patr...@cvs.openbsd.org 2021/02/25 16:07:49
Modified files:
sys/arch/arm/include: pci_machdep.h
sys/arch/arm64/dev: acpipci.c pciecam.c
sys/arch/arm64/include: pci_machdep.h
sys/arch/armv7/marvell: mvpcie.c
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2021/02/25 16:06:52
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
mention that FIX_CRLF_FILES is rooted in WRKDIST, pointed out by espie@.
mention that shell wildcards may be used.
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2021/02/25 15:58:27
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
wrong annotation
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2021/02/25 15:41:51
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
make the timing of FIX_CRLF_FILES explicit
On Thu, Feb 25, 2021 at 11:18:19PM +0100, Antoine Jacoutot wrote:
> I think copyrights are wrong.
>
> —
> Antoine
Exactly as wrong as it was before. I just took the manpage and split it up
in a mechanical way.
Nobody who added to the large page thought it necessary to add their
name at the tim
CVSROOT:/cvs
Module name:www
Changes by: st...@cvs.openbsd.org 2021/02/25 15:31:27
Modified files:
faq/ports : specialtopics.html
Log message:
gcc->cc
I think copyrights are wrong.
—
Antoine
> On 25 Feb 2021, at 10:13, Marc Espie wrote:
>
> CVSROOT:/cvs
> Module name:src
> Changes by:es...@cvs.openbsd.org2021/02/25 02:13:18
>
> Modified files:
>share/man/man5 : Makefile port-modules.5
> Added files:
>share/man/man5
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2021/02/25 15:14:54
Modified files:
sys/dev/ofw: ofw_misc.c ofw_misc.h
Log message:
Add a framework for IOMMUs.
ok patrick@
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2021/02/25 14:46:25
Modified files:
share/man/man5 : bsd.port.mk.5
Log message:
document FIX_CRLF_FILES.
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2021/02/25 13:51:55
Modified files:
usr.bin/ftp: fetch.c
Log message:
ftp: prevent double free() in error path
Reported by bentley@; ok bentley@ jca@
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2021/02/25 13:13:24
Modified files:
sbin/iked : crypto.c iked.h
Log message:
Constify cipher API.
ok markus@
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2021/02/25 13:04:38
Modified files:
sbin/resolvd : resolvd.8
Log message:
Typofix
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2021/02/25 10:29:22
Modified files:
lib/libcrypto/x509: x509_vfy.c
Log message:
Fix two bugs in the legacy verifier
To integrate the new X.509 verifier, X509_verify_cert() was refactored.
The code building
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2021/02/25 10:07:52
Modified files:
regress/lib/libssl/unit: ssl_versions.c
Log message:
Update regress to match TLS versions change.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2021/02/25 10:06:06
Modified files:
lib/libssl : ssl_ciphers.c ssl_lib.c ssl_locl.h
ssl_methods.c ssl_packet.c ssl_versions.c
tls13_client.c tls13_legacy
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2021/02/25 09:58:59
Modified files:
lib/libcrypto/x509: x509_verify.c
Log message:
Rename depth to num_untrusted so it identifies what it actually represents.
ok tb@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2021/02/25 09:57:10
Modified files:
lib/libcrypto/x509: x509_verify.c
Log message:
Avoid passing last and depth to x509_verify_cert_error() on ENOMEM.
In x509_verify_ctx_set_xsc_chain(), an ENOMEM case is c
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2021/02/25 08:20:18
Modified files:
lib/libc/stdlib: malloc.3 malloc.c
Log message:
- Make use of the fact that we know how the chunks are aligned, and
write 8 bytes at the time by using a uint64_t pointer.
On Thu, Feb 25, 2021 at 12:30:36AM -0700, Jan Klemkow wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: j...@cvs.openbsd.org2021/02/25 00:30:36
>
> Modified files:
> sys/dev/ic : nvme.c
>
> Log message:
> Prevent zero size devices from attaching
>
> This also fixes t
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2021/02/25 02:13:18
Modified files:
share/man/man5 : Makefile port-modules.5
Added files:
share/man/man5 : cargo-module.5 gnome-module.5 go-module.5
python-module.5 qmake-mod
42 matches
Mail list logo