non port: devel/ORBit/files/patch-ae |
Number of commits found: 7 |
Friday, 7 Jun 2002
|
19:42 sobomax
Update to 0.5.17.
 |
Monday, 25 Mar 2002
|
20:14 sobomax
Update to 0.5.15.
 |
Tuesday, 12 Mar 2002
|
21:56 sobomax
Update to 0.5.14.
 |
Sunday, 13 Jan 2002
|
12:51 sobomax
Update to 0.5.13.
 |
Monday, 29 Oct 2001
|
17:05 sobomax
Huh, finally implement writev(2) wrapper that actually works. Boys, never ever
try to use writev(2) in a non-blocking mode, especially on sockets. Not only
this makes handling of EAGAIN rather weird, but in the case of sockets makes
your code subject of a ENOBUFS, which is absolutely unclear how to handle
properly. *sigh*
 |
09:57 sobomax
Undo the last commit. For not clear yet reasons it drives oaf crazy.
 |
08:19 sobomax
Reimplement fix for an imcompatibility between ORBit and FreeBSD properly.
Instead of replacing writev(2) with loop based on write(2), test system limit
on the number of vectors writev(2) accepts and split call to writev(2) to
several calls in such a way that number of vectors in each call doesn't exceed
this limit (aka UIO_MAXIOV). Bump PORTREVISION.
 |
Number of commits found: 7 |