CVS: cvs.openbsd.org: src

2019-08-26 Thread Martijn van Duren
CVSROOT:/cvs Module name:src Changes by: mart...@cvs.openbsd.org 2019/08/27 00:14:28 Modified files: usr.bin/snmp : snmp.c Log message: Better error reporting on malformed packets.

CVS: cvs.openbsd.org: src

2019-08-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/08/26 22:26:50 Modified files: sys/dev/pci: if_ixl.c Log message: don't check the page number was set correctly. there are some extremely terrible modules out there that violate specs badly. some S

CVS: cvs.openbsd.org: src

2019-08-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/08/26 18:49:48 Modified files: sys/netmpls: mpls_output.c Log message: use m_getptr to get to the right mbuf and offset for the ttl in mpls_gettl. problem found by and this fix was tested by groos

CVS: cvs.openbsd.org: src

2019-08-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/08/26 18:40:26 Modified files: sys/dev/pci: if_ixl.c Log message: make SIOCGIFSFFPAGE support QSFP modules better. basically the "read phy register" admin op uses the "address" field on SFP modules

CVS: cvs.openbsd.org: src

2019-08-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/08/26 18:33:57 Modified files: sbin/ifconfig : sff.c Log message: make a start at reporting qsfp monitor values. i have some qsfp DACs and a couple of optics, and they're all terrible, so this is abou

CVS: cvs.openbsd.org: src

2019-08-26 Thread Sebastian Benoit
CVSROOT:/cvs Module name:src Changes by: be...@cvs.openbsd.org 2019/08/26 16:22:14 Modified files: usr.bin/rsync : uploader.c Log message: replace a mmap() with pread(). The mmap() is not needed, the file is read sequentially anyway, (hash-sized) block by block. This a

CVS: cvs.openbsd.org: src

2019-08-26 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/08/26 12:56:30 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync

CVS: cvs.openbsd.org: src

2019-08-26 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/08/26 12:56:29 Modified files: sys/kern : vfs_subr.c vfs_vnops.c vfs_vops.c sys/sys: vnode.h Log message: When a thread tries to exclusively lock a vnode, the same thread must ens

CVS: cvs.openbsd.org: src

2019-08-26 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2019/08/26 12:53:58 Modified files: sbin/pfctl : parse.y sbin/ipsecctl : parse.y Log message: Fix file descriptor leak due to popfile() never closing the main config file. The fix is the same

CVS: cvs.openbsd.org: src

2019-08-26 Thread Pamela Mosiejczuk
CVSROOT:/cvs Module name:src Changes by: pam...@cvs.openbsd.org 2019/08/26 12:50:04 Modified files: sbin/slaacd: engine.c Log message: free(3) style functions should accept NULL and do nothing OK florian

CVS: cvs.openbsd.org: src

2019-08-26 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/08/26 12:47:53 Modified files: sys/netinet6 : frag6.c ip6_var.h Log message: Do not use the flow of the first fragment to store ECN information. Handle the ECN in the fragment queue. Reported-by: syzb

CVS: cvs.openbsd.org: src

2019-08-26 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2019/08/26 10:41:08 Modified files: sbin/iked : parse.y Log message: Fix file descriptor leak in config parser. Inspired by bgpd parse.y. ok patrick@

CVS: cvs.openbsd.org: src

2019-08-26 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/08/26 10:35:41 Modified files: usr.bin/tmux : cmd-swap-window.c Log message: Fix swap-window -d to work as intended, GitHub issue 1879 from Sam Stuewe.

CVS: cvs.openbsd.org: src

2019-08-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/08/26 09:23:49 Modified files: sbin/ifconfig : ifconfig.c Log message: Adjust umb DNS printing code since the type of those addresses changed. OK gerhard@

CVS: cvs.openbsd.org: src

2019-08-26 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/08/26 09:23:02 Modified files: sys/dev/usb: if_umb.c if_umb.h Log message: Replace umb_ntop() with sockaddr_ntop() which does almost the same thing. Also change the storage type for the DNS addresse

CVS: cvs.openbsd.org: src

2019-08-26 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/08/26 06:45:27 Modified files: lib/libcrypto/man: ASN1_INTEGER_get.3 Log message: document i2a_ASN1_INTEGER(3)

CVS: cvs.openbsd.org: src

2019-08-26 Thread Paul Irofti
CVSROOT:/cvs Module name:src Changes by: piro...@cvs.openbsd.org 2019/08/26 06:41:47 Modified files: sys/arch/amd64/include: pctr.h Log message: Remove rdtsc macro. This is legacy code and was probably used instead of the desried inline'd function in cpufunc.h. OK deraa

CVS: cvs.openbsd.org: src

2019-08-26 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/08/26 05:41:31 Modified files: lib/libcrypto/man: Makefile ASN1_TYPE_get.3 Added files: lib/libcrypto/man: ASN1_put_object.3 Log message: document ASN1_put_object(3) and ASN1_put_eoc(3)

CVS: cvs.openbsd.org: src

2019-08-26 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/08/26 05:24:03 Modified files: sys/dev/fdt: dwpcie.c Log message: Remove unnecessary retrieval of the GPC regmap. We don't need it since the imxgpc(4)'s power domain framework will take care of the

CVS: cvs.openbsd.org: src

2019-08-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/08/26 05:05:54 Modified files: sys/dev/pci: if_msk.c Log message: remove some debug cruft that i should have removed after the addr64 stuff

CVS: cvs.openbsd.org: src

2019-08-26 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/08/26 03:53:31 Modified files: sys/net80211 : ieee80211_node.c Log message: remove redundant assignment to ic_curmode This assignment to ic_curmode is redundant because it already occurs inside ieee8

CVS: cvs.openbsd.org: src

2019-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/08/26 03:44:26 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : amlreset.4 Log message: amlreset(4)

CVS: cvs.openbsd.org: src

2019-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/08/26 03:42:31 Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt: files.fdt Added files: sys/dev/fdt: amlreset.c Log message: Add amlreset(4), a driver t

CVS: cvs.openbsd.org: src

2019-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/08/26 03:22:27 Modified files: sys/dev/ofw: ofw_gpio.c Log message: Implement GPIO hogging. ok patrick@

CVS: cvs.openbsd.org: src

2019-08-26 Thread Alexandr Nedvedicky
CVSROOT:/cvs Module name:src Changes by: sas...@cvs.openbsd.org 2019/08/26 03:19:12 Modified files: sys/net: pf.c Log message: pf.conf "set timeout interval 1" causes kernel crash (bug reported and fix tested by Kor) ok kn@

CVS: cvs.openbsd.org: src

2019-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/08/26 03:16:39 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : amluart.4 Log message: amluart(4)

CVS: cvs.openbsd.org: src

2019-08-26 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/08/26 03:10:22 Modified files: sys/arch/arm64/arm64: machdep.c sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt: files.fdt Added files: sys/dev/fdt: amluart.c

CVS: cvs.openbsd.org: src

2019-08-26 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/08/26 01:59:02 Modified files: lib/libcrypto/man: ASN1_STRING_length.3 Log message: document ASN1_OCTET_STRING_cmp(3), ASN1_OCTET_STRING_dup(3), and ASN1_OCTET_STRING_set(3)