2007-01-08 |
Godmar Back | adjusted scores for P4 as discussed |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Godmar Back | Cosmetic fix: make first column wider to account for... |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Godmar Back | - adjustments to scores for P3 as discussed. |
commit | commitdiff | tree | snapshot |
2007-01-07 |
Godmar Back | adjustments to scores for P2 as discussed. |
commit | commitdiff | tree | snapshot |
2007-01-06 |
Godmar Back | - added priority-donate-chain test which tests 8-level... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Ben Pfaff | Separate persistence tests from the extended filesys... |
commit | commitdiff | tree | snapshot |
2007-01-04 |
Ben Pfaff | New page-merge-mm, page-merge-stk tests. |
commit | commitdiff | tree | snapshot |
2006-12-18 |
Ben Pfaff | Make comment more readable. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Fix expected output. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Don't require distinguishing data and metadata for... |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | Fix comment. |
commit | commitdiff | tree | snapshot |
2006-12-15 |
Ben Pfaff | When printing a directory tree, indicate explicitly... |
commit | commitdiff | tree | snapshot |
2006-12-11 |
Ben Pfaff | Parse command-line options much earlier, so that thread... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | New target to generate cscope.files. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Make it possible to ignore page faults in GDB. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Revert the bitmap randomization change, which had the... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Clarify description to avoid unjustly nailing students. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Fix lost thought. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Grab hard disk statistics from submissions and put... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | When reading files out of the scratch disk, don't die... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Fix error message when archive fails to open. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Explain that multiple file descriptors for a single... |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Note that struct file, struct dir are per-thread. |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Add Project 4 Suggested Order of Implementation section, |
commit | commitdiff | tree | snapshot |
2006-12-08 |
Ben Pfaff | Explain better what we expect from the buffer cache. |
commit | commitdiff | tree | snapshot |
2006-12-04 |
Ben Pfaff | Use mkdir, not create. |
commit | commitdiff | tree | snapshot |
2006-11-21 |
Ben Pfaff | Clarify condition on BUF_SIZE in monitor example. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Add comment. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Drop use of volatile in favor of explicit memory barriers. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Also verify that running "make clean" deletes all the... |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Clean tests/vm/zeros. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Adopt consistent style in asm statements. |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Add memory clobbers to several asm statements, |
commit | commitdiff | tree | snapshot |
2006-11-11 |
Ben Pfaff | Make sure loops_per_tick doesn't overflow to zero. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ben Pfaff | Also clean results, grade. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ben Pfaff | Add "memory" as clobber to the asm used by barrier(). |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ben Pfaff | Also clean bochsout.txt, bochsrc.txt. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Ben Pfaff | Minor style updates. |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Godmar Back | Rewrite of multi-oom. Now descends 10 times and expect... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Godmar Back | - when ignoring exit codes, ignore exit(-1) also (previ... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Godmar Back | fixed memory leak on error path in copy_in_string |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Godmar Back | make loop counter volatile to prevent gcc4.1 from optim... |
commit | commitdiff | tree | snapshot |
2006-11-10 |
Godmar Back | added accidentally omitted $ to make operand immediate |
commit | commitdiff | tree | snapshot |
2006-11-04 |
Godmar Back | clarify use of timer_sleep or acceptable alternatives... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Ben Pfaff | Clarify purpose and rationale. |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Ben Pfaff | Remove O_EXCL from flags used to create files to be... |
commit | commitdiff | tree | snapshot |
2006-11-03 |
Ben Pfaff | Delete .tar, .get-output, and .get-errors files on... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Godmar Back | added IGNORE_USER_FAULTS flag - so students may report... |
commit | commitdiff | tree | snapshot |
2006-11-01 |
Godmar Back | corrected wrong statement about content of f->esp when... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
Ben Pfaff | Improve comment. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | Sleep until recent_cpu actually decays. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | Add hints about not doing too much work in timer interrupt. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | Fix message. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | When out of memory+swap, just panic the kernel. |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | Add -O to CFLAGS to try to catch uninitialized variable... |
commit | commitdiff | tree | snapshot |
2006-10-05 |
Ben Pfaff | Make Pintos able to build with "gcc -m32" on x86-64... |
commit | commitdiff | tree | snapshot |
2006-10-03 |
Ben Pfaff | Fix logarithms. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Ben Pfaff | Irq 7 is special. It is not just the parallel port... |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Ben Pfaff | Update. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Ben Pfaff | Minor doc improvements. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Ben Pfaff | Make list_entry, hash_entry more type-safe. |
commit | commitdiff | tree | snapshot |
2006-09-28 |
Ben Pfaff | Fix confusing spacing in example |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Ben Pfaff | Make solutions apply again. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Ben Pfaff | Create idle thread with minimum priority. |
commit | commitdiff | tree | snapshot |
2006-09-26 |
Ben Pfaff | Change "Memory Barriers" to "Optimization Barriers". |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Ben Pfaff | Move assignment to _end_kernel_text inside .rodata. |
commit | commitdiff | tree | snapshot |
2006-09-25 |
Ben Pfaff | Fix two bugs in the base Pintos code: |
commit | commitdiff | tree | snapshot |
2006-09-13 |
Godmar Back | fixed left-over, now-wrong comment about how decrease... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
Godmar Back | fixed typo in wrong iterator example |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Ben Pfaff | Fix issue reported by Godmar Back: |
commit | commitdiff | tree | snapshot |
2006-09-09 |
Ben Pfaff | Convert tabs to spaces to make cut-and-paste to interac... |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Ben Pfaff | Make kernel code pages read-only. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Ben Pfaff | Clarify summary section. |
commit | commitdiff | tree | snapshot |
2006-09-08 |
Ben Pfaff | Get rid of exit_code in struct thread. |
commit | commitdiff | tree | snapshot |
2006-09-07 |
Ben Pfaff | Add: |
commit | commitdiff | tree | snapshot |
2006-08-20 |
Ben Pfaff | Change several "die"s to "fail"s in read_tar. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Ben Pfaff | First complete draft. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Ben Pfaff | Continue work. |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Ben Pfaff | B5: Include "open by a process" as a reason to disallow... |
commit | commitdiff | tree | snapshot |
2006-08-18 |
Ben Pfaff | Continue work. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Ben Pfaff | First draft (incomplete). |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Ben Pfaff | Minor wording improvement. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Ben Pfaff | A2: We want to see the work in the calculation, not... |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Ben Pfaff | May also consult course staff. |
commit | commitdiff | tree | snapshot |
2006-08-17 |
Ben Pfaff | make_tar_archive() needs to initialize `success'. |
commit | commitdiff | tree | snapshot |
2006-08-07 |
Ben Pfaff | First complete draft. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Ben Pfaff | First draft. |
commit | commitdiff | tree | snapshot |
2006-08-04 |
Ben Pfaff | Clarify length. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Ben Pfaff | Improvements. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Ben Pfaff | First complete draft of advice for project 2. |
commit | commitdiff | tree | snapshot |
2006-07-24 |
Ben Pfaff | Incomplete first draft. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Ben Pfaff | Fix comment. |
commit | commitdiff | tree | snapshot |
2006-07-23 |
Ben Pfaff | Fix comment. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Ben Pfaff | Improve comment on sema_down. |
commit | commitdiff | tree | snapshot |
2006-07-21 |
Ben Pfaff | Add an identifier to each question in the design docume... |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Ben Pfaff | First stab at grading advice. |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Ben Pfaff | Add a label for each question. |
commit | commitdiff | tree | snapshot |
2006-07-09 |
Ben Pfaff | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Ben Pfaff | Fix comment. |
commit | commitdiff | tree | snapshot |
next |