- 29 Mar, 2018 1 commit
-
-
Gabriel Krisman Bertazi authored
Old (<=6.x) gcc is not smart enough to realize tmp and f cannot be used on the uninitialized paths. Well, part of it is my fault for sneaking the environment variable handling inside of the cimounts file handling in an ugly way. Reported-by:
Arnaud Rebillout <arnaud.rebillout@collabora.com> Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
- 22 Mar, 2018 12 commits
-
-
Gabriel Krisman Bertazi authored
Signed-off-by:
Gabriel Krisman Bertazi <krisman@collabora.co.uk>
-
Gabriel Krisman Bertazi authored
This is not useful for us. 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
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 2 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>
-