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
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
2006-09-06
spacing fixes: no tabs, 2-space indents (for rtm)
rsc
2006-09-06
print "0" for null string
rsc
2006-09-03
don't send keyboard interrupts to the second cpu, if we have only one cpu.
kaashoek
2006-09-03
remove duplication
kaashoek
2006-08-29
clean up stale error checks and panics
rtm
2006-08-23
i/o redirection in sh
kaashoek
2006-08-15
commented out code for cwd
kaashoek
2006-08-11
init creates console, opens 0/1/2, runs sh
rtm
[next]