summaryrefslogtreecommitdiff
path: root/sys/arch/usermode/dev/ttycons.c
AgeCommit message (Expand)Author
2012-03-03Implement signal forwarding to userland for usermode kernels. Especiallyreinoud
2012-01-21Complete rewrite of the signal and spl framework for NetBSD/usermodereinoud
2011-12-27support ^Zjmcneill
2011-12-26add sigio_intr_establish so more than one driver can register a SIGIO handlerjmcneill
2011-12-21move the (now 1024 byte) printing buffer off the stackjmcneill
2011-12-21Increase printing buffer of ttycons from 80 to 1024 significantly increasingreinoud
2011-12-20check return value of write, make sure we send the whole buffer to stdoutjmcneill
2011-12-15use write instead of putchar putchar putchar putchar putchar ... for console ...jmcneill
2011-12-12install a SIGINT handler and use it to emulate ^Cjmcneill
2011-12-12make sure to set O_ASYNC on stdin to enable ttycons "interrupts"jmcneill
2011-12-12use spl_intr from signal handler instead of calling softint_schedule directlyjmcneill
2011-12-11make ttycons a proper tty device, now it can be the consolejmcneill
2011-12-11make sure to set cn_dev and cn_pri in our consdev structjmcneill
2011-12-09Remove empty lines in ttycons_consinitreinoud
2011-08-28turn off input echo and bufferingjmcneill
2011-08-12Clean up extern mess by adding an API for kernel components to call libcjmcneill
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-10-21Drop 3rd and 4th clauses. OK jmcneill (copyright holder).snj
2007-12-29Import work-in-progress NetBSD/usermode port.jmcneill