CVS: cvs.openbsd.org: src

2020-12-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/09 23:53:38 Modified files: sys/net: fq_codel.c Log message: classify packets without a flowid into bucket 0, not a random bucket. putting packets into random buckets means packets in a flow

CVS: cvs.openbsd.org: src

2020-12-09 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/12/09 23:40:22 Modified files: sys/net: pf.c Log message: when setting a flowid, set the M_FLOWID csum_flags bit too. this "fixes" TCP going over an interface with fq codel enabled. the way the

CVS: cvs.openbsd.org: src

2020-12-09 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/12/09 22:05:39 Modified files: sys/dev/pci/drm/include/linux: jiffies.h Log message: remove timespec_to_jiffies() which no longer exists in linux

CVS: cvs.openbsd.org: src

2020-12-09 Thread Greg Steuck
CVSROOT:/cvs Module name:src Changes by: gne...@cvs.openbsd.org 2020/12/09 21:27:25 Modified files: sys/ddb: db_usrreq.c Log message: Convert ddb_sysctl to sysctl_bounded_arr ok gkoehler@

CVS: cvs.openbsd.org: src

2020-12-09 Thread Greg Steuck
CVSROOT:/cvs Module name:src Changes by: gne...@cvs.openbsd.org 2020/12/09 21:27:07 Modified files: sys/net: if_gre.c Log message: Convert gre_sysctl to sysctl_bounded_arr Fixed up a reference to gre_wccp where a fixed value from wwcp standard was intended. ok

CVS: cvs.openbsd.org: src

2020-12-09 Thread Greg Steuck
CVSROOT:/cvs Module name:src Changes by: gne...@cvs.openbsd.org 2020/12/09 21:26:50 Modified files: sys/kern : sched_bsd.c Log message: Use sysctl_int_bounded for sysctl_hwsetperf Removed some trailing whitespace while there. ok gkoehler@

CVS: cvs.openbsd.org: src

2020-12-09 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/12/09 14:54:11 Modified files: sys/net80211 : ieee80211_input.c Log message: Ignore trailing data in A-MSDU frame buffers if it is smaller than the Ethernet header size. Avoids spurious "input packet

CVS: cvs.openbsd.org: src

2020-12-09 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2020/12/09 13:00:11 Modified files: usr.bin/awk: FIXES README.md awk.1 b.c lex.c lib.c main.c parse.c proto.h run.c tran.c Log message: Update awk to December 8, 2020 version. P

CVS: cvs.openbsd.org: src

2020-12-09 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/12/09 11:58:19 Modified files: sys/kern : kern_event.c kern_exit.c sys/sys: event.h proc.h Log message: Add kernel-only per-thread kqueue & helpers to initialize and free it. Thi

CVS: cvs.openbsd.org: src

2020-12-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/12/09 11:11:18 Modified files: sys/arch/i386/conf: RAMDISK Log message: fxp does not currently fit

CVS: cvs.openbsd.org: src

2020-12-09 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/12/09 11:10:19 Modified files: sys/arch/alpha/stand/boot: disk.c disk.h sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/efi32: conf.c

CVS: cvs.openbsd.org: src

2020-12-09 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/12/09 08:50:58 Modified files: sys/net80211 : ieee80211_input.c ieee80211_proto.c Log message: Disable A-MSDU support again. iwm(4) 9k and iwx(4) need more work before AMSDU can be enabled. These dev

CVS: cvs.openbsd.org: src

2020-12-09 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/12/09 08:45:58 Modified files: distrib/loongson/ramdisk: install.md Log message: Gdium bootblocks are still dumb, and cannot load the kernel from ffs. This chunk was incorrectly removed recently with in

CVS: cvs.openbsd.org: www

2020-12-09 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2020/12/09 06:52:25 Modified files: . : support.html build : support.dat Log message: add amglabs.net; thanks to martijn@ and jj@ for pointing out that it does mention

CVS: cvs.openbsd.org: src

2020-12-09 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/12/09 06:24:22 Modified files: sys/net80211 : ieee80211_input.c Log message: Flush reorder buffer after gap timeout, otherwise the frames remain in the buffer until the next frame is received. Found

CVS: cvs.openbsd.org: src

2020-12-09 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2020/12/09 05:11:13 Modified files: sys/arch/arm64/arm64: pmap.c Log message: Remove redundant TLB flush. All callers of pmap_pte_remove() were already calling ttlb_flush(). ok patrick@

CVS: cvs.openbsd.org: src

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/12/09 04:33:10 Modified files: usr.sbin/rpki-client: rpki-client.8 Log message: Lets claim RFC6493 support.

CVS: cvs.openbsd.org: src

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/12/09 04:30:44 Modified files: regress/usr.sbin/rpki-client: Makefile.inc Added files: regress/usr.sbin/rpki-client: test-gbr.c regress/usr.sbin/rpki-client/gbr:

CVS: cvs.openbsd.org: src

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/12/09 04:29:50 src/regress/usr.sbin/rpki-client/gbr Update of /cvs/src/regress/usr.sbin/rpki-client/gbr In directory cvs.openbsd.org:/tmp/cvs-serv87839/gbr Log Message: Directory /cvs/src/regress/usr.sbin/rpki-

CVS: cvs.openbsd.org: src

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/12/09 04:29:04 Modified files: usr.sbin/rpki-client: Makefile extern.h main.c output-json.c output.c Added files: usr.sbin/rpki-client: gbr.c Log message: Validat

CVS: cvs.openbsd.org: src

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/12/09 04:25:08 Modified files: usr.sbin/rpki-client: mft.c Log message: All files provided in a manifest needs to be checked against the provided hash even if rpki-client ignores this file later on. OK

CVS: cvs.openbsd.org: src

2020-12-09 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/12/09 04:22:47 Modified files: regress/usr.sbin/rpki-client: test-cert.c Log message: If provided print the RRDP notify URL along the MFT rsync URL