Skip to content
Snippets Groups Projects
  1. Jan 26, 2016
  2. Jan 25, 2016
  3. Jan 24, 2016
  4. Jan 22, 2016
  5. 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
  6. 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
  7. Dec 17, 2015
  8. Dec 11, 2015
  9. Dec 02, 2015
  10. Dec 01, 2015
  11. Nov 23, 2015
  12. Nov 06, 2015
  13. Sep 24, 2015
  14. Sep 16, 2015
  15. Aug 29, 2015
  16. Aug 28, 2015
  17. 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
  18. Jul 28, 2015
  19. 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
  20. May 09, 2015
  21. May 05, 2015
  22. May 04, 2015
  23. Apr 21, 2015
  24. Apr 17, 2015
  25. Apr 14, 2015
  26. Apr 13, 2015
  27. Apr 09, 2015
  28. Apr 08, 2015
Loading