CVS: cvs.openbsd.org: src

2023-12-01 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/12/01 13:30:22 Modified files: sys/net: pipex.c Log message: pipex(4) layer is completely mp-safe, move the pipex_timer() timeout(9) handler out of kernel lock. ok bluhm

CVS: cvs.openbsd.org: src

2023-12-01 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2023/12/01 09:49:16 Added files: regress/usr.sbin/relayd: args-http-chunked-invalid.pl args-http-contentlength-get.pl

CVS: cvs.openbsd.org: src

2023-12-01 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2023/12/01 09:48:40 Modified files: usr.sbin/relayd: relay_http.c Log message: relay_read_http: strip out Content-Length if we strip the body too We should not forward Content-Length if the body is not

CVS: cvs.openbsd.org: src

2023-12-01 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/12/01 09:23:03 Modified files: usr.sbin/makefs/msdos: msdosfs_vfsops.c Log message: Make sure we read a complete struct fsinfo even if the filesystem sectors are smaller. bug report and ok kn@

CVS: cvs.openbsd.org: src

2023-12-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/12/01 08:30:47 Modified files: sys/netinet: in_pcb.c in_pcb.h ip_output.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : in6_pcb.c ip6_output.c Log

CVS: cvs.openbsd.org: src

2023-12-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/12/01 07:37:22 Modified files: sys/sys: mutex.h Log message: Cast mtx to void in dummy MUTEX_ASSERT_LOCKED(). To avoid unsued variable in ramdisk kernel, use the argument of

CVS: cvs.openbsd.org: src

2023-12-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/12/01 07:08:04 Modified files: sys/netinet: tcp_usrreq.c udp_usrreq.c sys/netinet6 : in6_pcb.c in6_src.c ip6_var.h raw_ip6.c udp6_output.c Log message: Make

CVS: cvs.openbsd.org: src

2023-12-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/12/01 06:43:37 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Log message: Some cleanup: Remove some lies and some irrelevant historical information about the non_ex variants and waste

CVS: cvs.openbsd.org: src

2023-12-01 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/12/01 03:46:54 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2023-12-01 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2023/12/01 03:40:21 Modified files: lib/libcrypto/man: EVP_EncryptInit.3 Makefile evp.3 Added files: lib/libcrypto/man: EVP_CIPHER_CTX_init.3 Log message: EVP_EncryptInit(3) is among the

CVS: cvs.openbsd.org: src

2023-12-01 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2023/12/01 03:28:32 Modified files: sys/net: pf.c Log message: Prevent race between pf_test() and pf_purge_expired_states(). Packets (callers to pf_test()) must alter pf_state::timeout under

CVS: cvs.openbsd.org: src

2023-12-01 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/12/01 02:25:49 Modified files: usr.sbin/smtpd : parse.y Log message: allow tables and filter over multiple lines This augments the grammar for tables and filter listing so that a newline is allowed