Re: svn commit: r273129 - head/sys/kern

2014-10-29 Thread Konstantin Belousov
On Tue, Oct 28, 2014 at 04:28:37AM +1100, Bruce Evans wrote: @diff -u2 dd.c~ dd.c @--- dd.c~Wed Apr 7 20:20:48 2004 @+++ dd.c Wed Apr 7 20:20:49 2004 @@@ -247,21 +245,18 @@ @ io-flags |= ISTRUNC; @ if (S_ISCHR(sb.st_mode) || S_ISBLK(sb.st_mode)) { @-if

Re: svn commit: r273129 - head/sys/kern

2014-10-29 Thread Bruce Evans
On Wed, 29 Oct 2014, Konstantin Belousov wrote: On Tue, Oct 28, 2014 at 04:28:37AM +1100, Bruce Evans wrote: @diff -u2 dd.c~ dd.c @--- dd.c~ Wed Apr 7 20:20:48 2004 @+++ dd.c Wed Apr 7 20:20:49 2004 @@@ -247,21 +245,18 @@ @ io-flags |= ISTRUNC; @ if

Re: svn commit: r273129 - head/sys/kern

2014-10-27 Thread Bruce Evans
On Wed, 15 Oct 2014, Konstantin Belousov wrote: Log: Implement FIODTYPE for master ptys. Requested and reviewed by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week Thanks. This allows dd to work on ptys again. dd has the following bad code: % static void %

svn commit: r273129 - head/sys/kern

2014-10-15 Thread Konstantin Belousov
Author: kib Date: Wed Oct 15 12:38:26 2014 New Revision: 273129 URL: https://svnweb.freebsd.org/changeset/base/273129 Log: Implement FIODTYPE for master ptys. Requested and reviewed by:bde Sponsored by: The FreeBSD Foundation MFC after:1 week Modified: