Always make the scratch disk an even multiple of a cylinder in size.
[pintos-anon] / src / utils / pintos
2008-10-16 Ben PfaffAlways make the scratch disk an even multiple of a...
2008-08-27 Godmar Backremoved 'address' option for Bochs.
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2008-08-23 Ben PfaffRTC support.
2008-07-18 Ben PfaffFix bug in --sim and --debug options reported by Bob...
2007-03-31 Ben PfaffFix bugs in -j and -r options reported by Godmar Back.
2006-12-08 Ben PfaffWhen reading files out of the scratch disk, don't die...
2006-11-03 Ben PfaffRemove O_EXCL from flags used to create files to be...
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-02 Ben PfaffReplace GSX Server support with VMware Player support.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-30 Ben PfaffFix two bugs:
2006-05-30 Ben PfaffFix stupidity in last check-in.
2006-05-30 Ben PfaffWhen using -k, make sure to flush all of the subprocess...
2006-05-30 Ben PfaffMake stdout unbuffered while filtering output.
2006-05-27 Ben PfaffAdd "-k" option to pintos script. When used, pintos...
2006-05-27 Ben PfaffDisable networking when running qemu,
2006-05-26 Ben PfaffMake the default simulator qemu for project 2...4,
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2006-04-20 Ben PfaffDon't pass "-nics 0" to qemu, because this option name...
2006-04-07 Ben PfaffFix clock: line in bochsrc.
2006-04-05 Ben PfaffAllow PINTOSSIM environment variable to select default...
2006-04-05 Ben PfaffWarn if timeout used with debugger.
2006-04-03 Ben PfaffFirst stab at Bochs 2.2.6 upgrade (not yet tested).
2006-03-15 Ben PfaffMake timeouts based on CPU time.
2006-01-12 Ben PfaffClean up temp files on signal.
2006-01-10 Ben PfaffAdd "panic: action=fatal" to bochsrc.txt to avoid a...
2006-01-03 Ben PfaffAlways round up disk sizes to multiple of a cylinder,
2005-12-20 Ben PfaffCall qemu with "-nics 0" to avoid calling any network...
2005-07-06 Ben PfaffAllow disks to come from build/ directory as well as...
2005-06-20 Ben PfaffFix handling of timeouts.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-02-22 Ben PfaffDon't consider zero-size disks to exist.
2005-01-14 Ben PfaffFix bogus return value from `pintos' utility when calli...
2005-01-10 Ben PfaffParse PINTOSOPTS environment variable as extra command...
2004-12-14 Ben PfaffAdd warnings for missing disks with various projects.
2004-12-14 Ben PfaffFix zero-length file case on put.
2004-12-10 Ben PfaffAdd "real-time" option to pintos utility and document...
2004-11-23 Ben PfaffFix `get' behavior.
2004-11-22 Ben PfaffFix treatment of timeouts in run-tests and pintos.
2004-11-22 Ben PfaffUse exec instead of system to start bochs.
2004-11-22 Ben PfaffOops. unpack("%V") -> unpack("V")
2004-11-01 Ben PfaffFix use of arbitrary files for disks with "get" and...
2004-11-01 Ben PfaffAdd more tests.
2004-10-27 Ben PfaffClean up. Use perl -w and strict.
2004-09-26 Ben PfaffChange -nv to -v, -ns to -s, for consistency.
2004-09-21 Ben PfaffSupport jitter feature.
2004-09-20 Ben PfaffIgnore bochs return code, it's not useful.
2004-09-20 Ben PfaffEnable ata1 under Bochs if hdc or hdd is needed.
2004-09-18 Ben PfaffBug fixes.
2004-09-15 Ben PfaffFix serial device handling.
2004-09-15 Ben PfaffImprove flexibility.
2004-09-14 Ben PfaffImprove VMware GSX Server support.
2004-09-14 Ben PfaffSupport VMware Workstation.
2004-09-14 Ben PfaffMake it work.
2004-09-14 Ben Pfafffirst try