borysp
|
5c37c4d21a
[LibOS] Miscellaneous bugfixes, mostly found by the previous commit
|
4 年之前 |
borysp
|
bdc6a48c2c
[LibOS] Add a bunch of asserts on locks state
|
4 年之前 |
Michał Kowalczyk
|
f1c334357c
Reformat repository to our clang-format rules (2nd iteration)
|
4 年之前 |
borysp
|
1bf6423384
[LibOS/Pal] Replace hardcoded URI prefix strings
|
4 年之前 |
Jia Zhang
|
12e3c5f8b2
[LibOS, Pal] Use sizeof() instead of hard-coded CONFIG_MAX macro
|
5 年之前 |
Krishnakumar, Sudha
|
3ee41aa9ff
[LibOS, Pal] Support eventfd()
|
5 年之前 |
Michał Kowalczyk
|
bc0beaa253
Refactor alignment macros
|
5 年之前 |
Michał Kowalczyk
|
44e186c503
Clean up asserts
|
5 年之前 |
borysp
|
289ac3af4d
[LibOS] Fix get_new_dentry reference count semantics
|
5 年之前 |
Isaku Yamahata
|
fde333e968
[LibOS] Remove redundant check in find_mount_from_uri()
|
5 年之前 |
Dmitrii Kuvaiskii
|
7327aa62ab
[LibOS] Fix bug of long relative paths (more than 256B)
|
5 年之前 |
Don Porter
|
27213b18e0
[LibOS] Fix compilation errors with -Wunused-parameter flags
|
5 年之前 |
Chia-Che Tsai
|
d314707d4c
[LibOS] Fix all warnings with -Wsign-compare
|
5 年之前 |
smherwig
|
15ca4a9374
[LibOS] Always call FS-specific checkpoint callback
|
5 年之前 |
Chia-Che Tsai
|
be9852784f
[All components] Remove all modelines from all source files
|
6 年之前 |
Michał Kowalczyk
|
d508ce5061
Cleanup and uppercase list.h macros
|
5 年之前 |
Michał Kowalczyk
|
46f553fe5d
Cleanup and uppercase C macros
|
5 年之前 |
Michał Kowalczyk
|
ae733cacd7
[LibOS] Convert locks from macros to functions
|
5 年之前 |
Michał Kowalczyk
|
1076fd4fa0
[LibOS] Use `struct shim_lock` instead of LOCKTYPE
|
5 年之前 |
Michał Kowalczyk
|
2bc2c04194
Remove trailing blanks
|
5 年之前 |
Isaku Yamahata
|
7535273ecc
[LibOS] Add checks for printf format
|
6 年之前 |
Gary
|
4a55dac44a
[LibOS] Don't use uninitialized return value in walk_mounts()
|
6 年之前 |
Michał Kowalczyk
|
6e4a8d5c05
[LibOS] Fix error propagation in __mount_others()
|
6 年之前 |
Chia-Che Tsai
|
f8bf469018
Cleaning up and rewriting VMA bookkeeping code (#183)
|
6 年之前 |
Chia-Che Tsai
|
84f81d8f13
Lots of bugfixes (#145)
|
7 年之前 |
Don Porter
|
0433461802
License change to LGPL (#140)
|
7 年之前 |
Don Porter
|
d04f172e89
Replace the atomics implementation (#83)
|
7 年之前 |
Don Porter
|
62f07c7181
Reimplement directory caching (#78)
|
7 年之前 |
Jaehyun Han
|
d782947948
Fix the limitation on the number of trusted files (#87)
|
7 年之前 |
Don Porter
|
2e9438f71c
Replace Linux List code with a new implementation (#71)
|
7 年之前 |