CVS: cvs.openbsd.org: src

2019-09-19 Thread Gilles Chehade
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org  2019/09/19 01:35:36

Modified files:
usr.sbin/smtpd : mda_variables.c smtpd.h 

Log message:
unescape / and ^ in the general delivery case, they only need to be for
maildir

ok eric@



CVS: cvs.openbsd.org: src

2019-09-19 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2019/09/19 02:56:38

Modified files:
usr.bin/tmux   : tty.c 

Log message:
Do not use bright when emulating 256 colours on an 8 colour terminal
because it is also bold on some terminals. GitHub issue 1914.



CVS: cvs.openbsd.org: src

2019-09-19 Thread Nicholas Marriott
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2019/09/19 03:02:30

Modified files:
usr.bin/tmux   : cmd-break-pane.c cmd-new-session.c 
 cmd-new-window.c cmd-respawn-window.c 
 options-table.c resize.c server-client.c 
 spawn.c tmux.1 tmux.h 

Log message:
Add a "latest" window-size option which tries to size windows based on
the most recently used client. From Tommie Gannert in GitHub issue 1869
based on earlier changes from me.



CVS: cvs.openbsd.org: src

2019-09-19 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2019/09/19 05:10:55

Modified files:
sys/dev/pci/drm: drm_panel_orientation_quirks.c 

Log message:
drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPC

>From Hans de Goede
d13a836d787d79571e51d23e0cf2e6d569047135 in linux 4.19.y/4.19.74
dae1ccee012ea7514af8e4a88429844157aca7dc in mainline linux



CVS: cvs.openbsd.org: src

2019-09-19 Thread Sebastien Marie
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2019/09/19 06:18:47

Modified files:
distrib/miniroot: install.sub 

Log message:
reset watchdog timeout between each installation of sets (and no just between 
fetch)

ok sthen@



CVS: cvs.openbsd.org: www

2019-09-19 Thread Solene Rapenne
CVSROOT:/cvs
Module name:www
Changes by: sol...@cvs.openbsd.org  2019/09/19 07:17:22

Modified files:
faq: faq13.html 

Log message:
Replace /dev/audio by /dev/audio0
because /dev/audio symlink has been removed 2 releases ago

ok tb@



CVS: cvs.openbsd.org: src

2019-09-19 Thread Gilles Chehade
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org  2019/09/19 10:00:59

Modified files:
usr.sbin/smtpd : envelope.c smtp_session.c to.c 

Log message:
second attempt at fixing how we display inet6 addresses in smtpd. this diff
is simpler than my initial reverted attempt, corrects the likely reason for
the initial revert and has been running successfully for the day on my MX
with tons of incoming and outgoing inet6 trafic.

ok millert@



CVS: cvs.openbsd.org: src

2019-09-19 Thread Gilles Chehade
CVSROOT:/cvs
Module name:src
Changes by: gil...@cvs.openbsd.org  2019/09/19 08:40:53

Modified files:
usr.sbin/smtpd : report_smtp.c 

Log message:
in tx-mail / tx-rcpt reports, do not pass the brackets <> and remove any
of the MAIL FROM / RCPT TO options. filters use the mail-from and rcpt-to
hooks to retrieve these should they need it.

fixes bogus tx-mail / tc-rcpt reports



CVS: cvs.openbsd.org: src

2019-09-19 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/09/19 11:48:21

Modified files:
sys/scsi   : safte.c scsiconf.h 

Log message:
Introduce and use convenience SID_REPOONSE_FORMAT() define.



CVS: cvs.openbsd.org: src

2019-09-19 Thread Kenneth R Westerback
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2019/09/19 10:07:33

Modified files:
sys/scsi   : scsi_disk.h 

Log message:
Add new (a.k.a SBC-4) flags/fields to struct scsi_read_cap_16. Adopt
more concise nameing convention roughly adopted from FreeBSD as
tweaked by SBC-4. Keep older names when they are currently in use
elsewhere.



CVS: cvs.openbsd.org: src

2019-09-19 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2019/09/19 12:49:40

Modified files:
regress/sys/netinet/frag: frag_refrag.py 
regress/sys/netinet6/frag6: frag6_refrag.py 

Log message:
Make checksum comparison more robust.  0x is the same as 0.



CVS: cvs.openbsd.org: src

2019-09-19 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2019/09/19 13:50:49

Modified files:
sys/dev/fdt: rkclock.c rkclock_clocks.h 

Log message:
Add RK3328 GMAC clocks.



CVS: cvs.openbsd.org: src

2019-09-19 Thread Scott Soule Cheloha
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2019/09/19 20:59:18

Modified files:
sys/kern   : kern_timeout.c 

Log message:
timeout(9): use CLR/ISSET/SET consistently

While here in timeout_add(9), use KASSERT for brevity.

CLR/ISSET/SET bits ok krw@



CVS: cvs.openbsd.org: src

2019-09-19 Thread David Gwynne
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2019/09/19 17:23:59

Modified files:
usr.sbin/tcpdump: print-ip.c print-ip6.c 

Log message:
print the IPs on ESP packets.

this was lost when tcpdump learnt to look inside udpencap.

found by, and ok markus@