pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / threads /
2011-02-12 Ben Pfaffthread: Do not disable interrupts unnecessarily while...
2011-02-12 Ben Pfaffthread: Properly protect 'all_list' around insertion.
2008-12-22 Ben PfaffPrint a message instead of panicking upon an unexpected...
2008-12-04 Ben PfaffAvoid long pauses on serial timeout on boot on physical...
2008-12-04 Ben PfaffRewrite the I/O port code.
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffRename ram_pages to init_ram_pages.
2008-11-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffRemove prototypes for removed functions power_off(...
2008-11-09 Ben PfaffTerminate the backtrace that debug_backtrace() would...
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-11-07 Ben PfaffEliminate user_page_limit global symbol.
2008-11-07 Ben PfaffDon't make interrupt stubs global symbols.
2008-11-07 Ben PfaffRename base_page_dir to init_page_dir.
2008-11-07 Ben PfaffRename schedule_tail() to thread_schedule_tail().
2008-11-07 Ben PfaffMake kernel_pool, user_pool static, since they are...
2008-11-07 Ben PfaffRename .cvsignore files to .gitignore.
2008-08-27 Godmar Back- added thread_foreach
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-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...
2007-04-02 Ben PfaffImprove comment on thread_unblock().
2007-03-24 Ben PfaffRename execute_thread() to start_process().
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-11-11 Ben PfaffAdd comment.
2006-11-11 Ben PfaffAdopt consistent style in asm statements.
2006-11-11 Ben PfaffAdd memory clobbers to several asm statements,
2006-11-10 Ben PfaffAdd "memory" as clobber to the asm used by barrier().
2006-09-28 Ben PfaffIrq 7 is special. It is not just the parallel port...
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-08 Ben PfaffMake kernel code pages read-only.
2006-07-21 Ben PfaffImprove comment on sema_down.
2006-06-14 Ben PfaffAdd some comments.
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-26 Ben PfaffMake the default simulator qemu for project 2...4,
2006-05-24 Ben PfaffEnclose kernel command line arguments that contain...
2006-05-20 Ben PfaffComment.
2006-05-19 Ben PfaffConsistently spell "file name" and "file system" as...
2006-05-18 Ben PfaffRandomize the bits that bitmap_scan() returns, to make...
2006-05-17 Ben PfaffIgnore bochsout.txt, bochsrc.txt.
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-20 Ben PfaffImprove comments.
2006-04-10 Ben PfaffInvert the priority scheme, so that PRI_MIN is now...
2006-04-09 Ben PfaffThe lock functions don't really need to disable interru...
2006-04-09 Ben PfaffFix typo in comment.
2006-04-09 Ben PfaffImprove comment.
2006-04-09 Ben PfaffRemove unnecessary test for switching from null current...
2006-04-08 Ben PfaffStyle.
2006-04-08 Ben PfaffFix for Bochs 2.2.6.
2006-04-05 Ben PfaffClarify comment.
2006-04-05 Ben PfaffAdd comment to explain why we don't free initial_thread.
2006-01-29 Ben PfaffUpdate Intel architecture guide references to latest.
2006-01-08 Ben PfaffFormatting.
2006-01-03 Ben PfaffGet rid of -rndpg option for now, because none of the...
2005-12-21 Ben PfaffComments.
2005-12-21 Ben PfaffUse AT&T syntax instead of Intel.
2005-12-20 Ben PfaffComment idle thread more thoroughly.
2005-12-20 Ben PfaffClarifying comment.
2005-12-20 Ben PfaffRevert Intel-style assembly back to AT&T-style.
2005-06-20 Ben PfaffAdd grading system.
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-04-13 Ben PfaffUse runtime options instead of conditional compilation...
2005-04-12 Ben PfaffUpdate message.
2005-04-12 Ben PfaffUpdate message.
2005-04-12 Ben PfaffGet rid of file system "dump" operations because they...
2005-04-12 Ben PfaffGet rid of DEBUG macro, supporting code, and documentation,
2005-04-07 Ben PfaffIn idle(), "sti; hlt" must be atomic or we can waste...
2005-04-06 Ben PfaffOnly need single 0x90.
2005-03-31 Ben PfaffMove problem 1-2 (join) into project 2 as the "wait...
2005-03-29 Ben PfaffChange list_elem from typedef to struct.
2005-02-07 Ben PfaffGet rid of THREAD_JOIN_IMPLEMENTED by adding thread_joi...
2005-01-29 Ben PfaffRemove .cvsignore from build directories; put `build...
2005-01-21 Ben PfaffSet up a frame pointer on interrupt entry, to improve...
2005-01-20 Ben PfaffImprove debuggability by adding .func/.endfunc around...
2005-01-19 Ben PfaffIf the kernel image gets too big, "cmp ebx, KERNEL_LOAD...
2005-01-18 Ben PfaffNeed to turn off interrupts again after calling into...
2005-01-18 Ben PfaffIn all the variants of the basic test for part 1-1...
2005-01-13 Ben PfaffImprove comment.
2005-01-10 Ben PfaffFix Intel names for outd, ind, outsd, insd.
2005-01-10 Ben PfaffFix order of edi, esi, ebp, ebx in switch_threads_frame...
2005-01-09 Ben PfaffSave and restore user processes' FS and GS registers.
2005-01-04 Ben PfaffChange to deal with crappy GAS bug.
2005-01-02 Ben PfaffChange assembly from AT&T to Intel syntax.
2005-01-01 Ben PfaffComments.
2004-12-31 Ben PfaffFix comment.
2004-12-31 Ben PfaffImprove basic alarm clock test.
2004-12-15 Ben PfaffClean up inode code:
2004-12-15 Ben PfaffComment.
2004-12-15 Ben PfaffUse 0xcc (not 0xcd) for clearing malloc() blocks too.
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-12-09 Ben PfaffRename do_power_off to power_off_when_done.
2004-11-23 Ben PfaffUpdate .cvsignore files.
2004-10-25 Ben PfaffAdd some more correctness assertions to free().
next