1. 9181cb0 arch: sandbox: Add function to create temporary files by Sean Anderson · 12 months ago
  2. e2d22f7 sandbox: Add a way to access persistent test files by Simon Glass · 1 year, 2 months ago
  3. 1a07d39 sandbox: fix return type of os_filesize() by Heinrich Schuchardt · 1 year, 7 months ago
  4. 6ca4d5b sandbox: Add missing comments for os_alarm() by Simon Glass · 2 years ago
  5. 10107ef sandbox: add SIGALRM-based watchdog device by Rasmus Villemoes · 2 years, 1 month ago
  6. 7df5b35 sandbox: Add function os_flush() by Pali Rohár · 2 years, 1 month ago
  7. 7750ee4 sandbox: add function os_printf() by Heinrich Schuchardt · 2 years, 7 months ago
  8. 880dbc5 sandbox: compatibility of os_get_filesize() by Heinrich Schuchardt · 2 years, 9 months ago
  9. a0ff280 sandbox: Support unmapping a file by Simon Glass · 3 years ago
  10. b927409 sandbox: Add a way to map a file into memory by Simon Glass · 3 years, 2 months ago
  11. b4467fa sandbox: Add a way to find the size of a file by Simon Glass · 3 years, 2 months ago
  12. f178beb sandbox: Support executables for more phases by Simon Glass · 3 years, 4 months ago
  13. 4c30d18 sandbox: document parameters of os_realloc() by Heinrich Schuchardt · 3 years, 7 months ago
  14. 01ad9f7 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 8 months ago
  15. b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
  16. 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 9 months ago
  17. c30a709 sandbox: mark os_abort() as noreturn by Heinrich Schuchardt · 3 years, 9 months ago
  18. 43db075 sandbox: keep time offset when resetting by Heinrich Schuchardt · 3 years, 10 months ago
  19. b46f30a sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years ago
  20. 063790c sandbox: update function descriptions in os.h by Heinrich Schuchardt · 4 years ago
  21. 329dccc sandbox: implement reset by Heinrich Schuchardt · 4 years ago
  22. 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 9 months ago
  23. 001d188 sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
  24. 566bf3a sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  25. 4af3e9a sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  26. 056a5ce sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  27. 50b288a sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  28. 9f8037e sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  29. 3fcb714 sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  30. fe938fb sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  31. 30eef21 sandbox: Add a setjmp() implementation by Simon Glass · 6 years ago
  32. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  33. 0b189b6 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
  34. 47b98ad sandbox: remove os_putc() and os_puts() by Masahiro Yamada · 7 years ago
  35. 8616708 sandbox/fs: Free memory allocated by os_dirent_ls by Stefan Brüns · 8 years ago
  36. d4e33f5 sandbox: Allow chaining from SPL to U-Boot proper by Simon Glass · 8 years ago
  37. 8939df0 sandbox: Tidy up terminal restore by Simon Glass · 9 years ago
  38. 94eefde dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · 10 years ago
  39. 887bd41 sandbox: Fix comment for os_open() by Simon Glass · 10 years ago
  40. 96b1046 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
  41. ffb8790 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  42. 47f5fcf sandbox: Add os_jump_to_image() to run another executable by Simon Glass · 11 years ago
  43. cfd13e8 unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
  44. 347d06d sandbox: fix the return type of os_free() function by Masahiro Yamada · 11 years ago
  45. 5c2859c sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
  46. 91b136c sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
  47. 77595c6 sandbox: Improve/augment memory allocation functions by Simon Glass · 11 years ago
  48. 2a54d15 sandbox: Use uint64_t instead of u64 for time by Simon Glass · 11 years ago
  49. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  50. 62584db sandbox: Add a way of obtaining directory listings by Simon Glass · 12 years ago
  51. e101550 sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
  52. 9d72e67 sandbox: mark os_exit as noreturn by Mike Frysinger · 13 years ago
  53. 70db421 sandbox: add getopt support by Simon Glass · 13 years ago
  54. d916515 sandbox: add flags for open() call by Simon Glass · 13 years ago
  55. e2dcefc sandbox: add lseek helper by Mike Frysinger · 13 years ago
  56. 4f345d5 sandbox: add ifdef protection to os.h by Mike Frysinger · 13 years ago
  57. d99a687 sandbox: Add timer simulation by Matthias Weisser · 13 years ago
  58. 21899b1 sandbox: Add improved RAM simulation by Matthias Weisser · 13 years ago
  59. ab06a75 sandbox: put stdin into raw mode by Mike Frysinger · 13 years ago
  60. 7a9219c sandbox: Add OS dependent layer by Simon Glass · 13 years ago