Rafał Wojdyła
|
a04e71c7fa
[Pal] Fix errors returned from mbedTLS crypto adapter
|
6 years ago |
Michał Kowalczyk
|
5383e825a3
Rename strpartcmp_static to strstartswith_static
|
6 years ago |
Michał Kowalczyk
|
df6c52dff8
Fix strcmp_static semantics to match the standard strcmp
|
6 years ago |
Thomas Knauth
|
c6a0151baf
[LibOS] Fix and add a test case for resource leak on file close
|
6 years ago |
Wojtek Porczyk
|
3928126a70
[Doc] Add Documentation/ stub
|
6 years ago |
Isaku Yamahata
|
bc715c2081
[LibOS] Fix memory leak in shim_do_execve_rtld()
|
6 years ago |
Chia-Che Tsai
|
0d89dda052
[LibOS] Fix the implementation of getrlimit/setrlimit syscalls
|
6 years ago |
Isaku Yamahata
|
22bc3c2f49
[LibOS] Remove abused goto in shim_init()
|
6 years ago |
Dmitrii Kuvaiskii
|
89a25d1377
[LibOS] Misc tiny bug fixes in IPC subsystem
|
6 years ago |
Dmitrii Kuvaiskii
|
b0619cb7a6
[LibOS] Rework of IPC subsystem's creation of processes
|
6 years ago |
Dmitrii Kuvaiskii
|
48a01df574
[LibOS] Comprehensive cleanup of IPC helper thread (shim_ipc_helper.c)
|
6 years ago |
Isaku Yamahata
|
0809e5a5e1
[LibOS] Add support for vDSO
|
7 years ago |
Isaku Yamahata
|
7eade65b91
[Pal, LibOS] Fix vprintf signature to take va_list instead of its pointer
|
6 years ago |
Don Porter
|
27213b18e0
[LibOS] Fix compilation errors with -Wunused-parameter flags
|
6 years ago |
Isaku Yamahata
|
5564cb0a50
[LibOS] Reorganize fields in shim_context, shim_regs, and shim_tls
|
6 years ago |
Isaku Yamahata
|
d2d420c241
[LibOS] remove unnecessary migrated_shim_addr and __load_address
|
6 years ago |
Isaku Yamahata
|
ba3da57092
[LibOS,Pal/lib] Add atomic_inc_return, atomic_add_return
|
7 years ago |
Chia-Che Tsai
|
d314707d4c
[LibOS] Fix all warnings with -Wsign-compare
|
6 years ago |
Chia-Che Tsai
|
be9852784f
[All components] Remove all modelines from all source files
|
7 years ago |
Dmitrii Kuvaiskii
|
4ddca71177
[Pal, LibOS] Remove passing of ELF aux vectors from PAL to LibOS
|
6 years ago |
Isaku Yamahata
|
c4a29250e8
[Pal, LibOS] Pass AT_RANDOM ELF auxiliary vector with 16B random value
|
6 years ago |
Michał Kowalczyk
|
8b5f3b30e5
Fix typo 'writeable' -> 'writable'
|
6 years ago |
Isaku Yamahata
|
67c148f3f2
[LibOS] Fix typo CATAGORY to CATEGORY
|
6 years ago |
Isaku Yamahata
|
8055b40007
[LibOS] Add noreturn function attribute where appropriate
|
6 years ago |
Michał Kowalczyk
|
16d90cfe12
Fix parenthesizing and formatting of C macros
|
6 years ago |
Michał Kowalczyk
|
46f553fe5d
Cleanup and uppercase C macros
|
6 years ago |
Michał Kowalczyk
|
ae733cacd7
[LibOS] Convert locks from macros to functions
|
6 years ago |
Michał Kowalczyk
|
1076fd4fa0
[LibOS] Use `struct shim_lock` instead of LOCKTYPE
|
6 years ago |
Isaku Yamahata
|
45db924d83
[LibOS] Replace void* with shim_tcb_t/__libc_tcb_t/shim_thread
|
6 years ago |
Rafał Wojdyła
|
aba21c360e
[LibOS] Return proper error code on initialization fail
|
6 years ago |