-Added IRQ to PCI
[pintos-anon] / src /
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-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 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 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 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 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-05 Ben PfaffMake mmap use segment IDs.
2005-03-05 Ben PfaffComment.
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-08 Ben PfaffFree file in file_close().
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-29 Ben PfaffRemove .cvsignore from build directories; put `build...
2005-01-21 Ben PfaffComment.
2005-01-21 Ben PfaffSet up a frame pointer on interrupt entry, to improve...
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-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 PfaffFix bogus return value from `pintos' utility when calli...
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 PfaffPrint int with %d, not %zu.
2005-01-09 Ben PfaffPrint PASS messages when complete.
2005-01-04 Ben PfaffUpdate Bochs and toolchain build summaries.
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-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.
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-12-31 Ben PfaffFix comment.
2004-12-31 Ben PfaffImprove basic alarm clock test.
2004-12-31 Ben PfaffFix brown-bag error.
2004-12-15 Ben PfaffClean up.
2004-12-15 Ben PfaffClean up inode code:
2004-12-15 Ben PfaffComment.
2004-12-15 Ben PfaffUse 0xcc (not 0xcd) for clearing malloc() blocks too.
2004-12-15 Ben PfaffFix warnings.
2004-12-15 Ben PfaffSwitch the base file system from direct-indexed inodes...
2004-12-15 Ben PfaffTurn off optimization by default.
2004-12-14 Ben PfaffAdd warnings for missing disks with various projects.
2004-12-14 Ben PfaffComment.
2004-12-14 Ben PfaffFix zero-length file case on put.
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-12-10 Ben PfaffAdd "real-time" option to pintos utility and document...
2004-12-09 Ben PfaffRename do_power_off to power_off_when_done.
2004-12-09 Ben PfaffPower off on kernel panic.
2004-12-08 Ben PfaffMake it easier to include debug symbols in executables.
2004-12-08 Ben PfaffPrint addresses along with function name/filename/line...
2004-12-08 Ben PfaffAdd copy of LICENSE in src directory.
2004-12-08 Ben PfaffValidate offsets before passing into file_seek().
2004-12-03 Ben PfaffComment.
2004-12-03 Ben PfaffComments.
2004-12-02 Ben PfaffComment.
2004-12-02 Ben PfaffRemove redundant test.
2004-12-01 Ben PfaffAdd qsort(), bsearch().
2004-11-24 Ben PfaffFix spelling mistake in message.
2004-11-23 Ben PfaffFix `get' behavior.
2004-11-23 Ben PfaffUpdate .cvsignore files.
next