Age | Commit message (Expand) | Author |
2019-04-23 | sandbox: Improve debugging in initcall_run_list() | Simon Glass |
2018-11-20 | sandbox: Add a function to read a host file | Simon Glass |
2018-10-09 | sandbox: Restore blocking I/O on exit | Simon Glass |
2018-10-09 | sandbox: Add a way to write data to the host filesystem | Simon Glass |
2018-10-09 | sandbox: Support file truncation with os_open() | Simon Glass |
2018-10-08 | sandbox: Unprotect DATA regions in bus tests | Simon Glass |
2018-09-23 | sandbox: Fix setjmp/longjmp | Alexander Graf |
2018-09-23 | sandbox: Add support for calling abort() | Simon Glass |
2018-06-03 | sandbox: Add a setjmp() implementation | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2017-12-07 | Revert "sandbox: remove os_putc() and os_puts()" | Simon Glass |
2017-07-28 | sandbox: remove os_putc() and os_puts() | Masahiro Yamada |
2016-10-11 | sandbox/fs: Free memory allocated by os_dirent_ls | Stefan BrĂ¼ns |
2016-07-14 | sandbox: Allow chaining from SPL to U-Boot proper | Simon Glass |
2015-06-04 | sandbox: Tidy up terminal restore | Simon Glass |
2015-05-05 | dm: sandbox: Add os_localtime() to obtain the system time | Simon Glass |
2015-04-18 | sandbox: Fix comment for os_open() | Simon Glass |
2014-11-23 | sandbox: Prepare API change for files greater than 2GB | Suriyan Ramasami |
2014-03-17 | sandbox: Allow Ctrl-C to work in sandbox | Simon Glass |
2014-03-17 | sandbox: Add os_jump_to_image() to run another executable | Simon Glass |
2014-03-07 | unit-test: make "test -e" test independent of $CWD | Stephen Warren |
2014-01-24 | sandbox: fix the return type of os_free() function | Masahiro Yamada |
2014-01-08 | sandbox: Allow reading/writing of RAM buffer | Simon Glass |
2014-01-08 | sandbox: Allow the console to work earlier | Simon Glass |
2014-01-08 | sandbox: Improve/augment memory allocation functions | Simon Glass |
2013-11-21 | sandbox: Use uint64_t instead of u64 for time | Simon Glass |
2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk |
2013-03-04 | sandbox: Add a way of obtaining directory listings | Simon Glass |
2013-02-28 | sandbox: Improve sandbox serial port keyboard interface | Taylor Hutt |
2012-03-12 | sandbox: mark os_exit as noreturn | Mike Frysinger |
2012-03-12 | sandbox: add getopt support | Simon Glass |
2012-03-12 | sandbox: add flags for open() call | Simon Glass |
2012-03-12 | sandbox: add lseek helper | Mike Frysinger |
2012-03-12 | sandbox: add ifdef protection to os.h | Mike Frysinger |
2011-12-10 | sandbox: Add timer simulation | Matthias Weisser |
2011-12-10 | sandbox: Add improved RAM simulation | Matthias Weisser |
2011-11-03 | sandbox: put stdin into raw mode | Mike Frysinger |
2011-10-17 | sandbox: Add OS dependent layer | Simon Glass |