Skip to content
Snippets Groups Projects
  1. Jun 28, 2016
  2. Jun 16, 2016
    • Yu Qi Zhang's avatar
      fdio: Delete .tmp file on failure · a6d08657
      Yu Qi Zhang authored
      We noticed the temp files being left over in ostree when (mistakenly)
      trying to replace the contents of a subpath that wasn't a directory.
      
      In the future we should look at the systemd code using `O_TMPFILE`
      here.
      a6d08657
  3. May 31, 2016
  4. May 30, 2016
  5. May 10, 2016
  6. May 03, 2016
  7. May 02, 2016
  8. May 01, 2016
  9. Mar 10, 2016
  10. Feb 08, 2016
  11. Jan 26, 2016
  12. Jan 25, 2016
  13. Jan 24, 2016
  14. Jan 22, 2016
  15. Jan 11, 2016
    • Colin Walters's avatar
      fdio: Export loop_write · 3c470803
      Colin Walters authored
      I plan to use this in rpm-ostree.  Sad how many times this gets
      reinvented.  Should probably stick a copy in `glib-unix.h` or so.
      3c470803
  16. Jan 03, 2016
    • Colin Walters's avatar
      dirfd: Add a public API to ensure a filled dtype · 91e06069
      Colin Walters authored
      It's quite common to iterate over a directory recursively, only caring
      about the file type, but not other bits returned by `stat()`.
      
      Good file systems fill in `dt_type`, but not all do.  This function
      papers over that in userspace conveniently.
      91e06069
  17. Dec 17, 2015
  18. Dec 11, 2015
  19. Dec 02, 2015
  20. Dec 01, 2015
  21. Nov 23, 2015
  22. Nov 06, 2015
  23. Sep 24, 2015
  24. Sep 16, 2015
  25. Aug 29, 2015
  26. Aug 28, 2015
  27. Aug 24, 2015
    • Colin Walters's avatar
      libcontainer: Pare down to just "run in root" API · fbdb15cd
      Colin Walters authored
      rpm-ostree is going through some awkwardness trying to
      support being run both inside and outside of a container.
      
      For now, let's drop all recursive container usage.  There is still
      some value in readding this in the future - for example, downloading
      packages requires networking, but `%post` scripts do not.  But we
      should really solve that when we return to running unprivileged or the
      like.
      fbdb15cd
  28. Jul 28, 2015
  29. Jun 15, 2015
    • Colin Walters's avatar
      libcontainer: Search $PATH for exec() if argv[0] is not absolute · 91875459
      Colin Walters authored
      In Fedora rawhide, dracut switched from `/usr/sbin` to `/usr/bin`,
      which broke rpm-ostree's hardcoding of the path.
      
      There was no real reason to hardcode it (assume our `$PATH` is sane
      and secure), so in order to help support that, this change in libglnx
      will automatically search $PATH if the input is not absolute.
      
      (This is a sane default for a process spawning library IMO)
      91875459
  30. May 09, 2015
  31. May 05, 2015
  32. May 04, 2015
Loading