summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
AgeCommit message (Expand)Author
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-08-09sandbox: Fix a comment in os_find_u_boot()Simon Glass
2024-08-09sandbox: Use const in os_jump_to_file()Simon Glass
2024-07-15sandbox: Remove duplicate newlinesMarek Vasut
2024-07-03sandbox: use sane access rights for filesHeinrich Schuchardt
2024-04-17sandbox: don't call os_close with invalid file descriptorHeinrich Schuchardt
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini
2023-11-16arch: sandbox: Add function to create temporary filesSean Anderson
2023-11-14sandbox: Close file after mmaping itSean Anderson
2023-08-25sandbox: Add a way to access persistent test filesSimon Glass
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