pintos-anon
2004-09-20 Ben PfaffRename addrspace to process.
2004-09-20 Ben PfaffUpdate.
2004-09-20 Ben PfaffMake pagedir_destroy(NULL) a no-op.
2004-09-20 Ben PfaffMake processes responsible for loading themselves.
2004-09-20 Ben PfaffMake page alignment optional.
2004-09-20 Ben PfaffComments.
2004-09-20 Ben PfaffUpdate docs.
2004-09-20 Ben PfaffUpdate docs.
2004-09-20 Ben PfaffUpdate docs.
2004-09-20 Ben PfaffImprove hex_dump().
2004-09-20 Ben PfaffUpdate.
2004-09-20 Ben PfaffIntroduce PID_ERROR as an invalid exec return value.
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-20 Ben PfaffAdd some `const' qualifiers.
2004-09-20 Ben PfaffChange interface of addrspace_load() to provide initial...
2004-09-20 Ben PfaffRemove `name' from lock because it duplicates its membe...
2004-09-20 Ben PfaffComments.
2004-09-20 Ben PfaffAdd const to various functions.
2004-09-20 Ben PfaffSwap names of power_off and do_power_off().
2004-09-20 Ben PfaffAdd initial_size argument to create syscall.
2004-09-20 Ben PfaffAdd putbuf().
2004-09-20 Ben PfaffAdd -Wsystem-headers.
2004-09-20 Ben PfaffFix comments.
2004-09-20 Ben PfaffFix call to create().
2004-09-20 Ben PfaffAdd dummy file to ensure that lib/user is kept in CVS.
2004-09-20 Ben PfaffRevise makefile structure.
2004-09-20 Ben PfaffUpdate docs.
2004-09-19 Ben PfaffAdd instructions for compiling and modifying Bochs.
2004-09-19 Ben PfaffExplain how to use patch.
2004-09-19 Ben PfaffExplain how to use patch.
2004-09-19 Ben PfaffComments.
2004-09-19 Ben PfaffImprove description.
2004-09-19 Ben PfaffSyscall handler doesn't expect to see return address...
2004-09-19 Ben PfaffPass return code from main() to exit().
2004-09-19 Ben PfaffUpdate.
2004-09-19 Ben PfaffUpdate docs.
2004-09-18 Ben PfaffOnly destroy pages up to PHYS_BASE.
2004-09-18 Ben PfaffBug fixes.
2004-09-18 Ben PfaffClarify strtok_r() description.
2004-09-17 Ben PfaffAdd threads tests.
2004-09-17 Ben PfaffAdd thread priority support.
2004-09-17 Ben PfaffUpdate docs.
2004-09-16 Ben PfaffMove pagedir stuff into userprog.
2004-09-16 Ben PfaffMake thread_unblock() on a thread that isn't blocked...
2004-09-16 Ben PfaffInvent tid_t data type and use it in many places where...
2004-09-16 Ben PfaffMerge 16550a.h into serial.c.
2004-09-16 Ben PfaffUpdate.
2004-09-16 Ben PfaffUpdate docs.
2004-09-16 Ben Pfaffbacktrace utility
2004-09-16 Ben PfaffReorder.
2004-09-16 Ben PfaffSkeleton for students to use.
2004-09-16 Ben PfaffUpdate.
2004-09-16 Ben PfaffInclude constants.h into all source files with a -inclu...
2004-09-16 Ben PfaffUpdate docs.
2004-09-16 Ben PfaffAdd -u to usage message.
2004-09-15 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffUpdate docs.
2004-09-15 Ben PfaffFix serial device handling.
2004-09-15 Ben PfaffUpdate.
2004-09-15 Ben PfaffAdd Solaris serial support.
2004-09-15 Ben PfaffInitial intro.
2004-09-15 Ben PfaffWork on intro.
2004-09-15 Ben PfaffFoo.
2004-09-15 Ben PfaffAdd rule for refreshing from Makefile.build.
2004-09-15 Ben PfaffImprove flexibility.
2004-09-14 Ben PfaffRemove obsolete vmware directory.
2004-09-14 Ben PfaffRemove obsolete bochs directory.
2004-09-14 Ben PfaffNo longer needed.
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 PfaffUse cp instead of ln.
2004-09-14 Ben PfaffDetect x86 systems, use the native tools.
2004-09-14 Ben PfaffChange -cp option to -ci ("copy in").
2004-09-14 Ben Pfafffirst try
2004-09-14 Ben PfaffAdd gdb to cross-compiler installation instructions.
2004-09-13 Ben PfaffBochs patches for Solaris.
2004-09-13 Ben PfaffAdd instructions for building cross-compiler.
2004-09-13 Ben PfaffFor some reason i386-elf-as doesn't like 512/4, so...
2004-09-13 Ben PfaffUse __SIZE_TYPE__ for size_t, __PTRDIFF_TYPE__ for...
2004-09-13 Ben PfaffUse `z' modifier to printf size_t.
2004-09-13 Ben PfaffUse i386-elf-* tools by default.
2004-09-13 Ben PfaffUse symbolic links instead of hard links, because hard...
2004-09-13 Ben PfaffRemove FIXME that I fixed in the sources.
2004-09-13 Ben PfaffRewrite filesystem to support Unix "delete" semantics.
2004-09-13 Ben PfaffDon't assume 4 kB pages.
2004-09-13 Ben PfaffMake the bitmap responsible for allocation.
2004-09-13 Ben PfaffChange "stddef.h" to <stddef.h>
2004-09-13 Ben PfaffDon't palloc_free() the initial thread, because it...
2004-09-13 Ben PfaffAdd magic numbers for safety.
2004-09-13 Ben PfaffFlush serial device on panic.
2004-09-13 Ben PfaffNeeds #include <console.h>.
2004-09-13 Ben PfaffIntroduce "kernel" and "user" pools as a band-aid for...
2004-09-12 Ben PfaffAdd MLFQS credit.
2004-09-12 Ben PfaffDescribe multi-level feedback queue scheduler.
2004-09-12 Ben PfaffWork on projects.
2004-09-11 Ben PfaffMake less sensitive to slow processors.
next