index
:
135e2/xv6-labs.git
cow
fs
lock
mmap
net
pgtbl
syscall
thread
traps
util
xv6-labs-2024-winter
135e2
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
console.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2022-08-23
Merge branch 'riscv-killed' into riscv
Frans Kaashoek
1
-1
/
+1
2022-08-12
Cosmetic change (thanks Harry Porter)
Frans Kaashoek
1
-1
/
+1
2022-08-12
cosmetic changes (thanks Harry Porter)
Frans Kaashoek
1
-1
/
+1
2022-08-12
cosmetic changes (thanks Harry Porter)
Frans Kaashoek
1
-8
/
+8
2022-08-11
Clean up using killed()
Frans Kaashoek
1
-1
/
+1
2022-08-10
Read and write p->killed using atomics
Frans Kaashoek
1
-1
/
+1
2020-11-05
consolewrite does not need cons.lock -- can lead to sleep() with lock held
Robert Morris
1
-2
/
+0
2020-08-28
move panicked check to uart.c
Robert Morris
1
-13
/
+0
2020-08-28
suppress write() output after panic()
Robert Morris
1
-0
/
+6
2020-08-10
streamline copyin/copyout code in usertests
Robert Morris
1
-1
/
+1
fix bugs in read/write return values when there's an error
2020-08-10
fix printf() in interrupts
Robert Morris
1
-3
/
+3
2020-08-10
interrupt-driven uart output, hopefully a nice example for teaching.
Robert Morris
1
-3
/
+5
2019-07-27
cleaner UART register interface
Robert Morris
1
-1
/
+3
2019-07-27
console/uart tweaks
Robert Morris
1
-6
/
+13
2019-07-27
beautify console.c
Robert Morris
1
-34
/
+67
2019-07-27
split printf into a separate file, to make console.c more like a driver
Robert Morris
1
-132
/
+26
2019-07-24
no more PAGEBREAK
Robert Morris
1
-3
/
+0
2019-06-13
FD_DEVICE
Robert Morris
1
-7
/
+2
2019-06-11
separate source into kernel/ user/ mkfs/
Robert Morris
1
-0
/
+271