CVS: cvs.openbsd.org: src

2019-12-20 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/12/21 00:16:02 Modified files: usr.sbin/smtpd : smtp_session.c Log message: do not generate smtp reports for unfiltered sessions, the events will be discarded in lookup process anyways and this goes in

CVS: cvs.openbsd.org: src

2019-12-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/12/20 23:01:09 Modified files: lib/libc/gen : auth_subr.3 Log message: Warn that auth_call(3) users should include a "--" argument before non-optional arguments to stop getopt(3) processing. ok deraa

CVS: cvs.openbsd.org: src

2019-12-20 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/12/20 22:23:38 Modified files: lib/libc/sys : madvise.2 mmap.2 mprotect.2 msync.2 munmap.2 Log message: In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source) mmap(), munman(), madvise() and mpr

CVS: cvs.openbsd.org: src

2019-12-20 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/12/20 19:33:07 Modified files: regress/usr.bin/ssh: agent.sh sshcfgparse.sh Log message: unit tests for ForwardAgent=/path; from Eric Chiang

CVS: cvs.openbsd.org: src

2019-12-20 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/12/20 19:19:13 Modified files: usr.bin/ssh: authfd.c authfd.h clientloop.c readconf.c readconf.h ssh.c ssh_config.5 Log message: Allow forwarding a different agent socket t

CVS: cvs.openbsd.org: src

2019-12-20 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/12/20 16:39:01 Modified files: regress/lib/libpthread/semaphore/sem_timedwait: sem_timedwait.c Log message: Fix the sem_timedwait(3) test. The recent clock_getres(2) changes made it so that clock_getre

CVS: cvs.openbsd.org: src

2019-12-20 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/12/20 16:03:30 Modified files: usr.sbin/bind/bin/dig: dig.1 host.1 Log message: Remove blurb about IDN support, which we disable. Input from and ok jmc@

CVS: cvs.openbsd.org: src

2019-12-20 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/12/20 15:30:16 Modified files: regress/sys/netinet/ipsec: ipsec.conf Log message: The IPsec policy check for IPComp bundles has been fixed in the kernel. So we can make the test config stricter. Chang

CVS: cvs.openbsd.org: src

2019-12-20 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/12/20 13:28:55 Modified files: usr.bin/ssh: PROTOCOL.u2f Log message: SSH U2F keys can now be used as host keys. Fix a garden path sentence. ok markus@

CVS: cvs.openbsd.org: src

2019-12-20 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/12/20 12:16:40 Modified files: lib/libc/stdlib: rand48.3 Log message: drand48(3) returns values in [0.0, 1.0). >From j...@bitminer.ca with input from Andras Farkas, deraadt, joerg@netbsd "fix however

CVS: cvs.openbsd.org: src

2019-12-20 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/12/20 09:54:19 Modified files: lib/libc/gmon : Makefile.inc Log message: The mcount.po target is special cased here since mcount.c should not be compiled with pie or profiling enabled. This was missed

CVS: cvs.openbsd.org: src

2019-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/12/20 06:34:41 Modified files: sys/arch/loongson/loongson: bus_dma.c loongson2_machdep.c sys/arch/mips64/mips64: mem.c sys_machdep.c vm_machdep.c sys/arch/octeon/octeon: bus_dma.c machde

CVS: cvs.openbsd.org: src

2019-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/12/20 06:29:23 Modified files: sys/arch/sgi/sgi: ip27_machdep.c Log message: Replace a lonely TRUE. OK mpi@

CVS: cvs.openbsd.org: src

2019-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/12/20 06:27:41 Modified files: sys/arch/mips64/mips64: pmap.c Log message: Convert boolean_t/TRUE/FALSE to int/1/0 in mips64 pmap. Rename variables for clarity while here. OK mpi@

CVS: cvs.openbsd.org: src

2019-12-20 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/12/20 06:25:03 Modified files: sys/arch/loongson/loongson: conf.c Log message: Fix build.

CVS: cvs.openbsd.org: src

2019-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/12/20 03:23:27 Modified files: sys/dev/pci: if_iwm.c Log message: Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, rather than writing a hard-coded bit pattern to this register. Ma

CVS: cvs.openbsd.org: src

2019-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/12/20 03:16:23 Modified files: sys/dev/ic : ar5008.c Log message: Make athn(4) use a constant Tx retry rate while MiRA is probing. Matches what iwm(4) has been doing for a long time to ensure that

CVS: cvs.openbsd.org: src

2019-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/12/20 02:28:06 Modified files: sys/net80211 : ieee80211_input.c Log message: Ignore new Rx block ack agreements until the WPA handshake is done. Some peers will eagerly try to negotiate block ack (as

CVS: cvs.openbsd.org: src

2019-12-20 Thread Stefan Sperling
CVSROOT:/cvs Module name:src Changes by: s...@cvs.openbsd.org2019/12/20 02:27:00 Modified files: sys/net80211 : ieee80211_input.c Log message: Have net80211 actually update the Rx block ack sequence number window, as well as pulling frames off the Rx block ack reord

CVS: cvs.openbsd.org: src

2019-12-20 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2019/12/20 02:16:05 Modified files: usr.sbin/bgpctl: Makefile bgpctl.c Added files: usr.sbin/bgpctl: bgpctl.h output.c Log message: Split out show functions into a new file called output.c OK benno@

CVS: cvs.openbsd.org: src

2019-12-20 Thread Florian Obser
CVSROOT:/cvs Module name:src Changes by: flor...@cvs.openbsd.org 2019/12/20 01:30:27 Modified files: sbin/unwind: unwind.c Log message: Try to bind to port 53 before opening the control socket. The bind might fail if another daemon is running while the control socket