summaryrefslogtreecommitdiff
path: root/uart.c
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-06-04fix a problem with end. make uartputc() wait until h/w is ready.Robert Morris
2019-06-03console input and sbrkRobert Morris
2019-06-03xxRobert Morris
2019-06-03push/pop all registers when handling interrupt from kernelRobert Morris
2019-06-03takes one uart input interrupt, then panicsRobert Morris
2019-05-31fork/wait/exit workRobert Morris
2017-08-09Commit to running on an SMP (perhaps with only 1 core). Remove most codeFrans Kaashoek
2016-09-11Replace I_BUSY with sleep locksFrans Kaashoek
2016-08-25Remove trailing white space with:Frans Kaashoek
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-05-31tab policersc
2009-05-31Add serial port input/output.rsc