summaryrefslogtreecommitdiff
path: root/console.c
AgeCommit message (Expand)Author
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
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm
2006-08-10printfkaashoek
2006-08-09fix test program: don't close before writingkaashoek
2006-08-09devswkaashoek
2006-07-29open()rtm
2006-07-20uint32_t -> uint &crtm
2006-07-17no more cons_putc; real_cons_putc -> cons_putcrsc
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-17nitpicksrsc
2006-07-16add %s to cprintf for cons_putsrsc
2006-07-16standardize on #include "foo" not <foo>rsc
2006-07-16remove non-idiomatic increment/decrementrsc
2006-07-16Attempt to clean up newproc somewhat.rsc
2006-07-16New scheduler.rsc
2006-07-15no more recursive locksrtm
2006-07-12i think my cmpxchg use was wrong in acquirertm
2006-07-12no more big kernel lockrtm
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc
2006-06-22send console output to parallel portrtm
2006-06-12importrtm