CVS: cvs.openbsd.org: src

2019-03-22 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/03/22 23:47:23 Modified files: sys/arch/amd64/amd64: db_interface.c sys/arch/amd64/include: db_machdep.h sys/arch/arm64/arm64: db_interface.c sys/arch/i386/i386: db_interface.c

CVS: cvs.openbsd.org: src

2019-03-22 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/03/22 23:30:16 Modified files: sys/kern : kern_lock.c sys/sys: mutex.h Log message: Add a simple spinning mutex for ddb. Unlike mutex(9), this lock keeps on spinning even if

CVS: cvs.openbsd.org: src

2019-03-22 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/03/22 23:27:53 Modified files: sys/arch/powerpc/include: cpu.h Log message: Add intr_{disable,restore}() for powerpc. OK mpi@ patrick@

CVS: cvs.openbsd.org: src

2019-03-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/22 14:58:34 Modified files: usr.bin/ssh: sshd_config.5 Log message: full stop in the wrong place;

CVS: cvs.openbsd.org: src

2019-03-22 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2019/03/22 14:44:31 Modified files: regress/usr.sbin/bgpd/integrationtests: Makefile Added files: regress/usr.sbin/bgpd/integrationtests: bgpd.ovs.rdomain1.conf

CVS: cvs.openbsd.org: src

2019-03-22 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/03/22 14:12:23 Modified files: usr.bin/rsync : rsync.1 Log message: Don't register this manual page under the name rsync(1) yet because "man rsync" still ought to show the manual page from the

CVS: cvs.openbsd.org: src

2019-03-22 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/03/22 13:56:47 Modified files: usr.bin/rsync : receiver.c Log message: gettimeofday(2)+TIMEVAL_TO_TIMESPEC -> UTIME_NOW; simpler & more portable. ok millert@

CVS: cvs.openbsd.org: www

2019-03-22 Thread Rob Pierce
CVSROOT:/cvs Module name:www Changes by: r...@cvs.openbsd.org2019/03/22 13:36:33 Modified files: faq: current.html Log message: Minor punctuation tweaks.

CVS: cvs.openbsd.org: www

2019-03-22 Thread Rob Pierce
CVSROOT:/cvs Module name:www Changes by: r...@cvs.openbsd.org2019/03/22 13:20:02 Modified files: faq: current.html Log message: Minor wording tweak.

CVS: cvs.openbsd.org: src

2019-03-22 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/03/22 12:27:12 Modified files: sys/kern : kern_tc.c Log message: Move adjtimedelta into the timehands. adjtimedelta is 64-bit and thus can't be read/written atomically on all architectures.

CVS: cvs.openbsd.org: src

2019-03-22 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/03/22 11:43:18 Modified files: sys/dev/pci: if_alc.c Log message: - Fix the AR816X_REV_B0 / default DMA channel selection to be the same as the original code - Merge FreeBSD's r304574 Correct DMA

CVS: cvs.openbsd.org: src

2019-03-22 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/03/22 10:45:48 Modified files: sbin/dhclient : dhclient.c dhcpd.h options.c Log message: Revert parts of recent changes to pretty_print_domain_search(). Parts of WIP escaped into the wild and broke

CVS: cvs.openbsd.org: src

2019-03-22 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/03/22 10:21:21 Modified files: sys/kern : kern_tc.c Log message: Rename "timecounter_mtx" to "windup_mtx". This will make upcoming MP-related diffs smaller and should make the code int kern_tc.c

CVS: cvs.openbsd.org: src

2019-03-22 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/03/22 09:33:30 Modified files: sys/dev/pci: if_alc.c Log message: Mixmerge fixup. Some of the flag and oactive handling bits and alc_stop_queue() were mismerged. Pointed out by Brad, thanks!

CVS: cvs.openbsd.org: src

2019-03-22 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/03/22 06:39:42 Modified files: lib/libcxx/src : random.cpp Log message: that "device" is an abstraction to the underlying OS PRNG. In OpenBSD's case, we know it has optimal entropy properties, so just

CVS: cvs.openbsd.org: src

2019-03-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/03/22 06:07:00 Modified files: sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/octeon/conf: GENERIC sys/arch/sparc64/conf: GENERIC Log message: umbg now

CVS: cvs.openbsd.org: src

2019-03-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/03/22 06:05:45 Modified files: sys/arch/amd64/conf: GENERIC Log message: build umbg(4) on amd64, previously only done on i386/macppc/octeon/sparc64 from weerd@, ok phessler

CVS: cvs.openbsd.org: src

2019-03-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/03/22 06:04:25 Modified files: sys/dev/usb: umbg.c share/man/man4 : umbg.4 Log message: support Meinberg DCF600USB, from weerd@, ok phessler

CVS: cvs.openbsd.org: src

2019-03-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/03/22 06:03:00 Modified files: sys/dev/usb: usbdevs.h usbdevs_data.h Log message: sync

CVS: cvs.openbsd.org: src

2019-03-22 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2019/03/22 06:02:38 Modified files: sys/dev/usb: usbdevs Log message: add Meinberg DCF600USB, from weerd@, ok phessler@

CVS: cvs.openbsd.org: xenocara

2019-03-22 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/03/22 05:41:33 Modified files: lib/libdrm : xf86drm.c Log message: test for render nodes before primary nodes Unlike linux our primary "drm" device name is substring of the "drmR" render node

CVS: cvs.openbsd.org: src

2019-03-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/03/22 04:45:17 Modified files: usr.bin/tmux : tmux.1 Log message: Clarify that styles can be space or comma separated, from Stephen Zapatka.

CVS: cvs.openbsd.org: src

2019-03-22 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/22 04:42:26 Modified files: sbin/unwind: unwind.c Log message: No need to log that the DHCP lease file doesn't exist. We still want to log other causes when failing to open the lease file, but

CVS: cvs.openbsd.org: src

2019-03-22 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/03/22 04:37:08 Modified files: share/man/man4 : pci.4 Log message: update the alc entry;

CVS: cvs.openbsd.org: www

2019-03-22 Thread Solene Rapenne
CVSROOT:/cvs Module name:www Changes by: sol...@cvs.openbsd.org 2019/03/22 03:44:28 Modified files: faq: current.html Log message: Update tmux style transition example to make it more suited to the new syntax

CVS: cvs.openbsd.org: src

2019-03-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/03/22 03:33:04 Modified files: usr.bin/tmux : tmux.1 Log message: I forgot to document resize-window, window-size and default-size; reminded by okan@.

CVS: cvs.openbsd.org: src

2019-03-22 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/03/22 03:04:46 Modified files: share/man/man4 : alc.4 sys/dev/pci: if_alc.c if_alcreg.h Log message: Add support for QCA AR816x/AR817x for alc(4). Based on FreeBSD via Genadijus Paleckis

CVS: cvs.openbsd.org: www

2019-03-22 Thread Solene Rapenne
CVSROOT:/cvs Module name:www Changes by: sol...@cvs.openbsd.org 2019/03/22 02:56:57 Modified files: faq: current.html Log message: Add an entry about tmux.conf changes required when having style related options.

CVS: cvs.openbsd.org: src

2019-03-22 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/03/22 01:03:23 Modified files: usr.bin/cu : command.c cu.1 cu.c cu.h Log message: Add -E to change the escape character, from Artturi Alm. no objections from deraadt, ok millert