CVS: cvs.openbsd.org: src

2021-12-05 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2021/12/06 00:41:33 Modified files: sys/net: pf_if.c Log message: fix odd check in pfi_kif_free() pointed out by jsg@ OK jsg@

CVS: cvs.openbsd.org: src

2021-12-05 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/12/05 22:52:07 Added files: regress/sys/kern/poll: poll_iocond.c regress/sys/kern/select: select_iocond.c Log message: Test poll/select with various I/O conditions; not hooked up yet.

CVS: cvs.openbsd.org: src

2021-12-05 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/12/05 19:48:55 Modified files: lib/libc/sys : gettimeofday.2 Log message: gettimeofday.2: miscellaneous manpage cleanup Highlights: - Tweak the one-liner description. - Better variable names. - Reor

CVS: cvs.openbsd.org: www

2021-12-05 Thread David Gwynne
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2021/12/05 18:25:41 Modified files: . : want.html Log message: i want an ipq401x board to play with now. remove some old items while here.

CVS: cvs.openbsd.org: src

2021-12-05 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/12/05 17:15:01 Modified files: lib/libc/gen : time.3 Log message: time.3: miscellaneous manpage cleanup - Change "tloc" variable to "now" to reinforce meaning. - Simplify DESCRIPTION. - No point in d

CVS: cvs.openbsd.org: src

2021-12-05 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/12/05 15:36:19 Modified files: usr.bin/netstat: inet.c mroute6.c net80211.c route.c Log message: sys/select.h is not needed, if howmany/NBBY are needed they will arrive via netinet/in.h and sys/time.h,

CVS: cvs.openbsd.org: src

2021-12-05 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/12/05 15:00:42 Modified files: sys/kern : kern_fork.c sys/uvm: uvm_mmap.c sys/sys: proc.h Log message: kbind(2): disable system call if not initialized before fir

CVS: cvs.openbsd.org: src

2021-12-05 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2021/12/05 13:21:14 Modified files: regress/sbin/iked/live: Makefile Log message: Add test case for policy matching on responder with multiple policies that only differ by srcid.

CVS: cvs.openbsd.org: src

2021-12-05 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2021/12/05 09:40:24 Modified files: lib/libpcap: gencode.c Log message: libpcap parser uses a memory tracker to only free all objects at the end. this code was slicing up large mallocs with sys/param.h A

CVS: cvs.openbsd.org: src

2021-12-05 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/05 09:07:01 Modified files: lib/libelf : elf.3 Log message: elf64_checkum->elf64_checksum; adapted from changes by saitoh masanobu

CVS: cvs.openbsd.org: src

2021-12-05 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/05 08:53:46 Modified files: share/man/man7 : mdoc.7 Log message: sytle -> style; adapted from changes by saitoh masanobu

CVS: cvs.openbsd.org: src

2021-12-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/05 08:35:32 Modified files: sys/dev/usb: uhidpp.c Log message: add missing mtx_leave() calls in error paths ok anton@

CVS: cvs.openbsd.org: src

2021-12-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/05 06:48:14 Modified files: usr.sbin/relayd: config.c Log message: fix use after free ok tb@

CVS: cvs.openbsd.org: src

2021-12-05 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/12/05 06:47:52 Modified files: regress/lib/libradius: test23.c Log message: Allow libradius tests to compile with opaque HMAC_CTX.

CVS: cvs.openbsd.org: src

2021-12-05 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/12/05 06:45:26 Modified files: lib/libcrypto/dh: dh_check.c Log message: Simplify DH_check_params a bit. It makes no sense to allocate an entire BN_CTX if we only use it to get a single BIGNUM, from wh

CVS: cvs.openbsd.org: src

2021-12-05 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/05 06:01:08 Modified files: regress/lib/libcrypto: Makefile Added files: regress/lib/libcrypto/ct: Makefile cttest.c libressl.org.crt Log message: Add initial regress for CT. This provides

CVS: cvs.openbsd.org: src

2021-12-05 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2021/12/05 05:57:56 src/regress/lib/libcrypto/ct Update of /cvs/src/regress/lib/libcrypto/ct In directory cvs.openbsd.org:/tmp/cvs-serv8/ct Log Message: Directory /cvs/src/regress/lib/libcrypto/ct added to the r

CVS: cvs.openbsd.org: src

2021-12-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/05 05:28:27 Modified files: usr.bin/ssh: kexsntrup761x25519.c Log message: fix unintended sizeof pointer in debug path ok markus@

CVS: cvs.openbsd.org: src

2021-12-05 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/12/05 05:26:27 Modified files: usr.sbin/rpki-client: io.c Log message: fix unintended sizeof pointer ok claudio@

CVS: cvs.openbsd.org: src

2021-12-05 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2021/12/05 04:33:45 Modified files: sys/net80211 : ieee80211.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h Log message: Defer rtm_80211info() call from ieee80211_set_link_

CVS: cvs.openbsd.org: src

2021-12-05 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2021/12/05 02:37:46 Modified files: lib/libcrypto/ct: ct.h ct_b64.c ct_err.c ct_local.h ct_log.c ct_oct.c ct_policy.c ct_prn.c ct_sct.c ct_sct_ctx.c ct_vfy