CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/04 00:33:31
Modified files:
sys/dev/pci/drm/i915: intel_runtime_pm.c
Log message:
Re-enable call to intel_hpd_poll_init() in vlv_display_power_well_deinit().
Allows valleyview and cherryview machines
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/04 00:22:51
Modified files:
usr.bin/openssl: openssl.1
Log message:
the formatting for the mini synopses in this page did not render well
on html or groff. the solution, to replace the non-standard .
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/10/03 23:00:49
Modified files:
sys/net: if_gif.c
sys/netinet: ip_ether.h ip_ipip.h
Log message:
gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.
ip_ether.h is w
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/10/03 22:52:40
Modified files:
sys/netinet: ip_ether.h
Log message:
get rid of prototypes for mplsip_input and mplsip_output. they don't exist.
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/10/03 22:31:59
Modified files:
usr.bin/ssh: sftp-client.c
Log message:
fix memory leak in error path; bz#3074
patch from krishnaiah.bo...@intel.com, ok dtucker
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/10/03 22:13:39
Modified files:
usr.bin/ssh: match.c
Log message:
space
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/10/03 21:39:19
Modified files:
regress/usr.bin/ssh: sshsig.sh
Log message:
more sshsig regress tests: check key revocation, the check-novalidate
signature test mode and signing keys in ssh-agent.
>From
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2019/10/03 21:26:58
Modified files:
usr.bin/ssh: moduli.c
Log message:
Check for gmtime failure in moduli generation. Based on patch from
krishnaiah.bo...@intel.com, ok djm@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/03 19:13:09
Modified files:
sys/conf : GENERIC
Log message:
disable POOL_DEBUG for release
ok deraadt@
CVSROOT:/cvs
Module name:www
Changes by: sol...@cvs.openbsd.org 2019/10/03 17:32:48
Modified files:
faq: faq10.html
Log message:
Add sparc64 in the list of architectures receiving binary packages updates
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2019/10/03 12:47:19
Modified files:
sys/kern : sys_generic.c
Log message:
poll(2), ppoll(2), select(2), pselect(2): always set P_SELECT before tsleep
When I introduced the tsleep loops in r1.23 I scre
CVSROOT:/cvs
Module name:www
Changes by: t...@cvs.openbsd.org2019/10/03 11:59:59
Modified files:
. : errata64.html errata65.html
Log message:
release unbound and dhcpd errata.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2019/10/03 11:45:27
Modified files:
lib/libcrypto/rsa: rsa_oaep.c
Log message:
Move towards making RSA OAEP functions handle arbitrary message digests.
Based on OpenSSL 1.1.1.
ok tb@, inoguchi@ (on an earl
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/03 11:07:50
Modified files:
usr.bin/ssh: ssh-keygen.1 ssh-keygen.c
Log message:
use a more common options order in SYNOPSIS and sync usage();
while here, no need for Bk/Ek;
ok dtucker
CVSROOT:/cvs
Module name:src
Changes by: be...@cvs.openbsd.org 2019/10/03 11:04:28
Modified files:
usr.sbin/unbound/util/data: Tag: OPENBSD_6_4 msgparse.c
Log message:
Fix CVE-2019-16866:
Recent versions of Unbound contain a problem that may cause Unbound to
crash after
CVSROOT:/cvs
Module name:src
Changes by: be...@cvs.openbsd.org 2019/10/03 11:03:21
Modified files:
sbin/unwind/libunbound/util/data: Tag: OPENBSD_6_5 msgparse.c
usr.sbin/unbound/util/data: Tag: OPENBSD_6_5 msgparse.c
Log message:
Fix CVE-2019-16866:
Recent vers
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org 2019/10/03 10:37:15
Modified files:
faq: upgrade66.html
Log message:
Diskspace requirements increased a bit. One should check if there is
enough space before doing the upgrade. ok deraadt@
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2019/10/03 08:49:32
Modified files:
usr.sbin/dhcpd : Tag: OPENBSD_6_4 icmp.c
Log message:
Properly initalize the ICMP message to zero to avoid leaking 4-byte
of uninitialised memory in the sent icmp echorequ
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2019/10/03 08:48:44
Modified files:
usr.sbin/dhcpd : Tag: OPENBSD_6_5 icmp.c
Log message:
Properly initalize the ICMP message to zero to avoid leaking 4-byte
of uninitialised memory in the sent icmp echorequ
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2019/10/03 07:58:59
Modified files:
sys/kern : kern_sig.c
Log message:
sysctl global nosuidcoredump was being inspected twice inside coredump(),
with a sleep between. Reorganize the code for a single
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2019/10/03 07:36:15
Modified files:
usr.sbin/dhcpd : icmp.c
Log message:
Properly initalize the ICMP message to zero to avoid leaking 4-byte
of uninitialised memory in the sent icmp echorequest.
Reported by
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2019/10/03 07:32:27
Modified files:
sbin/unwind/libunbound/util/data: msgparse.c
usr.sbin/unbound/util/data: msgparse.c
Log message:
Fix CVE-2019-16866
---
Recent versions of Unbound contain a probl
On Thu 3. Oct 2019 at 9.12, Philip Guenther wrote:
> CVSROOT:/cvs
> Module name:src
> Changes by: guent...@cvs.openbsd.org2019/10/03 00:10:54
>
> Modified files:
> libexec/ld.so : dlfcn.c library_subr.c loader.c resolve.c
> resolve.h
>
> L
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2019/10/03 06:43:58
Modified files:
usr.sbin/sysupgrade: sysupgrade.8
Log message:
Document /auto_upgrade.conf.
While here Xr autoinstall(8).
Prompted by a question from jungle boogie on bugs@
OK deraadt
Inp
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2019/10/03 06:03:49
Modified files:
usr.sbin/relayd: snmp.c
Log message:
Make relayd properly return the next element, even if the requested element
doesn't exist in its own structure. This could greatly be
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2019/10/03 06:00:40
Modified files:
usr.sbin/snmpd : mps.c smi.c
Log message:
For getnext request check if the requested oid or one of its parent
elements exists and is a (agentx) registered element. If so,
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2019/10/03 05:05:54
Modified files:
regress/usr.sbin/snmpd: Makefile snmpd.sh
Log message:
Now that we have snmp set, we can fully remove the dependency on netsnmp.
CVSROOT:/cvs
Module name:src
Changes by: mart...@cvs.openbsd.org 2019/10/03 05:02:26
Modified files:
usr.bin/snmp : snmp.1 snmp.c snmp.h snmpc.c
Log message:
Implement snmp set.
Manpage help jmc@ schwarze@
OK semarie@ claudio@
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2019/10/03 04:39:08
Modified files:
usr.bin/tmux : cmd-list-keys.c
Log message:
Use a malloc'd buffer for lsk since commands can be very long, from Gregory
Pakosz.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/10/03 04:26:38
Modified files:
distrib/arm64/ramdisk: Makefile install.md
Log message:
remove device_tree_address from rpi config.txt
U-Boot has been built with CONFIG_OF_BOARD for a year now
ok patric
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2019/10/03 04:24:06
Modified files:
usr.bin/tmux : cmd-list-keys.c cmd-parse.y cmd.c
layout-custom.c tty-term.c
Log message:
Do not lazily use BUFSIZ for "I don't care what size"
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2019/10/03 02:51:43
Modified files:
usr.sbin/smtpd : spfwalk.c
Log message:
no need to increment argv and decrement argc, we're not using them later
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2019/10/03 02:50:08
Modified files:
usr.sbin/smtpd : mda.c
Log message:
no need to set n to 0 right before assigning it ret value from io_printf()
CVSROOT:/cvs
Module name:src
Changes by: fcam...@cvs.openbsd.org 2019/10/03 02:29:18
Modified files:
sys/dev/wsfont : spleen12x24.h spleen32x64.h spleen5x8.h
Log message:
Update Spleen kernel fonts to version 1.5.0, bringing the following
improvements:
- Tweak the digit
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2019/10/03 01:55:34
Modified files:
usr.sbin/rpki-client: ip.c
Log message:
memset struct ip_addr before assigning values to it. in the IPv4 case
12 bytes of the struct were not touched and left uninitialize
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2019/10/03 01:32:19
Modified files:
sys/dev/usb: if_umb.c
Log message:
Switch the bpf of umb(4) from DTL_RAW to DTL_LOOP. DTL_RAW is limited to
ip only whereas DTL_LOOP passes the address family of the p
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2019/10/03 01:23:46
Modified files:
usr.bin/snmp : snmpc.c
Log message:
use the right argv element for the error message.
ok martijn@
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org 2019/10/03 01:03:24
Modified files:
usr.sbin/smtpd : iobuf.c
Log message:
remove useless check and dead code
38 matches
Mail list logo