CVSweb ] [
Homepage ] [ | Version: 0.2.8rc2p2, Package name: dynamips-0.2.8rc2p2 |
| Maintained by: Stuart Henderson |
| Required to build: [devel/gmake] |
| Master sites: |
| Description Dynamips emulates various MIPS64 and PowerPC-based processors and other hardware found in Cisco routers, including many NM/PA modules e.g. Ethernet, fast Ethernet, serial, ATM, switch. It is able to boot a large number of Cisco IOS releases (not included) for the 7200, 3600, 3700 and 2600 platforms. |
| MD5: jRLShoTRZP4zEqP+Q8hNLg= |
| RMD160: BEekwM9Ra9K2MlmIHHYl4m0Ng48= |
| Filesize: 565.366 KB |
Package available on: cdrom( Distfile available on: cdrom( |
| Version History (View Complete History) |
|
| 2009-04-05 06:48:40 by Federico G. Schwindt | Files touched by this commit (2) |
Log message: jit also works with amd64. sthen@ ok |
| 2008-11-24 16:29:48 by Claudio Jeker | Files touched by this commit (4) |
Log message: Make the gen_eth netio_type work by adding a crude hack in the setup function to ensure that the pcap fd is in non-blocking mode as expected by the pthread lib. While doing that add plist bin markers and a new MESSAGE (that came from sthen@) OK sthen@, dlg@ who forced me into the pain to run a cisco on my X40 |
| 2008-04-10 09:22:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: dynamips uses its own endianness definitions which don't include all our arch, so it doesn't build on at least hppa/arm. Fix build by using the definitions from our system headers instead. No effect on existing arch - package bump is probably unnecessary but done anyway to be sure. Thanks to Jonathan Armani for testing that dynamips/gns3 on i386 are still happy. ok ajacoutot |