- 22 Feb, 2006 15 commits
-
-
David Johnson authored
-
David Johnson authored
editing. I know, codegen bad, but makes gui development much less painful.
-
David Johnson authored
listing the tools available, so that it's easier to find them all.
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
check later.
-
Leigh B. Stoller authored
fixed.
-
Leigh B. Stoller authored
-
Jay Lepreau authored
-
Jay Lepreau authored
<= len(max other one), except for a 'new' flag.
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
if we work futher on it, we have a good starting point. Make the existing templates validate with the DTD.
-
- 21 Feb, 2006 9 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
default values out of the template XML file, and gives the user an interface to fill them in. Passes the new NS file to the beginexp page for them. Still pretty basic. Should support some kind of data typing for the variables, and error checking. But a good start, and enough for what I want to do with it now.
-
Robert Ricci authored
variables.
-
Robert Ricci authored
-
Robert Ricci authored
PlanetLab software.
-
Robert Ricci authored
real XML. <Foo> is still supported.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
I got close to getting it to work by adding this: sub FILENO { my $this = shift; fileno($$this) } sub CLOSE { my $this = shift; close($$this) } sub OPEN { my $this = shift; close($$this) if defined(fileno($$this)); @_ == 1 ? open($$this, $_[0]) : open($$this, $_[0], $_[1]); } But subprocesses were not seeing the right stdout/stderr after doing something like: open(STDERR, ">> $logname"); open(STDOUT, ">> $logname"); So, I will let Kevin work on it; I've spent too much time on it already!
-
Leigh B. Stoller authored
tagged from the 6.0 release. Also lots of changes to the install scripts to handle inatlling boss/ops/fs on 5.4. All changes are conditionalized so that things will continue to work on 4.10, but hopefully we will move away from that before the year is out.
-
- 20 Feb, 2006 1 commit
-
-
Robert Ricci authored
can report it once the connection is successful. Now decides whether or not to monitor an FD in socket(), rather than connect(), since we now have to start collecting data before connect() is called. Move code to report on connection state changes into inform*() functions. Warning: Tested, but not exhaustively.
-
- 17 Feb, 2006 8 commits
-
-
Leigh B. Stoller authored
ports. This *should* continue to work on the 4.10 images as well, and I even tested that. Currently the names and path of the 5.4 packages are hardwired into place. We probably need to add site-vars for this, but going to wait since there is plenty of work still to do.
-
Leigh B. Stoller authored
except that we do not "skip grant tables" on ops.
-
Leigh B. Stoller authored
-
Kevin Atkinson authored
Added some basic prechecks. Added test of manual routing and tb-set-ip/netmask. Moved test_traceroute from router tests to ImageTest.pm Added test on pc3000w. Other minor changes.
-
Leigh B. Stoller authored
need for the collab tools.
-
Timothy Stack authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
sends back to the list.
-
- 16 Feb, 2006 7 commits
-
-
Robert Ricci authored
SO_RCVSIZE SO_SNDSIZE TCP_NODELAY TCP_MAXSEG There is a problem, though. Right now, we identify a connection by a triple of (local port, remote IP, remote port). However, some apps (iperf, at least), set these options before calling connect(). Thus, we don't know these things yet. To fix this, we could either: Delay notification of sockopt changes until after connect() is called for the socket Use something else (ie. (pid,fd)) as the ID for connections. We should probably talk about this (at least Jon and I) at the next meeting.
-
Robert Ricci authored
VLAN if it gets carried over trunk port.
-
Leigh B. Stoller authored
-
Kevin Atkinson authored
In libxmlrpc.pm the function CallMethod throws away some information that I needed. Thus I created a new function CallMethod0 which doesn't and have CallMethod use CallMethod0.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-