Releases: ligurio/unreliablefs
Releases · ligurio/unreliablefs
0.2.0
0.1.0
- Added support of configuration file that allows configuring faults in runtime (#3).
- Added
errinj_errno
- return error value and set randomerrno
(#6). - Added
errinj_kill_caller
- sendSIGKILL
to a process that invoked file operation (#28). - Added
errinj_noop
- replace file operation with no operation (#18). - Added
errinj_slowdown
- slowdown invoked file operation (#29). - Added continuous integration for macOS, Ubuntu Linux and FreeBSD.
- Added manual pages for
unreliablefs(1)
andunreliablefs.conf(5)
.