- d1f81fd sandbox: use sections instead of symbols for getopt array boundaries by Marek Behún · 3 years, 6 months ago
- 5d8c379 sandbox: Only delete the executable if requested by Simon Glass · 3 years, 8 months ago
- b5e514a sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · 3 years, 8 months ago
- 01ad9f7 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 9 months ago
- b308d9f sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 9 months ago
- 14e46df sandbox: Add os_realloc() by Simon Glass · 3 years, 9 months ago
- 43db075 sandbox: keep time offset when resetting by Heinrich Schuchardt · 3 years, 11 months ago
- 10bb90f sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years ago
- b46f30a sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years ago
- 329dccc sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
- c0b19f2 sandbox: use O_CLOEXEC in os_open() by Heinrich Schuchardt · 4 years, 1 month ago
- 6eec4b0 sandbox: eth-raw: do not close the console input by Heinrich Schuchardt · 4 years, 1 month ago
- 2960107 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 9 months ago
- 1c8c47e sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
- 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
- 0db1b43 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
- 4ecb506 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
- 4a6409b sandbox: Correct maths in allocation routines by Simon Glass · 6 years ago
- 001d188 sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
- 6b5e420 sandbox: Fix up the debug message for the image filename by Simon Glass · 6 years ago
- b847c14 sandbox: Use memmove() to move overlapping regions by Simon Glass · 6 years ago
- 27028f1 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
- 65f3b1f sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
- fc1f58a sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
- 7b5ea14 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
- 566bf3a sandbox: Add a function to read a host file by Simon Glass · 6 years ago
- bd8b745 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
- 4af3e9a sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
- 69bc15d sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
- 056a5ce sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
- 50b288a sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
- 9f8037e sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
- 6e6e4b2 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
- 3fcb714 sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
- fe938fb sandbox: Add support for calling abort() by Simon Glass · 6 years ago
- 6131850 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
- 30eef21 sandbox: Add a setjmp() implementation by Simon Glass · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 0b189b6 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
- 04d0da5 sandbox: avoid memory leak in os_dirent_ls by Heinrich Schuchardt · 7 years ago
- 47b98ad sandbox: remove os_putc() and os_puts() by Masahiro Yamada · 7 years ago
- e2bc87d sandbox: Fix comparison of unsigned enum expression warning by Tom Rini · 8 years ago
- 2f15940 sandbox/fs: Set correct filetype for unknown filetype by Stefan Brüns · 8 years ago
- bf635ed sandbox/fs: Use readdir instead of deprecated readdir_r by Stefan Brüns · 8 years ago
- f189899c sandbox/fs: Use correct size path name buffer by Stefan Brüns · 8 years ago
- ce2ec19 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious by Stefan Brüns · 8 years ago
- d4e33f5 sandbox: Allow chaining from SPL to U-Boot proper by Simon Glass · 8 years ago
- 8939df0 sandbox: Tidy up terminal restore by Simon Glass · 10 years ago
- 94eefde dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · 10 years ago
- f80a8bb sandbox: Fix warnings in cpu.c and os.c by Simon Glass · 10 years ago
- 96b1046 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
- 9c38c07 sandbox: terminate os_dirent_ls() result list by Stephen Warren · 10 years ago
- ab839dc sandbox: Add options to clean up temporary files by Simon Glass · 11 years ago
- ffb8790 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
- 47f5fcf sandbox: Add os_jump_to_image() to run another executable by Simon Glass · 11 years ago
- cfd13e8 unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
- 347d06d sandbox: fix the return type of os_free() function by Masahiro Yamada · 11 years ago
- 5c2859c sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
- 91b136c sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
- 77595c6 sandbox: Improve/augment memory allocation functions by Simon Glass · 11 years ago
- 7b3efc6 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option by Simon Glass · 11 years ago
- 2a54d15 sandbox: Use uint64_t instead of u64 for time by Simon Glass · 12 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- e2ee100 sandbox: Support trace feature by Simon Glass · 11 years ago
- 62584db sandbox: Add a way of obtaining directory listings by Simon Glass · 12 years ago
- e101550 sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
- 70db421 sandbox: add getopt support by Simon Glass · 13 years ago
- d916515 sandbox: add flags for open() call by Simon Glass · 13 years ago
- e2dcefc sandbox: add lseek helper by Mike Frysinger · 13 years ago
- 3bdf56b sandbox: add required header to os.c by Simon Glass · 13 years ago
- e101247 sandbox: sort header files in os.c by Simon Glass · 13 years ago
- d99a687 sandbox: Add timer simulation by Matthias Weisser · 13 years ago
- 21899b1 sandbox: Add improved RAM simulation by Matthias Weisser · 13 years ago
- ab06a75 sandbox: put stdin into raw mode by Mike Frysinger · 13 years ago
- 7a9219c sandbox: Add OS dependent layer by Simon Glass · 13 years ago