Skip to content
Snippets Groups Projects
  1. Aug 13, 2024
  2. Aug 09, 2024
    • Simon Glass's avatar
      sandbox: Return error code from read/write/seek · b254a835
      Simon Glass authored and Tom Rini's avatar Tom Rini committed
      
      The existing API for these functions is different from the rest of
      U-Boot, in that any error code must be obtained from the errno variable
      on failure. This variable is part of the C library, so accessing it
      outside of the special 'sandbox' shim-functions is not ideal.
      
      Adjust the API to return an error code, to avoid this. Update existing
      uses to check for any negative value, rather than just -1.
      
      Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
      b254a835
  3. Jul 23, 2024
  4. Jul 22, 2024
  5. Jul 13, 2024
  6. Jul 06, 2024
  7. Jul 05, 2024
  8. Jun 25, 2024
  9. Jun 19, 2024
  10. Jun 04, 2024
  11. May 20, 2024
  12. May 19, 2024
  13. May 16, 2024
  14. May 15, 2024
  15. May 14, 2024
Loading