index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
os.h
Age
Commit message (
Expand
)
Author
2023-11-16
arch: sandbox: Add function to create temporary files
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-11-07
sandbox: Add missing comments for os_alarm()
Simon Glass
2022-10-24
sandbox: add SIGALRM-based watchdog device
Rasmus Villemoes
2022-09-24
sandbox: Add function os_flush()
Pali Rohár
2022-06-28
sandbox: add function os_printf()
Heinrich Schuchardt
2022-01-13
sandbox: compatibility of os_get_filesize()
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-07-21
sandbox: Support executables for more phases
Simon Glass
2021-04-06
sandbox: document parameters of os_realloc()
Heinrich Schuchardt
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-02-03
sandbox: mark os_abort() as noreturn
Heinrich Schuchardt
2021-01-30
sandbox: keep time offset when resetting
Heinrich Schuchardt
2020-12-13
sandbox: add handler for exceptions
Heinrich Schuchardt
2020-11-05
sandbox: update function descriptions in os.h
Heinrich Schuchardt
2020-11-05
sandbox: implement reset
Heinrich Schuchardt
2020-02-05
sandbox: Drop os_realloc()
Simon Glass
2019-04-23
sandbox: Improve debugging in initcall_run_list()
Simon Glass
2018-11-20
sandbox: Add a function to read a host file
Simon Glass
2018-10-09
sandbox: Restore blocking I/O on exit
Simon Glass
2018-10-09
sandbox: Add a way to write data to the host filesystem
Simon Glass
2018-10-09
sandbox: Support file truncation with os_open()
Simon Glass
2018-10-08
sandbox: Unprotect DATA regions in bus tests
Simon Glass
2018-09-23
sandbox: Fix setjmp/longjmp
Alexander Graf
2018-09-23
sandbox: Add support for calling abort()
Simon Glass
2018-06-03
sandbox: Add a setjmp() implementation
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-12-07
Revert "sandbox: remove os_putc() and os_puts()"
Simon Glass
2017-07-28
sandbox: remove os_putc() and os_puts()
Masahiro Yamada
2016-10-11
sandbox/fs: Free memory allocated by os_dirent_ls
Stefan Brüns
2016-07-14
sandbox: Allow chaining from SPL to U-Boot proper
Simon Glass
2015-06-04
sandbox: Tidy up terminal restore
Simon Glass
2015-05-05
dm: sandbox: Add os_localtime() to obtain the system time
Simon Glass
2015-04-18
sandbox: Fix comment for os_open()
Simon Glass
2014-11-23
sandbox: Prepare API change for files greater than 2GB
Suriyan Ramasami
2014-03-17
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
2014-03-17
sandbox: Add os_jump_to_image() to run another executable
Simon Glass
2014-03-07
unit-test: make "test -e" test independent of $CWD
Stephen Warren
2014-01-24
sandbox: fix the return type of os_free() function
Masahiro Yamada
2014-01-08
sandbox: Allow reading/writing of RAM buffer
Simon Glass
2014-01-08
sandbox: Allow the console to work earlier
Simon Glass
2014-01-08
sandbox: Improve/augment memory allocation functions
Simon Glass
2013-11-21
sandbox: Use uint64_t instead of u64 for time
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-03-04
sandbox: Add a way of obtaining directory listings
Simon Glass
[next]