Isaku Yamahata
|
a84fe47843
Clean up .gitignore files
|
5 years ago |
Rafał Wojdyła
|
f467a9871a
[Pal] Return proper exit code on abnormal process termination
|
5 years ago |
Rafał Wojdyła
|
aba21c360e
[LibOS] Return proper error code on initialization fail
|
5 years ago |
Dmitrii Kuvaiskii
|
17b3997226
[Pal] Fix htonl/htons() byte-order macro to __BYTE_ORDER
|
5 years ago |
Gary
|
e0506e43aa
[LibOS] Prevent memory leak during read_environs()
|
6 years ago |
Gary
|
07a021dbea
[PAL] Fix an out of bounds read on generic.fds[]
|
6 years ago |
Isaku Yamahata
|
6d31302e35
[LibOS] Fix sched_getaffinity to return byte size, not bit size
|
6 years ago |
Biao Lu
|
2c87e294fc
[LibOS] Make /proc/cpuinfo output exactly like in Linux kernel
|
5 years ago |
Isaku Yamahata
|
b7907fa83d
[LibOS] Make clone ABI match kernel and update glibc patch
|
5 years ago |
Gary
|
4ae620f87b
[PAL] Correct memory allocation in file_rename() and dir_rename()
|
5 years ago |
Isaku Yamahata
|
5992881c46
[Pal/Linux-SGX] Clear RFLAGS before calling _DkExceptionHandler
|
5 years ago |
Michał Kowalczyk
|
2bc2c04194
Remove trailing blanks
|
5 years ago |
Isaku Yamahata
|
783304de6a
[LibOS] Preserve rflags register on syscalldb()
|
5 years ago |
Michał Kowalczyk
|
640b7cc80f
[Pal/Linux-SGX] Remove unused user_types.h
|
5 years ago |
Michał Kowalczyk
|
281a05ce48
Fix camel case in DkStreamAttributes{Query,Set}ByHandle
|
5 years ago |
Simon Gaiser
|
3f72eb69de
[Pal/Linux-SGX] Rename .Lhandle_resume to .Lprepare_resume
|
5 years ago |
Simon Gaiser
|
fcc1c3ee58
[Pal/Linux-SGX] Improve comments below enclave_entry
|
5 years ago |
Dmitrii Kuvaiskii
|
f420037285
[LibOS] Remove unused errval from __map_elf_object()
|
5 years ago |
Gary
|
d19b266ed4
[LibOS] Fix memory leak in __map_elf_object()
|
6 years ago |
Dmitrii Kuvaiskii
|
402020f8da
[LibOS/regression] Add futex-timeout test
|
5 years ago |
Isaku Yamahata
|
d4d7546de0
[Pal] Fix sign of a few PAL return values
|
5 years ago |
Michał Kowalczyk
|
d7b3d6074a
Align stack to 16 when calling C from asm
|
5 years ago |
Isaku Yamahata
|
5b3b69332a
[Pal/Linux-SGX] Disallow nested signals at host-OS level
|
5 years ago |
Dmitrii Kuvaiskii
|
76fa183257
[Pal/Linux-SGX] Fix UDP bug with connect() in sgx_ocall_sock_connect()
|
5 years ago |
Dmitrii Kuvaiskii
|
121fc9bf1d
[Pal/{Linux, Linux-SGX}] Initialize addrlen's to zeros in socket_parse_uri()
|
5 years ago |
Isaku Yamahata
|
0a8f97af5a
[Pal/{Linux, Linux-SGX}] Add NULL check in udp_connect/sgx_ocall_sock_connect
|
5 years ago |
smherwig
|
5c42c026c6
[LibOS] Ignore POLLERR and POLLHUP in `events` in poll()
|
5 years ago |
Dmitrii Kuvaiskii
|
40fc490fcd
[Pal/Linux-SGX] OCALL security hardening
|
5 years ago |
Isaku Yamahata
|
47acfc32bc
[Pal] Use := to get correct dir in Makefile.Test
|
5 years ago |
Chia-Che Tsai
|
09ad502c3a
[LibOS] Use the C11 standard instead of GNU99
|
5 years ago |