Version: 0.2.8rc2, Package name: dynamips-0.2.8rc2 |
Maintained by: The OpenBSD ports mailing-list |
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. |
Filesize: 565.366 KB |
Version History (View Complete History) |
|
2019-07-12 14:46:30 by Stuart Henderson | Files touched by this commit (853) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-03-04 06:30:44 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Stop looking at /usr/local for libelf Missed during the switch to base libelf. While here, -D_FILE_OFFSET_BITS=64 serves no purpose on OpenBSD so no need to specify it in our OpenBSD-only patch. |
2019-03-04 06:25:56 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Calling gettimeofday on a struct bpf_timeval is harmful |
2019-03-04 06:01:53 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message: Unbreak on arm, the regparm attribute only makes sense on i386 |
2019-02-04 16:34:10 by Jeremie Courreges-Anglas | Files touched by this commit (16) |
Log message: Move to libelf from base Initial diff from jsg@, ok jasper@ (maintainer of libdwarf/ctftools/libelf). |
2017-07-05 04:22:06 by Stuart Henderson | Files touched by this commit (32) |
Log message: drop MAINTAINER on a few things |
2017-02-25 14:52:25 by Stuart Henderson | Files touched by this commit (1) |
Log message: dynamips' JIT requires W+X, mark the binary as appropriate. pointed out by Brune Gruel, thanks. |
2015-05-01 08:17:37 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: machine/endian.h, sys/endian.h -> endian.h |
2015-01-22 14:17:47 by Christian Weisgerber | Files touched by this commit (23) |
Log message: Drop USE_GROFF: trivial page footer differences only. |
2010-11-15 16:22:08 by Marc Espie | Files touched by this commit (66) |
Log message: new depends |
2010-10-23 16:01:31 by Stuart Henderson | Files touched by this commit (35) |
Log message: revision/lib_depends |
2010-10-18 12:00:20 by Marc Espie | Files touched by this commit (155) |
Log message: USE_GROFF=Yes |
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 |