CVS: cvs.openbsd.org: src

2023-12-03 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/12/04 00:01:45 Modified files: lib/libc/stdlib: malloc.3 malloc.c Log message: Save backtraces to show in leak dump. Depth of backtrace set by malloc option D (aka 1), 2, 3 or 4. No performance impact

CVS: cvs.openbsd.org: src

2023-12-03 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2023/12/03 23:05:59 Modified files: sys/dev/pci/drm/i915: i915_driver.c sys/dev/pci/drm/i915/gt: intel_gt.c Log message: drm/i915: do not clean GT table on error path >From Andrzej Hajda

CVS: cvs.openbsd.org: src

2023-12-03 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2023/12/03 22:28:25 Modified files: sys/dev/usb: uthum.c Log message: Make the TEMPer{1,2} devices display minus degC. From the NetBSD driver. ok deraadt@

CVS: cvs.openbsd.org: src

2023-12-03 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2023/12/03 14:15:11 Modified files: gnu/llvm/lld/ELF: ScriptParser.cpp Writer.cpp gnu/llvm/llvm/include/llvm/BinaryFormat: ELF.h gnu/llvm/llvm/tools/llvm-objdump: ELFDump.cpp

CVS: cvs.openbsd.org: src

2023-12-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/12/03 13:36:24 Modified files: sys/netinet6 : icmp6.c in6_pcb.c in6_src.c ip6_input.c ip6_var.h raw_ip6.c udp6_output.c Log message: Rename all in6p local variables to inp.

CVS: cvs.openbsd.org: src

2023-12-03 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2023/12/03 13:24:17 Modified files: sys/netinet: in_pcb.c in_pcb.h tcp_usrreq.c sys/netinet6 : in6_pcb.c Log message: Use INP_IPV6 flag instead of sotopf(). During initialization

CVS: cvs.openbsd.org: src

2023-12-03 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2023/12/03 09:38:28 Modified files: usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Log message: move to using updatedb annotation exclusively

CVS: cvs.openbsd.org: src

2023-12-03 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/12/03 04:52:16 Modified files: usr.sbin/smtpd : parse.y smtpd.conf.5 Log message: add the `no-dsn' option to `listen on socket' too ok millert@

CVS: cvs.openbsd.org: src

2023-12-03 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/12/03 04:50:50 Modified files: usr.sbin/smtpd : parse.y Log message: set the socket family too to mirror the LISTEN case; no-op in practice since AF_UNSPEC is zero.

CVS: cvs.openbsd.org: src

2023-12-03 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2023/12/03 04:48:52 Modified files: usr.sbin/smtpd : parse.y Log message: enable DSN (Delivery Status Notification) for the implicit socket too DSN is implicitly enabled when using `listen on sock' but

CVS: cvs.openbsd.org: src

2023-12-03 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2023/12/03 04:18:30 Modified files: lib/libcrypto/evp: evp_enc.c Log message: Remove misuse warnings for EVP_*Final() They make no sense. These are thin wrappers of EVP_*Final_ex() and behave exactly the

CVS: cvs.openbsd.org: src

2023-12-03 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/12/03 03:51:17 Modified files: sys/net: rtsock.c Log message: Make rtm_senddesync_timer() timeout(9) handler mpsafe. solock() protects the socket and the socket's PCB data. ok bluhm

CVS: cvs.openbsd.org: src

2023-12-03 Thread Vitaliy Makkoveev
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2023/12/03 03:50:26 Modified files: sys/netinet: ip_ipsp.c Log message: Make ipsp_ids_gc() timeout(9) handler mpsafe. `ipsec_flows_mtx' mutex(9) protects related data. ok bluhm