index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
os.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-21
sandbox: fix OS function descriptions
Heinrich Schuchardt
1
-8
/
+8
2023-11-16
arch: sandbox: Add function to create temporary files
Sean Anderson
1
-0
/
+13
2023-08-25
sandbox: Add a way to access persistent test files
Simon Glass
1
-0
/
+10
2023-04-28
sandbox: fix return type of os_filesize()
Heinrich Schuchardt
1
-1
/
+1
2022-11-07
sandbox: Add missing comments for os_alarm()
Simon Glass
1
-0
/
+4
2022-10-24
sandbox: add SIGALRM-based watchdog device
Rasmus Villemoes
1
-0
/
+17
2022-09-24
sandbox: Add function os_flush()
Pali Rohár
1
-0
/
+8
2022-06-28
sandbox: add function os_printf()
Heinrich Schuchardt
1
-0
/
+7
2022-01-13
sandbox: compatibility of os_get_filesize()
Heinrich Schuchardt
1
-1
/
+1
2021-11-28
sandbox: Support unmapping a file
Simon Glass
1
-0
/
+9
2021-09-16
sandbox: Add a way to map a file into memory
Simon Glass
1
-0
/
+13
2021-09-16
sandbox: Add a way to find the size of a file
Simon Glass
1
-0
/
+8
2021-07-21
sandbox: Support executables for more phases
Simon Glass
1
-1
/
+4
2021-04-06
sandbox: document parameters of os_realloc()
Heinrich Schuchardt
1
-1
/
+3
2021-03-12
sandbox: Update os_find_u_boot() to find the .img file
Simon Glass
1
-1
/
+2
2021-03-02
sandbox: Avoid using malloc() for system state
Simon Glass
1
-1
/
+2
2021-03-02
sandbox: Add os_realloc()
Simon Glass
1
-1
/
+11
2021-02-03
sandbox: mark os_abort() as noreturn
Heinrich Schuchardt
1
-1
/
+1
2021-01-30
sandbox: keep time offset when resetting
Heinrich Schuchardt
1
-0
/
+18
2020-12-13
sandbox: add handler for exceptions
Heinrich Schuchardt
1
-0
/
+17
2020-11-05
sandbox: update function descriptions in os.h
Heinrich Schuchardt
1
-93
/
+130
2020-11-05
sandbox: implement reset
Heinrich Schuchardt
1
-0
/
+15
2020-02-05
sandbox: Drop os_realloc()
Simon Glass
1
-21
/
+1
2019-04-23
sandbox: Improve debugging in initcall_run_list()
Simon Glass
1
-0
/
+11
2018-11-20
sandbox: Add a function to read a host file
Simon Glass
1
-0
/
+14
2018-10-09
sandbox: Restore blocking I/O on exit
Simon Glass
1
-10
/
+0
2018-10-09
sandbox: Add a way to write data to the host filesystem
Simon Glass
1
-0
/
+13
2018-10-09
sandbox: Support file truncation with os_open()
Simon Glass
1
-0
/
+1
2018-10-08
sandbox: Unprotect DATA regions in bus tests
Simon Glass
1
-0
/
+12
2018-09-23
sandbox: Fix setjmp/longjmp
Alexander Graf
1
-21
/
+0
2018-09-23
sandbox: Add support for calling abort()
Simon Glass
1
-0
/
+4
2018-06-03
sandbox: Add a setjmp() implementation
Simon Glass
1
-0
/
+21
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-1
/
+1
2017-12-07
Revert "sandbox: remove os_putc() and os_puts()"
Simon Glass
1
-0
/
+20
2017-07-28
sandbox: remove os_putc() and os_puts()
Masahiro Yamada
1
-20
/
+0
2016-10-11
sandbox/fs: Free memory allocated by os_dirent_ls
Stefan Brüns
1
-1
/
+10
2016-07-14
sandbox: Allow chaining from SPL to U-Boot proper
Simon Glass
1
-0
/
+25
2015-06-04
sandbox: Tidy up terminal restore
Simon Glass
1
-0
/
+8
2015-05-05
dm: sandbox: Add os_localtime() to obtain the system time
Simon Glass
1
-0
/
+11
2015-04-18
sandbox: Fix comment for os_open()
Simon Glass
1
-1
/
+1
2014-11-23
sandbox: Prepare API change for files greater than 2GB
Suriyan Ramasami
1
-2
/
+3
2014-03-17
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
1
-1
/
+5
2014-03-17
sandbox: Add os_jump_to_image() to run another executable
Simon Glass
1
-0
/
+19
2014-03-07
unit-test: make "test -e" test independent of $CWD
Stephen Warren
1
-0
/
+8
2014-01-24
sandbox: fix the return type of os_free() function
Masahiro Yamada
1
-1
/
+1
2014-01-08
sandbox: Allow reading/writing of RAM buffer
Simon Glass
1
-0
/
+16
2014-01-08
sandbox: Allow the console to work earlier
Simon Glass
1
-0
/
+20
2014-01-08
sandbox: Improve/augment memory allocation functions
Simon Glass
1
-0
/
+29
2013-11-21
sandbox: Use uint64_t instead of u64 for time
Simon Glass
1
-1
/
+3
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
[next]