In article <20110529010051.4bf3d17...@cvs.netbsd.org>,
Mindaugas Rasiukevicius wrote:
>-=-=-=-=-=-
>
>-#ifndef _FS_TMPFS_TMPFS_H_
>-#define _FS_TMPFS_TMPFS_H_
>+#ifndef _FS_TMPFS_H_
>+#define _FS_TMPFS_H_
This was ok, why did you change it?
If you ever need to create fs/tmpfs.h how are you going
On 5/28/11 10:46 PM, Christos Zoulas wrote:
In article<20110528161256.ab89817...@cvs.netbsd.org>,
Matthias Scheler wrote:
+ assert(pipe(fds) == 0);
[...]
+ assert(write(fds[1], "", 1) == 1);
[...]
+ assert(close(fds[0]) == 0);
+ assert(close(fds[1]) == 0);
[...]
+
In article <20110528161256.ab89817...@cvs.netbsd.org>,
Matthias Scheler wrote:
>+ assert(pipe(fds) == 0);
[...]
>+ assert(write(fds[1], "", 1) == 1);
[...]
>+ assert(close(fds[0]) == 0);
>+ assert(close(fds[1]) == 0);
[...]
>+ assert(sigfillset(&mask) == 0);
[...]
>+
In article <20110528161614.ga71...@colwyn.zhadum.org.uk>,
Matthias Scheler wrote:
>On Sat, May 28, 2011 at 11:34:49AM -0400, Christos Zoulas wrote:
>> Module Name: src
>> Committed By:christos
>> Date:Sat May 28 15:34:49 UTC 2011
>>
>> Modified Files:
>> src/tests/sy
On Sat, May 28, 2011 at 11:34:49AM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Sat May 28 15:34:49 UTC 2011
>
> Modified Files:
> src/tests/syscall: t_pselect.c
>
> Log Message:
> add a timeout test
Your tests don't pass on my setup:
t_pselec
On Sun, May 29, 2011 at 12:53 AM, Julio Merino wrote:
> On 5/28/11 4:37 PM, Christos Zoulas wrote:
>>
>> Module Name: src
>> Committed By: christos
>> Date: Sat May 28 15:37:11 UTC 2011
>>
>> Modified Files:
>> src/tests/kernel: t_pollts.c
>>
>> Log Message:
>> PR/44896 has b
On 5/28/11 4:37 PM, Christos Zoulas wrote:
Module Name:src
Committed By: christos
Date: Sat May 28 15:37:11 UTC 2011
Modified Files:
src/tests/kernel: t_pollts.c
Log Message:
PR/44896 has been fixed.
BTW: We've created a mess here again with the directory structure of th
[toggle bit]
jakll...@kollasch.net said:
> These are basically the same changes FreeBSD and OpenBSD made?
Possibly... I had this patch in my tree for almost a year and
just stumbled over it when I switched my local VCS.
> I'll work on OHCI anyway.
Great -- the problem is not easily reproduced.