aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/lwip-net.c
Commit message (Collapse)AuthorAgeFilesLines
* minios: switch to C99 integer typesKeir Fraser2009-07-151-1/+1
| | | | | | This is a necessary step to make minios build on NetBSD. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
* stubdom: use host's gccKeir Fraser2008-07-041-2/+6
| | | | | | | | This makes stubdom use the host's gcc instead of downloading/compiling binutils+gcc. That requires a bunch of changes and even uncovered a few bugs, but saves a lot of time. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* minios: add proper shutdown facilitiesKeir Fraser2008-06-091-0/+6
| | | | Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* mini-os: free dropped lwip packetsKeir Fraser2008-03-251-1/+4
| | | | | | When lwIP can not accept a packet, it is up to us to free it. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* minios: Automatically set IP from XenStore informationKeir Fraser2008-03-191-1/+16
| | | | Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
* minios: add lwIP 1.3.0 supportKeir Fraser2008-01-211-0/+360
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>