summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
Commit message (Expand)AuthorAgeLines
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-17-1/+2
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-17-6/+7
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-17-0/+89
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-07-0/+5
* sandbox: fix the return type of os_free() functionMasahiro Yamada2014-01-24-1/+1
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-08-0/+39
* sandbox: Allow the console to work earlierSimon Glass2014-01-08-0/+11
* sandbox: Improve/augment memory allocation functionsSimon Glass2014-01-08-2/+43
* sandbox: Rename sb_cmdline_option to sandbox_cmdline_optionSimon Glass2013-12-09-1/+1
* sandbox: Use uint64_t instead of u64 for timeSimon Glass2013-11-21-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* sandbox: Support trace featureSimon Glass2013-06-26-1/+1
* sandbox: Add a way of obtaining directory listingsSimon Glass2013-03-04-0/+101
* sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt2013-02-28-0/+8
* sandbox: add getopt supportSimon Glass2012-03-12-0/+98
* sandbox: add flags for open() callSimon Glass2012-03-12-2/+22
* sandbox: add lseek helperMike Frysinger2012-03-12-0/+13
* sandbox: add required header to os.cSimon Glass2012-03-12-0/+1
* sandbox: sort header files in os.cSimon Glass2012-03-12-4/+4
* sandbox: Add timer simulationMatthias Weisser2011-12-10-0/+27
* sandbox: Add improved RAM simulationMatthias Weisser2011-12-10-0/+7
* sandbox: put stdin into raw modeMike Frysinger2011-11-03-0/+34
* sandbox: Add OS dependent layerSimon Glass2011-10-17-0/+55