CVS: cvs.openbsd.org: src

2020-10-04 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 23:52:19

Modified files:
bin/pax: tar.1 

Log message:
-f - can respresent both stdin and stdout; rework the text a little
to make it read better;

reported by roderick
ok millert



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 23:29:34

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

Log message:
add more ure(4) ids

found in lenovo version of realtek windows driver and linux
ok kevlo@



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 23:28:44

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

Log message:
regen



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 23:28:13

Modified files:
sys/dev/usb: usbdevs 

Log message:
add more ure(4) ids

found in lenovo version of realtek windows driver and linux
ok kevlo@



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 20:27:39

Modified files:
sys/dev/pci/drm/i915: i915_devlist.h 

Log message:
sync



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 20:26:54

Modified files:
sys/dev/pci/drm/include/drm: i915_pciids.h 

Log message:
drm/i915/tgl: Add new PCI IDs to TGL

>From Swathi Dhanavanthri
3882581753d1cca0d32b5a8ad81791b79fb35d67 in mainline linux



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 19:59:10

Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h 

Log message:
regen



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 19:58:33

Modified files:
sys/dev/pci: pcidevs 

Log message:
add more Intel 500 Series LP PCH and Tiger Lake graphics ids



CVS: cvs.openbsd.org: src

2020-10-04 Thread ASOU Masato
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2020/10/04 19:56:17

Modified files:
sys/kern   : vfs_bio.c 

Log message:
Fix write hang-up on file system on vnd.

ok beck@



CVS: cvs.openbsd.org: www

2020-10-04 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2020/10/04 17:23:55

Modified files:
.  : 68.html 

Log message:
delete a bit of weird and annotate missing



CVS: cvs.openbsd.org: www

2020-10-04 Thread Theo de Raadt
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2020/10/04 16:12:48

Modified files:
.  : 68.html 

Log message:
nesting on a block not needed



CVS: cvs.openbsd.org: src

2020-10-04 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2020/10/04 15:58:53

Modified files:
sys/uvm: uvm_mmap.c 

Log message:
Recent changes for PROT_NONE pages to not count against resource limits,
failed to note this also guarded against heavy amap allocations in the
MAP_SHARED case.  Bring back the checks for MAP_SHARED
from semarie, ok kettenis
https://syzkaller.appspot.com/bug?extid=d80de26a8db6c009d060



CVS: cvs.openbsd.org: www

2020-10-04 Thread Ingo Schwarze
CVSROOT:/cvs
Module name:www
Changes by: schwa...@cvs.openbsd.org2020/10/04 15:44:53

Modified files:
.  : 68.html 

Log message:
Split the "general" section because it was of excessive size,
a plan that benno@ liked in general.

I mostly reordered lines, but dropped two entries that detailed
minor tweaks to a subsystems that was only introduced in this release
in the first place (kstat -w, kstat filtering).  I also deleted a
bogus reference to kstat(8), which does not appear to exist.

Besides, i moved three lines to the ARM section, and i moved
the installboot and FFS2 stuff to the installer section.



CVS: cvs.openbsd.org: www

2020-10-04 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:www
Changes by: na...@cvs.openbsd.org   2020/10/04 14:29:11

Modified files:
.  : 68.html 

Log message:
10768 aarch64 and 9688 sparc64 packages, respectively



CVS: cvs.openbsd.org: src

2020-10-04 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2020/10/04 14:22:22

Modified files:
sys/arch/powerpc64/powerpc64: locore.S 

Log message:
Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.
This makes sure a kcopy(9) that is a sequence of 64-bit or 32-bit values
that are properly aligned is done atomically.  This is needed for kbind(2)
as it needs to update PLT/GOT entries atomically when doing lazy binding.

This seems to fix some random SIGSEGV and SIGTRAP when linking stuff with
ld.lld.

ok deraadt@



CVS: cvs.openbsd.org: src

2020-10-04 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2020/10/04 14:03:57

Modified files:
sys/arch/arm64/arm64: copy.S 

Log message:
Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.
This makes sure a kcopy(9) that is a sequence of 64-bit or 32-bit values
that are properly aligned is done atomically.  This is needed for kbind(2)
as it needs to update PLT/GOT entries atomically when doing lazy binding.

This seems to fix some random SIGSEGV and SIGTRAP when linking stuff with
ld.lld.

ok deraadt@, patrick@, drahn@



CVS: cvs.openbsd.org: www

2020-10-04 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2020/10/04 13:39:41

Modified files:
.  : ftp.html ftplist httpslist 
openbgpd   : ftp.html 
openntpd   : portable.html 
openssh: ftp.html portable.html 
rpki-client: portable.html 

Log message:
sync



CVS: cvs.openbsd.org: www

2020-10-04 Thread Sebastian Benoit
CVSROOT:/cvs
Module name:www
Changes by: be...@cvs.openbsd.org   2020/10/04 13:38:36

Modified files:
build  : mirrors.dat 

Log message:
Add new mirror https://mirror.fsrv.services/pub/OpenBSD, run by
Florian Bauer. Thanks for mirroring OpenBSD.



CVS: cvs.openbsd.org: www

2020-10-04 Thread Tobias Heider
CVSROOT:/cvs
Module name:www
Changes by: to...@cvs.openbsd.org   2020/10/04 13:13:46

Modified files:
.  : 68.html 

Log message:
Added AES-GCM to iked default configuration.



CVS: cvs.openbsd.org: src

2020-10-04 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2020/10/04 12:49:22

Modified files:
sys/dev: kcov.c 

Log message:
Remove outdated comment.



CVS: cvs.openbsd.org: www

2020-10-04 Thread Florian Obser
CVSROOT:/cvs
Module name:www
Changes by: flor...@cvs.openbsd.org 2020/10/04 11:14:09

Modified files:
.  : 68.html 

Log message:
acme-client:
- no need to mention tiny error reporting improvement
- tab vs space
- mention that we no support authorities requiring email contacts



CVS: cvs.openbsd.org: www

2020-10-04 Thread Florian Obser
CVSROOT:/cvs
Module name:www
Changes by: flor...@cvs.openbsd.org 2020/10/04 11:05:59

Modified files:
.  : 68.html 

Log message:
The installer handles multiple root disks when an upgrade got initiated
by sysupgrade(8).



CVS: cvs.openbsd.org: src

2020-10-04 Thread Stuart Henderson
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org   2020/10/04 09:51:54

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

Log message:
sync



CVS: cvs.openbsd.org: src

2020-10-04 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2020/10/04 06:44:49

Modified files:
share/man/man4 : bpe.4 vlan.4 

Log message:
Fix IEEE 802.1Q link



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 04:36:55

Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h 

Log message:
regen



CVS: cvs.openbsd.org: src

2020-10-04 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/10/04 04:35:35

Modified files:
sys/dev/pci: pcidevs 

Log message:
add more Intel 400 Series LP PCH and Comet Lake graphics ids



CVS: cvs.openbsd.org: src

2020-10-04 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/10/04 03:45:01

Modified files:
usr.bin/ssh: hostfile.c hostfile.h sshconnect.c 
 sshconnect2.c 

Log message:
when ordering host key algorithms in the client, consider the ECDSA
key subtype; ok markus@



CVS: cvs.openbsd.org: www

2020-10-04 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:www
Changes by: jmatt...@cvs.openbsd.org2020/10/04 03:25:38

Modified files:
.  : 68.html 

Log message:
mcx(4) also does hardware checksumming now



CVS: cvs.openbsd.org: www

2020-10-04 Thread Jonathan Matthew
CVSROOT:/cvs
Module name:www
Changes by: jmatt...@cvs.openbsd.org2020/10/04 03:21:40

Modified files:
.  : 68.html 

Log message:
List network drivers with multi-queue in one place



CVS: cvs.openbsd.org: src

2020-10-04 Thread Denis Fondras
CVSROOT:/cvs
Module name:src
Changes by: de...@cvs.openbsd.org   2020/10/04 01:24:46

Modified files:
usr.sbin/ospf6d: rde_lsdb.c 

Log message:
Fix indent



CVS: cvs.openbsd.org: src

2020-10-04 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2020/10/04 00:59:16

Modified files:
sys/net: if_tun.c 

Log message:
fix indent