CVS: cvs.openbsd.org: src

2017-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/04/17 00:40:32 Modified files: usr.bin/tmux : server-client.c server-fn.c tmux.h tty.c Log message: Remove a couple of redraw flags that no longer have any effect.

CVS: cvs.openbsd.org: www

2017-04-16 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/16 17:58:12 Modified files: . : security.html Log message: add missing errata61.html link; spotted by pipe on freenode

CVS: cvs.openbsd.org: src

2017-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/04/16 14:33:46 Modified files: usr.bin/tmux : tmux.c Log message: Memory leak, from David CARLIER.

CVS: cvs.openbsd.org: src

2017-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2017/04/16 14:32:14 Modified files: usr.bin/tmux : tty.c Log message: Use EL1 to clear lines when redrawing the leftmost pane, rather than spaces.

CVS: cvs.openbsd.org: src

2017-04-16 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/04/16 14:26:34 Modified files: share/man/man4 : ure.4 Log message: from brad: document rgephy

CVS: cvs.openbsd.org: src

2017-04-16 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/04/16 13:28:25 Modified files: gnu/llvm/tools/lld/ELF: DriverUtils.cpp Log message: Disable colored diagnostics in LLVM's lld. Requested by deraadt@

CVS: cvs.openbsd.org: src

2017-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/04/16 12:04:02 Modified files: games/tetris : screen.c Log message: According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an ld(1) error found by mestre a while ago. fix suggested and o

CVS: cvs.openbsd.org: src

2017-04-16 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2017/04/16 11:16:21 Modified files: sys/dev/pci/drm: drm_linux.h Log message: Always evaluate expression in BUG_ON() macro to avoid unused variable warnings. Makes non diagnostic kernel compile. OK kettenis

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 10:59:53 Modified files: regress/sys/netinet/ipsec: Makefile regress/sys/netinet/pmtu: Makefile Log message: Make sure these tests print "SKIPPED" if the necessary variables aren'

CVS: cvs.openbsd.org: src

2017-04-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/04/16 10:17:23 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 10:14:37 Modified files: sys/arch/arm64/include: ieee.h Log message: Define EXT_IMPLICIT_NBIT like we do on sparc64 and mips64. Makes vaious long double math stuff (including printf) actu

CVS: cvs.openbsd.org: www

2017-04-16 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/16 10:04:47 Modified files: faq: faq10.html Log message: fix odd wording; from ross l richardson

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 10:04:48 Modified files: regress/lib/libc/db: dbtest.c Log message: Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle. Fixes this test on 64-bit architectures. ok vis

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 10:01:05 Modified files: regress/lib/libc/regex: Makefile Log message: Define DEF_WEAK like we do for ld.so to fix building this with clang. ok millert@, deraadt@

CVS: cvs.openbsd.org: www

2017-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/16 09:49:56 Modified files: faq: upgrade61.html Log message: one more manual that's no longer around...

CVS: cvs.openbsd.org: www

2017-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/16 09:47:01 Modified files: faq: faq5.html Log message: make more explicit that RELEASEDIR does not need to be on a noperm fs ok tj

CVS: cvs.openbsd.org: www

2017-04-16 Thread Daniel Jakots
CVSROOT:/cvs Module name:www Changes by: d...@cvs.openbsd.org2017/04/16 09:38:19 Modified files: faq: upgrade61.html Log message: the upgrade begins with cleaning /usr/share/man so rm /usr/share/man/man1/sqlite3.1 cannot succeed after that 'fix it' tj@

CVS: cvs.openbsd.org: src

2017-04-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2017/04/16 09:11:01 Modified files: usr.bin/nc : netcat.c Log message: Move comments into a block and uses {} to unconfuse reading.

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 08:40:47 Modified files: regress/usr.bin/openssl/options: optionstest.c Log message: Use %zu to print a size_t.

CVS: cvs.openbsd.org: src

2017-04-16 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/04/16 08:28:07 Modified files: sys/arch/amd64/amd64: lock_machdep.c sys/arch/i386/i386: lock_machdep.c Log message: Replace fetch_and_add() with atomic_inc_int_nv() from to make the code more

CVS: cvs.openbsd.org: src

2017-04-16 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2017/04/16 08:25:42 Modified files: sys/kern : vfs_bio.c vfs_biomem.c sys/sys: buf.h Log message: Flip previously warm pages in the buffer cache to memory above the DMA region if uvm t

CVS: cvs.openbsd.org: src

2017-04-16 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2017/04/16 08:24:03 Modified files: usr.bin/systat : iostat.c sys/sys: mount.h Log message: Statistics for high memory flips in the buffer cache nits from deraadt@ ok krw@ guenther@ kettenis

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 08:20:49 Modified files: sys/arch/sparc64/include: ieee.h Log message: Remove some defines marked #ifdef notyet, which really is #ifdef notever. Reduces the diffs with other architectures.

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 07:35:14 Modified files: lib/libc/arch/aarch64/gen: _setjmp.S Log message: Always return nonzero from _longjmp too. ok jsg@

CVS: cvs.openbsd.org: www

2017-04-16 Thread Theo Buehler
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2017/04/16 07:20:17 Modified files: faq: upgrade61.html Log message: can't use the uucp user in the find command after you removed it, so add a note for net/uucp users. issue spotted by ross l r

CVS: cvs.openbsd.org: xenocara

2017-04-16 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2017/04/16 06:31:14 Modified files: . : MODULES Log message: update

CVS: cvs.openbsd.org: www

2017-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2017/04/16 05:23:59 Modified files: . : ftp.html ftplist httpslist openbgpd : ftp.html openssh: ftp.html portable.html openntpd : portable.html Log

CVS: cvs.openbsd.org: www

2017-04-16 Thread Stuart Henderson
CVSROOT:/cvs Module name:www Changes by: st...@cvs.openbsd.org 2017/04/16 05:23:40 Modified files: build : mirrors.dat Log message: Add ftp.fau.de, from Julian Hammer, thanks. This is located close to the previous openbsd.cs.fau.de / openbsd.informatik.uni-erla

CVS: cvs.openbsd.org: src

2017-04-16 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/04/16 05:07:03 Modified files: regress/lib/libcrypto/rsa: rsa_test.c Log message: Remove unused rnd_seed variable. Upstream made the same change 4 days ago. Fixes compiling this test using clan

CVS: cvs.openbsd.org: src

2017-04-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/04/16 04:19:54 Modified files: usr.bin/htpasswd: Makefile Log message: remove -g from CFLAGS at florian's request

CVS: cvs.openbsd.org: src

2017-04-16 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2017/04/16 04:16:35 Modified files: sbin/ldattach : Makefile usr.bin/pctr : Makefile usr.bin/htpasswd: Makefile usr.sbin/identd: Makefile usr.sbin/mksuncd: Makefile

CVS: cvs.openbsd.org: xenocara

2017-04-16 Thread Robert Nagy
CVSROOT:/cvs Module name:xenocara Changes by: rob...@cvs.openbsd.org 2017/04/16 03:58:50 Modified files: share/mk : bsd.xorg.mk Log message: enforce ar to use the 'cruD' flagset in case libtool/automagic is used ok matthieu@

CVS: cvs.openbsd.org: src

2017-04-16 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2017/04/16 02:50:49 Modified files: etc/mtree : 4.4BSD.dist etc/examples : httpd.conf Log message: Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5) that