Skip to content
Snippets Groups Projects
  1. Jan 21, 2014
    • Nadav Har'El's avatar
      Fix non-functional chdir() · 0f9bf9b6
      Nadav Har'El authored
      
      I don't know how chdir() ever worked - apparently it didn't!
      
      It took an argument "pathname", and then declared a local "path" and used
      that, not pathname, as the path :-) Obviously, a call to task_conv, which
      converts a relative "pathname" to an absolute "path", was missing...
      
      chdir() is still a mess and incompatible in the error cases with Linux's
      chdir(). I'll fix that, and add a test, in a follow-up patch.
      
      Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
      Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
      0f9bf9b6
  2. Jan 20, 2014
  3. Jan 19, 2014
  4. Jan 17, 2014
  5. Jan 16, 2014
Loading