CVS: cvs.openbsd.org: src

2017-11-21 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2017/11/21 12:25:46 Modified files: regress/bin/ksh/edit: emacs.sh subr.sh Log message: Add tests for emacs editing mode in ksh. While here, improve the output on test failure.

CVS: cvs.openbsd.org: www

2017-11-21 Thread Gilles Chehade
CVSROOT:/cvs Module name:www Changes by: gil...@cvs.openbsd.org 2017/11/21 12:23:53 Modified files: opensmtpd : donations.html Log message: thanks Tyler

CVS: cvs.openbsd.org: src

2017-11-21 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2017/11/21 12:22:45 Modified files: regress/bin/ksh/edit: edit.c Log message: Do not exit 0 if the program was terminated due to receipt of a signal other than SIGHUP.

CVS: cvs.openbsd.org: src

2017-11-21 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2017/11/21 12:08:36 Modified files: lib/libc/arch/arm/sys: Ovfork.S brk.S sbrk.S Log message: Avoid .align 0. Clang's integrated assembler actually honors this directive and the resulting byte-align

CVS: cvs.openbsd.org: src

2017-11-21 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/11/21 10:57:41 Modified files: bin/ksh: history.c Log message: Initialize *histbase to NULL to fix a bus error in emacs editing mode found by anton. To reproduce, run "env EDITOR=emacs MALLOC_OP

CVS: cvs.openbsd.org: src

2017-11-21 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/11/21 10:48:19 Modified files: lib/libc/stdio : vfprintf.c Log message: Use a simple forward search to find '%' in the format string instead of using mbrtowc(3). Thus, we now treat the format string as

CVS: cvs.openbsd.org: src

2017-11-21 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2017/11/21 09:23:46 Modified files: share/man/man5 : port-modules.5 Log message: Delete mentions of the gettext module, which has been obsoleted and removed.

CVS: cvs.openbsd.org: www

2017-11-21 Thread joshua stein
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2017/11/21 07:31:02 Modified files: build : support.dat Log message: remove superblock

CVS: cvs.openbsd.org: www

2017-11-21 Thread joshua stein
CVSROOT:/cvs Module name:www Changes by: j...@cvs.openbsd.org2017/11/21 07:31:30 Modified files: . : support.html Log message: sync

CVS: cvs.openbsd.org: src

2017-11-21 Thread Eric Faurot
CVSROOT:/cvs Module name:src Changes by: e...@cvs.openbsd.org2017/11/21 05:20:34 Modified files: usr.sbin/smtpd : ca.c lka.c mda.c mta.c queue.c smtp.c smtpd.c Log message: no need to check the sending process in imsg handlers when there is no ambiguity: just use a si

CVS: cvs.openbsd.org: src

2017-11-21 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2017/11/21 05:07:00 Modified files: usr.sbin/kvm_mkdb: kvm_mkdb.c Log message: The call to setegid(2) was replaced with setresgid(2) a while ago. Adjust error message accordingly.

CVS: cvs.openbsd.org: src

2017-11-21 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2017/11/21 05:05:09 Modified files: sys/netinet6 : ip6_forward.c Log message: Do not assume if_get(9) returns a non NULL ifp when using a route interface index. This assumption is true for the moment iff

CVS: cvs.openbsd.org: src

2017-11-21 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2017/11/21 02:08:55 Modified files: sys/netinet: ip_carp.c Log message: Move the addrhook disestablish from carpdetach() to carp_clone_destroy() to make it symmetric to the addrhook establish which is be