index
:
xv6-riscv
riscv
MIT xv6-RISCV kernel modified to RV64I base integer extension
Aditya N. Naik
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
console.c
Age
Commit message (
Expand
)
Author
2015-11-15
nits
Frans Kaashoek
2015-11-15
Remove console input.lock
Nathaniel Wesley Filardo
2015-11-15
Add sanity check panic for CRTC interactions
Nathaniel Wesley Filardo
2011-09-07
Remove unused 'state' variable that broke the build in recent gcc's
Austin Clements
2011-09-02
Fix same wonky pagebreak bug in console.c
Austin Clements
2011-07-29
Map kernel high
Frans Kaashoek
2011-02-28
fixes from Peter Froehlich
Russ Cox
2011-01-11
make new code like old code
Russ Cox
2010-09-02
Get consoleintr back on one page
Austin Clements
2010-09-02
Get cgaputc and consputc back on the same page
Austin Clements
2010-09-01
Space police
Austin Clements
2010-09-01
Tab police
Austin Clements
2009-09-30
Handle backspace on serial input and output better. Better solutions are wel...
Austin Clements
2009-09-20
Hack to make newlines on the serial port work
Austin Clements
2009-08-30
assorted fixes:
Russ Cox
2009-08-08
shuffle and tweak for formatting.
Russ Cox
2009-05-31
group locks into structs they protect.
rsc
2009-05-31
Add serial port input/output.
rsc
2009-03-08
be consistent: no underscores in function names
rsc
2008-10-12
minor cleanup
kolya
2008-08-22
clean up circular buffers, so pipe can queue 512 bytes rather than 511
kolya
2008-08-21
fix obvious printf nits after reading through code
kolya
2007-09-27
nit
rsc
2007-09-27
use console lock
rsc
2007-08-30
make new Homework 8 work
rtm
2007-08-30
oops - broke circular buffer
rsc
2007-08-28
comments; rename irq_ to pic_
rsc
2007-08-28
spaces around else for rtm
rsc
2007-08-28
more consistent spacing
rsc
2007-08-28
nits
rsc
2007-08-28
Change dev read/write functions
rsc
2007-08-28
avoid double echo
rsc
2007-08-28
oops
rsc
2007-08-28
Move keyboard code into kbd.c; add backspace handling.
rsc
2007-08-27
delete unnecessary #include lines
rsc
2007-08-24
nits
rsc
2007-08-14
fixes
rsc
2007-08-14
formatting; split kbd constants into kbd.h
rsc
2007-08-10
Make cp a magic symbol.
rsc
2007-08-08
check p->killed for long-lived sleeps
rsc
2007-08-08
missing void
rsc
2007-08-08
add EOF handling to console_read - works with cat
rsc
2006-09-07
debugging rearrangements
rsc
2006-09-07
debugging prints
rsc
2006-09-07
fix ide, pit interfaces
rsc
2006-09-07
remove _ prefixes
rsc
2006-09-07
run without lapic and ioapic, if they are not present
kaashoek
2006-09-07
nit in console interrupts
kaashoek
2006-09-06
no /* */ comments
rsc
2006-09-06
standardize various * conventions
rsc
[next]