- 08 May, 2009 3 commits
-
-
Robert Ricci authored
Maps API key. Note that this does not have to be kept secret at all, so I've included Utah's in the defs-default file.
-
Kevin Tew authored
-
Mike Hibler authored
-
- 06 May, 2009 3 commits
-
-
Robert Ricci authored
variable - we have lots of javascript that wants to install its intiailization code there, and these functions just provide a simple mechanism for doing that. So. From now on: Thou Shalt Not Mess With window.onload Or window.onunload Directly. Instead, Thou Shalt Call addLoadFunction() and addUnloadFunction().
-
Robert Ricci authored
-
Jonathon Duerig authored
-
- 05 May, 2009 1 commit
-
-
Jonathon Duerig authored
-
- 04 May, 2009 4 commits
-
-
Leigh B. Stoller authored
that depending on different versions of assign to find the exact same solution on the same top/ptop, is asking for trouble. And in fact, the new assign is slightly different and the solutions do not match. So the idea we came up with is to first run the old version, and then fixnode the results for the input to the new version. assign should run cleanly and the results will be the same. Then reverse the situation and run the new version, then fixnode those results for a run of the old version. Then compare all the results.
-
Jon Rafkind authored
-
Leigh B. Stoller authored
instantiation.
-
Jonathon Duerig authored
-
- 01 May, 2009 13 commits
-
-
Robert Ricci authored
make it too hard to diff output from different versions. (trunk)
-
Mike Hibler authored
Be more explicit in the final message about deleting a user when you are just removing that user from a project and not entirely. Just about pissed my pants when it told me it was deleting a user after I had confirmed that I REALLY (and REALLY, REALLY) just wanted to delete them from a project.
-
Mike Hibler authored
Did this long ago (back when I was a hacker) and never checked it in.
-
Leigh B. Stoller authored
factor. Some minor improvements and fixes to regression mode.
-
Leigh B. Stoller authored
we no longer call os_select as a shell script but rather as a library routine, which save bundles of time on big experiments.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
multiplex factor (-m). Overrides the setting in the experiments table.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Add -p and -m options to turn on prepass in assign and the mapper, and also pass the multiplex_factor in.
-
Leigh B. Stoller authored
and neither do I.
-
Leigh B. Stoller authored
Move the important part of os_select into this library as a method so that we can just do it from the mapper wrapper without having to call a shell script for each node in the topo (which on a 2000 node experiment, takes 45 minutes).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 30 Apr, 2009 1 commit
-
-
Kevin Tew authored
-
- 29 Apr, 2009 6 commits
-
-
Robert Ricci authored
beleive we really have this stuff set up to run well at other sites.
-
Robert Ricci authored
-
Kevin Tew authored
-
Jonathon Duerig authored
-
Tarun Prabhu authored
Modified the xml format to have attributes which makes the parse much faster. The change affected the rspecs as well and that was also corrected.
-
Robert Ricci authored
page, and include the scripts I used to make it (along with instructions).
-
- 28 Apr, 2009 1 commit
-
-
David Johnson authored
things. Might be the wrong thing to do, but it works...
-
- 27 Apr, 2009 2 commits
- 24 Apr, 2009 2 commits
-
-
David Johnson authored
-
David Johnson authored
-
- 23 Apr, 2009 3 commits
-
-
David Johnson authored
(we need this for shaping lans). The imq device relies on netfilter hooks to accomplish its packet redirection, and netfilter is of course virtualized. So, have to capture the movement of IMQ devices between containers, re-register netfilter hooks on a per-container basis when they boot/shutdown, etc. I haven't got rid of the hardcoded limit on imq devices yet.
-
David Johnson authored
shaping, then increment imqidx.
-
David Johnson authored
that slows boot on the pc2400s...
-
- 22 Apr, 2009 1 commit
-
-
Leigh B. Stoller authored
-