I have updated the perl patches for inclusion in base for perl 5.18.1.
This means I need more testers on different architectures, pretty much
all of them, see below or on the issue at github:
https://github.com/afresh1/OpenBSD-perl/issues/4
It is available from https://github.com/afresh1/OpenBSD-
On Fri, Nov 29, 2013 at 2:16 PM, Jared Yanovich wrote:
> Perhaps 'basep' was from an earlier proposed getdents interface but
> I'm not sure what it references now...
Ah, that's left over from when this was also going to be a manpage for
getdirentries(3), but we turned out to not need that wrapper
Perhaps 'basep' was from an earlier proposed getdents interface but
I'm not sure what it references now...
Index: getdents.2
===
RCS file: /cvs/src/lib/libc/sys/getdents.2,v
retrieving revision 1.1
diff -u -p -r1.1 getdents.2
--- getd
On Fri, Nov 29, 2013 at 04:50:17PM -0500, Ted Unangst wrote:
> bad form, i think, to have a local variable shadow a global.
I like it. ok krw@
Ken
>
> Index: kern_clock.c
> ===
> RCS file: /cvs/src/sys/kern/kern_clock.c,v
> re
bad form, i think, to have a local variable shadow a global.
Index: kern_clock.c
===
RCS file: /cvs/src/sys/kern/kern_clock.c,v
retrieving revision 1.83
diff -u -p -r1.83 kern_clock.c
--- kern_clock.c8 Oct 2013 03:50:07 -
If the disk is full, having time to retry was nice ?
Progress 90%.
Nop try again...
Anyway,
Warning on error would be a first i guess to spot REAL problem. (Without
changing the behavior).
[Mail] + Broken Pipe, WEEK END.
On Fri, Nov 29, 2013 at 2:44 PM, Maxime Villard wrote:
> What about
What about that?
Index: ftp.c
===
RCS file: /cvs/src/usr.bin/ftp/ftp.c,v
retrieving revision 1.83
diff -u -r1.83 ftp.c
--- ftp.c 13 Nov 2013 20:41:14 - 1.83
+++ ftp.c 29 Nov 2013 21:17:49 -
@@ -1089,9 +1089,10
j...@sing.id.au (Joel Sing) - Thu, Nov 28, 2013 at 03:16:20AM +1100
> From a quick glance, you should be able to use opendev(3) to open the disk
> device (rather than using open), in which case you'll get DUID handling for
> free. This also avoids the TOCTOU issues associated with attempting to m
On Thu, Nov 28, 2013 at 09:24:32PM +0100, Mark Kettenis wrote:
> Just committed the wpi(4) version I mailed out last week. And here is
> the version for iwi(4) and iwn(4) as promised. I believe both suffer
> from the problem, although I think it is a long time ago since my
> iwn(4) had issues.
>