- 22 Mar, 2018 8 commits
-
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Instead of hardcoding /tmp/ci use the result of $(mktemp -d) Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
- 21 Mar, 2018 11 commits
-
-
Gabriel Krisman Bertazi authored
Pathwalkci is a separated program developed at: https://gitlab.collabora.com/krisman/pathwalkci Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Let it be a single bit so we can use the rest for other stuff. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
- 20 Mar, 2018 6 commits
-
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
chdir-dest directory wasn't deleted after chdir test because directory wasn't empty. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
norm_len is an entry parameter as well as an exit one, and unistring fails out if norm_len is not large enough to receive the normalization. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
- 19 Mar, 2018 3 commits
-
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
When dfd != AT_FDCWD. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
From the man page: If the length of src is less than n, strncpy() writes additional null bytes to dest to ensure that a total of n bytes are written. Since we are sure the buffer fits, just use strcpy. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
- 17 Mar, 2018 5 commits
-
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
From the manpage: If the nonblocking read() found no events to read, then it returns -1 with errno set to EAGAIN. In that case, we exit the loop. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
- 16 Mar, 2018 7 commits
-
-
Gabriel Krisman Bertazi authored
This can be done because of there are only 3 cases: - *at syscall: Either dfd is valid or path is absolute and DFD is ignored - !*at syscall & absolute path: dfd is ignored - !*at syscall & !absolute path: dfd defaults to AT_CWD and it behaves like a relative path on a !*at syscall. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
AT syscalls continue to work only with absolute paths. This will be fixed by next commits. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Move everything into a wrapper in preparation to work on rename(2). Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
Should search_ci_path return -ENOENT, we can't assume the syscall would fail, since we might be doing a file creation. We could be smart and catch it from the syscall parameters, but let's not do that now. Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-