summaryrefslogtreecommitdiff
path: root/include/os.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-21sandbox: Support executables for more phasesSimon Glass1-1/+4
2021-04-06sandbox: document parameters of os_realloc()Heinrich Schuchardt1-1/+3
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass1-1/+2
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass1-1/+2
2021-03-02sandbox: Add os_realloc()Simon Glass1-1/+11
2021-02-03sandbox: mark os_abort() as noreturnHeinrich Schuchardt1-1/+1
2021-01-31sandbox: keep time offset when resettingHeinrich Schuchardt1-0/+18
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt1-0/+17
2020-11-05sandbox: update function descriptions in os.hHeinrich Schuchardt1-93/+130
2020-11-05sandbox: implement resetHeinrich Schuchardt1-0/+15
2020-02-06sandbox: Drop os_realloc()Simon Glass1-21/+1
2019-04-24sandbox: Improve debugging in initcall_run_list()Simon Glass1-0/+11
2018-11-21sandbox: Add a function to read a host fileSimon Glass1-0/+14
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass1-10/+0
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass1-0/+13
2018-10-09sandbox: Support file truncation with os_open()Simon Glass1-0/+1
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass1-0/+12
2018-09-23sandbox: Fix setjmp/longjmpAlexander Graf1-21/+0
2018-09-23sandbox: Add support for calling abort()Simon Glass1-0/+4
2018-06-03sandbox: Add a setjmp() implementationSimon Glass1-0/+21
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-12-07Revert "sandbox: remove os_putc() and os_puts()"Simon Glass1-0/+20
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada1-20/+0
2016-10-11sandbox/fs: Free memory allocated by os_dirent_lsStefan BrĂ¼ns1-1/+10
2016-07-15sandbox: Allow chaining from SPL to U-Boot properSimon Glass1-0/+25
2015-06-04sandbox: Tidy up terminal restoreSimon Glass1-0/+8
2015-05-06dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass1-0/+11
2015-04-18sandbox: Fix comment for os_open()Simon Glass1-1/+1
2014-11-23sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami1-2/+3
2014-03-18sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-1/+5
2014-03-18sandbox: Add os_jump_to_image() to run another executableSimon Glass1-0/+19
2014-03-07unit-test: make "test -e" test independent of $CWDStephen Warren1-0/+8
2014-01-25sandbox: fix the return type of os_free() functionMasahiro Yamada1-1/+1
2014-01-09sandbox: Allow reading/writing of RAM bufferSimon Glass1-0/+16
2014-01-09sandbox: Allow the console to work earlierSimon Glass1-0/+20
2014-01-09sandbox: Improve/augment memory allocation functionsSimon Glass1-0/+29
2013-11-22sandbox: Use uint64_t instead of u64 for timeSimon Glass1-1/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-04sandbox: Add a way of obtaining directory listingsSimon Glass1-0/+48
2013-03-01sandbox: Improve sandbox serial port keyboard interfaceTaylor Hutt1-0/+10
2012-03-12sandbox: mark os_exit as noreturnMike Frysinger1-1/+1
2012-03-12sandbox: add getopt supportSimon Glass1-0/+14
2012-03-12sandbox: add flags for open() callSimon Glass1-6/+11
2012-03-12sandbox: add lseek helperMike Frysinger1-0/+15
2012-03-12sandbox: add ifdef protection to os.hMike Frysinger1-0/+5
2011-12-11sandbox: Add timer simulationMatthias Weisser1-0/+14
2011-12-11sandbox: Add improved RAM simulationMatthias Weisser1-0/+8
2011-11-04sandbox: put stdin into raw modeMike Frysinger1-0/+5
2011-10-18sandbox: Add OS dependent layerSimon Glass1-0/+73