Commit History

Author SHA1 Message Date
  Dmitrii Kuvaiskii c0bc72856a fixup! [LibOS,Pal] Force intermediate process to wait for child after execve() 4 years ago
  Dmitrii Kuvaiskii f55c0368c4 [LibOS,Pal] Force intermediate process to wait for child after execve() 4 years ago
  Isaku Yamahata 4182c29476 [LibOS] Eliminate unnecessary nested functions 4 years ago
  Michał Kowalczyk f1c334357c Reformat repository to our clang-format rules (2nd iteration) 4 years ago
  borysp 1bf6423384 [LibOS/Pal] Replace hardcoded URI prefix strings 4 years ago
  Dmitrii Kuvaiskii 7c45430355 [LibOS] Remove the data race on thread::is_alive 4 years ago
  Dmitrii Kuvaiskii e14bf7950f [LibOS] Allow Graphene-SGX to occupy the same process on execve() 4 years ago
  Isaku Yamahata b42a8a9f0f [LibOS] Move shim_thread:fs_base to shim_context::fs_base 4 years ago
  Isaku Yamahata d51f84f547 [LibOS] Rename shim_get_tls() to shim_get_tcb() for consistency 4 years ago
  Isaku Yamahata e4f90b1eec [LibOS] Rename allocate_tls()/populate_tls() to init_fs_base()/update_fs_base() 4 years ago
  Isaku Yamahata fde7cc1d6a [LibOS] Rename shim_thread::tcb to fs_base 4 years ago
  Isaku Yamahata 0f0c64c4af [LibOS] Remove `reserve` argument from init_stack() 4 years ago
  Isaku Yamahata 5f13f730e9 [LibOS] Use %gs register for LibOS TCB (shim_tcb) 5 years ago
  Michał Kowalczyk df6c52dff8 Fix strcmp_static semantics to match the standard strcmp 4 years ago
  borysp 004c2fe9a4 [LibOS] Remove `opened` reference counter from `struct shim_handle` 4 years ago
  Isaku Yamahata bc715c2081 [LibOS] Fix memory leak in shim_do_execve_rtld() 4 years ago
  Isaku Yamahata 1e977ecc71 [LibOS] shim_do_execve_rtld(): defer disabling preemption 4 years ago
  Dmitrii Kuvaiskii b0619cb7a6 [LibOS] Rework of IPC subsystem's creation of processes 4 years ago
  Don Porter 27213b18e0 [LibOS] Fix compilation errors with -Wunused-parameter flags 5 years ago
  Isaku Yamahata 326fc07933 [LibOS] Add noreturn function attribute where appropriate 5 years ago
  Isaku Yamahata 4dab5b94c7 [LibOS] Introduce stack trampoline in shim_do_execve_rtld() 5 years ago
  Chia-Che Tsai d314707d4c [LibOS] Fix all warnings with -Wsign-compare 5 years ago
  Rafał Wojdyła 5a5b42fff8 [LibOS/PAL] Memory corruption fixes 5 years ago
  Chia-Che Tsai be9852784f [All components] Remove all modelines from all source files 5 years ago
  Dmitrii Kuvaiskii 4ddca71177 [Pal, LibOS] Remove passing of ELF aux vectors from PAL to LibOS 5 years ago
  Isaku Yamahata 67c148f3f2 [LibOS] Fix typo CATAGORY to CATEGORY 5 years ago
  Michał Kowalczyk d508ce5061 Cleanup and uppercase list.h macros 5 years ago
  Michał Kowalczyk 46f553fe5d Cleanup and uppercase C macros 5 years ago
  Michał Kowalczyk ae733cacd7 [LibOS] Convert locks from macros to functions 5 years ago
  Isaku Yamahata 45db924d83 [LibOS] Replace void* with shim_tcb_t/__libc_tcb_t/shim_thread 5 years ago