index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
usermode
/
dev
/
ttycons.c
Age
Commit message (
Expand
)
Author
2012-03-03
Implement signal forwarding to userland for usermode kernels. Especially
reinoud
2012-01-21
Complete rewrite of the signal and spl framework for NetBSD/usermode
reinoud
2011-12-27
support ^Z
jmcneill
2011-12-26
add sigio_intr_establish so more than one driver can register a SIGIO handler
jmcneill
2011-12-21
move the (now 1024 byte) printing buffer off the stack
jmcneill
2011-12-21
Increase printing buffer of ttycons from 80 to 1024 significantly increasing
reinoud
2011-12-20
check return value of write, make sure we send the whole buffer to stdout
jmcneill
2011-12-15
use write instead of putchar putchar putchar putchar putchar ... for console ...
jmcneill
2011-12-12
install a SIGINT handler and use it to emulate ^C
jmcneill
2011-12-12
make sure to set O_ASYNC on stdin to enable ttycons "interrupts"
jmcneill
2011-12-12
use spl_intr from signal handler instead of calling softint_schedule directly
jmcneill
2011-12-11
make ttycons a proper tty device, now it can be the console
jmcneill
2011-12-11
make sure to set cn_dev and cn_pri in our consdev struct
jmcneill
2011-12-09
Remove empty lines in ttycons_consinit
reinoud
2011-08-28
turn off input echo and buffering
jmcneill
2011-08-12
Clean up extern mess by adding an API for kernel components to call libc
jmcneill
2009-11-27
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
rmind
2009-10-21
Drop 3rd and 4th clauses. OK jmcneill (copyright holder).
snj
2007-12-29
Import work-in-progress NetBSD/usermode port.
jmcneill