cwm: noinput-flag toggle, for applying it to the current window

2017-09-09 Thread Artturi Alm
Hi, got some bones broken from my left hand/wrist causing inaccurate movement of mouse etc., so likely useless to most, and possibly done wrong, but does help/work for me:) -Artturi diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h index 9d2d99f19..3f1d095e8 100644 --- a/app/cwm/calmwm.h +++

Re: CVS: cvs.openbsd.org: src

2017-09-09 Thread Philip Guenther
On Fri, 8 Sep 2017, Alexander Bluhm wrote: > On Tue, Sep 05, 2017 at 10:20:12PM -0600, Philip Guenther wrote: > > CVSROOT:/cvs > > Module name:src > > Changes by: guent...@cvs.openbsd.org2017/09/05 22:20:12 > > > > Modified files: > > regress/sys/kern/ptrace: ptrace.c > >

Re: tftp: use monotonic clock for statistics summary

2017-09-09 Thread David Gwynne
OK by me On 10 Sep. 2017 5:21 am, "Theo Buehler" wrote: > On Sat, Sep 09, 2017 at 04:28:45PM +, Scott Cheloha wrote: > > 3 week bump. > > looks good to me. > > anyone willing to ok this or commit this with my ok? > > > > > -- > > Scott Cheloha > > > > > On Aug 16,

[PATCH] pwd_mkdb.8 - fix wording

2017-09-09 Thread Raf Czlonka
Hi all, Since the version 1.24 of the file[0] has changed the first sentence, "respectively" doesn't belong in the second sentence any more. I guess the two could be simplified further and combined into one but this at least fixes the wording. [0]

libc: remove some indirect cancellation points

2017-09-09 Thread Philip Guenther
POSIX requires certain interfaces to include cancellation points, permits it for others, and the rest of the POSIX interfaces are banned from being cancellation points. Our shm_open(), sysconf(), tcflow(), and tcsendbreak() are in the third group and therefore shouldn't be cancellation

pax: fix backslash escaping in file patterns

2017-09-09 Thread Philip Guenther
i ran into this when I was picking out files from the base sets and tried to pick out /bin/[ : corwin; pax -zvf /home/sets/amd64/base62.tgz './bin/[' pax: ustar vol 1, 7943 files, 298424320 bytes read, 0 bytes written. pax: WARNING! These patterns were not matched: ./bin/[ : corwin; pax -zvf

Re: tftp: use monotonic clock for statistics summary

2017-09-09 Thread Theo Buehler
On Sat, Sep 09, 2017 at 04:28:45PM +, Scott Cheloha wrote: > 3 week bump. looks good to me. anyone willing to ok this or commit this with my ok? > > -- > Scott Cheloha > > > On Aug 16, 2017, at 8:46 PM, Scott Cheloha wrote: > > > > Hi, > > > > Same deal here as

Re: tftp: use monotonic clock for statistics summary

2017-09-09 Thread Scott Cheloha
3 week bump. -- Scott Cheloha > On Aug 16, 2017, at 8:46 PM, Scott Cheloha wrote: > > Hi, > > Same deal here as in dd(1). We display the elapsed time so we want > a monotonic clock. > > -- > Scott Cheloha > > Index: usr.bin/tftp/tftp.c >

Re: [patch] Remove redundant operation in pctr.c

2017-09-09 Thread Nan Xiao
Actually, it should be more efficient to remove bzero() function and keep set NULL-terminate char. Best Regards Nan Xiao Index: pctr.c === RCS file: /cvs/src/usr.bin/pctr/pctr.c,v retrieving revision 1.22 diff -u -p -r1.22 pctr.c

Re: mg: fix line numbering bug

2017-09-09 Thread Brian Callahan
ok bcallah@ On 9/9/2017 6:51 AM, Florian Obser wrote: Nice catch! OK florian@ if someone wants to commit. Alternatively I take OKs :) On Sat, Sep 09, 2017 at 05:24:41AM +0200, Martin Wanvik wrote: When inserting a newline, only increment dotline for windows that are displaying the same

Re: [PATCH] urng.4 - Altusmetrum -> Altus Metrum

2017-09-09 Thread Jasper Lievisse Adriaanse
On Fri, Sep 08, 2017 at 10:25:41PM +0100, Raf Czlonka wrote: > Hi all, > > According to their web pages[0][1] Altus Metrum name comprises two > words - both capitalised. > > [0] http://altusmetrum.org/ > [1] http://shop.gag.com/about-magento-demo-store > > Regards, > > Raf This is indeed

[PATCH] faq/faq10.html - add rdist(1) to the list of synchronisation tools

2017-09-09 Thread Raf Czlonka
Hi all, Reading the "Directory services" part of the FAQ[0] I can't help the feeling that rdist(1) is missing from the list of file synchronisation tools - reasons below: - rsync, albeit very popular, is an external port, - rdist is available in base (and BSD-derived), - rdist's sole purpose is

Re: Remove path support from OpenBSD::Pledge

2017-09-09 Thread Giovanni Bechis
On 09/09/17 05:40, Andrew Fresh wrote: > This removes path support from the OpenBSD::Pledge perl module in > preparation for the hot new thing. > > I don't believe anyone could be using this as it would have just thrown > errors if you tried, but thought I should ask for an ok. > > so OK? >