Re: CVS: cvs.openbsd.org: src

2022-02-25 Thread Anton Lindqvist
On Fri, Feb 25, 2022 at 11:29:32AM -0700, Ted Unangst wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org2022/02/25 11:29:32 > > Modified files: > usr.bin/doas : doas.c > > Log message: > use setall for setusercontext, to make it simpler to inherit

CVS: cvs.openbsd.org: src

2022-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/02/25 21:46:34 Modified files: sys/net: if_vxlan.c Log message: add the mbuf tag that prevents loops in vxlan_encap, not vxlan_output. vxlan_output calls ether_output, which will do arp for

CVS: cvs.openbsd.org: src

2022-02-25 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2022/02/25 19:15:46 Modified files: sys/net: if_tun.c Log message: have another go at fixing assert "sc->sc_dev == NUM" failed. claudio figured it out. his clue was that multiple concurrent calls

Re: CVS: cvs.openbsd.org: src

2022-02-25 Thread Philip Guenther
On Fri, Feb 25, 2022 at 6:53 AM Anton Lindqvist wrote: > Looks like syzkaller found a NULL pointer deference. > Thanks! While the fix looks simple, I'm not going to be able to monitor for follow up issues for a bit so I've reverted the change for now. No rush for this. Philip Guenther

CVS: cvs.openbsd.org: src

2022-02-25 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/02/25 16:51:04 Modified files: sys/kern : sys_socket.c uipc_proto.c uipc_socket.c uipc_socket2.c uipc_usrreq.c sys/net: if.c pfkeyv2.c rtsock.c

CVS: cvs.openbsd.org: xenocara

2022-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2022/02/25 16:36:15 Modified files: lib/mesa/mk/libmesa_util: Makefile lib/mesa/src/util: u_printf.cpp Added files: lib/mesa/src/util: u_printf_length.c Log message: move

CVS: cvs.openbsd.org: src

2022-02-25 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2022/02/25 15:18:44 Modified files: sys/net: if_pfsync.c Log message: To fix crashes seen by Hrvoje with pfsync, IPsec and parallel forwarding, protect tdb flags and lists in pfsync with a mutex.

CVS: cvs.openbsd.org: xenocara

2022-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2022/02/25 15:12:32 Modified files: lib/mesa/mk/libGL: Makefile Log message: put .a files in a linker group to avoid an undefined reference to loader_dri_create_image with ld.bfd from binutils 2.17

CVS: cvs.openbsd.org: src

2022-02-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/02/25 11:29:32 Modified files: usr.bin/doas : doas.c Log message: use setall for setusercontext, to make it simpler to inherit new changes. note that the addition of setenv doesn't do much, since

CVS: cvs.openbsd.org: src

2022-02-25 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/02/25 11:24:02 Modified files: lib/libc/sys : pledge.2 sys/kern : kern_pledge.c Log message: add setrtable to pledge("id"). from Matthew Martin ok deraadt

CVS: cvs.openbsd.org: src

2022-02-25 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2022/02/25 11:05:49 Modified files: bin/ps : keyword.c sys/sys: proc.h sysctl.h Log message: A few additional changes related to the now 32 bit accounting flag. Pointers from and

CVS: cvs.openbsd.org: src

2022-02-25 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2022/02/25 10:31:40 Modified files: usr.sbin/smtpd : smtpctl.c Log message: Whitespace.

CVS: cvs.openbsd.org: src

2022-02-25 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2022/02/25 09:00:39 Modified files: usr.bin/seq: seq.c Log message: fix indent and other minor KNF nits

Re: CVS: cvs.openbsd.org: src

2022-02-25 Thread Anton Lindqvist
On Fri, Feb 25, 2022 at 01:36:01AM -0700, Philip Guenther wrote: > CVSROOT: /cvs > Module name: src > Changes by: guent...@cvs.openbsd.org2022/02/25 01:36:01 > > Modified files: > sys/kern : sys_socket.c uipc_proto.c uipc_socket.c >

CVS: cvs.openbsd.org: src

2022-02-25 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2022/02/25 06:51:02 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/conf: GENERIC RAMDISK Log message: Enable cduart(4) on arm64. OK kettenis@

CVS: cvs.openbsd.org: src

2022-02-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/02/25 05:56:12 Modified files: usr.sbin/bgpd : rde_prefix.c rde_rib.c Log message: The pointer returned by pt_fill() can be directly used in most cases. There is no need for an extra local variable.

CVS: cvs.openbsd.org: xenocara

2022-02-25 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2022/02/25 05:19:38 Modified files: lib/mesa/src/util: u_cpu_detect.c Log message: unbreak Mesa build on mips64 ifdef out a linux specific path introduced upstream in: gallivm: add basic mips64

CVS: cvs.openbsd.org: src

2022-02-25 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2022/02/25 04:36:54 Modified files: usr.sbin/bgpd : rde.c rde.h rde_rib.c Log message: For add-path send the Adj-RIB-Out needs to handle multiple paths per prefix. For this extend the RB trees of the

CVS: cvs.openbsd.org: src

2022-02-25 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2022/02/25 02:46:24 Modified files: usr.bin/ssh: sftp-glob.c Log message: Remove the char * casts from arguments to do_lstat, do_readdir and do_stat paths since the underlying functions now take a const

CVS: cvs.openbsd.org: src

2022-02-25 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/02/25 01:36:01 Modified files: sys/kern : sys_socket.c uipc_proto.c uipc_socket.c uipc_socket2.c uipc_usrreq.c sys/net: if.c pfkeyv2.c rtsock.c

CVS: cvs.openbsd.org: src

2022-02-25 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2022/02/25 01:33:26 Modified files: sys/netinet6 : in6.c Log message: in6_ioctl() is declared in in6_var.h as it's used in if_umb.c, so don't declare it again in the .c file ok dlg@ mvs@ bluhm@