added documentation for thread_foreach functions
[pintos-anon] / src /
2008-10-16 Ben PfaffAlways make the scratch disk an even multiple of a...
2008-08-27 Godmar Back- added thread_foreach
2008-08-27 Godmar Backremoved 'address' option for Bochs.
2008-08-27 Godmar Backcleaned up comments for reboot code and adopted GNU...
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2008-08-25 Ben PfaffImprove comments.
2008-08-24 Ben PfaffNew option -r to reboot the VM after actions are complete.
2008-08-24 Ben PfaffUse standard POSIX "ustar" format for the scratch disk.
2008-08-23 Ben PfaffRTC support.
2008-08-23 Ben PfaffUse macros for 8259A PIC registers, instead of writing...
2008-08-21 Ben PfaffUse --build-id=none to avoid build-id sections on FC8.
2008-08-02 Ben PfaffFix asm constraints to avoid SI, DI for byte and word...
2008-07-18 Ben PfaffFix bug in --sim and --debug options reported by Bob...
2008-01-26 Ben PfaffUse -fno-stack-protector with GCC versions that support...
2007-11-16 Godmar Backadded IGNORE_USER_FAULTS clause to match specification
2007-05-07 Ben PfaffFix warning.
2007-04-23 Ben PfaffCorrectly initialize the esp0 pointer in the TSS for...
2007-04-02 Ben PfaffIgnore tags and cscope files.
2007-04-02 Ben PfaffImprove comment on thread_unblock().
2007-03-31 Ben PfaffFix bugs in -j and -r options reported by Godmar Back.
2007-03-31 Ben PfaffFix bug in jitter reported by Godmar Back (BIOS wouldn...
2007-03-24 Ben PfaffAdd helpful comment.
2007-03-24 Ben PfaffAdd "cscope" target.
2007-03-24 Ben PfaffRename execute_thread() to start_process().
2007-03-08 Ben PfaffFix bug in *-persistence tests when prerequisites fail.
2007-02-06 Godmar Backadded patch to make bochs work with gdb 6.5
2007-01-28 Ben PfaffFix order of checks on load average.
2007-01-21 Ben PfaffAdd i86pc to unames detected as x86 (used by Solaris).
2007-01-11 Ben PfaffSet VERBOSE to empty string by default, which prevents...
2007-01-11 Ben PfaffRemove unnecessary semicolon that gives GNU make 3...
2007-01-11 Ben PfaffDon't call bx_gdbstub_exception when we're not compilin...
2007-01-09 Ben PfaffAdd -MF to GCC invocation to make ccache happy on Fedor...
2007-01-08 Godmar Backadjusted scores for P4 as discussed
2007-01-07 Godmar BackCosmetic fix: make first column wider to account for...
2007-01-07 Godmar Back- adjustments to scores for P3 as discussed.
2007-01-07 Godmar Backadjustments to scores for P2 as discussed.
2007-01-06 Godmar Back- added priority-donate-chain test which tests 8-level...
2007-01-04 Ben PfaffSeparate persistence tests from the extended filesys...
2007-01-04 Ben PfaffNew page-merge-mm, page-merge-stk tests.
2006-12-18 Ben PfaffMake comment more readable.
2006-12-15 Ben PfaffFix expected output.
2006-12-15 Ben PfaffFix comment.
2006-12-15 Ben PfaffWhen printing a directory tree, indicate explicitly...
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-12-08 Ben PfaffNew target to generate cscope.files.
2006-12-08 Ben PfaffMake it possible to ignore page faults in GDB.
2006-12-08 Ben PfaffRevert the bitmap randomization change, which had the...
2006-12-08 Ben PfaffWhen reading files out of the scratch disk, don't die...
2006-12-08 Ben PfaffFix error message when archive fails to open.
2006-12-04 Ben PfaffUse mkdir, not create.
2006-11-11 Ben PfaffAdd comment.
2006-11-11 Ben PfaffDrop use of volatile in favor of explicit memory barriers.
2006-11-11 Ben PfaffClean tests/vm/zeros.
2006-11-11 Ben PfaffAdopt consistent style in asm statements.
2006-11-11 Ben PfaffAdd memory clobbers to several asm statements,
2006-11-11 Ben PfaffMake sure loops_per_tick doesn't overflow to zero.
2006-11-10 Ben PfaffAlso clean results, grade.
2006-11-10 Ben PfaffAdd "memory" as clobber to the asm used by barrier().
2006-11-10 Ben PfaffAlso clean bochsout.txt, bochsrc.txt.
2006-11-10 Ben PfaffMinor style updates.
2006-11-10 Godmar BackRewrite of multi-oom. Now descends 10 times and expect...
2006-11-10 Godmar Back- when ignoring exit codes, ignore exit(-1) also (previ...
2006-11-10 Godmar Backmake loop counter volatile to prevent gcc4.1 from optim...
2006-11-10 Godmar Backadded accidentally omitted $ to make operand immediate
2006-11-03 Ben PfaffClarify purpose and rationale.
2006-11-03 Ben PfaffRemove O_EXCL from flags used to create files to be...
2006-11-03 Ben PfaffDelete .tar, .get-output, and .get-errors files on...
2006-11-01 Godmar Backadded IGNORE_USER_FAULTS flag - so students may report...
2006-10-07 Ben PfaffImprove comment.
2006-10-05 Ben PfaffSleep until recent_cpu actually decays.
2006-10-05 Ben PfaffAdd hints about not doing too much work in timer interrupt.
2006-10-05 Ben PfaffFix message.
2006-10-05 Ben PfaffAdd -O to CFLAGS to try to catch uninitialized variable...
2006-10-05 Ben PfaffMake Pintos able to build with "gcc -m32" on x86-64...
2006-09-28 Ben PfaffIrq 7 is special. It is not just the parallel port...
2006-09-28 Ben PfaffMake list_entry, hash_entry more type-safe.
2006-09-26 Ben PfaffCreate idle thread with minimum priority.
2006-09-26 Ben PfaffChange "Memory Barriers" to "Optimization Barriers".
2006-09-25 Ben PfaffMove assignment to _end_kernel_text inside .rodata.
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-09-12 Godmar Backfixed typo in wrong iterator example
2006-09-09 Ben PfaffFix issue reported by Godmar Back:
2006-09-09 Ben PfaffConvert tabs to spaces to make cut-and-paste to interac...
2006-09-08 Ben PfaffMake kernel code pages read-only.
2006-08-20 Ben PfaffChange several "die"s to "fail"s in read_tar.
2006-08-17 Ben Pfaffmake_tar_archive() needs to initialize `success'.
2006-07-23 Ben PfaffFix comment.
2006-07-23 Ben PfaffFix comment.
2006-07-21 Ben PfaffImprove comment on sema_down.
2006-07-08 Ben PfaffAdd additional explanation to the spontaneous reboot...
2006-06-30 Ben PfaffUse test -f because Solaris sh does not support -e.
2006-06-19 Ben PfaffAllow user fault messages in output in bad-* tests.
2006-06-14 Ben PfaffAdd some comments.
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-07 Godmar Backadded bad-jump/read/write bad-jump2/read2/write2 to...
2006-06-06 Godmar Backdefined 'test_name' for msg()/vmsg() to work properly
2006-06-02 Ben PfaffReplace GSX Server support with VMware Player support.
2006-06-01 Ben PfaffAdd installation chapter to manual. Remove now-redunda...
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-06-01 Ben PfaffDon't put white space before call to $(eval) because...
next