Re: [PATCH]: don't test the OSENV_NONBLOCKING flag

2002-12-14 Thread Roland McGrath
Yeah, that definitely snuck in by accident and should come out again. The assert is really needed. It does come up with some drivers now, but that is because there is a real reentrancy problem and we have to figure it out for real rather than gloss it over or we'll get screwed. _

Re: [PATCH]: don't test the OSENV_NONBLOCKING flag

2002-12-11 Thread Marcus Brinkmann
Hi, the second half of this patch is in CVS, but the first one isn't. The second half was checked in silently from revision 1.2.1.6 to 1.2.1.7 in the oskit branch (no changelog entry for that function, only one for the added include directive string.h). Roland, apparently you checked this in by a

[PATCH]: don't test the OSENV_NONBLOCKING flag

2001-10-28 Thread Daniel Wagner
Hi The following patch dissables a test on the OSENV_NONBLOCKING flag. This is needed because there is a discrepancy between the oskit docs and the code. Though the docs says it is set, it is not. This prevents oskit-mach from correct working. wagi 2001-10-28 Daniel Wagner <[EMAIL PROTECTED