Skip to content
Snippets Groups Projects
  1. May 27, 2013
  2. May 26, 2013
  3. May 21, 2013
  4. May 19, 2013
  5. May 18, 2013
  6. May 16, 2013
    • Nadav Har'El's avatar
      Default console to cooked mode, not raw mode. · cf74861e
      Nadav Har'El authored
      Until now, OSV's console defaulted to raw mode, to make the CLI
      happy. The problem is that on Linux, applications expect to be
      run in cooked mode, so if we ever run a simple application that
      tries to read user input, it can be confused.
      
      This patch makes OSV console default to cooked mode, and the
      CLI switch to raw mode before reading an input line - and reset
      to the default mode just before running the user's command.
      
      Unfortunately, we had to resort to adding a JNI class "Stty",
      since Java has no builtin support for the ioctls required for
      changing the tty settings.
      cf74861e
  7. May 14, 2013
  8. May 12, 2013
    • Nadav Har'El's avatar
      Some badly-written Java code - including the "serial" benchmark of · 271ede99
      Nadav Har'El authored
      SPECjvm2008, uses the Thread.getContextClassLoader() class loader
      to load classes - instead of using the current class-loader as any
      decent code does when using reflection.
      
      To allow this ugly, but officially supported, usage, we need to
      set the context class loader in RunJar.java.
      271ede99
  9. May 09, 2013
  10. May 08, 2013
  11. May 07, 2013
  12. May 01, 2013
  13. Apr 30, 2013
Loading