CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 18:00:26 Modified files: sys/dev/pci: if_mcx.c Log message: have mcx_process_txeof return the number of slots it processed. it used a pointer in an argument to communicate that back to the

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 17:40:31 Modified files: sys/dev/pci: if_mcx.c Log message: do a bus space barrier after arming the eq. ok jmatthew@

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 17:21:32 Modified files: sys/dev/pci: if_mcx.c Log message: disable timestamping a little bit harder to avoid divide by 0. hrvoje popovski reports the current code faults on some boxes. i'm

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 17:14:52 Modified files: sys/dev/pci: if_mcx.c Log message: shuffle filling the rx ring so the sw prod is updated before the hw. ok jmatthew@

CVS: cvs.openbsd.org: src

2020-12-26 Thread Klemens Nanni
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/12/26 12:05:13 Modified files: sbin/unwind: unwind.conf.5 Log message: Update default preference list OK florian

CVS: cvs.openbsd.org: src

2020-12-26 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2020/12/26 09:37:54 Modified files: regress/lib/libexpat: Makefile.inc Log message: Include expat_config.h to run regress with matching set of ifdefs.

CVS: cvs.openbsd.org: src

2020-12-26 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/12/26 09:30:59 Modified files: sys/net: bpf.c bpfdesc.h Log message: bpf(4): bpf_d struct: replace bd_rdStart member with bd_nreaders member bd_rdStart is strange. It nominally represents the

CVS: cvs.openbsd.org: src

2020-12-26 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/12/26 08:07:25 Modified files: sbin/unwind: frontend.c resolver.c Log message: Otto hit an impossible situation: an answer bigger than 64k. Log the query and answer SERVFAIL instead of exiting

CVS: cvs.openbsd.org: src

2020-12-26 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2020/12/26 07:42:09 Modified files: regress/lib/libcrypto/CA: Makefile Log message: Start each regress run from scratch with new keys and CA database.

CVS: cvs.openbsd.org: src

2020-12-26 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/12/26 07:26:48 Modified files: sys/kern : sys_generic.c Log message: Simplify parameters of pselregister(). OK mpi@

CVS: cvs.openbsd.org: src

2020-12-26 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2020/12/26 06:50:15 Modified files: regress/usr.sbin/syslogd: LICENSE args-tls-cafile-fake.pl Log message: Timing on slow armv7 machine is different. Instead of a broken pipe error we may also receive a

CVS: cvs.openbsd.org: src

2020-12-26 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/12/26 06:17:33 Modified files: libexec/ld.so : malloc.c Log message: Fix a nasty mem leak in ld.so's own malloc. This was hard to diagnose, since malloc dumping and gdb do not help at all when

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 05:26:01 Modified files: sys/dev/pci: if_mcx.c Log message: reuse the calculated vector as the argument to pci_intr_map_msix. doing the maths again feels error prone.

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 04:59:18 Modified files: sys/dev/pci: if_mcx.c Log message: add bus_dmamap_sync ops around the eq. ok jmatthew@

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 04:49:43 Modified files: sys/dev/pci: if_mcx.c Log message: add some bus_dmamap_syncs around the rq. ok jmatthew@

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 04:40:44 Modified files: sys/dev/pci: if_mcx.c Log message: sprinkle some bus_dmamap_syncs around the cq handling. ok jmatthew@

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 04:31:42 Modified files: sys/dev/pci: if_mcx.c Log message: sprinkle some bus_dmamap_syncs around the sq. ok jmatthew@

CVS: cvs.openbsd.org: src

2020-12-26 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/26 04:06:52 Modified files: sys/dev/pci: if_mcx.c Log message: better manage the lifetime of the dmamem used for various rings. ok jmatthew@