Skip to content
Snippets Groups Projects
  1. Feb 05, 2013
  2. Feb 03, 2013
    • Avi Kivity's avatar
      drivers: add debug_console · cc570220
      Avi Kivity authored
      A console driver that wraps another with a spinlock.  We usually don't want
      spinlocks, but if we want to debug the scheduler, we have to use them here.
      cc570220
  3. Jan 28, 2013
    • Christoph Hellwig's avatar
      move filesystem related headers to include/ · 1c08a4b8
      Christoph Hellwig authored
      I've also added an osv/ prefix to make sure we don't clash with system headers.
      
      We probably should either adopt this globally or drop it, but I fear we'll run into
      problems with the latter approach.
      1c08a4b8
  4. Jan 24, 2013
  5. Jan 21, 2013
  6. Jan 19, 2013
    • Christoph Hellwig's avatar
      uio-ify the read/write path · 5e90d3ab
      Christoph Hellwig authored
      This will allow for easy addition of the vectored and positional I/O
      syscalls, as well as making the structure of the I/O path more similar
      to *BSD and Solaris.
      5e90d3ab
  7. Jan 17, 2013
    • Christoph Hellwig's avatar
      implement a real console layer · 99024014
      Christoph Hellwig authored
      Create a central place the managed the console driver (just isa-serial for
      now), and exposes them as a device file and to the debug output routines.
      99024014
    • Christoph Hellwig's avatar
      simplify the console abstractions · fad1ce08
      Christoph Hellwig authored
      This is the low-level console abstraction and should deal in the
      char * hardware format.  The upper layer (debug.cc) already handles
      all conversion from std::string and boost formats.
      fad1ce08
  8. Dec 23, 2012
Loading