CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:58:17 Modified files: sys/net: if_vlan.c Log message: fix up some rxprio handling while here we should swap the value off the wire for 802.1P, not the rxhprio config value. try and

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:55:27 Modified files: sys/net: if_vlan.c Log message: don't increment noproto on the parent interface when there's no child it's not atomic is the main reason. this simplifies leaving

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:37:24 Modified files: sys/net: if_vlan.c Log message: use unsigned int, not u_int, and uintXX_t, not u_intXX_t

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:31:42 Modified files: sys/net: if_vlan.c Log message: rename sc_prio to sc_txprio

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:30:13 Modified files: sys/net: if_vlan.c Log message: remove sc_proto, it isn't used.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:28:00 Modified files: sys/net: if_vlan.c Log message: rename softc members so theyre prefixed with sc. makes vlan more consistent with the rest of the tree, but no functional change.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:24:02 Removed files: sys/net: if_wg.c if_wg.h Log message: back out, this isn't part of a vlan change.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:16:15 Modified files: sys/net: if_pair.c Log message: this wasnt meant to be committed, back out for now.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:14:33 Modified files: sys/net: if_pair.c if_vlan.c Added files: sys/net: if_wg.c if_wg.h Log message: get rid of ifv_linkmib and a bunch of useless macros

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:11:50 Modified files: sys/net: if_vlan.c Log message: fix some whitespace.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 23:08:30 Modified files: sys/net: if_vlan.c Log message: call vlan_softc variables sc, not ifv. no functional change.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 22:56:41 Modified files: sys/net: if_vlan.c Log message: whitespace tweaks. no functional change.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 22:53:01 Modified files: sys/net: if_vlan.c Log message: rename struct ifvlan to struct vlan_softc this makes it more consistent with the rest of the tree, but has no functional change.

CVS: cvs.openbsd.org: src

2019-04-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/04/26 22:46:03 Modified files: sys/net: if_vlan.c if_vlan_var.h Log message: move the struct ifvlan (the vlan softc) definition into if_vlan.c. nothing needs to see inside it, so it can move.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/26 22:28:57 Modified files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Fix comment regarding suspected problem when handling large negative integers.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/26 21:36:19 Modified files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Tweak previous.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Rob Pierce
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/26 21:01:40 Added files: regress/lib/libutil/ber: ber_test_int_i.c Log message: Regress testing for int (long long). Two's complement is eating my brain.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2019/04/26 15:52:39 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Fix default MIRROR. ok florian@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Antoine Jacoutot
CVSROOT:/cvs Module name:src Changes by: ajacou...@cvs.openbsd.org 2019/04/26 14:42:46 Modified files: usr.sbin/syspatch: syspatch.sh Log message: If we don't have a proper installurl, use cdn.openbsd.org. Idea from sysupgrade(8).

CVS: cvs.openbsd.org: src

2019-04-26 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2019/04/26 13:11:01 Modified files: usr.bin/rcs: co.c Log message: There was an extra newline in some cases and missing one in others. OK joris@

CVS: cvs.openbsd.org: www

2019-04-26 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/04/26 12:28:03 Modified files: faq: faq4.html Log message: better explanation of why the install iso/fs files don't include a .sig file. discussed with msiism on freenode and tb.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/04/26 11:55:28 Modified files: sbin/vnconfig : vnconfig.8 Log message: document -A okay deraadt@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/04/26 11:28:10 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: do not re-verify the signature for each file when checking the old files, sha256 is enough; ok florian@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/04/26 10:27:36 Modified files: sys/arch/mips64/include: pte.h Log message: Guard against repeated inclusion of . This fixes drm build on loongson.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/04/26 10:00:37 Modified files: gnu/llvm/tools/lld/ELF: Driver.cpp Log message: add "elf64_sparc" emulation name so ELF SPARCV9 format can be explicitly specified; suggested by and ok kettenis@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2019/04/26 09:04:29 Modified files: sbin/ifconfig : sff.c Log message: Fix a missing carriage return. OK deraadt@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/04/26 08:57:35 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: Use a different approach to determine the appropriate signing key: Read the first line "untrusted comment ..." from

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2019/04/26 05:43:46 Modified files: distrib/sets/lists/xshare: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-04-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/04/26 05:38:51 Modified files: usr.bin/tmux : Makefile cmd-new-session.c cmd-new-window.c cmd-queue.c cmd-select-pane.c cmd-select-window.c

CVS: cvs.openbsd.org: src

2019-04-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/04/26 04:24:26 Modified files: usr.bin/tmux : window.c Log message: Destroy panes before options to avoid crash when forced into a mode by a hook.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/04/26 04:15:40 Modified files: usr.bin/tmux : layout-set.c Log message: Unbreak main-vertical and main-horizontal layouts.

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2019/04/26 03:53:50 Modified files: distrib/sets/lists/xbase: mi distrib/sets/lists/xshare: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-04-26 Thread Matthieu Herrb
CVSROOT:/cvs Module name:src Changes by: matth...@cvs.openbsd.org2019/04/26 03:53:00 Modified files: etc/mtree : BSD.x11.dist Log message: no more libFS

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Matthieu Herrb
CVSROOT:/cvs Module name:xenocara Changes by: matth...@cvs.openbsd.org2019/04/26 03:51:57 Modified files: lib: Makefile Log message: Unlink unused libFS from the build. ok jca@

CVS: cvs.openbsd.org: src

2019-04-26 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2019/04/26 02:37:17 Modified files: etc: moduli usr.bin/ssh/moduli-gen: moduli.2048 moduli.3072 moduli.4096 moduli.6144 moduli.7680 moduli.8192 Log

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/04/26 01:48:51 Modified files: . : 3RDPARTY Log message: update

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/04/26 01:47:03 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.arm64 md.armv7 md.hppa md.i386 md.landisk md.loongson

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/04/26 01:45:37 Modified files: lib/libdrm : Makefile.bsd-wrapper Makefile.in aclocal.m4 configure configure.ac xf86drm.c xf86drm.h

CVS: cvs.openbsd.org: xenocara

2019-04-26 Thread Jonathan Gray
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2019/04/26 01:33:03 Log message: Import libdrm 2.4.98 Status: Vendor Tag: libdrm Release Tags: libdrm_2_4_98 U xenocara/lib/libdrm/libdrm_lists.h C

CVS: cvs.openbsd.org: src

2019-04-26 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/04/26 01:14:50 Modified files: share/man/man7 : hier.7 Log message: sysupgrade(8) uses /home/_sysupgrade suggested by deraadt; OK jmc

CVS: cvs.openbsd.org: src

2019-04-26 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/04/26 00:47:43 Modified files: regress/sys/kern/realpath: realpathtest.c Log message: a bit more evil

CVS: cvs.openbsd.org: src

2019-04-26 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/04/26 00:44:14 Modified files: regress/sys/kern/realpath: realpathtest.c Log message: /usr/include/machine is a good one.

CVS: cvs.openbsd.org: src

2019-04-26 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2019/04/26 00:33:29 Modified files: lib/libc/stdio : tmpfile.c tmpnam.3 Log message: Undo changes to tmpfile.c r1.5. Doing the fchown call causes pledge("tmppath") to be insufficient and the the umask dance

CVS: cvs.openbsd.org: src

2019-04-26 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/04/26 00:13:48 Modified files: usr.sbin/sysupgrade: sysupgrade.sh Log message: check owner and permission of download directory

CVS: cvs.openbsd.org: src

2019-04-26 Thread Remi Locherer
CVSROOT:/cvs Module name:src Changes by: r...@cvs.openbsd.org2019/04/26 00:02:11 Modified files: share/man/man4 : uslcom.4 Log message: Additional devices that are supported by uslcom. ok jmc@