Commit History

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