projects
/
pintos-anon
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update backtrace to match current format.
2006-05-17
Ben Pfaff
Update backtrace to match current format.
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Add another test that locks & unlocks in FIFO order...
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Ignore bochsout.txt, bochsrc.txt.
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Ignore p[1-4] directories.
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Fix typo.
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Give backtrace program ability to take multiple binary...
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Boy I just can't get anything right this morning
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Oops--added syscall before I was ready.
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Improve comments.
commit
|
commitdiff
|
tree
2006-05-17
Ben Pfaff
Fully capitalize SYS_* syscall enum names.
commit
|
commitdiff
|
tree
2006-05-16
Ben Pfaff
Use enum instead of macros for system call numbers,
commit
|
commitdiff
|
tree
2006-05-16
Ben Pfaff
Rename "segment table" to "supplemental page table".
commit
|
commitdiff
|
tree
2006-05-16
Ben Pfaff
Now that qemu is available on Solaris, don't talk about...
commit
|
commitdiff
|
tree
2006-05-16
Ben Pfaff
Replace get_user(), put_user() routines by versions...
commit
|
commitdiff
|
tree
2006-05-16
Ben Pfaff
Don't refer to user memory access as "copying". Some...
commit
|
commitdiff
|
tree
2006-04-23
Ben Pfaff
Proofreading.
commit
|
commitdiff
|
tree
2006-04-20
Ben Pfaff
Major revisions to documentation.
commit
|
commitdiff
|
tree
2006-04-20
Ben Pfaff
Don't pass "-nics 0" to qemu, because this option name...
commit
|
commitdiff
|
tree
2006-04-20
Ben Pfaff
Improve comments.
commit
|
commitdiff
|
tree
2006-04-20
Ben Pfaff
Fix line wrapping.
commit
|
commitdiff
|
tree
2006-04-20
Ben Pfaff
Fix comment.
commit
|
commitdiff
|
tree
2006-04-20
Ben Pfaff
Improve comments.
commit
|
commitdiff
|
tree
2006-04-13
Ben Pfaff
Try to make students think about performance of scheduler...
commit
|
commitdiff
|
tree
2006-04-13
Ben Pfaff
Improve wording.
commit
|
commitdiff
|
tree
2006-04-11
Ben Pfaff
Explicitly state that mmap'd files must be lazily loaded.
commit
|
commitdiff
|
tree
2006-04-10
Ben Pfaff
Invert the priority scheme, so that PRI_MIN is now...
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
The lock functions don't really need to disable interrupts...
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Ignore *.info*
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Fix typo in comment.
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Fix wrong explanation of sleeping in an interrupt handler.
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Improve comment.
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Remove unnecessary test for switching from null current...
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Revise documentation of debugging tools.
commit
|
commitdiff
|
tree
2006-04-09
Ben Pfaff
Break load_segment() into two functions for increased...
commit
|
commitdiff
|
tree
2006-04-08
Ben Pfaff
Add patch to make a triple fault break to the gdb stub...
commit
|
commitdiff
|
tree
2006-04-08
Ben Pfaff
Don't read anything from the disk for a segment with...
commit
|
commitdiff
|
tree
2006-04-08
Ben Pfaff
Style.
commit
|
commitdiff
|
tree
2006-04-08
Ben Pfaff
Fix for Bochs 2.2.6.
commit
|
commitdiff
|
tree
2006-04-07
Ben Pfaff
Fix clock: line in bochsrc.
commit
|
commitdiff
|
tree
2006-04-07
Ben Pfaff
Utility for invoking the proper GDB and loading Pintos...
commit
|
commitdiff
|
tree
2006-04-07
Ben Pfaff
Add GDB macros written by Godmar Back.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Wordsmithing.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Typo.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify that fixed-point.h is a new file in the reference...
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Comment.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify parallelism requirements.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Allow PINTOSSIM environment variable to select default...
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Remark that ^ is xor.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Add section heading for Debugging User Programs.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify directive not to modify file system.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify comment.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify need for virt-to-phys translation table.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Make it clear that the tour is not soon forthcoming.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify how termination treats file descriptors.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Clarify page fault handler for get/put_user().
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Warn if timeout used with debugger.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Make explicit that open doesn't return fd 0 or 1.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Add comment to explain why we don't free initial_thread.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Add references to tour of pintos.
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Rename putchar_unlocked() to putchar_have_lock() to...
commit
|
commitdiff
|
tree
2006-04-05
Ben Pfaff
Explain new patches.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Now it actually works.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Stupid me.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Solaris patch.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Make it more robust.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Add another necessary patch.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Reverse patches (oops).
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Fix typos.
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
First stab at Bochs 2.2.6 upgrade (not yet tested).
commit
|
commitdiff
|
tree
2006-04-03
Ben Pfaff
Ignore setitimer-helper.
commit
|
commitdiff
|
tree
2006-03-15
Ben Pfaff
Make timeouts based on CPU time.
commit
|
commitdiff
|
tree
2006-03-15
Ben Pfaff
Add question.
commit
|
commitdiff
|
tree
2006-03-14
Ben Pfaff
Test commit.
commit
|
commitdiff
|
tree
2006-03-09
Ben Pfaff
Fix type of sector_idx in inode_write_at().
commit
|
commitdiff
|
tree
2006-03-06
Ben Pfaff
-u option should be -ul.
commit
|
commitdiff
|
tree
2006-02-02
Ben Pfaff
PHYS_ADDR should be PHYS_BASE.
commit
|
commitdiff
|
tree
2006-02-01
Ben Pfaff
Attempting to pass command-line arguments before they...
commit
|
commitdiff
|
tree
2006-01-29
Ben Pfaff
Clarify when enable_mlfqs gets set.
commit
|
commitdiff
|
tree
2006-01-29
Ben Pfaff
Clarify when enable_mlfqs gets set.
commit
|
commitdiff
|
tree
2006-01-29
Ben Pfaff
Update Intel architecture guide references to latest.
commit
|
commitdiff
|
tree
2006-01-25
Ben Pfaff
Add examples of how to iterate and remove elements...
commit
|
commitdiff
|
tree
2006-01-12
Ben Pfaff
Clean up temp files on signal.
commit
|
commitdiff
|
tree
2006-01-10
Ben Pfaff
Fix priority donation example.
commit
|
commitdiff
|
tree
2006-01-10
Ben Pfaff
Typo fixes found by Godmar Back's TA.
commit
|
commitdiff
|
tree
2006-01-10
Ben Pfaff
Add "panic: action=fatal" to bochsrc.txt to avoid a...
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Fix comment.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Remove -Wdeclaration-after-statement because it's not...
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Add explanatory comments to vm tests.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Add explanatory comments to filesys tests.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Add explanatory comments to vm tests.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Formatting.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Add explanatory comments to vm tests.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Add explanatory comments to userprog tests.
commit
|
commitdiff
|
tree
2006-01-08
Ben Pfaff
Remove file that was not used.
commit
|
commitdiff
|
tree
2006-01-07
Ben Pfaff
Add explanatory comments to threads tests.
commit
|
commitdiff
|
tree
2006-01-04
Ben Pfaff
Elaborate on how to get the user program's stack pointer.
commit
|
commitdiff
|
tree
2006-01-04
Ben Pfaff
Don't check return value of write().
commit
|
commitdiff
|
tree
2006-01-04
Ben Pfaff
Clarify question.
commit
|
commitdiff
|
tree
2006-01-04
Ben Pfaff
Clarify stack limit.
commit
|
commitdiff
|
tree
2006-01-04
Ben Pfaff
Clarifying comments.
commit
|
commitdiff
|
tree
next