Isaku Yamahata
|
2167a349c9
[Pal/Linux-SGX] Remove unnecessary __alloca()
|
5 years ago |
Isaku Yamahata
|
8dd311a353
[Pal/Linux-SGX] Add format check to pal_printf
|
5 years ago |
Don Porter
|
e62a021fd8
Add an open method to /proc and some subdirectories
|
5 years ago |
Isaku Yamahata
|
c29bcc8c5b
[Pal, LibOS] Add missing clobbered "cc" to inline asm
|
5 years ago |
Isaku Yamahata
|
8890b325b4
[Pal, LibOS] Clear RFLAGS on program entry
|
5 years ago |
Isaku Yamahata
|
2de42097fe
[Pal/Linux-SGX] Clear RFLAGS.DF on enclave entry
|
5 years ago |
Simon Gaiser
|
917356119c
[Pal/Linux-SGX] Don't get heap min/max from urts
|
5 years ago |
Simon Gaiser
|
63d4f01194
[Pal/Linux-SGX] Don't get exec addr/size from urts
|
5 years ago |
Simon Gaiser
|
33433459c7
[Pal/Linux-SGX] Document usage of TLS
|
5 years ago |
Simon Gaiser
|
7ffc287314
[Pal/Linux-SGX] Don't get manifest addr/size from urts
|
5 years ago |
Isaku Yamahata
|
f72cd48ee5
[LibOS] Emulate pause() by sleeping for a very long time
|
5 years ago |
Michał Kowalczyk
|
382a1ec394
Cleanup .gitignore files
|
5 years ago |
Michał Kowalczyk
|
29f44c836b
[PAL] Document [_]DkRandomBitsRead
|
5 years ago |
Michał Kowalczyk
|
17102eab9d
Change DkRandomBitsRead interface and fix error checking
|
5 years ago |
Michał Kowalczyk
|
57749eb973
[LibOS] Don't use insecure random
|
5 years ago |
Isaku Yamahata
|
ec4a3f7bb5
[LibOS] Emulate clone(CLONE_VFORK | CLONE_VM | SIGCHLD) as vfork()
|
5 years ago |
Dmitrii Kuvaiskii
|
bd72b968ee
[*/regression] Increase timeout of regression tests
|
5 years ago |
Simon Gaiser
|
63b8ef41cf
[Pal/regression] Test timeout handling when waiting for events
|
5 years ago |
Isaku Yamahata
|
86897c7049
[LibOS] Align stack on 16B during user executable start
|
6 years ago |
Simon Gaiser
|
ab29483bbe
[Pal/regression] Increase 'Process' test timeout a bit
|
5 years ago |
Simon Gaiser
|
014a938767
[Pal/Linux-SGX] Measure all memory except the heap
|
5 years ago |
Simon Gaiser
|
838c14022b
[Pal/Linux-SGX] Use autogenerated constants in pal-sgx-sign
|
5 years ago |
Simon Gaiser
|
402fce72ba
Autogenerate offsets for Python
|
5 years ago |
Simon Gaiser
|
b0390865f5
[Pal/Linux-SGX] Clear "extented state" (FPU regs & co) before EEXIT
|
5 years ago |
Simon Gaiser
|
19fb0d2d89
[Pal/Linux-SGX] Use common code path to clear regs and then EEXIT
|
5 years ago |
Simon Gaiser
|
3ab875dd52
[Pal/Linux-SGX] Drop unused label in enclave_entry.S
|
5 years ago |
Simon Gaiser
|
bf87ac02f2
[Pal/Linux-SGX] Honor red zone when handling async exits
|
5 years ago |
Simon Gaiser
|
2b8c4fc30b
[Pal/regression] Add test for red zone
|
5 years ago |
smherwig
|
ac692e1544
[PAL/Linux-SGX] Use PRESET_PAGESIZE instead of hardcoded "4096"
|
5 years ago |
smherwig
|
4b8f74a8d8
[PAL/Linux-SGX] Allow ocall_sock_send/recv to allocate on heap
|
5 years ago |