20 Commits

Author SHA1 Message Date
naddy
06ebc532ac drop RCS Ids 2022-03-11 18:59:33 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
jca
f9e594a405 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 13:30:44 +00:00
jca
f7ef33bc4b Calling gettimeofday on a struct bpf_timeval is harmful 2019-03-04 13:25:56 +00:00
jca
7df041638d Unbreak on arm, the regparm attribute only makes sense on i386 2019-03-04 13:01:53 +00:00
jca
15f9099d0a Move to libelf from base
Initial diff from jsg@, ok jasper@ (maintainer of
libdwarf/ctftools/libelf).
2019-02-04 23:34:10 +00:00
sthen
4fcf8f2aaf drop MAINTAINER on a few things 2017-07-05 10:22:05 +00:00
sthen
6a1690df62 dynamips' JIT requires W+X, mark the binary as appropriate.
pointed out by Brune Gruel, thanks.
2017-02-25 21:52:25 +00:00
ajacoutot
a06bbd1846 machine/endian.h, sys/endian.h -> endian.h 2015-05-01 14:17:37 +00:00
naddy
90bea15d2f Drop USE_GROFF: trivial page footer differences only. 2015-01-22 21:17:46 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
gsoares
ac8f484796 fix master_sites / homepage
while here, regen distinfo to new format

ok sthen@
2012-08-13 15:46:07 +00:00
sthen
c92067fa87 remove patch to force nonblocking on the bpf; we don't want this with rthreads 2012-03-16 23:39:13 +00:00
espie
a14bf26ca8 new depends 2010-11-15 23:22:07 +00:00
sthen
ec8f9886f2 revision/lib_depends 2010-10-23 22:01:29 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +00:00
fgsch
bd7a0b975a jit also works with amd64.
sthen@ ok
2009-04-05 12:48:40 +00:00
claudio
52c8bdcac4 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-11-24 23:29:48 +00:00
sthen
c9509af2f4 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
2008-04-10 15:22:17 +00:00
sthen
60bf79475b import dynamips:
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.

feedback and ok ajacoutot
2008-01-18 09:09:48 +00:00