- Oct 20, 2020
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Oct 19, 2020
-
-
Ramon Nou authored
- Sep 25, 2020
-
-
Alberto Miranda authored
Release 0.8.0 See merge request !67
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Merge branch '78-errno-115-returned-on-successful-completion-for-several-system-calls' into 'master' This fix contains three parts: 1. errno 115 was leaked during initialization of the client in init_ld_environment_(). However, the value on its own is irrelevant to this issue as all internal errno variable changes should be kept internal as it is the case during each syscall intercept hook. Therefore, the original errno variable is restored after the initialization finishes. 2. lseek() tests revealed that whence SEEK_SET was not handled correctly. It should not allow negative offsets. 3. All FIXME TODOs in the testing code have been removed including testing on the errno in a successful case because it is undefined. Resolve "Errno 115 returned on successful completion for several system calls" Closes #78 See merge request !65
-
- Sep 18, 2020
-
-
Marc Vef authored
Testing on an error code in the successful case has an undefined value and was therefore removed.
-
- Sep 15, 2020
-
-
Alberto Miranda authored
This reverts merge request !64
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
Merge branch '119-new-options-auto_sm-and-rpc_protocol-should-use-dashes-as-separators' into 'master' Resolve "New options `--auto_sm` and `--rpc_protocol` should use dashes as separators" Closes #119 See merge request !63
-
Marc Vef authored
-
Marc Vef authored
-
- Sep 11, 2020
-
-
Marc Vef authored
- Sep 10, 2020
-
- Sep 09, 2020
-
-
Alberto Miranda authored
Implementation of GekkoFWD, an I/O forwarding mode for GekkoFS using AGIOS for I/O request scheduling. See merge request !44
-
Jean Bez authored
-