CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 10:13:56 Modified files: usr.bin/tmux : screen-write.c tmux.h Log message: Only start and stop sync for operations like clear and scroll where there is a better chance more data will be on the

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 11:24:29 Modified files: usr.bin/tmux : screen-write.c Log message: Log what caused a flush for better visibility on what could be improved.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/04/16 06:57:14 Modified files: usr.bin/sndioctl: sndioctl.c Log message: Make parse_unit return signed int This allows using -1, meaning "no unit information".

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 11:01:01 Modified files: usr.sbin/rpki-client: main.c Log message: remove the libcrypto cleanup before exit. Most of the functions are officially deprecated and even if not exit(3) will take care

CVS: cvs.openbsd.org: src

2020-04-16 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2020/04/16 11:51:56 Modified files: usr.sbin/cron : cron.c crontab.5 do_command.c entry.c funcs.h job.c structs.h user.c Log message: Add a mechanism to prevent cron jobs from

CVS: cvs.openbsd.org: xenocara

2020-04-16 Thread Tobias Stoeckmann
CVSROOT:/cvs Module name:xenocara Changes by: tob...@cvs.openbsd.org 2020/04/16 11:12:49 Modified files: app/cwm: util.c Log message: Prevent out of boundary write with configuration files in which too many quoted arguments are stored for other window managers.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 11:20:23 Modified files: usr.bin/tmux : menu.c Log message: Start menu with top item selected if no mouse, GitHub issue 2169.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/04/16 06:23:53 Modified files: usr.bin/sndiod : dev.c Log message: Hide controls of unused slots from "mixer" clients.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 09:14:25 Modified files: usr.bin/tmux : tmux.h tty-keys.c tty.c Log message: Send secondary device attributes instead of primary which gives us a bit more useful information on some terminals.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/04/16 06:26:55 Modified files: usr.bin/sndiod : dev.c dev.h dev_sioctl.c Log message: If available, use hardware "output.level" for volume control. With this change, there's a single outputs.level

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 08:39:44 Modified files: usr.sbin/rpki-client: ip.c Log message: It is unclear why data is memcpy-ed into a char buf[2] that is used as argument to ntohs(). Just memcpy to a uint16_t value and

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 07:35:24 Modified files: usr.bin/tmux : screen-redraw.c screen-write.c tmux.1 tmux.h tty-keys.c tty-term.c tty.c Log message: Add support for the iTerm2 sychronized

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 06:40:41 Modified files: lib/libc/string: memmem.3 Log message: Remove AUTHORS section. This follows what is done in strstr.3

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 06:39:28 Modified files: lib/libc/string: memmem.c Log message: Replace the simple memmem() implementation with a version that is O(n) based on code from musl and now similar to our strstr(). OK

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 08:25:35 Modified files: usr.bin/tmux : format.c server-client.c tmux.h tty-acs.c tty.c Log message: Move the UTF-8 flag to terminal flags.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 06:37:52 Modified files: lib/libc/string: strstr.c Log message: Resync our strstr.c with the musl version. Removes some debug code and optimizes one statement in two-way string compare. OK tb@

CVS: cvs.openbsd.org: xenocara

2020-04-16 Thread Okan Demirmen
CVSROOT:/cvs Module name:xenocara Changes by: o...@cvs.openbsd.org2020/04/16 07:32:35 Modified files: app/cwm: calmwm.h client.c conf.c cwmrc.5 parse.y Log message: Allow configuring a percentage window size of the master window during htile/vtile actions.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 08:03:51 Modified files: usr.bin/tmux : tmux.h tty.c Log message: Add a helper function to get the terminal flags.

CVS: cvs.openbsd.org: www

2020-04-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2020/04/16 08:29:53 Modified files: . : groups.html build : groups.dat Log message: remove some entries where both the web sites are dead or contain nothing about *BSD

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 15:16:24 Modified files: usr.bin/tmux : screen-write.c Log message: Do not need to set up a tty context for clearing lines now.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 15:46:43 Modified files: usr.bin/tmux : screen-write.c Log message: Return to sending sync around clears.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/04/16 17:23:21 Modified files: usr.sbin/dhcpd : parse.c Log message: Support looking up ethernet addresses in /etc/ethers at dhcpd startup time. If the lookup fails it falls back to parsing the

CVS: cvs.openbsd.org: src

2020-04-16 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2020/04/16 20:12:56 Modified files: usr.sbin/cron : job.c Log message: Log skipped jobs in job_add() not job_runqueue(). We want to log when the job is added but will not be run, not every time the run

CVS: cvs.openbsd.org: www

2020-04-16 Thread Ingo Schwarze
CVSROOT:/cvs Module name:www Changes by: schwa...@cvs.openbsd.org2020/04/16 19:11:04 Modified files: build : groups.dat . : groups.html Log message: some more cleanup

CVS: cvs.openbsd.org: src

2020-04-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/04/16 21:30:05 Modified files: usr.bin/ssh: auth-rhosts.c servconf.c servconf.h sshd_config.5 Log message: make IgnoreRhosts a tri-state option: "yes" ignore

CVS: cvs.openbsd.org: src

2020-04-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/04/16 21:38:47 Modified files: usr.bin/ssh: sshconnect2.c Log message: fix reversed test that caused IdentitiesOnly=yes to not apply to keys loaded from a PKCS11Provider; bz3141, ok dtucker@

CVS: cvs.openbsd.org: src

2020-04-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/04/16 21:23:13 Modified files: usr.bin/ssh: servconf.c sshd_config.5 Log message: allow the IgnoreRhosts directive to appear anywhere in a sshd_config, not just before any Match blocks; bz3148, ok

CVS: cvs.openbsd.org: src

2020-04-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/04/16 21:34:43 Modified files: usr.bin/ssh: ssh.1 Log message: mention that /etc/hosts.equiv and /etc/shosts.equiv are not considered for HostbasedAuthentication when the target user is root;

CVS: cvs.openbsd.org: src

2020-04-16 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/04/16 22:27:03 Modified files: usr.bin/ssh: sshd_config.5 Log message: auth2-pubkey r1.89 changed the order of operations to checking AuthorizedKeysFile first and falling back to

CVS: cvs.openbsd.org: src

2020-04-16 Thread Tobias Heider
CVSROOT:/cvs Module name:src Changes by: to...@cvs.openbsd.org 2020/04/16 13:28:22 Modified files: sbin/iked : ikev2_pld.c Log message: Print SPI value of deleted SA. ok markus@

CVS: cvs.openbsd.org: src

2020-04-16 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2020/04/16 13:30:50 Modified files: usr.sbin/cron : crontab.5 Log message: Reflow text so that the -[nsq] options are described as an optional [options] field before command, rather than muddling up the

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 14:32:51 Modified files: usr.bin/tmux : screen-write.c Log message: Collect up line clears like text within the available data so we don't need to flush everything.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Job Snijders
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2020/04/16 17:36:52 Modified files: etc: crontab Log message: Suggest to update RPKI once an hour. In autonomous systems running bgpd(8) and rpki-client(8) on their edge routers, it may be

CVS: cvs.openbsd.org: src

2020-04-16 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/04/16 01:28:36 Modified files: usr.bin/tmux : server-fn.c tmux.c tmux.h Log message: Show signal name when process exits rather than number.

CVS: cvs.openbsd.org: src

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/04/16 03:07:24 Modified files: usr.bin/sndioctl: sndioctl.1 sndioctl.c Log message: Add -n option to suppress variable name in output, similar to mixerctl

CVS: cvs.openbsd.org: src

2020-04-16 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2020/04/16 04:13:12 Modified files: usr.bin/sndioctl: sndioctl.1 sndioctl.c Log message: Add -q option to suppress output when setting variables, as does mixerctl

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 05:25:43 Modified files: usr.sbin/rpki-client: ip.c main.c Log message: Replace deprecated ERR_remove_state(0) with ERR_remove_thread_state(NULL); OK tb@

CVS: cvs.openbsd.org: src

2020-04-16 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/04/16 05:27:49 Modified files: usr.sbin/rpki-client: ip.c Log message: Revert last commit, this file slipped in.