CVS: cvs.openbsd.org: src

2020-06-06 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/06 16:53:04 Modified files: sys/arch/powerpc/ddb: db_disasm.c Log message: Fix and harmonize some of the code dealing with address offsets encoded in instructions. ok drahn@, gkoehler@

CVS: cvs.openbsd.org: src

2020-06-06 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/06 16:52:35 Modified files: sys/arch/powerpc64/powerpc64: db_disasm.c Log message: Fix and harmonize some of the code dealing with address offsets encoded in instructions. ok drahn@, gkoehle

CVS: cvs.openbsd.org: src

2020-06-06 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/06 16:36:22 Modified files: sys/arch/powerpc64/conf: ld.script sys/arch/powerpc64/include: cpufunc.h pmap.h pte.h vmparam.h sys/arch/powerpc64/powerpc64: machdep.c pmap.c Lo

CVS: cvs.openbsd.org: src

2020-06-06 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/06 16:34:08 Modified files: sys/arch/powerpc64/powerpc64: locore0.S Log message: Call main().

CVS: cvs.openbsd.org: src

2020-06-06 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/06/06 16:33:02 Modified files: sys/arch/powerpc64/powerpc64: locore.S Log message: Disable translation and external interrupts when making OPAL calls.

CVS: cvs.openbsd.org: src

2020-06-06 Thread George Koehler
CVSROOT:/cvs Module name:src Changes by: gkoeh...@cvs.openbsd.org2020/06/06 15:01:30 Modified files: share/man/man4/man4.macppc: aoa.4 snapper.4 sys/arch/macppc/dev: aoa.c snapper.c Log message: Move PowerBook5,4 audio from aoa(4) to snapper(4). This add

CVS: cvs.openbsd.org: src

2020-06-06 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/06/06 12:56:32 Modified files: sys/dev/pci: pchtemp.c Log message: additional device; from Bruno Flueckiger

CVS: cvs.openbsd.org: src

2020-06-06 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/06/06 11:03:16 Modified files: games/grdc : grdc.c Log message: grdc(6): implement timeout with alarm(3) grdc(6) has an optional argument indicating a timeout in seconds. For example, one could do:

CVS: cvs.openbsd.org: src

2020-06-06 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2020/06/06 10:59:43 Modified files: sys/dev/ofw: ofw_misc.c ofw_pinctrl.c ofw_regulator.c Log message: Some devices have no phandle since they are not referenced in the device tree, but they are still re

CVS: cvs.openbsd.org: www

2020-06-06 Thread Tobias Heider
CVSROOT:/cvs Module name:www Changes by: to...@cvs.openbsd.org 2020/06/06 10:27:46 Modified files: faq: faq17.html Log message: Drop 'rsa' from examples. iked should automatically figure out the right authentication method.

CVS: cvs.openbsd.org: src

2020-06-06 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/06/06 07:21:40 Modified files: games/grdc : grdc.c Log message: grdc(6): miscellaneous style(9) - Sort includes alphabetically - Sort function prototypes alphabetically - Add missing whitespace aft

CVS: cvs.openbsd.org: src

2020-06-06 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/06/06 06:38:32 Modified files: usr.bin/tmux : utf8.c Log message: Use bitshifts instead of a union for encoding UTF-8 into 32 bits, which is more friendly to GCC3. Reported by and ok aoyama@.

CVS: cvs.openbsd.org: src

2020-06-06 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/06/06 04:54:41 Modified files: sys/arch/sgi/stand/boot: diskio.c netio.c Log message: Adjust sgi bootblocks' iostrategy routines Return an error if write is requested, only reading is implemented. Set

CVS: cvs.openbsd.org: src

2020-06-06 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/06/06 04:53:09 Modified files: sys/arch/sgi/stand/boot: boot.c Log message: Let sgi bootblocks build again.

CVS: cvs.openbsd.org: src

2020-06-06 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/06/06 04:52:30 Modified files: sys/arch/sgi/dev: impact.c Log message: Fix previous commit.