summaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
2010-09-02Get consoleintr back on one pageAustin Clements
2010-09-02Get cgaputc and consputc back on the same pageAustin Clements
2010-09-01Space policeAustin Clements
2010-09-01Tab policeAustin Clements
2009-09-30Handle backspace on serial input and output better. Better solutions are wel...Austin Clements
2009-09-20Hack to make newlines on the serial port workAustin Clements
2009-08-30assorted fixes:Russ Cox
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-05-31group locks into structs they protect.rsc
2009-05-31Add serial port input/output.rsc
2009-03-08be consistent: no underscores in function namesrsc
2008-10-12minor cleanupkolya
2008-08-22clean up circular buffers, so pipe can queue 512 bytes rather than 511kolya
2008-08-21fix obvious printf nits after reading through codekolya
2007-09-27nitrsc
2007-09-27use console lockrsc
2007-08-30make new Homework 8 workrtm
2007-08-30oops - broke circular bufferrsc
2007-08-28comments; rename irq_ to pic_rsc
2007-08-28spaces around else for rtmrsc
2007-08-28more consistent spacingrsc
2007-08-28nitsrsc
2007-08-28Change dev read/write functionsrsc
2007-08-28avoid double echorsc
2007-08-28oopsrsc
2007-08-28Move keyboard code into kbd.c; add backspace handling.rsc
2007-08-27delete unnecessary #include linesrsc
2007-08-24nitsrsc
2007-08-14fixesrsc
2007-08-14formatting; split kbd constants into kbd.hrsc
2007-08-10Make cp a magic symbol.rsc
2007-08-08check p->killed for long-lived sleepsrsc
2007-08-08missing voidrsc
2007-08-08add EOF handling to console_read - works with catrsc
2006-09-07debugging rearrangementsrsc
2006-09-07debugging printsrsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07remove _ prefixesrsc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-07nit in console interruptskaashoek
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-09-06print "0" for null stringrsc
2006-09-03don't send keyboard interrupts to the second cpu, if we have only one cpu.kaashoek
2006-09-03remove duplicationkaashoek
2006-08-29clean up stale error checks and panicsrtm
2006-08-23i/o redirection in shkaashoek
2006-08-15commented out code for cwdkaashoek
2006-08-11init creates console, opens 0/1/2, runs shrtm