Age | Commit message (Expand) | Author |
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 |