|
5bb68b2fe1
|
add utils::isPrivileged()
|
2024-02-29 18:58:07 +01:00 |
|
|
5c0a96c911
|
cppcheck fixes
|
2024-02-29 18:58:07 +01:00 |
|
|
0d40348193
|
use C++ code-style
|
2024-02-29 18:58:07 +01:00 |
|
|
6ca354bcfd
|
remove dependency on std::filesystem
|
2024-02-29 18:58:07 +01:00 |
|
|
6d0cea1244
|
vfio: make compatible with 32bit compilation
|
2024-02-29 18:58:07 +01:00 |
|
|
6f39cbc8a6
|
log: improve readability of log outputs
|
2024-02-29 18:58:07 +01:00 |
|
|
07bc3537a9
|
fix doxygen @todo command
|
2024-02-29 18:58:07 +01:00 |
|
|
92ff8e1edd
|
log: fix unsupported flag on musl-libc / alpine
|
2024-02-29 18:58:07 +01:00 |
|
|
890282bd32
|
log: add support for glob style logger expressions
|
2024-02-29 18:58:07 +01:00 |
|
|
155a580314
|
update copyright year
|
2024-02-29 18:58:07 +01:00 |
|
|
f64fb79f05
|
remove unused list functions
|
2024-02-29 18:58:07 +01:00 |
|
|
3bd2dade2d
|
kernel: refactor naming style
|
2024-02-29 18:58:07 +01:00 |
|
|
d6c60b7302
|
kernel: check if process is running in a containerized environment
|
2024-02-29 18:58:07 +01:00 |
|
|
d04d616eea
|
drop legacy logger
|
2024-02-29 18:58:07 +01:00 |
|
|
da606fb7db
|
exception: fix missing error message
|
2024-02-29 18:58:07 +01:00 |
|
|
e78be9ca8d
|
musl compatability fixes
|
2024-02-29 18:58:07 +01:00 |
|
|
ac9551c8d4
|
fix compiler warning about uninitialized struct fields
|
2024-02-29 18:58:07 +01:00 |
|
Manuel Pitz
|
d2b85fc66c
|
list: add vlist_clear()
|
2024-02-29 18:58:07 +01:00 |
|
|
55aa580145
|
log: fix adjustment of log level and format for sinks
|
2024-02-29 18:58:07 +01:00 |
|
|
98bf2eca1e
|
buffer: merge two buffer implementations
|
2024-02-29 18:58:07 +01:00 |
|
|
0f11f80194
|
uuid: use other uuids as namespace
|
2024-02-29 18:58:07 +01:00 |
|
|
e63dd10f3f
|
utils: add some helpers to generate UUIDs
|
2024-02-29 18:58:07 +01:00 |
|
|
fb61dc31ef
|
another round of fixes for the cpuset code
|
2024-02-29 18:58:07 +01:00 |
|
|
d78b327d34
|
minor fixes for affinity code
|
2024-02-29 18:58:07 +01:00 |
|
|
43e79dd547
|
rt: add kernel::rt::setThreadPriority()
|
2024-02-29 18:58:07 +01:00 |
|
|
20556139aa
|
fix a lot of cppcheck warnings and errors
|
2024-02-29 18:58:07 +01:00 |
|
|
7c616a3c1c
|
add vlist_init_and_push()
|
2024-02-29 18:58:07 +01:00 |
|
|
626fc549c9
|
add uuid as new dependency
|
2024-02-29 18:58:07 +01:00 |
|
|
3fb3a00fcb
|
list: rework lookup methods to use C++ templates
|
2024-02-29 18:58:07 +01:00 |
|
|
39954c241e
|
fix code-style
|
2024-02-29 18:58:07 +01:00 |
|
|
53b7de675e
|
buffer: allow JSON indention
|
2024-02-29 18:58:07 +01:00 |
|
|
28e0c950b2
|
add more nullptr checks after memory allocations
|
2024-02-29 18:58:07 +01:00 |
|
|
068d8bca62
|
log: add preproc #if/#else to handle ABI incompatabilities in spdlog
|
2024-02-29 18:58:07 +01:00 |
|
|
d1ecef233d
|
fix includes and spdlog API
|
2024-02-29 18:58:07 +01:00 |
|
|
1ef0cc768c
|
list: do not check state during intialization
|
2024-02-29 18:58:07 +01:00 |
|
|
e9a6f1b8c1
|
vfio: fix compilation for ARM targets
|
2024-02-29 18:58:07 +01:00 |
|
|
b32303b664
|
refactor: more code-style improvements
|
2024-02-29 18:58:07 +01:00 |
|
|
079abf2b51
|
refactor: whitespaces for references
|
2024-02-29 18:58:07 +01:00 |
|
|
054a130a4a
|
vfio: move to new namespace
|
2024-02-29 18:58:07 +01:00 |
|
|
8421332706
|
pci: port to C++
|
2024-02-29 18:58:07 +01:00 |
|
|
faab634ee1
|
harmonize codestyle
|
2024-02-29 18:58:07 +01:00 |
|
|
97009ff624
|
vfio: fix mapping and remove legacy code
|
2024-02-29 18:58:07 +01:00 |
|
|
8e8c29ba6c
|
plugin: do not store plugin name/desc in member variables
|
2024-02-29 18:58:07 +01:00 |
|
|
1b33e2d104
|
handle failed memory allocations
|
2024-02-29 18:58:07 +01:00 |
|
|
c77d34ee3a
|
more refactoring to C++
|
2024-02-29 18:58:07 +01:00 |
|
|
a03e914138
|
refactor malloc()/free() by new/delete
|
2024-02-29 18:58:07 +01:00 |
|
|
479b7f2388
|
refactor malloc()/free() by new/delete
|
2024-02-29 18:58:07 +01:00 |
|
|
a83ba7e6c6
|
tools: allow catching of more signal types
|
2024-02-29 18:58:07 +01:00 |
|
|
ab5064bb32
|
utils: allow catching more signal types
|
2024-02-29 18:58:07 +01:00 |
|
|
389c8d8e82
|
update copyright year to 2020
|
2024-02-29 18:58:07 +01:00 |
|