CVS: cvs.openbsd.org: src

2021-01-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2021/01/02 00:25:42 Modified files: sys/net: bpf.c Log message: optimise bpf_catchpacket and bpf_wakeup. bpf_catchpacket had a chunk to deal with reader timeouts, but that has largely been moved to

CVS: cvs.openbsd.org: src

2021-01-01 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/01/02 00:12:45 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates;

CVS: cvs.openbsd.org: src

2021-01-01 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2021/01/01 22:36:49 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Allocate address space for struct cpu_info using km_alloc(9) instead of uvm_km_valloc(9). Tested on a T5120. ok

CVS: cvs.openbsd.org: src

2021-01-01 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/01/01 20:23:59 Modified files: sys/kern : subr_pool.c sys/sys: pool.h Log message: pool(9): remove ticks Change the pool(9) timeouts to use the system uptime instead of ticks.

CVS: cvs.openbsd.org: src

2021-01-01 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/01/01 19:46:06 Modified files: sys/net: bpf.c bpfdesc.h Log message: bpf(4): remove ticks Change bd_rtout to a uint64_t of nanoseconds. Update the code in bpfioctl() and bpfread()

CVS: cvs.openbsd.org: src

2021-01-01 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/01/01 19:41:42 Modified files: sys/nfs: nfs_socket.c nfs_vfsops.c Log message: nfs: don't sleep on lbolt We can simulate the current behavior without lbolt by sleeping for 1 second on the

CVS: cvs.openbsd.org: src

2021-01-01 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2021/01/01 19:39:59 Modified files: sys/uvm: uvm_fault.c Log message: uvm: uvm_fault_lower(): don't sleep on lbolt We can simulate the current behavior without lbolt by sleeping for 1 second on the

CVS: cvs.openbsd.org: src

2021-01-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/01/01 18:27:45 Modified files: regress/sys/kern/sosplice: LICENSE Makefile Added files: regress/sys/kern/sosplice/loop: Makefile chain.pl loop.pl Log message: Create chains and loops of

CVS: cvs.openbsd.org: src

2021-01-01 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2021/01/01 18:22:53 src/regress/sys/kern/sosplice/loop Update of /cvs/src/regress/sys/kern/sosplice/loop In directory cvs.openbsd.org:/tmp/cvs-serv43372/loop Log Message: Directory

CVS: cvs.openbsd.org: src

2021-01-01 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2021/01/01 18:10:02 Modified files: gnu/llvm/libunwind/include: __libunwind_config.h gnu/llvm/libunwind/src: AddressSpace.hpp DwarfInstructions.hpp DwarfParser.hpp

CVS: cvs.openbsd.org: src

2021-01-01 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2021/01/01 18:06:31 Modified files: lib/libagentx : ax.c ax.h Log message: Whitespace. OK martijn@

CVS: cvs.openbsd.org: src

2021-01-01 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2021/01/01 18:03:58 Log message: Import libunwind 11.0.0 in new LLVM directory, thus not yet linked to build. Encouraged by kettenis@ Status: Vendor Tag: LLVM Release Tags:

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 11:09:07 Modified files: app/xenodm/xenodm: auth.c Log message: doneAddrs: reset addrs to NULL after freeing list Resolves warning from Oracle Parfait static analyzer: Warning:

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 11:07:26 Modified files: app/xenodm/greeter: Login.c Log message: Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros >From Alan Coopersmith in xdm: Oracle Parfait static

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 11:05:44 Modified files: app/xenodm/include: greet.h app/xenodm/xenodm: dm.c auth.c Log message: Fix spelling/wording issues. >From Alan Coopersmith in xdm

CVS: cvs.openbsd.org: src

2021-01-01 Thread Christopher Zimmermann
CVSROOT:/cvs Module name:src Changes by: chr...@cvs.openbsd.org 2021/01/01 10:39:54 Modified files: usr.bin/ftp: fetch.c Log message: Handle Permanent Redirect (RFC 7538) ok jca@, kn@

CVS: cvs.openbsd.org: src

2021-01-01 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2021/01/01 09:43:05 Modified files: gnu/llvm/llvm/lib/CodeGen: ReturnProtectorLowering.cpp Log message: Skip leaf function optimization under some circumstances. On architectures that do not always

CVS: cvs.openbsd.org: src

2021-01-01 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2021/01/01 07:11:10 Modified files: sys/arch/octeon/dev: if_ogx.c ogxreg.h Log message: Add kstat to ogx(4).

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 06:21:03 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 06:20:13 Modified files: app/xkbcomp: ChangeLog Makefile.in README aclocal.m4 action.c compile configure configure.ac geometry.c

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 06:19:38 Modified files: app/xinit : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xinit.c app/xinit/launchd: Makefile.in

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 05:54:21 Modified files: app/xprop : ChangeLog Makefile.in README.md aclocal.m4 compile configure configure.ac xprop.c app/xprop/man :

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 05:44:03 Modified files: app/xev: ChangeLog Makefile.in aclocal.m4 compile configure configure.ac xev.c app/xev/man: Makefile.in Log

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 05:40:08 Modified files: app/fonttosfnt : ChangeLog Makefile.in configure configure.ac fonttosfnt.h read.c util.c write.c Log message: Update to fonttosfnt

CVS: cvs.openbsd.org: xenocara

2021-01-01 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2021/01/01 05:29:17 Modified files: . : MODULES 3RDPARTY Log message: update

CVS: cvs.openbsd.org: src

2021-01-01 Thread Jan Klemkow
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2021/01/01 03:21:26 Modified files: sys/arch/luna88k/dev: siotty.c sys/arch/sh/dev: scif.c sys/dev/pci: cz.c Log message: Remove useless redundant call of ttyopen(). Also remove dead

CVS: cvs.openbsd.org: src

2021-01-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2021/01/01 01:36:51 Modified files: usr.bin/tmux : cmd-run-shell.c tmux.1 Log message: Add a -C flag to run-shell to use a tmux command rather than a shell command.