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 | 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 | 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-08-20 |
Ben Pfaff | Change several "die"s to "fail"s in read_tar. |
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-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-04 |
Ben Pfaff | Clarify length. |
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... sum0506 |
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 | "woken up" => "awakened" |
commit | commitdiff | tree | snapshot |
2006-07-08 |
Ben Pfaff | Add additional explanation to the spontaneous reboot... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Ben Pfaff | Make requirements consistent with doc template wording. |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Ben Pfaff | Point out that all_list and all_elem don't exist in... |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Ben Pfaff | New FAQ. |
commit | commitdiff | tree | snapshot |
2006-07-07 |
Ben Pfaff | Fix summary. |
commit | commitdiff | tree | snapshot |
2006-07-02 |
Ben Pfaff | Don't say that the design doc itself is 50% of the... |
commit | commitdiff | tree | snapshot |
2006-06-30 |
Ben Pfaff | Use test -f because Solaris sh does not support -e. |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Ben Pfaff | Recommend zcat piping into tar x, instead of tar xzf... |
commit | commitdiff | tree | snapshot |
2006-06-19 |
Ben Pfaff | Allow user fault messages in output in bad-* tests. |
commit | commitdiff | tree | snapshot |
2006-06-15 |
Ben Pfaff | @ need to be escaped. |
commit | commitdiff | tree | snapshot |
2006-06-14 |
Ben Pfaff | Add some comments. |
commit | commitdiff | tree | snapshot |
2006-06-11 |
Ben Pfaff | Point out that the tarball does not include the doc... |
commit | commitdiff | tree | snapshot |
2006-06-10 |
Ben Pfaff | Capitalize QEMU properly. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Godmar Back | added bad-jump/read/write bad-jump2/read2/write2 to... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Godmar Back | defined 'test_name' for msg()/vmsg() to work properly |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Ben Pfaff | Make quoting consistent. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Ben Pfaff | Point to installation instructions. |
commit | commitdiff | tree | snapshot |
2006-06-02 |
Ben Pfaff | Replace GSX Server support with VMware Player support. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Ben Pfaff | Add installation chapter to manual. Remove now-redunda... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Ben Pfaff | Fix typos. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Ben Pfaff | Add support for "keyboard" input over the serial port. |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Ben Pfaff | Don't put white space before call to $(eval) because... |
commit | commitdiff | tree | snapshot |
2006-06-01 |
Ben Pfaff | Increase timeout for MLFQS tests to 480 seconds, which... |
commit | commitdiff | tree | snapshot |
2006-05-31 |
Ben Pfaff | Add utils to CLEAN_SUBDIRS. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | Fix two bugs: |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | Fix stupidity in last check-in. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | Add patch to support serial terminals under Solaris. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | Add priority-donate-lower to rubric. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | Reduce number of simultaneously waking threads to 3, |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | When using -k, make sure to flush all of the subprocess... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Ben Pfaff | Make stdout unbuffered while filtering output. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Ben Pfaff | Comment. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Ben Pfaff | Add "-k" option to pintos script. When used, pintos... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Ben Pfaff | Put "abort" in "User process abort" in all caps, analog... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Ben Pfaff | Disable networking when running qemu, |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Ben Pfaff | Add file system persistence tests: |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ben Pfaff | Make the default simulator qemu for project 2...4, |
commit | commitdiff | tree | snapshot |
2006-05-26 |
Ben Pfaff | qemu is much faster than Bochs. |
commit | commitdiff | tree | snapshot |
2006-05-24 |
Ben Pfaff | Enclose kernel command line arguments that contain... |
commit | commitdiff | tree | snapshot |
2006-05-23 |
Ben Pfaff | Add EXIT_FAILURE, EXIT_SUCCESS to syscall.h, |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Ben Pfaff | File system project updates: |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Ben Pfaff | Add test that compiles the examples. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Ben Pfaff | Wording. |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Ben Pfaff | Fix comment style. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Ben Pfaff | Remove obsolete files. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Update bibliography. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Comment. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Comment. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-20 |
Ben Pfaff | Wordsmithing. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Ben Pfaff | Consistently spell "file name" and "file system" as... |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Ben Pfaff | Add file_get_inode() for symmetry with dir_get_inode(). |
commit | commitdiff | tree | snapshot |
next |