Skip to content
Snippets Groups Projects
  1. Dec 27, 2021
  2. Apr 29, 2021
  3. Dec 16, 2020
  4. Mar 14, 2020
  5. Jan 20, 2020
  6. Oct 29, 2019
  7. Aug 11, 2019
  8. Jul 24, 2019
  9. Jul 20, 2019
  10. Jul 19, 2019
  11. Jul 06, 2019
  12. Jul 04, 2019
  13. May 11, 2019
  14. May 09, 2019
  15. Apr 28, 2019
  16. Apr 23, 2019
  17. Apr 07, 2019
  18. Apr 03, 2019
  19. Mar 15, 2019
    • Robin Randhawa's avatar
      redoxfs: Add '--get-uuid' support · 37aab3e5
      Robin Randhawa authored
      With this, `redoxfs --get-uuid <disk>` prints out the UUID of the
      provided redoxfs disk image.
      
      This is needed especially for aarch64 kernels where the UUID of the boot
      disk needs to be passed to the kernel by the bootloader. With this
      extension to the mount command, the kernel build glue can query the
      prepared redoxfs image for it's UUID.
      37aab3e5
  20. Feb 25, 2019
  21. Dec 30, 2018
  22. Dec 08, 2018
  23. Dec 06, 2018
  24. Oct 07, 2018
    • jD91mZM2's avatar
      Adopt linux' O_APPEND behavior · 79cef7c0
      jD91mZM2 authored
      According to `man open`:
      
      > The file is opened in append mode. Before each write(2), the file offset
      is positioned at the end of the file, as if with lseek(2). The modi‐
      fication of the file offset and the write operation are performed as a
      single atomic step.
      Verified
      79cef7c0
  25. Aug 01, 2018
  26. Jun 18, 2018
  27. Jun 17, 2018
  28. May 24, 2018
Loading