2015-12-17 |
John Ousterhout | Fixes exec-bound-3 failures |
tree | commitdiff |
2012-03-01 |
Benedikt Huber | Fix gcc inline assembler operand constraints for syscal... |
tree | commitdiff |
2011-03-10 |
Ben Pfaff | bitmap: Fix mistakes in comments. |
tree | commitdiff |
2008-11-14 |
Godmar Back | fixed backtrace to work with -O (now conforms to |
tree | commitdiff |
2008-11-12 |
Ben Pfaff | Implement a proper block layer with partition support. |
tree | commitdiff |
2008-11-10 |
Ben Pfaff | Make backtraces slightly more reliable. |
tree | commitdiff |
2008-11-10 |
Ben Pfaff | Get rid of power_off_when_done global variable. |
tree | commitdiff |
2008-11-09 |
Ben Pfaff | Move reboot() and power_off() to new file, and rename... |
tree | commitdiff |
2008-11-08 |
Ben Pfaff | Correct comment describing list_remove() behavior. |
tree | commitdiff |
2008-11-07 |
Ben Pfaff | Rename schedule_tail() to thread_schedule_tail(). |
tree | commitdiff |
2008-08-27 |
Godmar Back | - added thread_foreach |
tree | commitdiff |
2008-08-24 |
Ben Pfaff | Use standard POSIX "ustar" format for the scratch disk. |
tree | commitdiff |
2006-12-11 |
Ben Pfaff | Parse command-line options much earlier, so that thread... |
tree | commitdiff |
2006-12-08 |
Ben Pfaff | Revert the bitmap randomization change, which had the... |
tree | commitdiff |
2006-10-05 |
Ben Pfaff | Make Pintos able to build with "gcc -m32" on x86-64... |
tree | commitdiff |
2006-09-28 |
Ben Pfaff | Make list_entry, hash_entry more type-safe. |
tree | commitdiff |
2006-09-12 |
Godmar Back | fixed typo in wrong iterator example |
tree | commitdiff |
2006-07-23 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2006-07-23 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2006-05-27 |
Ben Pfaff | Put "abort" in "User process abort" in all caps, analog... |
tree | commitdiff |
2006-05-23 |
Ben Pfaff | Add EXIT_FAILURE, EXIT_SUCCESS to syscall.h, |
tree | commitdiff |
2006-05-22 |
Ben Pfaff | File system project updates: |
tree | commitdiff |
2006-05-22 |
Ben Pfaff | Fix comment style. |
tree | commitdiff |
2006-05-19 |
Ben Pfaff | Replace lsdir system call by readdir, isdir system... |
tree | commitdiff |
2006-05-18 |
Ben Pfaff | Randomize the bits that bitmap_scan() returns, to make... |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Boy I just can't get anything right this morning |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Oops--added syscall before I was ready. |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Improve comments. |
tree | commitdiff |
2006-05-17 |
Ben Pfaff | Fully capitalize SYS_* syscall enum names. |
tree | commitdiff |
2006-05-16 |
Ben Pfaff | Use enum instead of macros for system call numbers, |
tree | commitdiff |
2006-04-20 |
Ben Pfaff | Major revisions to documentation. |
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-01-25 |
Ben Pfaff | Add examples of how to iterate and remove elements... |
tree | commitdiff |
2006-01-04 |
Ben Pfaff | Helpful comment. |
tree | commitdiff |
2006-01-04 |
Ben Pfaff | Add hash_apply() function. |
tree | commitdiff |
2005-12-21 |
Ben Pfaff | Add cast to silence new warning in GCC 4.0. |
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-06-19 |
Ben Pfaff | Make tests public. Rewrite most tests. Add tests. |
tree | commitdiff |
2005-04-12 |
Ben Pfaff | Get rid of DEBUG macro, supporting code, and documentation, |
tree | commitdiff |
2005-04-06 |
Ben Pfaff | Always use a custom linker script, to avoid oddities... |
tree | commitdiff |
2005-04-05 |
Ben Pfaff | Fix comment. |
tree | commitdiff |
2005-04-01 |
Ben Pfaff | Fix parenthesization. |
tree | commitdiff |
2005-04-01 |
Ben Pfaff | Fix more printf() conformance problems. |
tree | commitdiff |
2005-04-01 |
Ben Pfaff | Revert to old version because it doesn't break preprocessor |
tree | commitdiff |
2005-04-01 |
Ben Pfaff | Make sure PTRDIFF_MIN, PTRDIFF_MAX, and SIZE_MAX have... |
tree | commitdiff |
2005-04-01 |
Ben Pfaff | 127 is a control character. |
tree | commitdiff |
2005-03-31 |
Ben Pfaff | Move problem 1-2 (join) into project 2 as the "wait... |
tree | commitdiff |
2005-03-30 |
Ben Pfaff | Replace quick_sort() that uses quick sort and O(lg... |
tree | commitdiff |
2005-03-30 |
Ben Pfaff | Reimplement list_sort() iteratively, reducing memory... |
tree | commitdiff |
2005-03-29 |
Ben Pfaff | Update mmap() tests. |
tree | commitdiff |
2005-03-29 |
Ben Pfaff | Change list_elem from typedef to struct. |
tree | commitdiff |
2005-03-24 |
Ben Pfaff | Fix 3 distinct bugs reported by Cristian Cadar. |
tree | commitdiff |
2005-03-24 |
Ben Pfaff | Update mmap, munmap stubs to match new prototypes. |
tree | commitdiff |
2005-03-23 |
Ben Pfaff | Fix handling of `+' and ` ' flags for unsigned conversi... |
tree | commitdiff |
2005-03-05 |
Ben Pfaff | Make mmap use segment IDs. |
tree | commitdiff |
2005-01-21 |
Ben Pfaff | syscall-stub.h is gone; don't #include it. |
tree | commitdiff |
2005-01-20 |
Ben Pfaff | Improve debuggability by eliminating system call stub... |
tree | commitdiff |
2005-01-10 |
Ben Pfaff | Fix %' grouping in printf(). |
tree | commitdiff |
2005-01-02 |
Ben Pfaff | Change assembly from AT&T to Intel syntax. |
tree | commitdiff |
2005-01-01 |
Ben Pfaff | Add a suggestion to use `backtrace' and a reference... |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Add list_min(), list_max(). |
tree | commitdiff |
2004-12-31 |
Ben Pfaff | Fix brown-bag error. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Clean up. |
tree | commitdiff |
2004-12-15 |
Ben Pfaff | Clean up inode code: |
tree | commitdiff |
2004-12-14 |
Ben Pfaff | Comment. |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Rename do_power_off to power_off_when_done. |
tree | commitdiff |
2004-12-09 |
Ben Pfaff | Power off on kernel panic. |
tree | commitdiff |
2004-12-02 |
Ben Pfaff | Remove redundant test. |
tree | commitdiff |
2004-12-01 |
Ben Pfaff | Add qsort(), bsearch(). |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Fix bug caused by previous change. |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Improve list_remove(). |
tree | commitdiff |
2004-11-05 |
Ben Pfaff | Prevent bitmap_scan() from assert-failing if CNT is... |
tree | commitdiff |
2004-10-29 |
Ben Pfaff | Fix bug in strlcpy() that could cause reading too much... |
tree | commitdiff |
2004-10-25 |
Ben Pfaff | Improve implementation of puts(). |
tree | commitdiff |
2004-10-23 |
Ben Pfaff | Add filesize() stub. |
tree | commitdiff |
2004-10-18 |
Ben Pfaff | Revert to previous version. |
tree | commitdiff |
2004-10-18 |
Ben Pfaff | ASSERT should evaluate to an expression not a statement. |
tree | commitdiff |
2004-10-17 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-10-06 |
Ben Pfaff | Make freeing pages not require the pool lock, |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Bug fix. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Bug fixes. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Comments. |
tree | commitdiff |
2004-09-27 |
Ben Pfaff | Fix bugs. |
tree | commitdiff |
2004-09-26 |
Ben Pfaff | Print statistics at power off. |
tree | commitdiff |
2004-09-26 |
Ben Pfaff | Turn off assertions when running in the kernel. |
tree | commitdiff |
2004-09-23 |
Ben Pfaff | Change bitmap interface, update references. |
tree | commitdiff |
2004-09-22 |
Ben Pfaff | Make console lock recursive. |
tree | commitdiff |
2004-09-21 |
Ben Pfaff | Implement (u)intmax_t in printf(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Improve hex_dump(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Introduce PID_ERROR as an invalid exec return value. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Add initial_size argument to create syscall. |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Add putbuf(). |
tree | commitdiff |
2004-09-20 |
Ben Pfaff | Revise makefile structure. |
tree | commitdiff |
2004-09-19 |
Ben Pfaff | Syscall handler doesn't expect to see return address... |
tree | commitdiff |
2004-09-19 |
Ben Pfaff | Pass return code from main() to exit(). |
tree | commitdiff |
2004-09-18 |
Ben Pfaff | Clarify strtok_r() description. |
tree | commitdiff |
2004-09-16 |
Ben Pfaff | Reorder. |
tree | commitdiff |
2004-09-13 |
Ben Pfaff | Use __SIZE_TYPE__ for size_t, __PTRDIFF_TYPE__ for... |
tree | commitdiff |
next |