Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compilation on 5.0 (<malloc.h> removal) | kris | 2002-03-31 | 1 | -0/+5 |
| | |||||
* | Define the -DSHAREDTMP option, since this allows one to simulate | demon | 2001-12-19 | 2 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | clusters of pvm machines with jail(8). Basically, do this: ifconfig lo0 10.0.0.1 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.2 netmask 255.255.255.255 alias ifconfig lo0 10.0.0.3 netmask 255.255.255.255 alias ... echo "10.0.0.1 ten-1" >> /etc/hosts echo "10.0.0.2 ten-2" >> /etc/hosts echo "10.0.0.3 ten-3" >> /etc/hosts ... jail / ten-1 10.0.0.1 /usr/libexec/inetd jail / ten-1 10.0.0.2 /usr/libexec/inetd jail / ten-1 10.0.0.3 /usr/libexec/inetd Tada! now you have three PVM enabled computers on your laptop :-) Submitted by: phk | ||||
* | Change MAINTAINER field. | demon | 2000-11-13 | 1 | -1/+1 |
| | | | | | | I am now at FreeBSD dot org Approved by: sobomax | ||||
* | Chase the checksum (docs updated, a code syntax error fixed and prototypes | kris | 2000-04-30 | 1 | -1/+1 |
| | | | | | | updated) Noticed by: bento | ||||
* | Update with the new PORTNAME/PORTVERSION variables | cpiazza | 2000-04-09 | 1 | -3/+3 |
| | |||||
* | Update to 3.4.3. This is not a downgrade. The update is needed for the | will | 2000-03-29 | 3 | -55/+94 |
| | | | | | | import of the pvmpov port. Approved by: maintainer | ||||
* | Get this to build at least on the Alpha. Haven't tested whether it | steve | 2000-02-13 | 1 | -0/+10 |
| | | | | actually works (yet). | ||||
* | Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both | steve | 1999-11-27 | 1 | -0/+11 |
| | | | | -current and -stable. | ||||
* | $Id $ -> $FreeBSD$ (note space, which is probably why Peter missed it) | asami | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | USE_XLIB. | asami | 1999-05-04 | 1 | -1/+2 |
| | |||||
* | WWW: This is definately the daemon's work. In Chuck we trust. | mharo | 1999-05-03 | 1 | -1/+1 |
| | |||||
* | Parallel Virtual Machine libraries and environment | taoka | 1999-04-13 | 6 | -0/+162 |
PR: ports/10562 Submitted by: Dima Sivachenko dima@netserv1.chg.ru |