summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
AgeCommit message (Expand)Author
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt
2022-10-24sandbox: add SIGALRM-based watchdog deviceRasmus Villemoes
2022-09-25sandbox: unblock signal before calling execv()Heinrich Schuchardt
2022-09-24sandbox: Add function os_flush()Pali Rohár
2022-06-28sandbox: add function os_printf()Heinrich Schuchardt
2022-06-23sandbox: Add libfuzzer integrationAndrew Scull
2022-06-23sandbox: Decouple program entry from sandbox initAndrew Scull
2022-04-18sandbox: Correct loss of early output in SPLSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-13sandbox: compatibility of os_get_filesize()Heinrich Schuchardt
2021-12-02sandbox: replace putchar(ch) by fputc(ch, stdout)Heinrich Schuchardt
2021-11-28sandbox: Support unmapping a fileSimon Glass
2021-09-16sandbox: Add a way to map a file into memorySimon Glass
2021-09-16sandbox: Add a way to find the size of a fileSimon Glass
2021-09-16sandbox: Correct handling of --rm_memorySimon Glass
2021-07-21sandbox: don't set SA_NODEFER in signal handlerHeinrich Schuchardt
2021-07-21sandbox: Support executables for more phasesSimon Glass
2021-05-24sandbox: use sections instead of symbols for getopt array boundariesMarek Behún
2021-03-27sandbox: Only delete the executable if requestedSimon Glass
2021-03-22sandbox: Drop debug message in os_spl_to_uboot()Simon Glass
2021-03-12sandbox: Update os_find_u_boot() to find the .img fileSimon Glass
2021-03-02sandbox: Avoid using malloc() for system stateSimon Glass
2021-03-02sandbox: Add os_realloc()Simon Glass
2021-01-30sandbox: keep time offset when resettingHeinrich Schuchardt
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt
2020-11-05sandbox: implement resetHeinrich Schuchardt
2020-11-05sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt
2020-11-05sandbox: eth-raw: do not close the console inputHeinrich Schuchardt
2020-04-16sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes
2020-02-05sandbox: Ensure that long-options array is terminatedSimon Glass
2020-02-05sandbox: Drop os_realloc()Simon Glass
2020-02-05sandbox: Drop use of special os_malloc() where possibleSimon Glass
2019-11-14sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt
2019-04-23sandbox: Correct maths in allocation routinesSimon Glass
2019-04-23sandbox: Improve debugging in initcall_run_list()Simon Glass
2018-12-05sandbox: Fix up the debug message for the image filenameSimon Glass
2018-11-29sandbox: Use memmove() to move overlapping regionsSimon Glass
2018-11-26sandbox: Boot in U-Boot through the standard callSimon Glass
2018-11-26sandbox: Filter arguments when starting U-BootSimon Glass
2018-11-26sandbox: Use malloc() and free() from os layerSimon Glass
2018-11-26sandbox: Refactor code to create os_jump_to_file()Simon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-14sandbox: Try to start the RAM buffer at a particular addressSimon Glass
2018-10-09sandbox: Restore blocking I/O on exitSimon Glass
2018-10-09sandbox: Support booting from TPL to SPLSimon Glass
2018-10-09sandbox: Add a way to write data to the host filesystemSimon Glass
2018-10-09sandbox: Support file truncation with os_open()Simon Glass
2018-10-08sandbox: Unprotect DATA regions in bus testsSimon Glass
2018-09-23sandbox: Allow to execute from RAMAlexander Graf