pintos-anon
2005-05-28 adar-Added IRQ to PCI adar-usb
2005-05-27 adar-Tinkered with formatting
2005-05-26 adar-PCI scanning
2005-05-19 adar-Test commit\n-Add pci.[ch]\n
2005-05-17 Ben PfaffUpdate Intel manual URLs.
2005-05-12 Ben PfaffFix line wrapping.
2005-05-10 Ben PfaffStandard disk assignments.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-04-13 Ben PfaffClean TAGS, tags targets.
2005-04-12 Ben PfaffAlign comments.
2005-04-12 Ben PfaffUpdate message.
2005-04-12 Ben PfaffUpdate message.
2005-04-12 Ben PfaffGet rid of file system "dump" operations because they...
2005-04-12 Ben PfaffClean better.
2005-04-12 Ben PfaffGet rid of DEBUG macro, supporting code, and documentation,
2005-04-07 Ben PfaffIn idle(), "sti; hlt" must be atomic or we can waste...
2005-04-06 Ben PfaffEnhance shell.
2005-04-06 Ben PfaffEnhance shell.
2005-04-06 Ben PfaffAdd ls, mkdir user test programs.
2005-04-06 Ben PfaffRevise.
2005-04-06 Ben PfaffAdd SUBMAKEFLAGS.
2005-04-06 Ben PfaffOnly need single 0x90.
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
2005-04-06 Ben PfaffAdd `dirs' target.
2005-04-05 Ben PfaffFix comment.
2005-04-01 Ben PfaffUpdate to match printf() fix.
2005-04-01 Ben PfaffAdd stdio test.
2005-04-01 Ben PfaffImprove test program.
2005-04-01 Ben PfaffFix parenthesization.
2005-04-01 Ben PfaffFix more printf() conformance problems.
2005-04-01 Ben PfaffRevert to old version because it doesn't break preprocessor
2005-04-01 Ben PfaffMake sure PTRDIFF_MIN, PTRDIFF_MAX, and SIZE_MAX have...
2005-04-01 Ben Pfaff127 is a control character.
2005-04-01 Ben PfaffFix comment.
2005-04-01 Ben PfaffImprove.
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-30 Ben PfaffUpdate license section.
2005-03-30 Ben PfaffTalk about license in intro to docs.
2005-03-30 Ben PfaffReplace quick_sort() that uses quick sort and O(lg...
2005-03-30 Ben PfaffReimplement list_sort() iteratively, reducing memory...
2005-03-29 Ben PfaffAdd printf() test.
2005-03-29 Ben PfaffUpdate mmap() tests.
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-03-24 Ben PfaffFix 3 distinct bugs reported by Cristian Cadar.
2005-03-24 Ben PfaffUpdate mmap, munmap stubs to match new prototypes.
2005-03-23 Ben PfaffFix handling of `+' and ` ' flags for unsigned conversi...
2005-03-17 Ben PfaffWhen run.out is missing in &grade_test, just return...
2005-03-17 Ben PfaffRemove patch no longer needed.
2005-03-05 Ben PfaffCrossport 1.2.4.1 to main.
2005-03-05 Ben PfaffCrossport 1.2.4.1 into main.
2005-03-05 Ben PfaffMake mmap use segment IDs.
2005-03-05 Ben PfaffFix menu.
2005-03-05 Ben PfaffComment.
2005-03-05 Ben PfaffUpdate documentation.
2005-02-24 Ben Pfaffactive_pd() should return a virtual address. Thanks...
2005-02-22 Ben PfaffDon't consider zero-size disks to exist.
2005-02-22 Ben PfaffSuggest a line limit of 79 characters.
2005-02-12 Ben PfaffUse TIMER_FREQ of 19 for grading priority-fifo.
2005-02-12 Ben PfaffSpecify how we'll grade problem 1-1.
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.
next