CVS: cvs.openbsd.org: src

2018-01-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/01/13 08:09:49 Modified files: usr.bin/jot: jot.c Log message: Allow printf '%F' format specifier. ok millert

CVS: cvs.openbsd.org: src

2018-01-13 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2018/01/13 08:10:02 Modified files: sys/arch/sparc64/dev: vldcp.c Log message: In vldcp(8) fix a race between vldcpread() and vldcp_rx_intr() which was overlooked by my previous fix. Keep SPL at TTY in

CVS: cvs.openbsd.org: src

2018-01-13 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2018/01/13 08:18:11 Modified files: sys/arch/alpha/include: intr.h mutex.h sys/arch/amd64/include: intrdefs.h mutex.h sys/arch/arm64/include: intr.h mutex.h sys/arch/hppa/include:

CVS: cvs.openbsd.org: src

2018-01-13 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2018/01/13 08:57:58 Modified files: sys/ufs/ext2fs : ext2fs_readwrite.c Log message: In ext2fs_write(), clear the buffer on uiomove() failure unless it was cleared on alloc just like we do in ffs_write().

CVS: cvs.openbsd.org: src

2018-01-13 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/13 07:15:07 Modified files: sys/dev/pci/drm: drm_linux.h Log message: Add a linux compatible request_firmware() wrapper around loadfirmware(9). ok deraadt@ kettenis@

CVS: cvs.openbsd.org: src

2018-01-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/13 11:08:20 Modified files: sys/dev/fdt: rkpcie.c Log message: Make things work when using the official device tree bindings used by the Linux kernel.

CVS: cvs.openbsd.org: src

2018-01-13 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2018/01/13 10:13:12 Modified files: lib/libc/sys : kqueue.2 Log message: tweak previous;

CVS: cvs.openbsd.org: src

2018-01-13 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2018/01/13 08:43:39 Modified files: usr.bin/jot: jot.c Log message: Adjust comment to reflect '%F' addition.

CVS: cvs.openbsd.org: src

2018-01-13 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2018/01/13 08:56:02 Modified files: sys/ufs/ffs: ffs_vnops.c Log message: Add comment describing why we need to clear the buffer if uiomove() fails, adapted from FreeBSD. Also avoid clearing the buffer

CVS: cvs.openbsd.org: src

2018-01-13 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2018/01/13 13:40:43 Modified files: usr.sbin/nsd : configure.ac Log message: Add descriptions for HAVE_B64_NTOP and HAVE_B64_PTON so autoheader will run. OK florian@

CVS: cvs.openbsd.org: src

2018-01-13 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2018/01/13 03:58:50 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Add a barrier at the end of pmap_map_early() such that the new mapping is guaranteed to be available after

CVS: cvs.openbsd.org: src

2018-01-13 Thread Ulf Brosziewski
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2018/01/13 04:54:01 Modified files: sys/dev/wscons : wsmouse.c Log message: coordinate again: polishing

CVS: cvs.openbsd.org: src

2018-01-13 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2018/01/13 05:58:40 Modified files: lib/libc/sys : kqueue.2 sys/kern : kern_event.c sys/sys: event.h Log message: introduce a filter called EVFILT_DEVICE that can be used

CVS: cvs.openbsd.org: src

2018-01-13 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2018/01/13 06:03:42 Modified files: sys/dev/pci/drm: drmP.h drm_drv.c drm_linux.c sys/sys: conf.h Log message: add kqueue support to drm(4) by making the drm_sysfs_hotplug_event() available

CVS: cvs.openbsd.org: src

2018-01-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/01/13 17:33:09 Modified files: sys/arch/amd64/amd64: powernow-k8.c Log message: Use signed values to compare absolute difference. The variables fid and cfid are signed, so the FID_TO_VCO_FID() macro

CVS: cvs.openbsd.org: src

2018-01-13 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2018/01/13 17:53:11 Modified files: regress/usr.sbin/syslogd: args-client-tcp-octet-maxline.pl Log message: Unlocking the TCP stack resulted in smaller TCP segments sent out early on some machines. Use the