- dafc5d7 sandbox: Only delete the executable if requested by Simon Glass · 3 years, 9 months ago
- df8b8f5 sandbox: Drop debug message in os_spl_to_uboot() by Simon Glass · 3 years, 9 months ago
- b90e487 sandbox: Update os_find_u_boot() to find the .img file by Simon Glass · 3 years, 9 months ago
- edd094e sandbox: Avoid using malloc() for system state by Simon Glass · 3 years, 10 months ago
- 4c902fa sandbox: Add os_realloc() by Simon Glass · 3 years, 10 months ago
- c0d1a00 sandbox: keep time offset when resetting by Heinrich Schuchardt · 4 years ago
- 6daf905 sandbox: remove ram buffer file when U-Boot is loaded by SPL by Patrick Delaunay · 4 years ago
- 28eb509 sandbox: add handler for exceptions by Heinrich Schuchardt · 4 years, 1 month ago
- 1c67844 sandbox: implement reset by Heinrich Schuchardt · 4 years, 1 month ago
- fc96df6 sandbox: use O_CLOEXEC in os_open() by Heinrich Schuchardt · 4 years, 1 month ago
- 69db2ee sandbox: eth-raw: do not close the console input by Heinrich Schuchardt · 4 years, 1 month ago
- 2b72ad2 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 10 months ago
- 0a4eabb sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
- 9562d4c sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
- fa25226 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
- 05a1684 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
- fc2dde8 sandbox: Correct maths in allocation routines by Simon Glass · 6 years ago
- 752707a sandbox: Improve debugging in initcall_run_list() by Simon Glass · 6 years ago
- 23eabbb sandbox: Fix up the debug message for the image filename by Simon Glass · 6 years ago
- f2af76b sandbox: Use memmove() to move overlapping regions by Simon Glass · 6 years ago
- cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
- 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
- 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
- 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
- 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
- 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
- ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
- dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
- cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
- ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
- 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
- 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
- 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
- b7255ef sandbox: Add support for calling abort() by Simon Glass · 6 years ago
- be005d8 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
- 5dccd15 sandbox: Add a setjmp() implementation by Simon Glass · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 29d1143 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
- f53b5ea sandbox: avoid memory leak in os_dirent_ls by Heinrich Schuchardt · 7 years ago
- 9488451 sandbox: remove os_putc() and os_puts() by Masahiro Yamada · 7 years ago
- b6f605e sandbox: Fix comparison of unsigned enum expression warning by Tom Rini · 8 years ago
- b7ffa82 sandbox/fs: Set correct filetype for unknown filetype by Stefan Brüns · 8 years ago
- ae71ede sandbox/fs: Use readdir instead of deprecated readdir_r by Stefan Brüns · 8 years ago
- b212990 sandbox/fs: Use correct size path name buffer by Stefan Brüns · 8 years ago
- d4cb888 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious by Stefan Brüns · 8 years ago
- 2c931ba sandbox: Allow chaining from SPL to U-Boot proper by Simon Glass · 8 years ago
- 9c3b7d6 sandbox: Tidy up terminal restore by Simon Glass · 10 years ago
- 504548f dm: sandbox: Add os_localtime() to obtain the system time by Simon Glass · 10 years ago
- c043e03 sandbox: Fix warnings in cpu.c and os.c by Simon Glass · 10 years ago
- 378da103 sandbox: Prepare API change for files greater than 2GB by Suriyan Ramasami · 10 years ago
- 9671c67 sandbox: terminate os_dirent_ls() result list by Stephen Warren · 10 years ago
- 47acfc6 sandbox: Add options to clean up temporary files by Simon Glass · 11 years ago
- 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
- 860b7d9 sandbox: Add os_jump_to_image() to run another executable by Simon Glass · 11 years ago
- cd5edba unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
- ee95728 sandbox: fix the return type of os_free() function by Masahiro Yamada · 11 years ago
- 9dd10bf sandbox: Allow reading/writing of RAM buffer by Simon Glass · 11 years ago
- 3e9fd24 sandbox: Allow the console to work earlier by Simon Glass · 11 years ago
- 1e6594c sandbox: Improve/augment memory allocation functions by Simon Glass · 11 years ago
- 64367c8 sandbox: Rename sb_cmdline_option to sandbox_cmdline_option by Simon Glass · 11 years ago
- fb4b4e8 sandbox: Use uint64_t instead of u64 for time by Simon Glass · 12 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- e7f1eb5 sandbox: Support trace feature by Simon Glass · 11 years ago
- f1c45c8 sandbox: Add a way of obtaining directory listings by Simon Glass · 12 years ago
- 868aa3a sandbox: Improve sandbox serial port keyboard interface by Taylor Hutt · 12 years ago
- 8a3e035 sandbox: add getopt support by Simon Glass · 13 years ago
- 3196d75 sandbox: add flags for open() call by Simon Glass · 13 years ago
- 60addac sandbox: add lseek helper by Mike Frysinger · 13 years ago
- 17064c0 sandbox: add required header to os.c by Simon Glass · 13 years ago
- e8015a6 sandbox: sort header files in os.c by Simon Glass · 13 years ago
- 0d3dd14 sandbox: Add timer simulation by Matthias Weisser · 13 years ago
- b5f7b47 sandbox: Add improved RAM simulation by Matthias Weisser · 13 years ago
- a5baaee sandbox: put stdin into raw mode by Mike Frysinger · 13 years ago
- cd0684f sandbox: Add OS dependent layer by Simon Glass · 13 years ago