index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sandbox
/
cpu
/
os.c
Age
Commit message (
Expand
)
Author
2025-09-24
sandbox: use env_get() for time offset instead of getenv()
Osama Abdelkader
2025-09-12
Revert "sandbox: replace deprecated getenv() with env_get()"
Tom Rini
2025-09-12
sandbox: replace deprecated getenv() with env_get()
Osama Abdelkader
2024-08-09
sandbox: Return error code from read/write/seek
Simon Glass
2024-08-09
sandbox: Fix a comment in os_find_u_boot()
Simon Glass
2024-08-09
sandbox: Use const in os_jump_to_file()
Simon Glass
2024-07-15
sandbox: Remove duplicate newlines
Marek Vasut
2024-07-03
sandbox: use sane access rights for files
Heinrich Schuchardt
2024-04-17
sandbox: don't call os_close with invalid file descriptor
Heinrich Schuchardt
2023-11-20
Merge tag 'v2024.01-rc3' into next
Tom Rini
2023-11-16
arch: sandbox: Add function to create temporary files
Sean Anderson
2023-11-14
sandbox: Close file after mmaping it
Sean Anderson
2023-08-25
sandbox: Add a way to access persistent test files
Simon Glass
2023-04-28
sandbox: fix return type of os_filesize()
Heinrich Schuchardt
2022-10-24
sandbox: add SIGALRM-based watchdog device
Rasmus Villemoes
2022-09-25
sandbox: unblock signal before calling execv()
Heinrich Schuchardt
2022-09-24
sandbox: Add function os_flush()
Pali Rohár
2022-06-28
sandbox: add function os_printf()
Heinrich Schuchardt
2022-06-23
sandbox: Add libfuzzer integration
Andrew Scull
2022-06-23
sandbox: Decouple program entry from sandbox init
Andrew Scull
2022-04-18
sandbox: Correct loss of early output in SPL
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2022-01-13
sandbox: compatibility of os_get_filesize()
Heinrich Schuchardt
2021-12-02
sandbox: replace putchar(ch) by fputc(ch, stdout)
Heinrich Schuchardt
2021-11-28
sandbox: Support unmapping a file
Simon Glass
2021-09-16
sandbox: Add a way to map a file into memory
Simon Glass
2021-09-16
sandbox: Add a way to find the size of a file
Simon Glass
2021-09-16
sandbox: Correct handling of --rm_memory
Simon Glass
2021-07-21
sandbox: don't set SA_NODEFER in signal handler
Heinrich Schuchardt
2021-07-21
sandbox: Support executables for more phases
Simon Glass
2021-05-24
sandbox: use sections instead of symbols for getopt array boundaries
Marek Behún
2021-03-27
sandbox: Only delete the executable if requested
Simon Glass
2021-03-22
sandbox: Drop debug message in os_spl_to_uboot()
Simon Glass
2021-03-12
sandbox: Update os_find_u_boot() to find the .img file
Simon Glass
2021-03-02
sandbox: Avoid using malloc() for system state
Simon Glass
2021-03-02
sandbox: Add os_realloc()
Simon Glass
2021-01-30
sandbox: keep time offset when resetting
Heinrich Schuchardt
2021-01-05
sandbox: remove ram buffer file when U-Boot is loaded by SPL
Patrick Delaunay
2020-12-13
sandbox: add handler for exceptions
Heinrich Schuchardt
2020-11-05
sandbox: implement reset
Heinrich Schuchardt
2020-11-05
sandbox: use O_CLOEXEC in os_open()
Heinrich Schuchardt
2020-11-05
sandbox: eth-raw: do not close the console input
Heinrich Schuchardt
2020-04-16
sandbox: also restore terminal settings when killed by SIGINT
Rasmus Villemoes
2020-02-05
sandbox: Ensure that long-options array is terminated
Simon Glass
2020-02-05
sandbox: Drop os_realloc()
Simon Glass
2020-02-05
sandbox: Drop use of special os_malloc() where possible
Simon Glass
2019-11-14
sandbox: use correct type reading /proc/self/maps
Heinrich Schuchardt
2019-04-23
sandbox: Correct maths in allocation routines
Simon Glass
2019-04-23
sandbox: Improve debugging in initcall_run_list()
Simon Glass
2018-12-05
sandbox: Fix up the debug message for the image filename
Simon Glass
[next]