CVS: cvs.openbsd.org: src

2019-03-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/03/30 22:54:20 Modified files: usr.sbin/radiusd: radiusd_bsdauth.c Log message: Modify radiusd_bsdauth module to do "fork + exec" main process instead of just fork to have separate ASLR/cookies per

CVS: cvs.openbsd.org: src

2019-03-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/03/30 22:51:45 Modified files: usr.sbin/radiusd: radiusd.c Log message: Remove "proc" from pledge(2) since it is not needed even ifdef RADIUSD_DEBUG.

CVS: cvs.openbsd.org: src

2019-03-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/03/30 21:53:42 Modified files: usr.sbin/radiusd: log.c log.h Log message: Save errno before doing other things. Also add __deade for fatal() and fatalx().

CVS: cvs.openbsd.org: src

2019-03-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/03/30 21:36:18 Modified files: sbin/slaacd: slaacd.c sbin/unwind: unwind.c usr.sbin/bgpd : bgpd.c usr.sbin/eigrpd: eigrpd.c usr.sbin/ldapd : ldapd.c

CVS: cvs.openbsd.org: src

2019-03-30 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2019/03/30 20:44:02 Modified files: gnu/llvm/tools/clang/lib/Driver/ToolChains: Clang.cpp Log message: If using retguard, we do not also need the stack protector. ok deraadt@

CVS: cvs.openbsd.org: src

2019-03-30 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2019/03/30 20:39:47 Modified files: gnu/llvm/include/llvm/CodeGen: MachineFrameInfo.h ReturnProtectorLowering.h gnu/llvm/lib/CodeGen:

CVS: cvs.openbsd.org: src

2019-03-30 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/30 20:37:06 Modified files: sys/arch/arm64/arm64: cpu.c Log message: follow atf and change neoverse e1 part number matches trm which is now public

CVS: cvs.openbsd.org: src

2019-03-30 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/03/30 20:27:29 Modified files: sbin/disklabel : editor.c extern.h Log message: Enhance prompt shown during -E label editing. Always display the disk device whose label is being edited. Change '>' to

CVS: cvs.openbsd.org: src

2019-03-30 Thread Richard Procter
CVSROOT:/cvs Module name:src Changes by: proc...@cvs.openbsd.org 2019/03/30 19:08:09 Modified files: usr.bin/fstat : fstat.1 Log message: Document 'p' flag for file descriptors. ok deraadt@

CVS: cvs.openbsd.org: src

2019-03-30 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/03/30 19:00:33 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Fix white space and add an snmp test.

CVS: cvs.openbsd.org: src

2019-03-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/30 18:57:41 Modified files: sbin/unwind: resolver.c Log message: we don't need to set openssl lock callbacks. this code is not threaded. ok florian

CVS: cvs.openbsd.org: src

2019-03-30 Thread Ted Unangst
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/03/30 18:57:06 Modified files: sbin/unwind: unwind.c Log message: use AI_NUMERICHOST for ip conversion. ok florian

CVS: cvs.openbsd.org: src

2019-03-30 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/03/30 18:45:29 Modified files: regress/lib/libutil/ber: ber_test.c Log message: Tweak ldap related tests.

Re: CVS: cvs.openbsd.org: src

2019-03-30 Thread Masato Asou
From: Florian Obser Date: Sat, 30 Mar 2019 08:47:05 +0100 > On Fri, Mar 29, 2019 at 10:10:34PM -0600, ASOU Masato wrote: >> CVSROOT: /cvs >> Module name: src >> Changes by: a...@cvs.openbsd.org2019/03/29 22:10:34 >> >> Modified files: >> regress/sbin/route: Makefile >> Added

CVS: cvs.openbsd.org: src

2019-03-30 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/30 17:48:24 Modified files: usr.bin/rsync : main.c rsync.1 Log message: Make the synopsis more palatable by deleting useless long option aliases where short or shorter forms exist; of

CVS: cvs.openbsd.org: www

2019-03-30 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/03/30 13:13:23 Modified files: . : support.html build : support.dat Log message: updated contact info for a few and one typo fix

CVS: cvs.openbsd.org: src

2019-03-30 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/03/30 06:52:03 Modified files: sbin/unwind: resolver.c unwind.c unwind.h Log message: Shuffle captive portal detection around. While we are behind a captive portal we have to ask the dhcp provided

CVS: cvs.openbsd.org: src

2019-03-30 Thread Todd Mortimer
CVSROOT:/cvs Module name:src Changes by: morti...@cvs.openbsd.org2019/03/30 06:37:59 Modified files: lib/libc/arch/amd64/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Add retguard macros to setjmp/longjmp on amd64. Knocks out some useful gadgets from libc. ok

CVS: cvs.openbsd.org: src

2019-03-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/30 03:55:05 Modified files: usr.bin/rsync : main.c Log message: repair confusing "} if" indent; from naddy

CVS: cvs.openbsd.org: src

2019-03-30 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/03/30 03:32:54 Modified files: usr.bin/rsync : main.c rsync.1 Log message: document --del, ok deraadt@

CVS: cvs.openbsd.org: src

2019-03-30 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/03/30 02:04:35 Modified files: sys/dev/wscons : wsmux.c Log message: Restrict the number of allowed wsmux devices, just like wskbd and wsmouse already does. Otherwise, malloc could panic if the device

Re: CVS: cvs.openbsd.org: src

2019-03-30 Thread Florian Obser
On Fri, Mar 29, 2019 at 10:10:34PM -0600, ASOU Masato wrote: > CVSROOT: /cvs > Module name: src > Changes by: a...@cvs.openbsd.org2019/03/29 22:10:34 > > Modified files: > regress/sbin/route: Makefile > Added files: > regress/sbin/route: rttest34.ok rttest35.ok

CVS: cvs.openbsd.org: src

2019-03-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/30 01:28:55 Modified files: usr.bin/rsync : receiver.c Log message: For now perform utimes, chown, chmod in the same order as cp(1), until we know later how rsync wants to behave and how it

CVS: cvs.openbsd.org: src

2019-03-30 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/03/30 01:24:42 Modified files: usr.bin/rsync : main.c Log message: Add --del as alias for --delete. Drop --no-delete. The "no-" prefix is only available for options that are implied by other

CVS: cvs.openbsd.org: src

2019-03-30 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/03/30 01:24:02 Modified files: usr.bin/rsync : ids.c Log message: fix typo in ERRX1

CVS: cvs.openbsd.org: src

2019-03-30 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/30 00:45:03 Modified files: share/man/man4 : wi.4tbl Log message: no powersave for wi(4); missed in previous commits

CVS: cvs.openbsd.org: src

2019-03-30 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/03/30 00:37:10 Modified files: regress/sbin/route: Makefile regress/usr.bin/netstat: Makefile Log message: tweak comment lines.