genode/libports/include
Josef Söntgen 69fd7e1c32 libports: update lwip to STABLE-1.4.1-RC1
The new version works fine but there is an issue with connect()
that needs the included patch:

There is no actual handling of EALREADY in lwip. It sets errno
to EALREADY when the connection was established. Unfortunatly this
is really bad because most programs expect to receive errno EISCONN
if the connection was successfully established. So this behaviour
breaks Qt4 and several noux/net packages (like lynx) because those
programs end up in an endless loop trying to connect via an already
connected socket. The longterm solution would be fixing the wrong
behaviour in lwip (there are already bug-reports on lwip's mailinglist)
but for now, it works well enough to simple change lwip's err_to_errno
table to set errno to EISCONN when the connection was established.
2012-08-15 14:31:18 +02:00
..
EGL Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
freetype-genode Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
gcc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
gmp x86_64 and ARM support for libgmp 2012-07-04 14:56:48 +02:00
jpeg Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
libavutil Add 'libav' to libports 2012-05-29 13:54:59 +02:00
libc-genode Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
libc-plugin libc: add support for 'ftruncate()' 2012-08-09 11:09:43 +02:00
lwip libports: update lwip to STABLE-1.4.1-RC1 2012-08-15 14:31:18 +02:00
ncurses Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
python Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
readline Imported Genode release 11.11 2011-12-22 16:19:25 +01:00