CVS: cvs.openbsd.org: src

2019-06-01 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/06/01 21:58:28 Modified files: sys/kern : init_main.c kern_resource.c sys/sys: resourcevar.h Log message: Move initialization of limit0 into a dedicated function. This new

CVS: cvs.openbsd.org: src

2019-06-01 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/06/01 20:37:12 Modified files: usr.sbin/pcidump: pcidump.c Log message: dump pcie Device Serial Number capability values

CVS: cvs.openbsd.org: src

2019-06-01 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/06/01 19:03:01 Modified files: lib/libc : Makefile lib/libc/dlfcn : dlfcn_stubs.c init.c lib/libc/hidden: tib.h lib/libc/include: namespace.h

CVS: cvs.openbsd.org: www

2019-06-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/06/01 17:12:53 Modified files: . : 33.html 40.html 41.html 42.html 43.html 44.html 45.html 47.html 48.html 49.html 51.html 52.html 53.html

CVS: cvs.openbsd.org: www

2019-06-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/06/01 16:57:36 Modified files: libressl : signing.html opensmtpd : portable.html security.html Log message: removal of pointless and

CVS: cvs.openbsd.org: www

2019-06-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/06/01 16:54:18 Modified files: . : 47.html 55.html 60.html 62.html 63.html arm64.html armv7.html crypto.html hackathons.html hp300.html

CVS: cvs.openbsd.org: src

2019-06-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/06/01 16:42:21 Modified files: sys/sys: proc.h syscall_mi.h sys/uvm: uvm_map.c uvm_map.h sys/arch/alpha/alpha: trap.c sys/arch/amd64/amd64: trap.c

CVS: cvs.openbsd.org: www

2019-06-01 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/06/01 16:42:56 Modified files: . : innovations.html Log message: syscall prevention from writeable memory

CVS: cvs.openbsd.org: www

2019-06-01 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/06/01 16:34:41 Modified files: . : art1.html art2.html art3.html artwork.html Log message: in dark mode, set images to 85% opacity, then return them to 100% when the user hovers their

CVS: cvs.openbsd.org: www

2019-06-01 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/06/01 16:09:28 Modified files: . : openbsd.css libressl : openbsd.css openbgpd : openbsd.css opencvs: openbsd.css openntpd :

CVS: cvs.openbsd.org: www

2019-06-01 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/06/01 14:59:32 Modified files: libressl : goals.html mail.html papers.html patches.html releases.html signing.html openbgpd : papers.html opencvs

CVS: cvs.openbsd.org: www

2019-06-01 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/06/01 14:57:33 Modified files: . : openbsd.css libressl : openbsd.css openbgpd : openbsd.css opencvs: openbsd.css openntpd :

CVS: cvs.openbsd.org: src

2019-06-01 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/06/01 13:44:47 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Update regression test for a maximum sizeof(int32_t) length octets.

CVS: cvs.openbsd.org: src

2019-06-01 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/06/01 13:40:05 Modified files: lib/libutil: ber.c Log message: Limit maximum number of length octets to platform independent sizeof(int32_t). Problem noticed by bluhm@. Discussed on hackers. ok

CVS: cvs.openbsd.org: src

2019-06-01 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/06/01 12:38:27 Modified files: sys/arch/arm64/include: vmparam.h Log message: Bump VM_MAX_KERNEL_ADDRESS so that we have about 16G of KVA. Since we need KVA to keep track of all the RAM pages,

CVS: cvs.openbsd.org: src

2019-06-01 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2019/06/01 11:06:31 Modified files: gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp Log message: Back out frame pointer elimination optimization.

CVS: cvs.openbsd.org: src

2019-06-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/06/01 10:21:37 Modified files: usr.bin/tmux : cmd-new-session.c Log message: If only one of -x or -y is given, use the calculated size for the other. Pointed out by Ben Boeckel.

CVS: cvs.openbsd.org: src

2019-06-01 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2019/06/01 09:20:08 Modified files: gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp Log message: Do not eliminate frame pointers on i386. The entire i386 ecosystem assumes it will be there.

CVS: cvs.openbsd.org: src

2019-06-01 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/06/01 08:11:18 Modified files: sys/kern : init_main.c kern_acct.c kern_exec.c kern_exit.c kern_fork.c kern_resource.c kern_sched.c kern_sysctl.c

CVS: cvs.openbsd.org: src

2019-06-01 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/06/01 05:45:01 Modified files: sys/arch/arm64/arm64: machdep.c pmap.c Log message: On machines with large amounts of physical memory we fail to initialize uvm because we don't have enough

CVS: cvs.openbsd.org: src

2019-06-01 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/06/01 05:39:57 Modified files: lib/libz : infback.c inffast.c inflate.c sys/lib/libz : infback.c inffast.c inflate.c Log message: Fix warnings when building zlib with ZLIB_CONST

CVS: cvs.openbsd.org: src

2019-06-01 Thread Reyk Floeter
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/06/01 03:54:19 Modified files: usr.sbin/relayd: config.c Log message: Make sure that the IMSG_CTL_RESET message is sent immediately. This fixes an issue that might better be solved in imsg itself.

CVS: cvs.openbsd.org: src

2019-06-01 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/06/01 00:38:33 Modified files: usr.bin/units : units.lib Log message: update currency exchange rates;

CVS: cvs.openbsd.org: src

2019-06-01 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/06/01 00:20:22 Modified files: usr.bin/tmux : cmd-parse.y Log message: Need stdlib.h, from Ben Boeckel.