- 27 Aug, 2001 1 commit
-
-
Leigh B. Stoller authored
it returns 0 on success and non-zero on failure.
-
- 26 Aug, 2001 1 commit
-
-
Christopher Alfeld authored
the pass counts in flestmail will now be correct.
-
- 24 Aug, 2001 10 commits
-
-
Chad Barb authored
Added lseek to beginning of writing each region-- Works now.
-
Chad Barb authored
-
Chad Barb authored
-
Mac Newbold authored
Change occurrences of "@TESTMODE@" back to @TESTMODE@ like they were supposed to be in the first place...
-
Mac Newbold authored
-
Leigh B. Stoller authored
The problem is that "@TESTMODE@" is wrong! This becomes a string "0", instead of the integer 0, and so "if ($TESTMODE)" breaks down.
-
Leigh B. Stoller authored
The problem is that "@TESTMODE@" is wrong! This becomes a string "0", instead of the integer 0, and so "if ($TESTMODE)" breaks down.
-
Chad Barb authored
-
Chad Barb authored
-
Leigh B. Stoller authored
-
- 23 Aug, 2001 4 commits
-
-
Mac Newbold authored
Lots of small changes for turning our 'require lib*' lines into 'use lib*' lines. Proper modules declare themselves as a package, and use Exporter to export the names of the subroutines that should be visible from the outside world. Many of ours didn't do that, it was just a file with a bunch of subs in it. So now I've fixed many of them to be proper, and removed the requires and 'push(@INC,...)' hacks and changed it to the proper 'use lib @prefix@/lib/;' and use lib*.
-
Mac Newbold authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
tutorial into the nscommands file on said topic. Also some minor page format fixes.
-
- 22 Aug, 2001 5 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
Apparently I forgot to commit this long ago.
-
- 21 Aug, 2001 2 commits
-
-
Leigh B. Stoller authored
lines for plastic/tipserv1 to snake.
-
Leigh B. Stoller authored
This program is now invoked from the setup script to determine which interface needs to be configured. Changed tmcd to return the MAC address from the DB in the ifconfig response. All this because the ordering of the interfaces is no longer consistent between linux and freebsd.
-
- 20 Aug, 2001 8 commits
-
-
Leigh B. Stoller authored
the nodes table get a response back. Useful for getting the new nodes running.
-
Leigh B. Stoller authored
things, although this solution is not hugely better ... BOSSNODE=boss.emulab.net USERNODE=users.emulab.net OURDOMAIN=emulab.net
-
Leigh B. Stoller authored
attempted. Good for debugging.
-
Leigh B. Stoller authored
node!
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
table.
-
- 17 Aug, 2001 2 commits
-
-
Robert Ricci authored
Mike's 'showmac' kernel) from cature logs, and generate SQL commands to enter the interfaces it finds into the database.
-
Robert Ricci authored
-
- 16 Aug, 2001 3 commits
-
-
Leigh B. Stoller authored
capable of rerunning hunt, and it was too confusing anyway.
-
Leigh B. Stoller authored
older tty version at the same time. We use that older version outside the testbed.
-
Leigh B. Stoller authored
Need to reset the getremote state so that we can do a second search in /etc/remote file.
-
- 15 Aug, 2001 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
-
- 14 Aug, 2001 1 commit
-
-
Mac Newbold authored
-