pintos-anon
2005-03-18 Ben Pfaff(strip_exit_codes) Include _ in the list of characters... win0405
2005-03-17 Ben PfaffWhen run.out is missing in &grade_test, just return...
2005-03-17 Ben PfaffRemove file no longer needed.
2005-03-05 Ben PfaffAdd another valid alternative for exec-missing output.
2005-03-01 Ben PfaffUpdate numbers according to Sameer's suggestions.
2005-02-24 Ben Pfaffactive_pd() should return a virtual address.
2005-02-22 Ben PfaffOnly consider a disk to exist if it has nonzero size.
2005-02-22 Ben PfaffRemove trailing whitespace.
2005-02-15 Ben PfaffUse TIMER_FREQ of 19 for grading priority-fifo.
2005-02-11 Ben PfaffApply appropriate changes from main branch to bring...
2005-02-11 Ben PfaffFix randomization patches to work with revised bitmap...
2005-02-09 Ben PfaffFix typo.
2005-02-08 Ben PfaffFree file in file_close().
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-02-07 Ben PfaffIncrease default timeout to 15 seconds.
2005-01-29 Ben PfaffRemove .cvsignore from build directories; put `build...
2005-01-25 Ben PfaffFix typo.
2005-01-25 Ben PfaffBe smarter about dealing with make failures.
2005-01-25 Ben PfaffFix runaway bochs, pintos processes on time-outs.
2005-01-22 Ben PfaffClarify that joinability is not inherited.
2005-01-21 Ben PfaffComment.
2005-01-21 Ben PfaffSet up a frame pointer on interrupt entry, to improve...
2005-01-21 Ben PfaffIgnore test directories.
2005-01-21 Ben Pfaffsyscall-stub.S is gone; don't talk about it.
2005-01-21 Ben Pfaffsyscall-stub.h is gone; don't #include it.
2005-01-20 Ben PfaffImprove debuggability by adding .func/.endfunc around...
2005-01-20 Ben PfaffImprove debuggability by eliminating system call stub...
2005-01-20 Ben PfaffFix quoting.
2005-01-20 Ben PfaffFix quoting.
2005-01-20 Ben PfaffRemove more or less meaningless comment.
2005-01-19 Ben PfaffPrint a message if the default target is used.
2005-01-19 Ben PfaffIf the kernel image gets too big, "cmp ebx, KERNEL_LOAD...
2005-01-18 Ben PfaffNeed to turn off interrupts again after calling into...
2005-01-18 Ben PfaffIn all the variants of the basic test for part 1-1...
2005-01-14 Ben PfaffWhen a Pintos run times out, report the load average.
2005-01-14 Ben PfaffPriority change clarification (problem 1-3).
2005-01-14 Ben PfaffFix bogus return value from `pintos' utility when calli...
2005-01-14 Ben PfaffExpect proper result from `pintos get'.
2005-01-13 Ben PfaffImprove comment.
2005-01-10 Ben PfaffFix Intel names for outd, ind, outsd, insd.
2005-01-10 Ben PfaffFix %' grouping in printf().
2005-01-10 Ben PfaffParse PINTOSOPTS environment variable as extra command...
2005-01-10 Ben PfaffFix order of edi, esi, ebp, ebx in switch_threads_frame...
2005-01-09 Ben PfaffSave and restore user processes' FS and GS registers.
2005-01-09 Ben PfaffFix Make.base in same way as Makefile.
2005-01-09 Ben Pfaff%d needed to be %zu
2005-01-09 Ben PfaffFix ordering.
2005-01-09 Ben PfaffDon't use ! in shell.
2005-01-09 Ben PfaffPrint int with %d, not %zu.
2005-01-09 Ben PfaffAdd self-test.
2005-01-09 Ben PfaffAdd `null' to .cvsignore, via mkmf.
2005-01-09 Ben PfaffAdd a `null' test for testing src/userprog before syste...
2005-01-09 Ben PfaffPrint PASS messages when complete.
2005-01-09 Ben PfaffWhen running a "test" or "assemble" target, run-tests...
2005-01-08 Ben PfaffFix ASCII art diagram. Thanks to Roy Zeighami <zeigham...
2005-01-06 Ben PfaffFix typo.
2005-01-06 Ben PfaffFix condition variable example.
2005-01-05 Ben PfaffOnly grade mlfqs-speedup and mlfqs-priority if mlfqs...
2005-01-04 Ben PfaffUpdate Bochs and toolchain build summaries.
2005-01-04 Ben PfaffFix "%d"s that should be "%zu"s.
2005-01-04 Ben PfaffFix multiple-output to stdout bug.
2005-01-04 Ben PfaffChange to deal with crappy GAS bug.
2005-01-04 Ben PfaffPatch for gcc-3.3.5.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-02 Ben PfaffAdd makefiles for cleaning grades, top level.
2005-01-02 Ben PfaffComment.
2005-01-02 Ben PfaffComment.
2005-01-02 Ben PfaffRemove redundant footnote.
2005-01-02 Ben PfaffFix typo.
2005-01-02 Ben PfaffFix command line
2005-01-01 Ben PfaffAdd a suggestion to use `backtrace' and a reference...
2005-01-01 Ben PfaffComment.
2005-01-01 Ben PfaffComment.
2005-01-01 Ben PfaffComments.
2005-01-01 Ben PfaffAdd another pointer to the debugging documentation.
2005-01-01 Ben PfaffDiscourage combining student contributions late.
2005-01-01 Ben PfaffMake close-stdin, close-stdout expected output more...
2005-01-01 Ben PfaffImprove error message for grading when the make failed.
2005-01-01 Ben PfaffFix syntax errors.
2005-01-01 Ben PfaffRevert to requiring that exec return -1 if there is...
2005-01-01 Ben PfaffTalk about write() to stdout more.
2004-12-31 Ben PfaffWording.
2004-12-31 Ben PfaffClarify.
2004-12-31 Ben PfaffTry to clarify synchronization.
2004-12-31 Ben PfaffTypographic fixes.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-12-31 Ben PfaffFix comment.
2004-12-31 Ben PfaffClarifications.
2004-12-31 Ben PfaffClarification.
2004-12-31 Ben PfaffClarification.
2004-12-31 Ben PfaffWording.
2004-12-31 Ben PfaffImprove command-line interface to run-tests.
2004-12-31 Ben PfaffImprove basic alarm clock test.
2004-12-31 Ben PfaffUpdates.
2004-12-31 Ben PfaffClarification.
2004-12-31 Ben PfaffAlways try to create output directory, even if pintos...
2004-12-31 Ben PfaffFix brown-bag error.
2004-12-31 Ben PfaffFix brown bag bug in previous version.
2004-12-29 Ben PfaffFix bug that converted errors into warnings.
2004-12-15 Ben PfaffClean up.
next