1. 07 Feb, 2012 1 commit
    • Julius Plenz's avatar
      Intercept dup2() · e033127e
      Julius Plenz authored
      Thus, also shell redirection -- which makes heavy use of dup2() --  is handled
      correctly:
      
          $ cachestats /tmp/foo
          open: No such file or directory
          $ nocache sh -c 'echo foo > /tmp/foo'
          $ cachestats /tmp/foo
          pages in cache: 0/1 (0.0%)  [filesize=0.0K, pagesize=4K]
      e033127e
  2. 06 Feb, 2012 15 commits
  3. 05 Feb, 2012 5 commits
  4. 04 Feb, 2012 7 commits
  5. 03 Feb, 2012 6 commits