summaryrefslogtreecommitdiff
path: root/kernel/console.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-23Merge branch 'riscv-killed' into riscvFrans Kaashoek1-1/+1
2022-08-12Cosmetic change (thanks Harry Porter)Frans Kaashoek1-1/+1
2022-08-12cosmetic changes (thanks Harry Porter)Frans Kaashoek1-1/+1
2022-08-12cosmetic changes (thanks Harry Porter)Frans Kaashoek1-8/+8
2022-08-11Clean up using killed()Frans Kaashoek1-1/+1
2022-08-10Read and write p->killed using atomicsFrans Kaashoek1-1/+1
2020-11-05consolewrite does not need cons.lock -- can lead to sleep() with lock heldRobert Morris1-2/+0
2020-08-28move panicked check to uart.cRobert Morris1-13/+0
2020-08-28suppress write() output after panic()Robert Morris1-0/+6
2020-08-10streamline copyin/copyout code in usertestsRobert Morris1-1/+1
2020-08-10fix printf() in interruptsRobert Morris1-3/+3
2020-08-10interrupt-driven uart output, hopefully a nice example for teaching.Robert Morris1-3/+5
2019-07-27cleaner UART register interfaceRobert Morris1-1/+3
2019-07-27console/uart tweaksRobert Morris1-6/+13
2019-07-27beautify console.cRobert Morris1-34/+67
2019-07-27split printf into a separate file, to make console.c more like a driverRobert Morris1-132/+26
2019-07-24no more PAGEBREAKRobert Morris1-3/+0
2019-06-13FD_DEVICERobert Morris1-7/+2
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris1-0/+271