DEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
[dragonfly.git] / sys / platform / vkernel / platform / console.c
2009-08-01 Matthew DillonDEVFS - remove dev_ops_add(), dev_ops_get(), and get_dev()
2009-08-01 Matthew DillonDEVFS - Bring in Alex's GSOC kernel adjustments.
2009-05-24 Matthew Dillonvkernel - more crit section work to avoid pthread reent...
2009-05-23 Matthew DillonMiscellanious protection around pthread calls to avoid...
2007-07-02 Matthew Dillonsigwinch has to run with the big giant lock so use...
2007-06-07 Simon SchubertTry hard to restore the termios state on exit/reboot.
2007-05-28 Matthew DillonOpen the root image O_EXLOCK|O_NONBLOCK and exit with...
2007-05-25 Matthew DillonAdd a -c file option to the vkernel to specify CD image...
2007-05-07 Matthew DillonChanges to consdev - low level kernel console initializ...
2007-02-01 Simon SchubertImplement window size passing between real tty and...
2007-02-01 Simon SchubertTeach the vkernel to behave and not fsck with my tty.
2007-01-15 Matthew DillonPass an interrupt frame to kqueue-based interrupts...
2007-01-13 YONETANI TomokazuSetting 0 to c_cc[] member doesn't disable the special...
2007-01-09 Matthew DillonA virtual kernel running another virtual kernel running...
2007-01-09 Matthew DillonDisable terminal control characters while the virtual...
2007-01-08 Matthew DillonRename the following special extended I/O system calls...
2007-01-08 Matthew DillonUse CBREAK mode for the console.
2007-01-08 Matthew DillonThe signal return code was trying to access user mode...
2007-01-08 Matthew DillonModify the trapframe sigcontext, ucontext, etc. Add...
2007-01-07 Matthew DillonHandle page faults within the virtual kernel process...
2007-01-05 Matthew DillonContinue fleshing out the VKERNEL.