summaryrefslogtreecommitdiff
path: root/include/os.h
Commit message (Expand)AuthorAgeFilesLines
* sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-231-0/+11
* sandbox: Add a function to read a host fileSimon Glass2018-11-201-0/+14
* sandbox: Restore blocking I/O on exitSimon Glass2018-10-091-10/+0
* sandbox: Add a way to write data to the host filesystemSimon Glass2018-10-091-0/+13
* sandbox: Support file truncation with os_open()Simon Glass2018-10-091-0/+1
* sandbox: Unprotect DATA regions in bus testsSimon Glass2018-10-081-0/+12
* sandbox: Fix setjmp/longjmpAlexander Graf2018-09-231-21/+0
* sandbox: Add support for calling abort()Simon Glass2018-09-231-0/+4
* sandbox: Add a setjmp() implementationSimon Glass2018-06-031-0/+21
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* Revert "sandbox: remove os_putc() and os_puts()"Simon Glass2017-12-071-0/+20
* sandbox: remove os_putc() and os_puts()Masahiro Yamada2017-07-281-20/+0
* sandbox/fs: Free memory allocated by os_dirent_lsStefan BrĂ¼ns2016-10-111-1/+10
* sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-141-0/+25
* 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