On Wed, May 29, 2013 at 06:37:17PM -0400, Mark Johnston wrote:
> I'm very sorry about this. I was going to merge r235647 first so that I
> wouldn't make the same mistake a second time, but I decided against it
> when I saw that the commit extended beyond newsyslog, and then managed
> to do the MFC
I'm very sorry about this. I was going to merge r235647 first so that I
wouldn't make the same mistake a second time, but I decided against it
when I saw that the commit extended beyond newsyslog, and then managed
to do the MFC incorrectly after verifying that newsyslog built on the
stable branches
Author: markj
Date: Wed May 29 22:30:29 2013
New Revision: 251113
URL: http://svnweb.freebsd.org/changeset/base/251113
Log:
Revert my previous merge. There's a variable name difference between head
and stable (dirfd vs. dir_fd) and I managed to get it wrong again when I
did the MFC, even aft
Author: markj
Date: Wed May 29 21:07:24 2013
New Revision: 251110
URL: http://svnweb.freebsd.org/changeset/base/251110
Log:
MFC r250545:
Some filesystems (NFS in particular) do not fill out the d_type field when
returning directory entries through readdir(3). In this case we need to
Mike Tancsa writes:
> For the archives, this is fixed in
> http://lists.freebsd.org/pipermail/svn-src-head/2013-May/047921.html
Fixed in head, but not stable/9 yet. I'll pull 6.2p2 from head to
stable/9 later this week.
DES
--
Dag-Erling Smørgrav - d...@des.no
_
On 3/1/2013 11:35 AM, Mike Tancsa wrote:
> On 2/28/2013 1:43 PM, Dag-Erling Smørgrav wrote:
>> Author: des
>> Date: Thu Feb 28 18:43:50 2013
>> New Revision: 247485
>> URL: http://svnweb.freebsd.org/changeset/base/247485
>>
>> Log:
>> Pull in OpenSSH 6.1 from head.
>
> Hi,
> I updated a bo