CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/05/14 21:54:07
Modified files:
sys/net: if_veb.c
Log message:
gcc insists the decl for veb_ports_free also use inline
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2022/05/14 21:18:41
Modified files:
sys/net: if_veb.c
Log message:
avoid calling if_enqueue from an smr critical section.
claudio@ is right that as a rule of thumb it is a bad idea to call
arbitrary
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2022/05/14 19:28:27
Modified files:
share/man/man4 : uaq.4
Log message:
add StarTech USG5GA30 to the device list
from Brad
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/05/14 11:58:11
Modified files:
regress/lib/libssl/tlsfuzzer: tlsfuzzer.py
Log message:
Add the two length tests. Can't currently run them because we need an
echo server.
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/05/14 09:25:57
Modified files:
sys/uvm: uvm_extern.h uvm_km.c
Log message:
uvm_km_valloc(9), uvm_km_valloc_try(9), uvm_km_valloc_wait(9) and
uvm_km_valloc_align(9) are no longer used. R
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2022/05/14 09:06:09
Modified files:
lib/libcrypto/asn1: Tag: OPENBSD_7_1 a_object.c
Log message:
Fix d2i_ASN1_OBJECT()
Due to a confusion of two CBS, the API would incorrectly advance the
*der_in pointer, r
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2022/05/14 08:52:20
Modified files:
lib/librthread : rthread_rwlock_compat.c rthread_sem.c
rthread_sem_compat.c
Log message:
librthread: validate timespec inputs with timespecisvali
CVSROOT:/cvs
Module name:src
Changes by: to...@cvs.openbsd.org 2022/05/14 03:46:15
Modified files:
sys/net: if_pppoe.c
Log message:
When receiving a PADO offer, clear stored tags from previous PADO packets.
Keeping and combining tags from multiple previous packe
CVSROOT:/cvs
Module name:src
Changes by: de...@cvs.openbsd.org 2022/05/14 01:22:10
Modified files:
sbin/ifconfig : ifconfig.8
Log message:
Document usage of tunneladdr
Input and OK dlg@ and jmc@