summaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-07Remove unused 'state' variable that broke the build in recent gcc'sAustin Clements1-2/+1
2011-09-02Fix same wonky pagebreak bug in console.cAustin Clements1-1/+1
2011-07-29Map kernel highFrans Kaashoek1-1/+5
2011-02-28fixes from Peter FroehlichRuss Cox1-6/+6
2011-01-11make new code like old codeRuss Cox1-2/+3
2010-09-02Get consoleintr back on one pageAustin Clements1-5/+2
2010-09-02Get cgaputc and consputc back on the same pageAustin Clements1-6/+2
2010-09-01Space policeAustin Clements1-1/+1
2010-09-01Tab policeAustin Clements1-2/+2
2009-09-30Handle backspace on serial input and output better. Better solutions are wel...Austin Clements1-1/+7
2009-09-20Hack to make newlines on the serial port workAustin Clements1-0/+3
2009-08-30assorted fixes:Russ Cox1-3/+3
2009-08-08shuffle and tweak for formatting.Russ Cox1-116/+113
2009-05-31group locks into structs they protect.rsc1-12/+15
2009-05-31Add serial port input/output.rsc1-23/+5
2009-03-08be consistent: no underscores in function namesrsc1-23/+23
2008-10-12minor cleanupkolya1-1/+1
2008-08-22clean up circular buffers, so pipe can queue 512 bytes rather than 511kolya1-7/+7
2008-08-21fix obvious printf nits after reading through codekolya1-1/+1
2007-09-27nitrsc1-1/+1
2007-09-27use console lockrsc1-1/+1
2007-08-30make new Homework 8 workrtm1-1/+1
2007-08-30oops - broke circular bufferrsc1-4/+2
2007-08-28comments; rename irq_ to pic_rsc1-1/+5
2007-08-28spaces around else for rtmrsc1-2/+2
2007-08-28more consistent spacingrsc1-3/+3
2007-08-28nitsrsc1-4/+1
2007-08-28Change dev read/write functionsrsc1-3/+8
2007-08-28avoid double echorsc1-1/+0
2007-08-28oopsrsc1-1/+2
2007-08-28Move keyboard code into kbd.c; add backspace handling.rsc1-128/+108
2007-08-27delete unnecessary #include linesrsc1-3/+3
2007-08-24nitsrsc1-16/+18
2007-08-14fixesrsc1-7/+7
2007-08-14formatting; split kbd constants into kbd.hrsc1-184/+64
2007-08-10Make cp a magic symbol.rsc1-1/+1
2007-08-08check p->killed for long-lived sleepsrsc1-1/+7
2007-08-08missing voidrsc1-2/+2
2007-08-08add EOF handling to console_read - works with catrsc1-13/+18
2006-09-07debugging rearrangementsrsc1-10/+12
2006-09-07debugging printsrsc1-13/+23
2006-09-07fix ide, pit interfacesrsc1-1/+1
2006-09-07remove _ prefixesrsc1-3/+3
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-0/+1
2006-09-07nit in console interruptskaashoek1-1/+0
2006-09-06no /* */ commentsrsc1-29/+42
2006-09-06standardize various * conventionsrsc1-24/+24
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-87/+87
2006-09-06print "0" for null stringrsc1-3/+7
2006-09-03don't send keyboard interrupts to the second cpu, if we have only one cpu.kaashoek1-2/+3