aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada1-11/+0
2017-06-08sandbox: Fix comparison of unsigned enum expression warningTom Rini1-1/+1
2016-10-11sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns1-0/+2
2016-10-11sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns1-8/+11
2016-10-11sandbox/fs: Use correct size path name bufferStefan Brüns1-3/+10
2016-10-11sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns1-2/+2
2016-07-14sandbox: Allow chaining from SPL to U-Boot properSimon Glass1-0/+51
2015-06-04sandbox: Tidy up terminal restoreSimon Glass1-3/+5
2015-05-05dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass1-0/+18
2014-11-26sandbox: Fix warnings in cpu.c and os.cSimon Glass1-0/+1
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-6/+7
2014-06-23sandbox: terminate os_dirent_ls() result listStephen Warren1-0/+1
2014-03-17sandbox: Add options to clean up temporary filesSimon Glass1-1/+2
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-6/+7
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass1-0/+89
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren1-0/+5
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada1-1/+1
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass1-0/+39
2014-01-08sandbox: Allow the console to work earlierSimon Glass1-0/+11
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass1-2/+43
2013-12-09sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass1-1/+1
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26sandbox: Support trace featureSimon Glass1-1/+1
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass1-0/+101
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-0/+8
2012-03-12sandbox: add getopt supportSimon Glass1-0/+98
2012-03-12sandbox: add flags for open() callSimon Glass1-2/+22
2012-03-12sandbox: add lseek helperMike Frysinger1-0/+13
2012-03-12sandbox: add required header to os.cSimon Glass1-0/+1
2012-03-12sandbox: sort header files in os.cSimon Glass1-4/+4
2011-12-10sandbox: Add timer simulationMatthias Weisser1-0/+27
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser1-0/+7
2011-11-03sandbox: put stdin into raw modeMike Frysinger1-0/+34
2011-10-17sandbox: Add OS dependent layerSimon Glass1-0/+55