- 23 Aug, 2001 1 commit
-
-
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*.
-
- 05 Jun, 2001 1 commit
-
-
Leigh B. Stoller authored
repetition and clutter. Mostly a visual and convenience thing. I plan to work through other scripts as time permits.
-
- 25 May, 2001 1 commit
-
-
Leigh B. Stoller authored
hopefully get bigger and reduce the amount of typing that we all do. I hacked up sched_reload and os_load to use it. Pretty simple to start with. I'm not planning to go much further on this until we sync up with the dbtoir branch since it will just create needless branch merge errors.
-
- 08 May, 2001 1 commit
-
-
Leigh B. Stoller authored
-
- 03 May, 2001 1 commit
-
-
Leigh B. Stoller authored
replaced by the "images" table. New os_info table is added. New web pages to add and delete OSIDs to/from the os_info table, for use in the NS file. tb-create-os is gone. handle_os no longer operates on the tbcmds file, and no longer writes anything into the ir file. Moved the setting up of os state (nodes table) from os_setup to handle_os, where it should be. os_load and sched_reload now take a single argument, the name of the imageid from the images table.
-
- 30 Mar, 2001 1 commit
-
-
Leigh B. Stoller authored
anything (don't put an entry in the reloads table). Just exit with non zero status to indicate that the node could not be loaded immediately. This is for use by the reloading daemon that I am writing up. Also did some house cleaning and removed lots of old cruft.
-
- 25 Mar, 2001 1 commit
-
-
Leigh B. Stoller authored
-
- 07 Mar, 2001 1 commit
-
-
Leigh B. Stoller authored
(or was it months)?
-
- 22 Feb, 2001 1 commit
-
-
Leigh B. Stoller authored
pid/eid before releasing from the reloads/reserve table, since an admin initiated reload might be pending when a user does his own load. Don't want to clear the reload state, or even worse, the reserved state. There is a cross dependency created bewteen tmcd.c and sched_reload on the pid/eid testbed/reloading. No biggie. I put in a warning in both places.
-
- 06 Feb, 2001 1 commit
-
-
Leigh B. Stoller authored
-
- 04 Jan, 2001 2 commits
-
-
Mac Newbold authored
-
Mac Newbold authored
-
- 03 Jan, 2001 1 commit
-
-
Leigh B. Stoller authored
the testbed list.
-
- 21 Dec, 2000 1 commit
-
-
mac authored
data in the database to be used when nfree runs.
-