borysp
|
bdc6a48c2c
[LibOS] Add a bunch of asserts on locks state
|
4 年之前 |
Dmitrii Kuvaiskii
|
4ad98502fe
[LibOS,Pal] Introduce PAL_CREATE_DUALSTACK for IPV6_V6ONLY emulation
|
4 年之前 |
Dmitrii Kuvaiskii
|
a1c340b60b
[LibOS] Add EINVAL and EFAULT checks for {get,set}sockopt()
|
4 年之前 |
Dmitrii Kuvaiskii
|
eb4849d23a
[LibOS] Allow all getsockopt() before bind()
|
4 年之前 |
Dmitrii Kuvaiskii
|
5784d97375
[LibOS] Allow MSG_PEEK on recv()
|
4 年之前 |
jack.wxz
|
99193dc1f7
[LibOS] Avoid gaps due to partial reads in iovecs in recvmsg()
|
4 年之前 |
borysp
|
1bf6423384
[LibOS/Pal] Replace hardcoded URI prefix strings
|
4 年之前 |
Jia Zhang
|
12e3c5f8b2
[LibOS, Pal] Use sizeof() instead of hard-coded CONFIG_MAX macro
|
5 年之前 |
Isaku Yamahata
|
93eb9bc595
[LibOS] Allow zero size read/write on pipes/sockets/eventfds
|
5 年之前 |
Isaku Yamahata
|
aac7a83037
[LibOS] Remove lingering warnings
|
5 年之前 |
Dmitrii Kuvaiskii
|
1645e3435f
[LibOS] Allow repeated listen() on the same socket
|
5 年之前 |
Michał Kowalczyk
|
de42ebabe1
Reformat repository to our clang-format rules
|
5 年之前 |
Don Porter
|
27213b18e0
[LibOS] Fix compilation errors with -Wunused-parameter flags
|
5 年之前 |
Chia-Che Tsai
|
d314707d4c
[LibOS] Fix all warnings with -Wsign-compare
|
5 年之前 |
Chia-Che Tsai
|
be9852784f
[All components] Remove all modelines from all source files
|
6 年之前 |
Dmitrii Kuvaiskii
|
426b78946c
[LibOS,Pal/Linux-SGX] Fix bugs for Unix domain sockets
|
5 年之前 |
Dmitrii Kuvaiskii
|
97d2a195a7
[LibOS] Introduce hashtype_to_idtype() for correct casting
|
5 年之前 |
Michał Kowalczyk
|
ae733cacd7
[LibOS] Convert locks from macros to functions
|
5 年之前 |
Michał Kowalczyk
|
2bc2c04194
Remove trailing blanks
|
5 年之前 |
Michał Kowalczyk
|
281a05ce48
Fix camel case in DkStreamAttributes{Query,Set}ByHandle
|
5 年之前 |
Isaku Yamahata
|
07c5daab74
[LibOS] Remove unused struct un_conn in shim_socket.c
|
5 年之前 |
Thomas Knauth
|
58bd20e8d3
[LibOS] Explicitly return error if flags parameter set for recvmsg/recvmmsg/recvfrom
|
5 年之前 |
Chia-Che Tsai
|
e01769337c
Detecting invalid user memory given as system call inputs (#210)
|
6 年之前 |
Don Porter
|
75ea0372f6
Error propagation bugfix in PAL initialization (#114)
|
6 年之前 |
Chia-Che Tsai
|
84f81d8f13
Lots of bugfixes (#145)
|
6 年之前 |
Don Porter
|
7807773a76
Bugfix for getsockopt (#102)
|
7 年之前 |
Chia-Che Tsai
|
3aaf591fc5
Fixing a bunch of memory leaking issues (#86)
|
7 年之前 |
Don Porter
|
0433461802
License change to LGPL (#140)
|
7 年之前 |
Don Porter
|
62f07c7181
Reimplement directory caching (#78)
|
7 年之前 |
Chia-Che Tsai
|
a5bc12fd53
Fixing miscellaneous bugs in LibOS
|
7 年之前 |