pintos-anon
2006-04-02 Godmar Backfixed typo in mmap example
2006-03-17 Godmar Backfixed typo.
2006-03-15 Ben PfaffMake timeouts based on CPU time.
2006-03-15 Ben PfaffAdd question.
2006-03-14 Ben PfaffTest commit.
2006-03-09 Ben PfaffFix type of sector_idx in inode_write_at().
2006-03-06 Ben Pfaff-u option should be -ul.
2006-02-02 Ben PfaffPHYS_ADDR should be PHYS_BASE.
2006-02-01 Ben PfaffAttempting to pass command-line arguments before they...
2006-01-29 Ben PfaffClarify when enable_mlfqs gets set.
2006-01-29 Ben PfaffClarify when enable_mlfqs gets set.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2006-01-25 Ben PfaffAdd examples of how to iterate and remove elements...
2006-01-12 Ben PfaffClean up temp files on signal.
2006-01-10 Ben PfaffFix priority donation example.
2006-01-10 Ben PfaffTypo fixes found by Godmar Back's TA.
2006-01-10 Ben PfaffAdd "panic: action=fatal" to bochsrc.txt to avoid a...
2006-01-08 Ben PfaffFix comment.
2006-01-08 Ben PfaffRemove -Wdeclaration-after-statement because it's not...
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to filesys tests.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffFormatting.
2006-01-08 Ben PfaffAdd explanatory comments to vm tests.
2006-01-08 Ben PfaffAdd explanatory comments to userprog tests.
2006-01-08 Ben PfaffRemove file that was not used.
2006-01-07 Ben PfaffAdd explanatory comments to threads tests.
2006-01-04 Ben PfaffElaborate on how to get the user program's stack pointer.
2006-01-04 Ben PfaffDon't check return value of write().
2006-01-04 Ben PfaffClarify question.
2006-01-04 Ben PfaffClarify stack limit.
2006-01-04 Ben PfaffClarifying comments.
2006-01-04 Ben PfaffHelpful comment.
2006-01-04 Ben PfaffAdd additional disclaimer to "diffstat"s.
2006-01-04 Ben PfaffTypo in comment.
2006-01-04 Ben PfaffNew test for growing the stack using a system call.
2006-01-04 Ben PfaffGrammar.
2006-01-04 Ben PfaffMention that other aliases should only arise from shari...
2006-01-04 Ben PfaffClarify that swap needs to be written when needed,...
2006-01-04 Ben PfaffAdd clarifying comment.
2006-01-04 Ben PfaffNote about testing.
2006-01-04 Ben PfaffClarify that an ELF loader is provided.
2006-01-04 Ben PfaffClarify ROX.
2006-01-04 Ben PfaffMove PF_* from exception.c to exception.h, because...
2006-01-04 Ben PfaffMove PF_* from exception.c to exception.h, because...
2006-01-04 Ben PfaffMove some FAQs into the specification for mmap'd files.
2006-01-04 Ben PfaffAdd hash_apply() function.
2006-01-03 Ben PfaffAlways round up disk sizes to multiple of a cylinder,
2006-01-03 Ben PfaffMove mmap consistency FAQ into assignment description.
2006-01-03 Ben PfaffPartial mmap'd pages need not be lazy loaded.
2006-01-03 Ben PfaffGet rid of -rndpg option for now, because none of the...
2005-12-22 Ben PfaffClarification.
2005-12-22 Ben PfaffMention that keyboard input does not work with "pintos...
2005-12-22 Ben PfaffClarification.
2005-12-22 Ben PfaffMention that process_wait() can be changed to an infini...
2005-12-22 Ben PfaffFix formula.
2005-12-21 Ben PfaffUse -Wdeclaration-after-statement.
2005-12-21 Ben PfaffDon't need GCC patch anymore because we don't use Intel...
2005-12-21 Ben PfaffComments.
2005-12-21 Ben PfaffUse AT&T syntax instead of Intel.
2005-12-21 Ben PfaffDon't use -I- because GCC 4.0 complains.
2005-12-21 Ben PfaffAdd cast to silence new warning in GCC 4.0.
2005-12-21 Ben PfaffUse bool vars instead of bits for shift keys.
2005-12-21 Ben PfaffRevise "Design" description.
2005-12-21 Ben PfaffClarify "invalid PID".
2005-12-21 Ben PfaffClarify function comment.
2005-12-21 Ben PfaffAdd "suggested order of implementation" section.
2005-12-20 Ben PfaffClarify that multithreaded processes not supported.
2005-12-20 Ben PfaffClarify.
2005-12-20 Ben PfaffAdd suggested implementations for filesys syscalls.
2005-12-20 Ben PfaffClarify that struct intr_frame is on the kernel stack.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffAllow .png as alternate for ASCII art.
2005-12-20 Ben PfaffClarify that the idle thread does not receive recent_cpu.
2005-12-20 Ben PfaffWording.
2005-12-20 Ben PfaffIt's okay to use a single sorted queue for MLFQS.
2005-12-20 Ben PfaffSuggest order of operations for recent_cpu calculation.
2005-12-20 Ben PfaffSuggest 17.14 instead of 21.10 because the extra precis...
2005-12-20 Ben PfaffExplain why it sometimes looks like pass() fails.
2005-12-20 Ben PfaffMake backtrace chop long filenames to just the last...
2005-12-20 Ben PfaffWording.
2005-12-20 Ben PfaffAdd CVS Locking to menu.
2005-12-20 Ben PfaffIgnore pintos.text.
2005-12-20 Ben PfaffBe slightly more lenient.
2005-12-20 Ben PfaffIgnore *.d.
2005-12-20 Ben PfaffClarifications.
2005-12-20 Ben PfaffAdd summary of scheduler.
2005-12-20 Ben PfaffComment idle thread more thoroughly.
2005-12-20 Ben PfaffFix description of rounding to nearest in fixed point...
2005-12-20 Ben PfaffClarify that adding code where interrupts are already...
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffTalk about CVS locks.
2005-12-20 Ben PfaffWording clarifications.
2005-12-20 Ben PfaffClarifying comment.
2005-12-20 Ben PfaffAdd comment that gdb and pintos have to run on the...
2005-12-20 Ben PfaffMention that aklog and/or logging out and back in may...
2005-12-20 Ben PfaffRevising "Setting Up CVS" section.
2005-12-20 Ben PfaffAdd plaintext target.
2005-12-20 Ben PfaffCheck for the compiler's availability early in the...
2005-12-20 Ben PfaffAdd some clarifications to address question from "Kevin...
next