projects
/
pintos-anon
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add section heading for Debugging User Programs.
[pintos-anon]
/
src
/
2006-04-05
Ben Pfaff
Clarify comment.
tree
|
commitdiff
2006-04-05
Ben Pfaff
Warn if timeout used with debugger.
tree
|
commitdiff
2006-04-05
Ben Pfaff
Add comment to explain why we don't free initial_thread.
tree
|
commitdiff
2006-04-05
Ben Pfaff
Add references to tour of pintos.
tree
|
commitdiff
2006-04-05
Ben Pfaff
Rename putchar_unlocked() to putchar_have_lock() to...
tree
|
commitdiff
2006-04-05
Ben Pfaff
Explain new patches.
tree
|
commitdiff
2006-04-03
Ben Pfaff
Now it actually works.
tree
|
commitdiff
2006-04-03
Ben Pfaff
Stupid me.
tree
|
commitdiff
2006-04-03
Ben Pfaff
Solaris patch.
tree
|
commitdiff
2006-04-03
Ben Pfaff
Make it more robust.
tree
|
commitdiff
2006-04-03
Ben Pfaff
Add another necessary patch.
tree
|
commitdiff
2006-04-03
Ben Pfaff
Reverse patches (oops).
tree
|
commitdiff
2006-04-03
Ben Pfaff
Fix typos.
tree
|
commitdiff
2006-04-03
Ben Pfaff
First stab at Bochs 2.2.6 upgrade (not yet tested).
tree
|
commitdiff
2006-04-03
Ben Pfaff
Ignore setitimer-helper.
tree
|
commitdiff
2006-03-15
Ben Pfaff
Make timeouts based on CPU time.
tree
|
commitdiff
2006-03-09
Ben Pfaff
Fix type of sector_idx in inode_write_at().
tree
|
commitdiff
2006-01-29
Ben Pfaff
Update Intel architecture guide references to latest.
tree
|
commitdiff
2006-01-25
Ben Pfaff
Add examples of how to iterate and remove elements...
tree
|
commitdiff
2006-01-12
Ben Pfaff
Clean up temp files on signal.
tree
|
commitdiff
2006-01-10
Ben Pfaff
Add "panic: action=fatal" to bochsrc.txt to avoid a...
tree
|
commitdiff
2006-01-08
Ben Pfaff
Fix comment.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Remove -Wdeclaration-after-statement because it's not...
tree
|
commitdiff
2006-01-08
Ben Pfaff
Add explanatory comments to vm tests.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Add explanatory comments to filesys tests.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Add explanatory comments to vm tests.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Formatting.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Add explanatory comments to vm tests.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Add explanatory comments to userprog tests.
tree
|
commitdiff
2006-01-08
Ben Pfaff
Remove file that was not used.
tree
|
commitdiff
2006-01-07
Ben Pfaff
Add explanatory comments to threads tests.
tree
|
commitdiff
2006-01-04
Ben Pfaff
Don't check return value of write().
tree
|
commitdiff
2006-01-04
Ben Pfaff
Clarifying comments.
tree
|
commitdiff
2006-01-04
Ben Pfaff
Helpful comment.
tree
|
commitdiff
2006-01-04
Ben Pfaff
Typo in comment.
tree
|
commitdiff
2006-01-04
Ben Pfaff
New test for growing the stack using a system call.
tree
|
commitdiff
2006-01-04
Ben Pfaff
Add clarifying comment.
tree
|
commitdiff
2006-01-04
Ben Pfaff
Move PF_* from exception.c to exception.h, because...
tree
|
commitdiff
2006-01-04
Ben Pfaff
Move PF_* from exception.c to exception.h, because...
tree
|
commitdiff
2006-01-04
Ben Pfaff
Add hash_apply() function.
tree
|
commitdiff
2006-01-03
Ben Pfaff
Always round up disk sizes to multiple of a cylinder,
tree
|
commitdiff
2006-01-03
Ben Pfaff
Get rid of -rndpg option for now, because none of the...
tree
|
commitdiff
2005-12-21
Ben Pfaff
Use -Wdeclaration-after-statement.
tree
|
commitdiff
2005-12-21
Ben Pfaff
Don't need GCC patch anymore because we don't use Intel...
tree
|
commitdiff
2005-12-21
Ben Pfaff
Comments.
tree
|
commitdiff
2005-12-21
Ben Pfaff
Use AT&T syntax instead of Intel.
tree
|
commitdiff
2005-12-21
Ben Pfaff
Don't use -I- because GCC 4.0 complains.
tree
|
commitdiff
2005-12-21
Ben Pfaff
Add cast to silence new warning in GCC 4.0.
tree
|
commitdiff
2005-12-21
Ben Pfaff
Use bool vars instead of bits for shift keys.
tree
|
commitdiff
2005-12-21
Ben Pfaff
Clarify function comment.
tree
|
commitdiff
2005-12-20
Ben Pfaff
Make backtrace chop long filenames to just the last...
tree
|
commitdiff
2005-12-20
Ben Pfaff
Be slightly more lenient.
tree
|
commitdiff
2005-12-20
Ben Pfaff
Ignore *.d.
tree
|
commitdiff
2005-12-20
Ben Pfaff
Comment idle thread more thoroughly.
tree
|
commitdiff
2005-12-20
Ben Pfaff
Clarifying comment.
tree
|
commitdiff
2005-12-20
Ben Pfaff
Check for the compiler's availability early in the...
tree
|
commitdiff
2005-12-20
Ben Pfaff
Call qemu with "-nics 0" to avoid calling any network...
tree
|
commitdiff
2005-12-20
Ben Pfaff
Revert Intel-style assembly back to AT&T-style.
tree
|
commitdiff
2005-12-13
Ben Pfaff
Fix fencepost error in strstr().
tree
|
commitdiff
2005-07-13
Ben Pfaff
Add another possible ordering of lines.
tree
|
commitdiff
2005-07-13
Ben Pfaff
Fix bug reported by Mike Brown <mbrown@vmware.com>...
tree
|
commitdiff
2005-07-06
Ben Pfaff
Allow disks to come from build/ directory as well as...
tree
|
commitdiff
2005-07-06
Ben Pfaff
Eliminate race condition in timer_print_stats() found...
tree
|
commitdiff
2005-07-04
Ben Pfaff
Add comment.
tree
|
commitdiff
2005-06-27
Ben Pfaff
Fix bug that shifted mlfqs-recent-1 output by 1 second.
tree
|
commitdiff
2005-06-27
Ben Pfaff
Initialize start_time. Thanks to Ankur Goyal <angoyal...
tree
|
commitdiff
2005-06-21
Ben Pfaff
Increase mmap-shuffle, page-shuffle timeouts further.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Make page-merge-seq, page-merge-par even longer.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Add priority-donate-nest.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Fix stupid bug.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Use temporary file instead of reference to string
tree
|
commitdiff
2005-06-21
Ben Pfaff
Print message for perfect score.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Fix rubric files.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Increase syn-read timeout even more.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Increase syn-read timeout.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Deal with `wc -l' putting spaces in the output.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Update spacing.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Add some more examples.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Increase page-linear timeout.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Update for modified test.
tree
|
commitdiff
2005-06-21
Ben Pfaff
Fix releasing of free inode blocks.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Increase time-outs for page-shuffle, mmap-shuffle.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Fix file name.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Don't print output for triple faults.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Don't print recursive reboots.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Allow decimal point in percentages.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Fix handling of timeouts.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Change line spacing.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Always print output for failing test cases.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Add timeouts.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Add grading system.
tree
|
commitdiff
2005-06-20
Ben Pfaff
Use file count of 20.
tree
|
commitdiff
2005-06-19
Ben Pfaff
Comment fixes.
tree
|
commitdiff
2005-06-19
Ben Pfaff
Comment fixes.
tree
|
commitdiff
2005-06-19
Ben Pfaff
Unused source file.
tree
|
commitdiff
2005-06-19
Ben Pfaff
Use binutils 2.15, not 2.16, because it doesn't have...
tree
|
commitdiff
2005-06-19
Ben Pfaff
Add Algorithms::Diff to source tree for systems that...
tree
|
commitdiff
2005-06-19
Ben Pfaff
Make tests public. Rewrite most tests. Add tests.
tree
|
commitdiff
2005-05-26
Ben Pfaff
Get rid of unnecessary barrier. Improve comment.
tree
|
commitdiff
2005-05-12
Ben Pfaff
Fix line wrapping.
tree
|
commitdiff
next