pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / lib /
2015-12-17 John OusterhoutFixes exec-bound-3 failures
2012-03-01 Benedikt HuberFix gcc inline assembler operand constraints for syscal...
2011-03-10 Ben Pfaffbitmap: Fix mistakes in comments.
2008-11-14 Godmar Backfixed backtrace to work with -O (now conforms to
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffMake backtraces slightly more reliable.
2008-11-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-11-08 Ben PfaffCorrect comment describing list_remove() behavior.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-08-27 Godmar Back- added thread_foreach
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-12-08 Ben PfaffRevert the bitmap randomization change, which had the...
2006-10-05 Ben PfaffMake Pintos able to build with "gcc -m32" on x86-64...
2006-09-28 Ben PfaffMake list_entry, hash_entry more type-safe.
2006-09-12 Godmar Backfixed typo in wrong iterator example
2006-07-23 Ben PfaffFix comment.
2006-07-23 Ben PfaffFix comment.
2006-05-27 Ben PfaffPut "abort" in "User process abort" in all caps, analog...
2006-05-23 Ben PfaffAdd EXIT_FAILURE, EXIT_SUCCESS to syscall.h,
2006-05-22 Ben PfaffFile system project updates:
2006-05-22 Ben PfaffFix comment style.
2006-05-19 Ben PfaffReplace lsdir system call by readdir, isdir system...
2006-05-18 Ben PfaffRandomize the bits that bitmap_scan() returns, to make...
2006-05-17 Ben PfaffBoy I just can't get anything right this morning
2006-05-17 Ben PfaffOops--added syscall before I was ready.
2006-05-17 Ben PfaffImprove comments.
2006-05-17 Ben PfaffFully capitalize SYS_* syscall enum names.
2006-05-16 Ben PfaffUse enum instead of macros for system call numbers,
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-05 Ben PfaffAdd references to tour of pintos.
2006-04-05 Ben PfaffRename putchar_unlocked() to putchar_have_lock() to...
2006-01-25 Ben PfaffAdd examples of how to iterate and remove elements...
2006-01-04 Ben PfaffHelpful comment.
2006-01-04 Ben PfaffAdd hash_apply() function.
2005-12-21 Ben PfaffAdd cast to silence new warning in GCC 4.0.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-12-13 Ben PfaffFix fencepost error in strstr().
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-12 Ben PfaffGet rid of DEBUG macro, supporting code, and documentation,
2005-04-06 Ben PfaffAlways use a custom linker script, to avoid oddities...
2005-04-05 Ben PfaffFix comment.
2005-04-01 Ben PfaffFix parenthesization.
2005-04-01 Ben PfaffFix more printf() conformance problems.
2005-04-01 Ben PfaffRevert to old version because it doesn't break preprocessor
2005-04-01 Ben PfaffMake sure PTRDIFF_MIN, PTRDIFF_MAX, and SIZE_MAX have...
2005-04-01 Ben Pfaff127 is a control character.
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-30 Ben PfaffReplace quick_sort() that uses quick sort and O(lg...
2005-03-30 Ben PfaffReimplement list_sort() iteratively, reducing memory...
2005-03-29 Ben PfaffUpdate mmap() tests.
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-03-24 Ben PfaffFix 3 distinct bugs reported by Cristian Cadar.
2005-03-24 Ben PfaffUpdate mmap, munmap stubs to match new prototypes.
2005-03-23 Ben PfaffFix handling of `+' and ` ' flags for unsigned conversi...
2005-03-05 Ben PfaffMake mmap use segment IDs.
2005-01-21 Ben Pfaffsyscall-stub.h is gone; don't #include it.
2005-01-20 Ben PfaffImprove debuggability by eliminating system call stub...
2005-01-10 Ben PfaffFix %' grouping in printf().
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-01 Ben PfaffAdd a suggestion to use `backtrace' and a reference...
2004-12-31 Ben PfaffAdd list_min(), list_max().
2004-12-31 Ben PfaffFix brown-bag error.
2004-12-15 Ben PfaffClean up.
2004-12-15 Ben PfaffClean up inode code:
2004-12-14 Ben PfaffComment.
2004-12-09 Ben PfaffRename do_power_off to power_off_when_done.
2004-12-09 Ben PfaffPower off on kernel panic.
2004-12-02 Ben PfaffRemove redundant test.
2004-12-01 Ben PfaffAdd qsort(), bsearch().
2004-11-05 Ben PfaffFix bug caused by previous change.
2004-11-05 Ben PfaffImprove list_remove().
2004-11-05 Ben PfaffPrevent bitmap_scan() from assert-failing if CNT is...
2004-10-29 Ben PfaffFix bug in strlcpy() that could cause reading too much...
2004-10-25 Ben PfaffImprove implementation of puts().
2004-10-23 Ben PfaffAdd filesize() stub.
2004-10-18 Ben PfaffRevert to previous version.
2004-10-18 Ben PfaffASSERT should evaluate to an expression not a statement.
2004-10-17 Ben PfaffComments.
2004-10-06 Ben PfaffMake freeing pages not require the pool lock,
2004-09-27 Ben PfaffBug fix.
2004-09-27 Ben PfaffBug fixes.
2004-09-27 Ben PfaffComments.
2004-09-27 Ben PfaffFix bugs.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-26 Ben PfaffTurn off assertions when running in the kernel.
2004-09-23 Ben PfaffChange bitmap interface, update references.
2004-09-22 Ben PfaffMake console lock recursive.
2004-09-21 Ben PfaffImplement (u)intmax_t in printf().
2004-09-20 Ben PfaffImprove hex_dump().
2004-09-20 Ben PfaffIntroduce PID_ERROR as an invalid exec return value.
2004-09-20 Ben PfaffAdd initial_size argument to create syscall.
2004-09-20 Ben PfaffAdd putbuf().
2004-09-20 Ben PfaffRevise makefile structure.
2004-09-19 Ben PfaffSyscall handler doesn't expect to see return address...
2004-09-19 Ben PfaffPass return code from main() to exit().
2004-09-18 Ben PfaffClarify strtok_r() description.
2004-09-16 Ben PfaffReorder.
2004-09-13 Ben PfaffUse __SIZE_TYPE__ for size_t, __PTRDIFF_TYPE__ for...
next