CVS: cvs.openbsd.org: src

2020-02-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/02/18 00:40:49 Modified files: sys/dev/pci/drm/include/linux/sched: signal.h Log message: Use SIGPENDING() instead of CURSIG() for emulating signal_pending(). There is no need for the additional work do

CVS: cvs.openbsd.org: src

2020-02-17 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2020/02/18 00:25:20 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2020-02-17 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/02/17 20:47:19 Modified files: sys/kern : kern_descrip.c Log message: Move setting of UF_EXCLOSE file descriptor flag inside finishdup(). This makes it easier to release fdplock before calling clo

CVS: cvs.openbsd.org: src

2020-02-17 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/02/17 18:18:53 Modified files: usr.sbin/apmd : apmd.c Log message: Further unify apm events and timeout polling code Fake an APM_POWER_CHANGE event if we time out waiting for an event. This allows us

CVS: cvs.openbsd.org: src

2020-02-17 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/02/17 17:12:08 Modified files: sys/dev/sbus : magmareg.h magma.c Log message: magma(4): timeout_add(9) -> timeout_add_msec(9) Remove the tick conversion stuff and use timeout_add_msec(9) directly. C

CVS: cvs.openbsd.org: src

2020-02-17 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/02/17 17:10:23 Modified files: sys/dev/sbus : stp4020.c Log message: stp(4): tsleep(9) -> tsleep_nsec(9) With input from kn@. Compile-tested by kn@. ok kn@

CVS: cvs.openbsd.org: src

2020-02-17 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/02/17 17:06:12 Modified files: sys/dev: ipmi.c Log message: ipmi(4): tsleep(9) -> tsleep_nsec(9) There remains a polling sleep in this driver. We can fix it separately. ok mpi@

CVS: cvs.openbsd.org: src

2020-02-17 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/02/17 17:06:56 Modified files: sys/dev/ic : rtsx.c Log message: rtsx(4): tsleep(9) -> tsleep_nsec(9); ok mpi@

CVS: cvs.openbsd.org: www

2020-02-17 Thread Todd C . Miller
CVSROOT:/cvs Module name:www Changes by: mill...@cvs.openbsd.org 2020/02/17 15:27:11 Modified files: . : mail.html Log message: Update OpenSMTPD security mailing list address.

Re: CVS: cvs.openbsd.org: src

2020-02-17 Thread Claudio Jeker
On Mon, Feb 17, 2020 at 01:57:58PM -0700, Claudio Jeker wrote: > CVSROOT: /cvs > Module name: src > Changes by: clau...@cvs.openbsd.org 2020/02/17 13:57:58 > > Modified files: > sys/dev/ic : ar9003.c > > Log message: > Don't fake up an mbuf to prepend a readiotap header, just u

CVS: cvs.openbsd.org: src

2020-02-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/02/17 13:57:58 Modified files: sys/dev/ic : ar9003.c Log message: Don't fake up an mbuf to prepend a readiotap header, just use bpf_mtap_hdr(). OK claudio@

CVS: cvs.openbsd.org: src

2020-02-17 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/02/17 12:45:00 Modified files: usr.bin/dig/lib/dns/include/dns: tsig.h usr.bin/dig/lib/isc: lex.c usr.bin/dig/lib/isc/unix: Makefile.inc Removed files: usr.bin/dig/lib/isc/inclu

CVS: cvs.openbsd.org: src

2020-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2020/02/17 12:33:51 Modified files: share/man/man4 : ukspan.4 Log message: add HISTORY section

CVS: cvs.openbsd.org: src

2020-02-17 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2020/02/17 12:29:55 Modified files: sys/dev/usb: ukspan.c Log message: missing rcs id

CVS: cvs.openbsd.org: src

2020-02-17 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/02/17 12:00:58 Modified files: sbin/fsirand : fsirand.c Log message: Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so will find the wrong super-block for file systems with 64k block size.

CVS: cvs.openbsd.org: src

2020-02-17 Thread Joerg Jung
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/02/17 11:58:39 Modified files: usr.bin/dig: dig.c usr.bin/dig/lib/isc: app_api.c hash.c log.c netaddr.c parseint.c serial.c sha1.c sha2.c symtab.c usr.b

CVS: cvs.openbsd.org: src

2020-02-17 Thread Pratik Vyas
CVSROOT:/cvs Module name:src Changes by: p...@cvs.openbsd.org2020/02/17 11:16:10 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm: check guest cpl and xsave_mask in xsetbv handler Reported by Maxime Villard. ok kettenis@ brynet@

CVS: cvs.openbsd.org: src

2020-02-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/02/17 09:38:19 Modified files: sys/arch/amd64/amd64: vmm.c Log message: In vcpu_must_stop() use SIGPENDING() to check if there is a possible pending signal for curproc. CURSIG() is doing a fair amount m

CVS: cvs.openbsd.org: src

2020-02-17 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/02/17 09:11:25 Modified files: sbin/dumpfs: dumpfs.c Log message: Do not look for an FFS1 file system at SBLOCK_UFS2. Doing so will find the wrong super-block for file systems with 64k block size.

CVS: cvs.openbsd.org: src

2020-02-17 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/02/17 08:37:09 Modified files: regress/sbin/iked/live: Makefile Log message: Disable name resolution in tcpdump with -n. We always compare source and destination addresses.

CVS: cvs.openbsd.org: src

2020-02-17 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/02/17 08:34:56 Modified files: regress/sbin/iked/live: Makefile Log message: Generate public keys for newly generated local private keys.

CVS: cvs.openbsd.org: src

2020-02-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/02/17 07:37:36 Modified files: sys/dev/ic : ar5008.c Log message: Use m_defrag() to linearize an mbuf chain instead of hand rolling a solution which is not bug free. OK stsp@

CVS: cvs.openbsd.org: src

2020-02-17 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/02/17 07:34:19 Modified files: sys/dev/ic : ar5008.c Log message: Use bpf_mtap_hdr() to prepend the radiotap header instead of faking an mbuf which sits on the stack. Similar change was done in iwm(

CVS: cvs.openbsd.org: src

2020-02-17 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/02/17 06:46:08 Modified files: distrib/notes/octeon: xfer Log message: Typo in RCSID, from Andrius V

CVS: cvs.openbsd.org: src

2020-02-17 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2020/02/17 06:06:45 Modified files: usr.sbin/pkg_add: Makefile Added files: usr.sbin/pkg_add/OpenBSD: InstalledInfo.pm Log message: future replacement for PackageInfo.pm - the name was a bit confusi

CVS: cvs.openbsd.org: src

2020-02-17 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/02/17 05:52:42 Modified files: lib/libcrypto/man: openssl.cnf.5 Log message: Describe the restriction for length of openssl conf value string ok and suggestion jmc@

CVS: cvs.openbsd.org: src

2020-02-17 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2020/02/17 05:51:48 Modified files: lib/libcrypto/conf: conf.h conf_def.c conf_err.c Log message: Restrict the length of openssl conf value string There was no limitation for the length of openssl c

CVS: cvs.openbsd.org: src

2020-02-17 Thread Denis Fondras
CVSROOT:/cvs Module name:src Changes by: de...@cvs.openbsd.org 2020/02/17 01:12:22 Modified files: usr.sbin/ospf6d: rde.c rde.h rde_lsdb.c Log message: Bring ospf6d closer to ospfd - update debug messages to be more precise - simplify call to lsa_self() - drop lsa_find