CVS: cvs.openbsd.org: src

2019-07-02 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/07/02 23:04:19 Modified files: usr.sbin/ntpd : log.c Log message: Forgotten va_copy/va_end; on some archs that is really needed. ok benno@

CVS: cvs.openbsd.org: src

2019-07-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/07/02 21:24:04 Modified files: bin/csh: set.c bin/mt : mtrmt.c sbin/dhclient : options.c sbin/disklabel : editor.c sbin/fdisk : misc.c

CVS: cvs.openbsd.org: src

2019-07-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/07/02 20:32:57 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-07-02 Thread Ian Sutton
CVSROOT:/cvs Module name:src Changes by: i...@cvs.openbsd.org2019/07/02 18:08:18 Modified files: sys/dev/ic : wdc.c Log message: Don't check if unsigned value is less than zero ok kn@

CVS: cvs.openbsd.org: xenocara

2019-07-02 Thread Klemens Nanni
CVSROOT:/cvs Module name:xenocara Changes by: k...@cvs.openbsd.org2019/07/02 17:37:47 Modified files: app/cwm: cwmrc.5 Log message: command uses execvp(3) not execve(2) util.c:u_exec() has been doing so since import.

CVS: cvs.openbsd.org: src

2019-07-02 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/07/02 15:17:24 Modified files: sys/dev/acpi : acpi.c acpiec.c acpivar.h Log message: acpi_set_gpehandler: turn edge arg into flags, add support for passing GPE_DIRECT which directly executes the

CVS: cvs.openbsd.org: src

2019-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/07/02 14:42:45 Modified files: sys/arch/powerpc/include: tcb.h Log message: Drop % from register name used for register variable since it makes clang unhappy. ok deraadt@, visa@

CVS: cvs.openbsd.org: src

2019-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/07/02 14:14:44 Modified files: sys/dev/fdt: rktemp.c Log message: Register rktemp(4) as a thermal sensor with the thermal zone support code. ok mlarkin@, patrick@

CVS: cvs.openbsd.org: src

2019-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/07/02 14:13:50 Modified files: sys/arch/arm64/arm64: cpu.c sys/arch/arm64/include: cpu.h Log message: Register cpu(4) as a cooling device. This supports passive cooling by clamping

CVS: cvs.openbsd.org: src

2019-07-02 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/07/02 14:12:11 Modified files: sys/arch/arm64/dev: mainbus.c sys/dev/ofw: files.ofw Added files: sys/dev/ofw: ofw_thermal.c ofw_thermal.h Log message: Add thermal zone

CVS: cvs.openbsd.org: src

2019-07-02 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/07/02 14:09:19 Modified files: usr.bin/tmux : server-client.c tmux.1 Log message: Command prompt key presses need to avoid the command queue, GitHub issue 1817. Also a tmux.1 fix from jmc.

CVS: cvs.openbsd.org: src

2019-07-02 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/07/02 13:31:28 Modified files: lib/libcrypto : arm_arch.h lib/libcrypto/arch/aarch64: Makefile.inc Added files: lib/libcrypto : arm64cpuid.S Log message: Add cpuid support for arm64

CVS: cvs.openbsd.org: src

2019-07-02 Thread Mark Lumsden
CVSROOT:/cvs Module name:src Changes by: l...@cvs.openbsd.org2019/07/02 10:25:39 Modified files: usr.bin/mg : def.h funmap.c match.c mg.1 Log message: I totally forgot about the instance where blink-and-insert can be called from the mg startup file. My previous

CVS: cvs.openbsd.org: src

2019-07-02 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/07/02 09:54:05 Modified files: lib/libc/gen : getgrent.c getgrouplist.c getpwent.c Log message: The "always hint that getpw operation is happening with access() the YP lock file" would trash errno,

CVS: cvs.openbsd.org: src

2019-07-02 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2019/07/02 09:31:43 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia europe factory northamerica pacificnew

CVS: cvs.openbsd.org: src

2019-07-02 Thread joshua stein
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/07/02 09:26:07 Modified files: sys/dev/pci/drm/i915: intel_fbdev.c Log message: re-add framebuffer size change from 1.4 that was lost in the big update ok jsg

CVS: cvs.openbsd.org: src

2019-07-02 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/07/02 08:54:36 Modified files: sys/kern : kern_time.c sys/sys: time.h Log message: R.I.P. timespecfix(); ok visa@ mpi@

CVS: cvs.openbsd.org: src

2019-07-02 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/07/02 07:17:28 Modified files: usr.sbin/syslogd: syslogd.c Log message: React properly to the very unlikely cases where snprintf(3) may fail. Log the message without formating, that is the best

CVS: cvs.openbsd.org: src

2019-07-02 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/07/02 06:07:00 Modified files: usr.sbin/bgpd : rde_update.c Log message: up_generate_default() needs to fake a prefix entry so that the outbound filtering can happen. rde_filter no longer reads the re

Global Information Governance and Data Protection Lead - London required (Ref#EVOC#708199)

2019-07-02 Thread Katherine Collier
Hi .,I am looking for a contractor(s) who can fill the position stated below. If this Job Spec is not something you would be interested in, please feel free to forward it to anyone who you may consider appropriate. Alternatively www.evolutionjobs.com/uk enables you to search all the jobs we

CVS: cvs.openbsd.org: src

2019-07-02 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2019/07/02 03:36:20 Modified files: usr.sbin/smtpd : enqueue.c smtpc.c smtpctl.c Log message: Replace mkstemp/fdopen/unlink dances with tmpfile. No functional change. OK gilles@

CVS: cvs.openbsd.org: src

2019-07-02 Thread YASUOKA Masahiko
CVSROOT:/cvs Module name:src Changes by: yasu...@cvs.openbsd.org 2019/07/02 03:04:53 Modified files: sys/net: pf.c pf_lb.c pfvar.h Log message: When source address tracking record is used for "route-to", the next hop interface configured with "route-to" was not

CVS: cvs.openbsd.org: src

2019-07-02 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/07/02 00:40:49 Modified files: sys/dev/pci/drm/i915: intel_guc.c Log message: Use IPL_TTY for locks used as arguments to spin_lock_irq() and spin_lock_irqsave() to closer match the linux interrupt

CVS: cvs.openbsd.org: www

2019-07-02 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2019/07/01 23:20:47 Modified files: openssh: press.html Log message: SecurityPortal is gone, replace link with equivalent one to archive.org. Pointed out by Karen Reinhart.

CVS: cvs.openbsd.org: www

2019-07-02 Thread Darren Tucker
CVSROOT:/cvs Module name:www Changes by: dtuc...@cvs.openbsd.org 2019/07/01 23:34:45 Modified files: openssh: press.html Log message: Replace remaining securityportal links with equivalent ones to archive.org. Pointed out Karen Reinhart.