From: CVS <do...@th...> - 2001-07-13 18:49:34
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: - outgoing packet source address is set in ether.cpp - UDP tunnelling sends packets to Ethernet broadcast address as IP broadcasts |
From: <do...@do...> - 2004-05-09 16:32:14
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: Move and fix tun interface shutdown call |
From: <do...@do...> - 2004-05-12 11:46:36
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: typos |
From: <do...@do...> - 2004-12-18 18:10:43
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: Make EtherInterrupt/packet[] "static" so that it is allocated in the .data section, which is likely accessible under 32-bit address on 64-bit platforms |
From: <do...@do...> - 2005-03-19 17:43:05
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: Make ethernet really work on 64-bit platforms, especially x86-64 |
From: <do...@do...> - 2005-05-13 14:02:40
|
Update of /cvs/BasiliskII/src/Unix Modified Files: ether_unix.cpp Log Message: Some 64-bit fixes to bootp, icmp, udp (cu-seeme). However, it can happen that on certain occasions, it doesn't work. Some timing problem? |
From: <do...@do...> - 2005-05-14 17:33:59
|
Update of /cvs/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: fix poll() emulation |
From: <do...@do...> - 2005-05-21 17:48:25
|
Update of /cvs/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: Handle all slirp input/output from a single thread, thus fixing occasional hangs on slower systems (concurrent read/write in 68k mode). Reduce timeout to 10 ms. |
From: <do...@do...> - 2005-07-03 08:21:36
|
Update of /cvs/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: Factor out stuff for SheepShaver compatibility. |
From: <cv...@ce...> - 2005-12-29 13:40:44
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by nigel Modified Files: ether_unix.cpp Log Message: Small hack for clean exits on Nigel's OS X port |
From: <cv...@ce...> - 2006-01-21 16:19:50
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: poll() and select() are still not cancellation points in MacOS X 10.4.4... |
From: <cv...@ce...> - 2006-01-21 20:48:21
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: Remove nigel's hack, I am confident the problem was MacOS X implementation of poll() that was not a cancellation point, which I fixed (OSX/Intel 10.4.4) |
From: <cv...@ce...> - 2006-02-27 13:39:34
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: fix cross-block initializer |
From: <cv...@ce...> - 2006-04-02 21:06:57
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: Try to improve slirp performance again (though passive mode is still slower) |
From: <cv...@ce...> - 2007-11-03 11:31:35
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by gbeauche Modified Files: ether_unix.cpp Log Message: Don't raise SIGPIPE, let errno be set to EPIPE. i.e. this fixes slirp ethernet mode with no listening port on the remote host. |
From: <cv...@ce...> - 2011-12-28 20:22:32
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: ether_unix.cpp Log Message: fix some unused var/function warnings |
From: <cv...@ce...> - 2012-03-01 04:27:49
|
Update of /home/cvs/cebix/BasiliskII/src/Unix by asvitkine Modified Files: ether_unix.cpp Log Message: another warning fix |