Commit History

Author SHA1 Message Date
  Isaku Yamahata 467033f4a2 [LibOS] Remove mmap logic on read/write in chroot FS 4 years ago
  borysp 5c37c4d21a [LibOS] Miscellaneous bugfixes, mostly found by the previous commit 4 years ago
  borysp bdc6a48c2c [LibOS] Add a bunch of asserts on locks state 4 years ago
  jack.wxz c6b9ea1baf [LibOS] Add more cases to update inode number and file size 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
  Rafał Wojdyła 19f5433981 [LibOS] Call DkStreamFlush() when flushing chroot handles 4 years ago
  Michał Kowalczyk bae8baa2dd [LibOS] Merge page size and allocation alignment 4 years ago
  Isaku Yamahata 93eb9bc595 [LibOS] Allow zero size read/write on pipes/sockets/eventfds 4 years ago
  Michał Kowalczyk bc0beaa253 Refactor alignment macros 4 years ago
  Michał Kowalczyk 5383e825a3 Rename strpartcmp_static to strstartswith_static 4 years ago
  Michał Kowalczyk 0612bab52b Fix multiple bugs in string comparisons 4 years ago
  Michał Kowalczyk 44e186c503 Clean up asserts 4 years ago
  Thomas Knauth c6a0151baf [LibOS] Fix and add a test case for resource leak on file close 4 years ago
  borysp e23684bc3d [LibOS] Rewrite rename* syscalls 4 years ago
  borysp 7bfb250878 [LibOS] Enable readdir to list directories with many entries 4 years ago
  Don Porter 27213b18e0 [LibOS] Fix compilation errors with -Wunused-parameter flags 5 years ago
  Michał Kowalczyk 5435cd8cc5 [LibOS] Fix integer overflow checks using __builtin_sub{add}_overflow 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
  Michał Kowalczyk 8b5f3b30e5 Fix typo 'writeable' -> 'writable' 5 years ago
  Dmitrii Kuvaiskii 556d3888cc [LibOS] Cleanup of shim_fs_hash.c functions 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 281a05ce48 Fix camel case in DkStreamAttributes{Query,Set}ByHandle 5 years ago
  Rafał Wojdyła d362b2969b [LibOS] Correctly set type of directory entries 5 years ago
  Li Lei 195c2b1f7b [PAL] Enable Wunsed-parameter warning as part of Wextra 5 years ago
  Don Porter a5471a80a8 Fix the large-mmap test. 5 years ago
  Isaku Yamahata 9aebe3c0f8 [LibOS] remove unnecessary __alloca() 5 years ago