atom feed24 messages in org.freebsd.freebsd-archsome PRs
FromSent OnAttachments
Nicolas SouchuJul 16, 2004 1:08 pm 
Mark LinimonJul 16, 2004 2:33 pm 
Nicolas SouchuJul 16, 2004 2:51 pm 
David O'BrienJul 17, 2004 8:15 pm 
Robert MillanJul 18, 2004 6:33 am 
Bruce M SimpsonJul 18, 2004 8:07 am 
Giorgos KeramidasJul 18, 2004 9:31 am 
Robert MillanJul 18, 2004 9:35 am 
Robert MillanJul 18, 2004 9:51 am 
Kris KennawayJul 18, 2004 10:51 am 
Pawel Jakub DawidekJul 18, 2004 11:39 am 
M. Warner LoshJul 18, 2004 11:59 pm 
Pawel Jakub DawidekJul 19, 2004 1:17 am 
M. Warner LoshJul 19, 2004 7:23 am 
Max LaierJul 19, 2004 9:57 am 
Nicolas SouchuJul 20, 2004 3:23 pm 
Sergey BabkinJul 26, 2004 4:49 pm 
Giorgos KeramidasJul 26, 2004 8:29 pm 
Giorgos KeramidasJul 26, 2004 8:35 pm 
Peter JeremyJul 27, 2004 1:44 am 
Sergey BabkinJul 27, 2004 9:37 am 
Sergey BabkinJul 27, 2004 9:37 am 
Pawel Jakub DawidekJul 27, 2004 9:52 am 
Garance A DrosihnJul 27, 2004 10:39 am 
Subject:some PRs
From:Pawel Jakub Dawidek (pj@FreeBSD.org)
Date:Jul 27, 2004 9:52:19 am
List:org.freebsd.freebsd-arch

On Tue, Jul 27, 2004 at 12:36:48PM -0400, Sergey Babkin wrote: +> If you run a test in which you know the program must fail (such +> as writing to /dev/full) yet it does not, this means that there +> is abug in the program.

And what if I've more than one write() on this descriptor and first write() check works fine, how can I check other writes()?

Really, it is not worth new device.

If you want to use something like this, it should go into /usr/src/tools/ not into /usr/src/sys/ and it should gives us much more than that. For example in gnop(8) I'm allowing to specify a failure probability, so you can test failures handling much better (not only first one).

Are there any other places where it could be helpful?