Commit History

Author SHA1 Message Date
  Wojtek Porczyk 3928126a70 [Doc] Add Documentation/ stub 4 years ago
  Isaku Yamahata bc715c2081 [LibOS] Fix memory leak in shim_do_execve_rtld() 4 years ago
  Chia-Che Tsai 0d89dda052 [LibOS] Fix the implementation of getrlimit/setrlimit syscalls 5 years ago
  Isaku Yamahata 22bc3c2f49 [LibOS] Remove abused goto in shim_init() 5 years ago
  Dmitrii Kuvaiskii 89a25d1377 [LibOS] Misc tiny bug fixes in IPC subsystem 4 years ago
  Dmitrii Kuvaiskii b0619cb7a6 [LibOS] Rework of IPC subsystem's creation of processes 4 years ago
  Dmitrii Kuvaiskii 48a01df574 [LibOS] Comprehensive cleanup of IPC helper thread (shim_ipc_helper.c) 5 years ago
  Isaku Yamahata 0809e5a5e1 [LibOS] Add support for vDSO 5 years ago
  Isaku Yamahata 7eade65b91 [Pal, LibOS] Fix vprintf signature to take va_list instead of its pointer 5 years ago
  Don Porter 27213b18e0 [LibOS] Fix compilation errors with -Wunused-parameter flags 5 years ago
  Isaku Yamahata 5564cb0a50 [LibOS] Reorganize fields in shim_context, shim_regs, and shim_tls 5 years ago
  Isaku Yamahata d2d420c241 [LibOS] remove unnecessary migrated_shim_addr and __load_address 5 years ago
  Isaku Yamahata ba3da57092 [LibOS,Pal/lib] Add atomic_inc_return, atomic_add_return 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 4ddca71177 [Pal, LibOS] Remove passing of ELF aux vectors from PAL to LibOS 5 years ago
  Isaku Yamahata c4a29250e8 [Pal, LibOS] Pass AT_RANDOM ELF auxiliary vector with 16B random value 5 years ago
  Michał Kowalczyk 8b5f3b30e5 Fix typo 'writeable' -> 'writable' 5 years ago
  Isaku Yamahata 67c148f3f2 [LibOS] Fix typo CATAGORY to CATEGORY 5 years ago
  Isaku Yamahata 8055b40007 [LibOS] Add noreturn function attribute where appropriate 5 years ago
  Michał Kowalczyk 16d90cfe12 Fix parenthesizing and formatting of C 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
  Michał Kowalczyk 1076fd4fa0 [LibOS] Use `struct shim_lock` instead of LOCKTYPE 5 years ago
  Isaku Yamahata 45db924d83 [LibOS] Replace void* with shim_tcb_t/__libc_tcb_t/shim_thread 5 years ago
  Rafał Wojdyła aba21c360e [LibOS] Return proper error code on initialization fail 5 years ago
  Gary e0506e43aa [LibOS] Prevent memory leak during read_environs() 5 years ago
  Michał Kowalczyk 281a05ce48 Fix camel case in DkStreamAttributes{Query,Set}ByHandle 5 years ago
  Michał Kowalczyk d7b3d6074a Align stack to 16 when calling C from asm 5 years ago
  Chia-Che Tsai 09ad502c3a [LibOS] Use the C11 standard instead of GNU99 5 years ago