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