Historique des commits

Auteur SHA1 Message Date
  Isaku Yamahata 5fe52e4a0d [LibOS] Use atomic operations for shim_context.preempt il y a 5 ans
  Chia-Che Tsai 0d89dda052 [LibOS] Fix the implementation of getrlimit/setrlimit syscalls il y a 5 ans
  Michał Kowalczyk 52786e5f4d Fix a bunch of typos il y a 5 ans
  Dmitrii Kuvaiskii 0dc1ecf511 [LibOS] Remove unnecessary SIGNAL_DELAYED flag il y a 5 ans
  Isaku Yamahata 7eade65b91 [Pal, LibOS] Fix vprintf signature to take va_list instead of its pointer il y a 5 ans
  Don Porter 27213b18e0 [LibOS] Fix compilation errors with -Wunused-parameter flags il y a 5 ans
  Isaku Yamahata 573c865bc3 [LibOS] Introduce stack trampoline in shim_ipc_helper() il y a 5 ans
  Isaku Yamahata 4dab5b94c7 [LibOS] Introduce stack trampoline in shim_do_execve_rtld() il y a 5 ans
  Chia-Che Tsai d314707d4c [LibOS] Fix all warnings with -Wsign-compare il y a 5 ans
  Rafał Wojdyła 5a5b42fff8 [LibOS/PAL] Memory corruption fixes il y a 5 ans
  Chia-Che Tsai be9852784f [All components] Remove all modelines from all source files il y a 5 ans
  Isaku Yamahata 8055b40007 [LibOS] Add noreturn function attribute where appropriate il y a 5 ans
  Dmitrii Kuvaiskii 97d2a195a7 [LibOS] Introduce hashtype_to_idtype() for correct casting il y a 5 ans
  Michał Kowalczyk 16d90cfe12 Fix parenthesizing and formatting of C macros il y a 5 ans
  Michał Kowalczyk 46f553fe5d Cleanup and uppercase C macros il y a 5 ans
  Michał Kowalczyk ae733cacd7 [LibOS] Convert locks from macros to functions il y a 5 ans
  Michał Kowalczyk 1076fd4fa0 [LibOS] Use `struct shim_lock` instead of LOCKTYPE il y a 5 ans
  Isaku Yamahata e3a04c29a6 [LibOS] Preserve RFLAGS in syscall_wrapper il y a 5 ans
  Isaku Yamahata 0547abf390 [LibOS] Retry DkObjectsWaitAny on interrupt il y a 5 ans
  Dmitrii Kuvaiskii e307eca021 [LibOS] Support of test_user_{memory/string} in SGX PAL il y a 5 ans
  Isaku Yamahata 6abaa112fc [LibOS] Emulate `syscall` instruction il y a 5 ans
  Rafał Wojdyła aba21c360e [LibOS] Return proper error code on initialization fail il y a 5 ans
  Chia-Che Tsai 09ad502c3a [LibOS] Use the C11 standard instead of GNU99 il y a 5 ans
  Michał Kowalczyk 57749eb973 [LibOS] Don't use insecure random il y a 5 ans
  Isaku Yamahata 315c7b60ff [LibOS] Use static inline function instead of C macro il y a 5 ans
  Isaku Yamahata 9c398764ce [LibOS] shim_thread.h/shim_tls.h: use static inline instead of macro il y a 5 ans
  Isaku Yamahata 7535273ecc [LibOS] Add checks for printf format il y a 5 ans
  Li Lei 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra il y a 5 ans
  Gary 5bb7180de7 [LibOS] Fix an uninitialized value n in wait_event il y a 5 ans
  Chia-Che Tsai cba6e3278a Add -Werror to CFLAGS with WERROR=1 il y a 5 ans