CVS: cvs.openbsd.org: src

2018-11-18 Thread Kevin Lo
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org   2018/11/19 00:32:29

Modified files:
sys/dev/usb: usbdevs.h usbdevs_data.h 

Log message:
regen



CVS: cvs.openbsd.org: src

2018-11-18 Thread Kevin Lo
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org   2018/11/19 00:31:35

Modified files:
sys/dev/usb: usbdevs 

Log message:
Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.



CVS: cvs.openbsd.org: src

2018-11-18 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/18 21:12:32

Modified files:
usr.bin/ssh: servconf.c servconf.h sshd.c 

Log message:
silence (to log level debug2) failure messages when loading the default
hostkeys. Hostkeys explicitly specified in the configuration or on
the command-line are still reported as errors, and failure to load at
least one host key remains a fatal error.

Based on patch from Dag-Erling Sm??rgrav via
https://github.com/openssh/openssh-portable/pull/103

ok markus@



CVS: cvs.openbsd.org: src

2018-11-18 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/18 17:39:23

Modified files:
sys/net: ethertypes.h 

Log message:
recent 802.1Q defines 88e7 for provider backbone bridging



CVS: cvs.openbsd.org: src

2018-11-18 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2018/11/18 16:30:45

Modified files:
distrib/sets/lists/base: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2018-11-18 Thread Darren Tucker
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2018/11/18 15:43:29

Modified files:
usr.bin/ssh: sshconnect.c 

Log message:
Fix inverted logic for redirecting ProxyCommand stderr to /dev/null.
Fixes mosh in proxycommand mode that was broken by the previous
ProxyCommand change that was reported by matthieu@. ok djm@ danj@



CVS: cvs.openbsd.org: src

2018-11-18 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2018/11/18 09:44:30

Modified files:
sys/dev/usb: usb_subr.c 

Log message:
More uses of __func__ in debug printfs.



CVS: cvs.openbsd.org: src

2018-11-18 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2018/11/18 09:33:26

Modified files:
sys/dev/usb: usb.c usb_mem.c usb_subr.c usbdi.c usbdi_util.c 

Log message:
Use "%s", __func__ in DPRINTF() to reduce grep noise.



CVS: cvs.openbsd.org: src

2018-11-18 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2018/11/18 09:24:05

Modified files:
sys/dev/usb: ohci.c 

Log message:
Remove old USB_DEBUG chunk.



CVS: cvs.openbsd.org: src

2018-11-18 Thread Martin Pieuchot
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2018/11/18 09:23:14

Modified files:
sys/dev/usb: uplcom.c 

Log message:
USB_DEBUG -> UPLCOM_DEBUG.



CVS: cvs.openbsd.org: src

2018-11-18 Thread Otto Moerbeek
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2018/11/18 09:15:18

Modified files:
include: stdlib.h 
lib/libc   : Symbols.list shlib_version 
lib/libc/hidden: stdlib.h 
lib/libc/stdlib: malloc.3 malloc.c 

Log message:
Implement malloc_usable_size(); ok millert@ deraadt@ and jmc@ for the man page



CVS: cvs.openbsd.org: www

2018-11-18 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:www
Changes by: na...@cvs.openbsd.org   2018/11/18 09:01:13

Modified files:
.  : 64.html 

Log message:
7255 packages for mips64el



CVS: cvs.openbsd.org: src

2018-11-18 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:src
Changes by: ajacou...@cvs.openbsd.org   2018/11/18 08:30:04

Modified files:
distrib/syspatch: bsd.syspatch.mk 

Log message:
MACHINE_ARCH -> MACHINE to fix syspatch build on macppc and arm64.

prodded by "multiplexd"
ok tb@ who was coming up with the same patch



CVS: cvs.openbsd.org: src

2018-11-18 Thread Claudio Jeker
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2018/11/18 02:36:23

Modified files:
usr.sbin/bgpd  : parse.y 

Log message:
Use correct name when printing the error message that a network prefix-set
is not found. Fixes crash reported by Tom Smyth.



CVS: cvs.openbsd.org: src

2018-11-18 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/18 01:55:51

Modified files:
usr.sbin/tcpdump: print-ether.c 

Log message:
later versions of 802.1Q replaced the vlan CFI field with DEI

CFI stood for canonical format indicator, and basically said whether
the payload was ethernet of fddi (with 0 meaning ethernet).

DEI stands for drop eligibility indicator



CVS: cvs.openbsd.org: src

2018-11-18 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2018/11/18 01:53:37

Modified files:
usr.sbin/tcpdump: print-ether.c 

Log message:
handle the 802.1Q i-tag format for provider backbone bridges.



CVS: cvs.openbsd.org: src

2018-11-18 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2018/11/18 01:46:57

Modified files:
sys/dev/pci: xhci_pci.c 

Log message:
When parsing extended capabilities, bail out if a register read returns
-1/0x, so we don't run off the end of the register area and crash.
The controller doesn't initialise, but this is still an improvement.
Seen on Dell R6415s when booting in BIOS mode, and possibly on some
Supermicro systems.

ok mpi@



CVS: cvs.openbsd.org: src

2018-11-18 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:src
Changes by: jmatt...@cvs.openbsd.org2018/11/18 01:42:15

Modified files:
sys/dev/pci: if_ixl.c 

Log message:
request notification of link state changes, which helps us detect
link when it takes a bit longer to establish.

ok dlg@