summaryrefslogtreecommitdiff
path: root/include/os.h
Commit message (Expand)AuthorAgeFilesLines
* sandbox: fix return type of os_filesize()Heinrich Schuchardt2023-04-281-1/+1
* sandbox: Add missing comments for os_alarm()Simon Glass2022-11-071-0/+4
* sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes2022-10-241-0/+17
* sandbox: Add function os_flush()Pali Rohár2022-09-241-0/+8
* sandbox: add function os_printf()Heinrich Schuchardt2022-06-281-0/+7
* sandbox: compatibility of os_get_filesize()Heinrich Schuchardt2022-01-131-1/+1
* sandbox: Support unmapping a fileSimon Glass2021-11-281-0/+9
* sandbox: Add a way to map a file into memorySimon Glass2021-09-161-0/+13
* sandbox: Add a way to find the size of a fileSimon Glass2021-09-161-0/+8
* sandbox: Support executables for more phasesSimon Glass2021-07-211-1/+4
* sandbox: document parameters of os_realloc()Heinrich Schuchardt2021-04-061-1/+3
* sandbox: Update os_find_u_boot() to find the .img fileSimon Glass2021-03-121-1/+2
* sandbox: Avoid using malloc() for system stateSimon Glass2021-03-021-1/+2
* sandbox: Add os_realloc()Simon Glass2021-03-021-1/+11
* sandbox: mark os_abort() as noreturnHeinrich Schuchardt2021-02-031-1/+1
* sandbox: keep time offset when resettingHeinrich Schuchardt2021-01-301-0/+18
* sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-131-0/+17
* sandbox: update function descriptions in os.hHeinrich Schuchardt2020-11-051-93/+130
* sandbox: implement resetHeinrich Schuchardt2020-11-051-0/+15
* sandbox: Drop os_realloc()Simon Glass2020-02-051-21/+1
* 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