CVS: cvs.openbsd.org: src

2019-05-28 Thread Jonathan Matthew
CVSROOT:/cvs Module name:src Changes by: jmatt...@cvs.openbsd.org2019/05/28 22:31:16 Modified files: sys/dev/pci: if_mcx.c Log message: Add jumbo frame support. Set the port MTU as high as we can (up to 9500) and allocate dma maps and receive buffers to

CVS: cvs.openbsd.org: src

2019-05-28 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/28 17:24:44 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: oops, let cdrom normalize if it's there. Noticed by sthen@

CVS: cvs.openbsd.org: src

2019-05-28 Thread Patrick Wildt
CVSROOT:/cvs Module name:src Changes by: patr...@cvs.openbsd.org 2019/05/28 14:32:30 Modified files: sys/arch/arm64/arm64: locore.S locore0.S machdep.c pmap.c Log message: On bigger arm64 machines with plenty of memory it is possible that the kernel, which is allocated

CVS: cvs.openbsd.org: src

2019-05-28 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/05/28 13:31:42 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm PkgCreate.pm Log message: make PERMIT_CDROM info optional as discussed with sthen@, code slightly adjusted

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 12:53:36 Modified files: usr.bin/tmux : status.c Log message: Redraw status line if size changes, GitHub issue 1762. Also fix length of target buffer when pasting into status line.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/05/28 12:39:06 Modified files: sys/net: bfd.c Log message: Fix reporting of up->down transition in routing message The code for updating the laststate and timer is looking at laststate before

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 12:30:30 Modified files: usr.bin/tmux : arguments.c Log message: Do not read past the end of the argument string if it is empty.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/05/28 12:20:30 Modified files: usr.bin/rsync : main.c Log message: unintialized fd passed to close(), found by hiltjo posthuma

CVS: cvs.openbsd.org: src

2019-05-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/05/28 12:20:01 Modified files: sys/arch/amd64/amd64: identcpu.c Log message: Correct the test for when the L1TF vulnerablity has been mitigated via either hardware update (RDCL_NO) or our being

CVS: cvs.openbsd.org: src

2019-05-28 Thread Philip Guenther
CVSROOT:/cvs Module name:src Changes by: guent...@cvs.openbsd.org2019/05/28 12:17:01 Modified files: sys/arch/amd64/amd64: cpu.c Log message: Skip doing MDS mitigation on vmm entry if the new firmware is present, as it enhances the L1D_FLUSH MSR to flush MDS too

CVS: cvs.openbsd.org: src

2019-05-28 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/05/28 11:38:02 Modified files: sys/arch/amd64/stand/libsa: exec_i386.c Log message: Cleanup some bootloader code Refactoring to remove 'long_kernel' variable and consistent use of 'entry' and

CVS: cvs.openbsd.org: src

2019-05-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/05/28 11:34:32 Modified files: lib/libssl : ssl_tlsext.c Log message: Fix typo and label indent.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2019/05/28 11:16:42 Modified files: lib/libssl : ssl_tlsext.c Log message: Tidy up some names/structures following the renaming of TLS extension functions based on message type

CVS: cvs.openbsd.org: www

2019-05-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/05/28 11:03:19 Modified files: . : errata22.html Log message: more cleanup

CVS: cvs.openbsd.org: www

2019-05-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/05/28 10:52:04 Modified files: . : errata21.html Log message: fix a few more things, wow 1997 is so long ago

CVS: cvs.openbsd.org: www

2019-05-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:www Changes by: dera...@cvs.openbsd.org 2019/05/28 10:32:42 Modified files: . : errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html

CVS: cvs.openbsd.org: www

2019-05-28 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/05/28 09:05:14 Modified files: . : errata64.html errata65.html Log message: release mds errata.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/05/28 08:49:39 Modified files: lib/libc : Symbols.list Log message: _thread_sys___realpath must be exported like _thread_sys___getcwd obviously. None will all it, but this is the mechanism by

CVS: cvs.openbsd.org: src

2019-05-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/05/28 08:23:51 Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_6_4 cpu.c genassym.cf identcpu.c locore.S mainbus.c vector.S vmm.c

CVS: cvs.openbsd.org: src

2019-05-28 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/05/28 08:23:22 Modified files: sys/arch/amd64/amd64: Tag: OPENBSD_6_5 cpu.c genassym.cf identcpu.c locore.S mainbus.c vmm.c vmm_support.S

CVS: cvs.openbsd.org: src

2019-05-28 Thread Bryan Steele
CVSROOT:/cvs Module name:src Changes by: bry...@cvs.openbsd.org 2019/05/28 08:17:57 Modified files: share/man/man5 : hosts.5 Log message: Remove mention of YP lookup from hosts(5), as support was removed from resolv.conf in 2015. Diff from Jan-Piet Mens ok deraadt@

CVS: cvs.openbsd.org: src

2019-05-28 Thread Bob Beck
CVSROOT:/cvs Module name:src Changes by: b...@cvs.openbsd.org2019/05/28 07:08:56 Modified files: lib/libc/stdlib: realpath.c lib/libc/sys : Makefile.inc Log message: Enable the use of the kernel __realpath() system call in the libc wrapper. For now, this

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 06:20:29 Modified files: usr.bin/tmux : cmd-source-file.c Log message: Exit 1 correctly if source-file fails.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 05:46:30 Modified files: usr.bin/tmux : cmd-source-file.c tmux.1 Log message: Allow source-file to take multiple arguments.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/05/28 04:33:04 Modified files: include: pthread_np.h Log message: Include pthread.h to make this header standalone (needs pthread_t and others) Will get us rid of pointless patches in the

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 04:27:11 Modified files: usr.bin/tmux : key-bindings.c Log message: Change the default right click pane to open the menu if not in a mode and no application mouse.

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 04:05:25 Modified files: usr.bin/tmux : key-bindings.c Log message: Add key bindings to open the window and pane menus (C-m and M-m for now).

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 03:50:54 Modified files: usr.bin/tmux : key-bindings.c menu.c screen-write.c tmux.1 Log message: Allow menu items to be disabled by putting a - at the start of their name, rather than just

CVS: cvs.openbsd.org: src

2019-05-28 Thread Stefan Fritsch
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/05/28 02:44:27 Modified files: sys/arch/i386/conf: GENERIC Log message: Enable virtio again since the compilation problems have been fixed. ok deraadt@

CVS: cvs.openbsd.org: src

2019-05-28 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/05/28 01:36:37 Modified files: usr.sbin/vmd : ns8250.c ns8250.h Log message: Make vmd(8)'s ns8250 emulation more correct Remove the scratch register (8250s don't have this), and reorganize some

CVS: cvs.openbsd.org: src

2019-05-28 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/05/28 01:18:42 Modified files: usr.bin/tmux : cmd-display-menu.c format.c key-bindings.c menu.c mode-tree.c tmux.1 tmux.h window-buffer.c

CVS: cvs.openbsd.org: src

2019-05-28 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2019/05/28 00:49:46 Modified files: usr.sbin/ntpd : config.c constraint.c control.c ntp.c ntp_dns.c ntpd.h Log message: A step in solving the bootstrap problem in a dnssec