CVS: cvs.openbsd.org: src

2020-12-10 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2020/12/11 00:27:55 Modified files: usr.sbin/btrace: bt_parse.y Log message: Tracing syscalls which conflict with reserved bt(5) keywords currently causes btrace to reject such programs. An example is exit

CVS: cvs.openbsd.org: src

2020-12-10 Thread Robert Nagy
CVSROOT:/cvs Module name:src Changes by: rob...@cvs.openbsd.org 2020/12/10 23:29:43 Modified files: sbin/mount : mount.c Log message: pass down the `skip' flag to the mountfs() function in the case of manually mounting a device which is not present in fstab(5) so

CVS: cvs.openbsd.org: src

2020-12-10 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/12/10 22:48:23 Modified files: bin/cat: cat.c Log message: cat(1): -n flag: correctly enumerate files with more than INT_MAX lines If we bump 'lines' from an int to an unsigned long long we

CVS: cvs.openbsd.org: src

2020-12-10 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/12/10 22:00:21 Modified files: sys/net: bpf.c bpfdesc.h Log message: bpf(4): BIOCGRTIMEOUT, BIOCSRTIMEOUT: protect bd_rtout with bd_mtx Reading and writing bd_rtout is not an atomic operation,

CVS: cvs.openbsd.org: src

2020-12-10 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/12/10 21:00:33 Modified files: sys/dev: ipmi.c Log message: ipmi(4): tsleep(9) -> tsleep_nsec(9) Tested by sthen@. ok mpi@

CVS: cvs.openbsd.org: src

2020-12-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2020/12/10 14:44:58 Modified files: usr.sbin/unbound: config.guess config.sub configure configure.ac usr.sbin/unbound/daemon: daemon.c unbound.c worker.c usr.sbin/unbound/dnstap: dnstap.c

CVS: cvs.openbsd.org: src

2020-12-10 Thread Stuart Henderson
CVSROOT:/cvs Module name:src Changes by: st...@cvs.openbsd.org 2020/12/10 14:44:29 Log message: import unbound 1.13.0, heavy lifting done by florian@ Status: Vendor Tag: NLNETLABS Release Tags: UNBOUND_1_13_0 U

CVS: cvs.openbsd.org: src

2020-12-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/12/10 11:35:32 Modified files: sbin/dhclient : clparse.c dhclient.8 dhclient.c dhcpd.h Log message: Simplify '-i' handling, failing immediately during command line parsing when an invalid option name

CVS: cvs.openbsd.org: src

2020-12-10 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/12/10 10:30:49 Modified files: usr.bin/sndiod : dsp.c Log message: Check sample signedness when setting up format conversions. Fixes confusion between s16 and u16 found in aucat by James Cook.

CVS: cvs.openbsd.org: src

2020-12-10 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2020/12/10 10:22:21 Modified files: usr.sbin/nsd : config.h.in configlexer.lex configure configure.ac dname.c dns.c dns.h nsd-checkconf.8.in

CVS: cvs.openbsd.org: src

2020-12-10 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/12/10 10:20:39 Modified files: usr.bin/aucat : dsp.c Log message: Check sample signedness when setting up format conversions. Fixes confusion between s16 and u16 found and analysed by James Cook .

CVS: cvs.openbsd.org: src

2020-12-10 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/12/10 09:58:03 Modified files: usr.sbin/vmd : vmboot.c vmboot.h Log message: De-daddr32_t. ok mlarkin@ tb@

CVS: cvs.openbsd.org: src

2020-12-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/12/10 05:53:03 Modified files: sys/net80211 : ieee80211_crypto.c Log message: ieee80211_decrypt must use m_freem() instead of m_free() Patch by zxystd from the OpenIntelWireless project (drivers for

CVS: cvs.openbsd.org: src

2020-12-10 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2020/12/10 05:52:49 Modified files: sys/net80211 : ieee80211_input.c Log message: Fix double-free on error in ieee80211_amsdu_decap(). Bug was introduced by my previous commit to this file. ok tobhe@

CVS: cvs.openbsd.org: src

2020-12-10 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/12/10 05:24:06 Modified files: sys/dev/pci/drm: drm_linux.c sys/dev/pci/drm/include/linux: wait.h Log message: use jiffies var instead of ticks when checking for timeout

CVS: cvs.openbsd.org: src

2020-12-10 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/12/10 03:14:31 Modified files: sbin/iked : parse.y Log message: Print valid ikesa/childsa configuration at startup. Comma seperated transforms are not supported. ok patrick@