summaryrefslogtreecommitdiff
path: root/include/os.h
Commit message (Expand)AuthorAgeLines
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-23-2/+3
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-17-1/+5
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-17-0/+19
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-07-0/+8
* 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/+16
* sandbox: Allow the console to work earlierSimon Glass2014-01-08-0/+20
* sandbox: Improve/augment memory allocation functionsSimon Glass2014-01-08-0/+29
* sandbox: Use uint64_t instead of u64 for timeSimon Glass2013-11-21-1/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* sandbox: Add a way of obtaining directory listingsSimon Glass2013-03-04-0/+48
* sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt2013-02-28-0/+10
* sandbox: mark os_exit as noreturnMike Frysinger2012-03-12-1/+1
* sandbox: add getopt supportSimon Glass2012-03-12-0/+14
* sandbox: add flags for open() callSimon Glass2012-03-12-6/+11
* sandbox: add lseek helperMike Frysinger2012-03-12-0/+15
* sandbox: add ifdef protection to os.hMike Frysinger2012-03-12-0/+5
* sandbox: Add timer simulationMatthias Weisser2011-12-10-0/+14
* sandbox: Add improved RAM simulationMatthias Weisser2011-12-10-0/+8
* sandbox: put stdin into raw modeMike Frysinger2011-11-03-0/+5
* sandbox: Add OS dependent layerSimon Glass2011-10-17-0/+73