Re: svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Martin Cracauer
Enji Cooper wrote on Mon, Feb 11, 2019 at 08:16:07AM -0800: > Hi Martin, > > > On Feb 11, 2019, at 07:51, Martin Cracauer wrote: > > > > Author: cracauer > > Date: Mon Feb 11 15:51:28 2019 > > New Revision: 344013 > > URL: https://svnweb.free

svn commit: r344015 - head/usr.sbin/mountd

2019-02-11 Thread Martin Cracauer
Author: cracauer Date: Mon Feb 11 16:31:15 2019 New Revision: 344015 URL: https://svnweb.freebsd.org/changeset/base/344015 Log: Bump .Dd for today's edit. Thank you Enji Cooper Modified: head/usr.sbin/mountd/exports.5 Modified: head/usr.sbin/mountd/exports.5

svn commit: r344013 - head/usr.sbin/mountd

2019-02-11 Thread Martin Cracauer
Author: cracauer Date: Mon Feb 11 15:51:28 2019 New Revision: 344013 URL: https://svnweb.freebsd.org/changeset/base/344013 Log: Clarify NFSv4 /etc/exports semantics, with working example. The existing wording has been confusing users for years. Modified: head/usr.sbin/mountd/exports.5 Modi

svn commit: r241230 - head/usr.bin/at

2012-10-05 Thread Martin Cracauer
Author: cracauer Date: Fri Oct 5 17:54:27 2012 New Revision: 241230 URL: http://svn.freebsd.org/changeset/base/241230 Log: Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`. This is useful if you have been given some time for some event in some format and you want your compu

Re: svn commit: r231449 - head/usr.bin/tee

2012-02-11 Thread Martin Cracauer
explicit named pipe and bash'es construct is unexplained. Bruce, do you have a rule of thumb concerning reacting to EAGAIN with select/poll or with a busy loop, or with one try instantly and then going with select? Martin -- %%%

svn commit: r231524 - head/usr.bin/tee

2012-02-11 Thread Martin Cracauer
Author: cracauer Date: Sat Feb 11 16:34:03 2012 New Revision: 231524 URL: http://svn.freebsd.org/changeset/base/231524 Log: Reverting last change r231449 (fix bin/164947) due to concerns voiced on src-committers and the fact that I can only take care of this in a week. Modified: head/usr.

svn commit: r231449 - head/usr.bin/tee

2012-02-10 Thread Martin Cracauer
Author: cracauer Date: Fri Feb 10 22:16:17 2012 New Revision: 231449 URL: http://svn.freebsd.org/changeset/base/231449 Log: Fix bin/164947: tee looses data when writing to non-blocking file descriptors tee was not handling EAGAIN patch submitted by Diomidis Spinellis . Thanks so much

svn commit: r217859 - head/sbin/iscontrol

2011-01-25 Thread Martin Cracauer
Author: cracauer Date: Tue Jan 25 22:25:16 2011 New Revision: 217859 URL: http://svn.freebsd.org/changeset/base/217859 Log: Fix compilation with debug on. Fix segfault when TargetAddress is missing or mis-spelled in config file. Modified: head/sbin/iscontrol/config.c head/sbin/iscontrol/f