- 23 Feb, 2006 13 commits
-
-
Kevin Atkinson authored
Fix tied STDIN and STDOUT with perl 5.8 in libtblog. Fix a phototype warning in os_load.in
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Creating the groups for main group is enough for testing.
-
Leigh B. Stoller authored
-
Robert Ricci authored
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
wildly obfuscated rc.d mechanism.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
the current port, but my fix is harmless.
-
Leigh B. Stoller authored
is run before samba tries to start. This is harmless, so it will not matter if its still in place when ports are updated.
-
- 22 Feb, 2006 16 commits
-
-
David Johnson authored
-
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 1 commit
-
-
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.
-