summaryrefslogtreecommitdiff
path: root/arch/sandbox/cpu/os.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: add handler for exceptionsHeinrich Schuchardt2020-12-131-0/+40
* sandbox: implement resetHeinrich Schuchardt2020-11-051-0/+6
* sandbox: use O_CLOEXEC in os_open()Heinrich Schuchardt2020-11-051-0/+5
* sandbox: eth-raw: do not close the console inputHeinrich Schuchardt2020-11-051-1/+4
* sandbox: also restore terminal settings when killed by SIGINTRasmus Villemoes2020-04-161-0/+9
* sandbox: Ensure that long-options array is terminatedSimon Glass2020-02-051-1/+2
* sandbox: Drop os_realloc()Simon Glass2020-02-051-23/+0
* sandbox: Drop use of special os_malloc() where possibleSimon Glass2020-02-051-12/+12
* sandbox: use correct type reading /proc/self/mapsHeinrich Schuchardt2019-11-141-2/+2
* sandbox: Correct maths in allocation routinesSimon Glass2019-04-231-9/+13
* sandbox: Improve debugging in initcall_run_list()Simon Glass2019-04-231-0/+37
* sandbox: Fix up the debug message for the image filenameSimon Glass2018-12-051-1/+1
* sandbox: Use memmove() to move overlapping regionsSimon Glass2018-11-291-2/+3
* sandbox: Boot in U-Boot through the standard callSimon Glass2018-11-261-12/+5
* sandbox: Filter arguments when starting U-BootSimon Glass2018-11-261-6/+26
* sandbox: Use malloc() and free() from os layerSimon Glass2018-11-261-9/+9
* sandbox: Refactor code to create os_jump_to_file()Simon Glass2018-11-261-10/+38
* sandbox: Add a function to read a host fileSimon Glass2018-11-201-3/+41
* sandbox: Try to start the RAM buffer at a particular addressSimon Glass2018-11-141-1/+6
* sandbox: Restore blocking I/O on exitSimon Glass2018-10-091-8/+15
* sandbox: Support booting from TPL to SPLSimon Glass2018-10-091-2/+27
* sandbox: Add a way to write data to the host filesystemSimon Glass2018-10-091-0/+20
* sandbox: Support file truncation with os_open()Simon Glass2018-10-091-0/+2
* sandbox: Unprotect DATA regions in bus testsSimon Glass2018-10-081-0/+11
* sandbox: Allow to execute from RAMAlexander Graf2018-09-231-1/+2
* sandbox: Fix setjmp/longjmpAlexander Graf2018-09-231-22/+0
* sandbox: Add support for calling abort()Simon Glass2018-09-231-0/+5
* sandbox: Align RAM buffer to the machine page sizeSimon Glass2018-09-231-3/+4
* sandbox: Add a setjmp() implementationSimon Glass2018-06-031-0/+23
* 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/+11
* sandbox: avoid memory leak in os_dirent_lsHeinrich Schuchardt2017-10-081-6/+14
* sandbox: remove os_putc() and os_puts()Masahiro Yamada2017-07-281-11/+0
* sandbox: Fix comparison of unsigned enum expression warningTom Rini2017-06-081-1/+1
* sandbox/fs: Set correct filetype for unknown filetypeStefan Brüns2016-10-111-0/+2
* sandbox/fs: Use readdir instead of deprecated readdir_rStefan Brüns2016-10-111-8/+11
* sandbox/fs: Use correct size path name bufferStefan Brüns2016-10-111-3/+10
* sandbox/fs: Make linking of nodes in os_dirent_ls more obviousStefan Brüns2016-10-111-2/+2
* sandbox: Allow chaining from SPL to U-Boot properSimon Glass2016-07-141-0/+51
* sandbox: Tidy up terminal restoreSimon Glass2015-06-041-3/+5
* dm: sandbox: Add os_localtime() to obtain the system timeSimon Glass2015-05-051-0/+18
* sandbox: Fix warnings in cpu.c and os.cSimon Glass2014-11-261-0/+1
* sandbox: Prepare API change for files greater than 2GBSuriyan Ramasami2014-11-231-6/+7
* sandbox: terminate os_dirent_ls() result listStephen Warren2014-06-231-0/+1
* sandbox: Add options to clean up temporary filesSimon Glass2014-03-171-1/+2
* sandbox: Allow Ctrl-C to work in sandboxSimon Glass2014-03-171-6/+7
* sandbox: Add os_jump_to_image() to run another executableSimon Glass2014-03-171-0/+89
* unit-test: make "test -e" test independent of $CWDStephen Warren2014-03-071-0/+5
* 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/+39