summaryrefslogtreecommitdiffstats
path: root/include/os.h
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Tidy up terminal restoreSimon Glass2015-06-041-0/+8
* dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2015-05-051-0/+11
* sandbox: Fix comment for os_open()Simon Glass2015-04-181-1/+1
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-2/+3
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-171-1/+5
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-171-0/+19
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-071-0/+8
* sandbox: fix the return type of os_free() functionMasahiro Yamada2014-01-241-1/+1
* sandbox: Allow reading/writing of RAM bufferSimon Glass2014-01-081-0/+16
* sandbox: Allow the console to work earlierSimon Glass2014-01-081-0/+20
* sandbox: Improve/augment memory allocation functionsSimon Glass2014-01-081-0/+29
* sandbox: Use uint64_t instead of u64 for timeSimon Glass2013-11-211-1/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* sandbox: Add a way of obtaining directory listingsSimon Glass2013-03-041-0/+48
* sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt2013-02-281-0/+10
* sandbox: mark os_exit as noreturnMike Frysinger2012-03-121-1/+1
* sandbox: add getopt supportSimon Glass2012-03-121-0/+14
* sandbox: add flags for open() callSimon Glass2012-03-121-6/+11
* sandbox: add lseek helperMike Frysinger2012-03-121-0/+15
* sandbox: add ifdef protection to os.hMike Frysinger2012-03-121-0/+5
* sandbox: Add timer simulationMatthias Weisser2011-12-101-0/+14
* sandbox: Add improved RAM simulationMatthias Weisser2011-12-101-0/+8
* sandbox: put stdin into raw modeMike Frysinger2011-11-031-0/+5
* sandbox: Add OS dependent layerSimon Glass2011-10-171-0/+73
OpenPOWER on IntegriCloud