CVS: cvs.openbsd.org: src

2019-09-04 Thread Jason McIntyre
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2019/09/04 23:47:23 Modified files: usr.bin/ssh: ssh-keygen.1 Log message: macro fix; ok djm

CVS: cvs.openbsd.org: src

2019-09-04 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/09/04 23:42:59 Modified files: usr.bin/ssh: sshsig.c Log message: memleak on error path; found by libfuzzer

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2019/09/04 23:38:40 Modified files: sys/dev/usb: uaudio.c Log message: Use the new set_blksz() interface to set the block size. This simplifies the code and allows any block size multiple of 1ms to be u

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2019/09/04 23:36:31 Modified files: sys/dev/pci: azalia.c Log message: Use the new set_{blksz,nblks}() interface to set the block size. This simplifies the code and allows any block size supported by th

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2019/09/04 23:33:57 Modified files: sys/dev: audio.c audio_if.h share/man/man9 : audio.9 Log message: Add the set_blksz() and set_nblks() audio driver functions. The first sets the block si

CVS: cvs.openbsd.org: src

2019-09-04 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/09/04 23:31:38 Modified files: sys/arch/loongson/include: intr.h sys/arch/mips64/mips64: interrupt.c sys/arch/octeon/include: intr.h sys/arch/sgi/include: intr.h Log message:

Re: CVS: cvs.openbsd.org: src

2019-09-04 Thread Otto Moerbeek
On Wed, Sep 04, 2019 at 06:59:36PM -0600, Alexander Bluhm wrote: > CVSROOT: /cvs > Module name: src > Changes by: bl...@cvs.openbsd.org 2019/09/04 18:59:36 > > Modified files: > regress/lib/libcrypto/bn/general: Makefile bntest.c > > Log message: > Feed the bntest output to bc(1

CVS: cvs.openbsd.org: src

2019-09-04 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2019/09/04 23:06:34 Modified files: sys/arch/loongson/include: intr.h sys/arch/mips64/mips64: interrupt.c softintr.c sys/arch/octeon/include: intr.h sys/arch/sgi/include: intr.h Lo

CVS: cvs.openbsd.org: src

2019-09-04 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/09/04 22:55:32 Modified files: usr.bin/ssh: sshsig.c sshsig.h Log message: expose allowed_signers options parsing code in header for fuzzing rename to make more consistent with philosophically-simi

CVS: cvs.openbsd.org: src

2019-09-04 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2019/09/04 21:08:55 Modified files: sys/arch/powerpc/powerpc: pmap.c Log message: Prepare the bat for kernels greater > 8MB of code, why because clang. ok kettenis

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 21:04:45 Modified files: sys/scsi : st.c Log message: Nuke unused st_softc field 'numblks'.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/09/04 20:44:36 Modified files: regress/sys/netinet/mcast: Makefile mcrecv.c mcroute.c mcsend.c regress/sys/netinet6/mcast6: Makefile Log message: Minimize differences between IPv4 and IPv6 mult

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 20:37:17 Modified files: sys/scsi : st.c Log message: There can be only one -- mode. So fold 'modeflags' field of st_softc into 'flags' field of same. Nuke a bunch of dubious/obvious commen

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/09/04 20:35:46 Modified files: regress/sys/netinet6: Makefile Log message: Link IPv6 multicast tests to regress build.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/09/04 19:50:35 Log message: Test IPv6 multicast sender, receiver, router. Minimal mc6route implmentation does not care about ICMPv6, it simply adds static multicast routes. Multicast routing needs a

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/09/04 18:59:36 Modified files: regress/lib/libcrypto/bn/general: Makefile bntest.c Log message: Feed the bntest output to bc(1). This checks the result of the big num calculations and avoids lots of ug

CVS: cvs.openbsd.org: www

2019-09-04 Thread T . J . Townsend
CVSROOT:/cvs Module name:www Changes by: t...@cvs.openbsd.org2019/09/04 18:44:50 Modified files: faq/pf : ftp.html Log message: fix a broken link; reported by oldlaptop on freenode

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 17:40:29 Modified files: sys/scsi : st.c Log message: Shuffle sdstart() and sdminphys() declarations closer to their friends. Nuke pointless 'quirkdata' pointer in st_softc. We use the data

CVS: cvs.openbsd.org: src

2019-09-04 Thread Christian Weisgerber
CVSROOT:/cvs Module name:src Changes by: na...@cvs.openbsd.org 2019/09/04 14:31:15 Modified files: usr.bin/ssh: ssh_config.5 sshd_config.5 Log message: Call comma-separated lists as such to clarify semantics. Options such as Ciphers take values that may be a list o

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 14:03:12 Modified files: sys/scsi : st.c Log message: Hoist the quirks up another rung. drive_quirks is superfluous, just store the discovered quirks in st_softc's 'quirks' field.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 13:09:41 Modified files: sys/scsi : st.c Log message: 'quirks' field of struct modes is superfluous. There is only 1 mode. Just use the 'quirks' field of struct quirksdata.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 12:41:33 Modified files: sys/scsi : st.c Log message: Various whitespace nits. Reformat quirks array the way the autoindenter likes it to minimize the effort needed to keep diffs short.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2019/09/04 11:15:56 Modified files: sys/scsi : st.c Log message: The great density mode purge of 2006 (r1.62) was never carried through to a logical conclusion. Start cleaning up the left overs. First

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/09/04 10:13:49 Modified files: sys/netinet6 : ip6_mroute.c Log message: Add RCS Id.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/09/04 10:11:58 Modified files: sys/netinet6 : ip6_mroute.c Log message: Fix a route use after free in IPv6 multicast route. Move the mrt6_mcast6_del() out of the rtable_walk(). This avoids recursion

CVS: cvs.openbsd.org: src

2019-09-04 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/09/04 08:40:22 Modified files: usr.sbin/makefs/msdos: msdosfs_vfsops.c sys/msdosfs: msdosfs_conv.c Log message: msdosfs: remove timezone support This support is undocumented, only works if

CVS: cvs.openbsd.org: src

2019-09-04 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/09/04 08:29:42 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB RAMDISKBIG RAMDISKC sys/arch/amd64/conf: RAMDISK RAMDISK_CD sys/arch/arm64/conf: GENERIC RAMDISK sys/arch/ar

CVS: cvs.openbsd.org: src

2019-09-04 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2019/09/04 08:27:55 Modified files: lib/libc/sys : gettimeofday.2 sys/kern : kern_time.c Log message: gettimeofday, settimeofday(2): limit timezone support For gettimeofday(2), always copy

CVS: cvs.openbsd.org: www

2019-09-04 Thread Pamela Mosiejczuk
CVSROOT:/cvs Module name:www Changes by: pam...@cvs.openbsd.org 2019/09/04 07:52:05 Modified files: . : plus.html Log message: plus for August 28 - September 4 OK florian

CVS: cvs.openbsd.org: src

2019-09-04 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/09/04 06:27:38 Modified files: usr.sbin/pkg_add/OpenBSD: CollisionReport.pm Log message: let collisionreport work better with FETCH_PACKAGES

CVS: cvs.openbsd.org: src

2019-09-04 Thread Mark Kettenis
CVSROOT:/cvs Module name:src Changes by: kette...@cvs.openbsd.org2019/09/04 05:25:54 Modified files: sys/dev/ofw: ofw_misc.c Log message: Add comment.

CVS: cvs.openbsd.org: src

2019-09-04 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/09/04 03:19:39 Modified files: usr.bin/less : lsystem.c Log message: adjust a variable name in a comment after the reorg in signal.c rev. 1.18

CVS: cvs.openbsd.org: src

2019-09-04 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/09/04 02:30:36 Modified files: usr.sbin/smtpd : lka_report.c lka_filter.c Log message: bump version

CVS: cvs.openbsd.org: src

2019-09-04 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/09/04 01:38:20 Modified files: usr.sbin/smtpd : lka_filter.c Log message: disallow proc filters from responding with junk action at commit spotted by martijn@

CVS: cvs.openbsd.org: src

2019-09-04 Thread Gilles Chehade
CVSROOT:/cvs Module name:src Changes by: gil...@cvs.openbsd.org 2019/09/04 01:28:27 Modified files: usr.sbin/smtpd : lka_filter.c lka_report.c parse.y smtp_session.c smtpd.conf.5 smtpd.h Log message: introduce the 'junk' builtin filter action wh

CVS: cvs.openbsd.org: src

2019-09-04 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/09/04 01:02:03 Modified files: usr.sbin/vmd : vmd.c Log message: vmd(8): memory leak in an error path Found by Hiltjo Posthuma, thanks!