Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow pfinet to link using -O0 | Flavio Cruz | 2016-01-02 | 1 | -3/+3 |
| | | | | | This fixes a long list of undefined references when compiling with -O0 by using static instead of extern in header files. | ||||
* | Backport Linux changes for proper TCP EOF handling | Samuel Thibault | 2015-01-03 | 1 | -0/+3 |
| | | | | | | | | | | | | | Notably when remote eagerly sends a RST: we want to return EOF to the application, not EPIPE. * pfinet/linux-src/net/ipv4/tcp_output.c (tcp_connect): Set sk->done to 0. * pfinet/linux-src/net/ipv4/tcp_input.c (tcp_fin): Set RCV_SHUTDOWN, and sk->done to 1. * pfinet/linux-src/net/ipv4/tcp.c (tcp_recv_urg): Only return ENOTCONN when we never actually connect. Always return 0 when reception is closed. (tcp_recvmsg): When any data is available, ignore errors and EOF. When no data is available, first check for reception being closed, then for errors. | ||||
* | fix common misspellings | Jonathan Neuschäfer | 2011-08-20 | 1 | -4/+4 |
| | | | | | | * Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ | ||||
* | Import of Linux 2.2.14 subset (ipv4 stack and related) | Roland McGrath | 2000-02-05 | 1 | -2/+2 |
| | |||||
* | Import of Linux 2.2.12 subset (ipv4 stack and related) | Roland McGrath | 2000-02-04 | 1 | -0/+2432 |