-Added IRQ to PCI
[pintos-anon] / src /
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-18 Ben PfaffAdd -DPINTOS to DEFINES.
2004-11-05 Ben PfaffFix bug caused by previous change.
2004-11-05 Ben PfaffImprove list_remove().
2004-11-05 Ben PfaffPrevent bitmap_scan() from assert-failing if CNT is...
2004-11-03 Ben PfaffUse "&& mv $@.tmp $@" for threads/intr-stubs.S.
2004-11-01 Ben PfaffAdd more tests.
2004-11-01 Ben PfaffFix use of arbitrary files for disks with "get" and...
2004-11-01 Ben PfaffAdd more tests.
2004-10-31 Ben PfaffAdd -*- makefile -*- line.
2004-10-29 Ben PfaffFix bug in strlcpy() that could cause reading too much...
2004-10-27 Ben PfaffMove segment rounding LDFLAGS into tests/userprog/Makefile.
2004-10-27 Ben PfaffWork on userprog tests.
2004-10-27 Ben PfaffClean up. Use perl -w and strict.
2004-10-26 Ben Pfaff(file_read_at) Fix behavior of read when position is...
2004-10-26 Ben PfaffAdd comment to clarify behavior.
2004-10-26 Ben PfaffMake tests/userprog makefile modular so we can reuse...
2004-10-25 Ben PfaffAdd some more correctness assertions to free().
2004-10-25 Ben PfaffDisallow the empty string as a file name.
2004-10-25 Ben PfaffReverse LIB order so that programs that don't make...
2004-10-25 Ben PfaffImprove implementation of puts().
2004-10-23 Ben PfaffAdd filesize() stub.
2004-10-22 Ben PfaffComments.
2004-10-20 Ben PfaffFix bug in pagedir_get_page(): didn't apply uaddr page...
2004-10-19 Ben PfaffAllow cpp to remove comments when producing kernel...
2004-10-19 Ben PfaffComments.
2004-10-18 Ben PfaffRevert to previous version.
2004-10-18 Ben PfaffASSERT should evaluate to an expression not a statement.
2004-10-17 Ben PfaffAdd -s to LDFLAGS to strip output binaries.
2004-10-17 Ben PfaffComments.
2004-10-15 Ben PfaffFix a few details.
2004-10-14 Ben PfaffSpelling fix.
2004-10-14 Ben PfaffAdd 14 (page fault) to named exceptions.
2004-10-14 Ben PfaffShould iterate 10 times not 5.
2004-10-12 Ben PfaffNeither of these tests works under MLFQS.
2004-10-11 Ben PfaffMake sure that we're not being tested with MLFQS on.
2004-10-10 Ben PfaffAdd volatile to asm statement in intr_get_level(),
2004-10-09 Ben PfaffFix logic problem.
2004-10-09 Ben PfaffFix compile problems.
2004-10-09 Ben PfaffFix compile problems.
2004-10-09 Ben PfaffComments.
2004-10-08 Ben PfaffUse 115.2 kbps instead of 9600 bps.
2004-10-07 Ben PfaffCheck that the serial rate is reasonable.
2004-10-06 Ben PfaffMake freeing pages not require the pool lock,
2004-10-06 Ben Pfafftimer_sleep() need interrupts on.
2004-10-05 Ben PfaffFix missing right paren.
2004-10-05 Ben PfaffComment.
2004-10-02 Ben PfaffFix comments.
2004-09-29 Ben PfaffFix printf() format specifier.
2004-09-29 Ben PfaffMove TODO.
2004-09-29 Ben PfaffReorder functions.
2004-09-29 Ben PfaffComments.
2004-09-29 Ben Pfaff%zd -> %zu
2004-09-28 Ben PfaffComments.
2004-09-28 Ben PfaffComments and a bit of initialization order cleanup.
2004-09-28 Ben PfaffUpdate.
2004-09-27 Ben PfaffUpdate.
2004-09-27 Ben PfaffAdd -ul option for limiting user pool size.
2004-09-27 Ben PfaffBug fix.
2004-09-27 Ben PfaffComments.
2004-09-27 Ben PfaffUpdate.
2004-09-27 Ben PfaffAdd PTSPAN.
2004-09-27 Ben PfaffBug fix.
2004-09-27 Ben PfaffBug fixes.
2004-09-27 Ben PfaffComments.
2004-09-27 Ben PfaffUpdate.
2004-09-27 Ben PfaffTest for linked list implementation.
2004-09-27 Ben PfaffFix bugs.
2004-09-27 Ben PfaffComments.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-26 Ben PfaffComments.
2004-09-26 Ben PfaffUpdate docs.
2004-09-26 Ben PfaffIgnore more files.
2004-09-26 Ben PfaffChange -nv to -v, -ns to -s, for consistency.
2004-09-26 Ben PfaffAdd some more features to pagedir.
2004-09-26 Ben PfaffUpdate comments.
2004-09-26 Ben PfaffTurn off assertions when running in the kernel.
2004-09-26 Ben Pfaff--enable-4meg-pages not needed after all
2004-09-26 Ben PfaffMap first 64 MB of memory, not just 4 MB.
2004-09-25 Ben PfaffAdd --enable-4meg-pages to configure
2004-09-23 Ben PfaffFix bitmap_scan_and_flip() calls.
2004-09-23 Ben PfaffRewrite page allocator to support multi-page allocations.
2004-09-23 Ben PfaffUpdate comments.
2004-09-23 Ben PfaffChange bitmap interface, update references.
2004-09-23 Ben PfaffUpdate.
2004-09-22 Ben PfaffFix assertion.
2004-09-22 Ben PfaffMake console lock recursive.
2004-09-22 Ben PfaffMove most process destruction earlier.
2004-09-22 Ben PfaffMake more useful.
2004-09-22 Ben PfaffMake lookup_page() just return null for uaddr >= PHYS_BASE.
2004-09-22 Ben Pfaffmemset freed blocks to 0xcd.
2004-09-22 Ben Pfaffthread_join() the -ex process if THREAD_JOIN_IMPLEMENTED.
2004-09-22 Ben PfaffAdd -include constants.h.
2004-09-22 Ben PfaffMove THREAD_JOIN_IMPLEMENTED to constants.h.
2004-09-22 Ben PfaffDon't pick n == 1 for jitter.
2004-09-22 Ben PfaffAdd THREAD_JOIN_IMPLEMENTED.
2004-09-22 Ben PfaffUpdate.
2004-09-21 Ben PfaffComment out fullpage line.
next