pintos: Avoid literal control character in Perl variable name.
[pintos-anon] / src / devices /
2015-12-17 John OusterhoutUpdates for new version of qemu
2014-03-18 Pablo de OliveiraAdd ACPI shutdown sequence
2010-05-05 Joseph Huangblock: Avoid accessing past the end of the block_by_rol...
2009-01-20 Ben PfaffRemove unnecessary optimization barrier.
2008-11-12 Ben PfaffImplement a proper block layer with partition support.
2008-11-10 Ben PfaffAdd PC speaker driver and connect it to '\a' in the...
2008-11-10 Ben PfaffGet rid of power_off_when_done global variable.
2008-11-09 Ben PfaffMark shutdown_reboot() and shutdown_power_off() as...
2008-11-09 Ben PfaffUse 9600 bps for Pintos serial, to match the speed...
2008-11-09 Ben PfaffMove reboot() and power_off() to new file, and rename...
2008-08-26 Ben PfaffReboot when Ctrl+Alt+Del is pressed.
2008-08-25 Ben PfaffImprove comments.
2008-08-23 Ben PfaffRTC support.
2006-12-11 Ben PfaffParse command-line options much earlier, so that thread...
2006-11-11 Ben PfaffDrop use of volatile in favor of explicit memory barriers.
2006-11-11 Ben PfaffMake sure loops_per_tick doesn't overflow to zero.
2006-11-10 Godmar Backmake loop counter volatile to prevent gcc4.1 from optim...
2006-06-10 Ben PfaffCapitalize QEMU properly.
2006-06-01 Ben PfaffAdd support for "keyboard" input over the serial port.
2006-05-27 Ben PfaffComment.
2006-04-20 Ben PfaffMajor revisions to documentation.
2006-04-20 Ben PfaffImprove comments.
2006-01-04 Ben PfaffClarifying comments.
2005-12-21 Ben PfaffUse bool vars instead of bits for shift keys.
2005-07-13 Ben PfaffFix bug reported by Mike Brown <mbrown@vmware.com>...
2005-07-06 Ben PfaffEliminate race condition in timer_print_stats() found...
2005-06-19 Ben PfaffMake tests public. Rewrite most tests. Add tests.
2005-05-10 Ben PfaffStandard disk assignments.
2005-01-21 Ben PfaffComment.
2004-12-13 Ben PfaffSupport accurate short delays in the timer code, to...
2004-10-08 Ben PfaffUse 115.2 kbps instead of 9600 bps.
2004-10-07 Ben PfaffCheck that the serial rate is reasonable.
2004-10-06 Ben Pfafftimer_sleep() need interrupts on.
2004-09-29 Ben Pfaff%zd -> %zu
2004-09-27 Ben PfaffComments.
2004-09-27 Ben PfaffComments.
2004-09-26 Ben PfaffPrint statistics at power off.
2004-09-21 Ben PfaffComments.
2004-09-16 Ben PfaffMerge 16550a.h into serial.c.
2004-09-13 Ben PfaffUse `z' modifier to printf size_t.
2004-09-11 Ben PfaffTurn off interrupts on output to lock out interrupt...
2004-09-11 Ben PfaffCall thread_yield() in timer_sleep() if interrupts...
2004-09-11 Ben PfaffOnly poll on output if the txq is full and interrupts...
2004-09-11 Ben PfaffReally make it safe to call printf() from any context.
2004-09-11 Ben PfaffIncrease queue size to 64.
2004-09-10 Ben PfaffAdd timer_sleep() that takes an argument in timer ticks.
2004-09-09 Ben PfaffAdd comment.
2004-09-09 Ben Pfaff#error if TIMER_FREQ too high.
2004-09-07 Ben PfaffImplement keyboard device.
2004-09-07 Ben PfaffMove serial interrupt queue into new file intq.c.
2004-09-07 Ben PfaffPrepare to remove serial receive path.
2004-09-07 Ben PfaffFirst stab at interrupt-driven serial.
2004-09-06 Ben PfaffFix up header guards.
2004-09-06 Ben PfaffRename printk() to printf().
2004-09-05 Ben PfaffRedo makefiles.
2004-09-02 Ben PfaffReorganization, comments.
2004-09-01 Ben PfaffMake interrupt.h names more regular.
2004-09-01 Ben Pfaffs/disk_sector_no/disk_sector_t/g
2004-09-01 Ben PfaffFix PRDSNu.
2004-09-01 Ben PfaffTweak.
2004-08-31 Ben PfaffClean up disk layer.
2004-08-31 Ben PfaffAdd DEBUG() macro for debugging that can be turned...
2004-08-31 Ben PfaffDon't use <string.h>.
2004-08-30 Ben PfaffFix disk_write(): interrupt fires *after* write complet...
2004-08-29 Ben PfaffBetter ID message. Add per-channel mutual exclusion.
2004-08-29 Ben PfaffImplement read/write support.
2004-08-29 Ben PfaffBasic disk detection stuff.
2004-08-29 Ben PfaffAdd timer_msleep, timer_usleep, timer_nsleep().
2004-08-29 Ben PfaffInitial un-working code.
2004-08-27 Ben PfaffMake userspace actually work.
2004-08-26 Ben Pfaffintr_args => intr_frame.
2004-08-16 Ben PfaffInitial revision