Isaku Yamahata
|
c0df6a5e33
[LibOS] Return string length including NULL in getcwd()
|
5 years ago |
Isaku Yamahata
|
fad4301bc0
[LibOS] Reduce glibc patch
|
6 years ago |
Chia-Che Tsai
|
1df0204555
[LibOS/Glibc] Separate Glibc patch for supporting ld.gold
|
5 years ago |
Isaku Yamahata
|
c4bcf4ae8c
[LibOS] Add logic for SS_DISABLE and SS_ONSTACK in sigaltstack()
|
5 years ago |
Michał Kowalczyk
|
16d90cfe12
Fix parenthesizing and formatting of C macros
|
5 years ago |
Michał Kowalczyk
|
d508ce5061
Cleanup and uppercase list.h macros
|
5 years ago |
Michał Kowalczyk
|
46f553fe5d
Cleanup and uppercase C macros
|
5 years ago |
Michał Kowalczyk
|
d773479b8c
[PAL] Remove unused stdarg.h
|
5 years ago |
Michał Kowalczyk
|
ae733cacd7
[LibOS] Convert locks from macros to functions
|
5 years ago |
Michał Kowalczyk
|
1076fd4fa0
[LibOS] Use `struct shim_lock` instead of LOCKTYPE
|
5 years ago |
Michał Kowalczyk
|
48226cda8a
[PR template] Move more text into comments
|
5 years ago |
Isaku Yamahata
|
c806e5b437
[LibOS/glibc] Make fork-instead-of-clone patch optional
|
5 years ago |
Isaku Yamahata
|
eecf594064
[LibOS] Fix clone(!CLONE_VM) used as alternative to fork()
|
5 years ago |
Isaku Yamahata
|
086b997792
[LibOS] Implement mincore() system call
|
6 years ago |
Isaku Yamahata
|
16d829cae4
[Pal/Linux-SGX] Fix stack alignment for _DkExceptionHandler() and OCALLs
|
5 years ago |
Isaku Yamahata
|
e3a04c29a6
[LibOS] Preserve RFLAGS in syscall_wrapper
|
5 years ago |
Dmitrii Kuvaiskii
|
ef343cdf9d
[Pal/Linux-SGX] Instruct GDB to bridge enclave-untrusted stacks
|
5 years ago |
Dmitrii Kuvaiskii
|
a08446f107
[Pal/Linux-SGX] Add missing CFI directives to .S files for debugging
|
5 years ago |
Don Porter
|
5519bd1e2d
[LibOS/test/apps] Delete deprecated tarballs (apache and gcc)
|
5 years ago |
Isaku Yamahata
|
49bb83e8c9
[LibOS] Remove redundant variable pcargs in clone_implementation_wrapper()
|
6 years ago |
Isaku Yamahata
|
b3ddad0c37
Remove warnings triggered on newer GCC (7.4.0)
|
5 years ago |
Isaku Yamahata
|
f9190a2066
[Pal/Linux-SGX] Assign tid to pal_thread_handle
|
5 years ago |
Isaku Yamahata
|
1f72fde5b7
[LibOS] shim_ipc_nsimpl.h: Add missing accounting of nowned/noffered
|
6 years ago |
Isaku Yamahata
|
52e3f9d5d8
[Pal/Lib] Atomics: Remove unnecessary "memory" clobber
|
5 years ago |
Isaku Yamahata
|
5aa1483079
[LibOS/tests/ltp] Add getrlimit{01,02} to passing LTP tests
|
5 years ago |
Isaku Yamahata
|
45db924d83
[LibOS] Replace void* with shim_tcb_t/__libc_tcb_t/shim_thread
|
6 years ago |
Isaku Yamahata
|
0547abf390
[LibOS] Retry DkObjectsWaitAny on interrupt
|
6 years ago |
Gary
|
bc0ddb282b
[PAL/{Linux/FreeBSD}] Handle failure on child process creation in DkProcessCreate()
|
6 years ago |
Isaku Yamahata
|
d357ab9a26
[LibOS] Accept all rlimit resources for [gs]etrlimit()
|
5 years ago |
Dmitrii Kuvaiskii
|
880d70a259
[LibOS] Return EFAULT on null file in execve()
|
6 years ago |