summaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-06-06gdb backtraces: -ggdb, -fno-omit-frame-pointer, BSIZE=1024Robert Morris
2019-06-05push_off() and pop_off() in myproc()Robert Morris
2019-06-04fix exec argcRobert Morris
2019-06-04support read() and write() bigger than one pageRobert Morris
2019-06-03console input and sbrkRobert Morris
2019-06-01first shell prints $ prompt, though no console input yetRobert Morris
2019-05-31fork/wait/exit workRobert Morris
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2017-08-09Commit to running on an SMP (perhaps with only 1 core). Remove most codeFrans Kaashoek
2017-02-01A tiny bit of clean up (e.g., move code searching cpu array from lapic.c intoFrans Kaashoek
2017-02-01use panicFrans Kaashoek
2017-01-31Start of an experiment to remove the use of gs for cpu local variables.Frans Kaashoek
2016-09-11Replace I_BUSY with sleep locksFrans Kaashoek
2016-09-02Fix a few lines that runoff is complaining about that they are too longFrans Kaashoek
2016-09-02APIC IDs may not be consecutive and start from zero, so we cannot really use itFrans Kaashoek
2016-08-25Remove trailing white space with:Frans Kaashoek
2015-11-15nitsFrans Kaashoek
2015-11-15Remove console input.lockNathaniel Wesley Filardo
2015-11-15Add sanity check panic for CRTC interactionsNathaniel Wesley Filardo
2011-09-07Remove unused 'state' variable that broke the build in recent gcc'sAustin Clements
2011-09-02Fix same wonky pagebreak bug in console.cAustin Clements
2011-07-29Map kernel highFrans Kaashoek
2011-02-28fixes from Peter FroehlichRuss Cox
2011-01-11make new code like old codeRuss Cox
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