13 Commits (master)

Author SHA1 Message Date
Avril 177bf3c4ff
main: Added `parse_args()`: Parses args, converts error to eyre::Report, and adds section for suggestion (TODO: Implement `--help`) and section on which args existed.
2 years ago
Avril 14f32d6262
Explicitly closes `stdout` before process exits.
2 years ago
Avril b2bf26f245
Bumped minor version.
2 years ago
Avril 395799587b
Removed `stackalloc` dependancy.
2 years ago
Avril 59363848a2
Started: `memfile::hp`: `MFD_HUGETLB` can be used when a size is known to exceed into the boundary of a hugepage. Currently in the process of writing function to collect all possible hugepage sizes and generate the correct flag masks for `memfd_create(, MFD_HUGETLB | ...)` for each one; and the smallest one that contains the known size can be used for the `memfd_create()` call (if the size fits any at all.)
2 years ago
Avril 2c839da13b
Bumped stackalloc version: Use PLT for trampoline: Causing random linker errors on some machines.
2 years ago
Avril 8dd7ddaed8
Version bump v1.0.1
2 years ago
Avril 8390072309
Reached version 1.0.0!
2 years ago
Avril 0628853b43
Working memfile implementation
2 years ago
Avril ed957bcec8
feature memfile: added `RawFile::open_mem()`
2 years ago
Avril 80a2d65262
Made spantrace capture optional at the compilation level.
2 years ago
Avril bea5cda4a1
Fixed not copying to buffer when not using feature `bytes`.
2 years ago
Avril a5ad02a6de Working primitive, slow, prototype.
2 years ago