summaryrefslogtreecommitdiff
path: root/include/os.h
AgeCommit message (Expand)Author
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan BrĂ¼ns
2016-07-14sandbox: Allow chaining from SPL to U-Boot properSimon Glass
2015-06-04sandbox: Tidy up terminal restoreSimon Glass
2015-05-05dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass
2015-04-18sandbox: Fix comment for os_open()Simon Glass
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sandbox: Add os_jump_to_image() to run another executableSimon Glass
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren
2014-01-24sandbox: fix the return type of os_free() functionMasahiro Yamada
2014-01-08sandbox: Allow reading/writing of RAM bufferSimon Glass
2014-01-08sandbox: Allow the console to work earlierSimon Glass
2014-01-08sandbox: Improve/augment memory allocation functionsSimon Glass
2013-11-21sandbox: Use uint64_t instead of u64 for timeSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass
2013-02-28sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt
2012-03-12sandbox: mark os_exit as noreturnMike Frysinger
2012-03-12sandbox: add getopt supportSimon Glass
2012-03-12sandbox: add flags for open() callSimon Glass
2012-03-12sandbox: add lseek helperMike Frysinger
2012-03-12sandbox: add ifdef protection to os.hMike Frysinger
2011-12-10sandbox: Add timer simulationMatthias Weisser
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser
2011-11-03sandbox: put stdin into raw modeMike Frysinger
2011-10-17sandbox: Add OS dependent layerSimon Glass