- 14 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 09 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 02 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 30 Mar, 2022 1 commit
-
-
Ahmad Samir authored
Task tracked at: teams/frameworks-devs/kf6-workboard#2
-
- 13 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 16 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 09 Feb, 2022 1 commit
-
-
Heiko Becker authored
It's no longer needed after [1], which ported away from KToolInvocation::kdeinitExecWait. KF5Config was implicitly pulled in by KF5Service and is actually used. [1] 35251057
-
- 05 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 02 Feb, 2022 1 commit
-
- 31 Jan, 2022 1 commit
-
-
Ahmad Samir authored
The close_range function was added in glibc in version 2.34; for older versions use syscall(SYS_close_range.....). Also since close_range was first avaiable in Kernel 5.9, for older kernels fallback to iterating over /proc/self/fd/ and closing the fd's manually (using opendir/closedir/readdir as suggested by Fabian Vogt). BUG: 449114
-
- 23 Jan, 2022 3 commits
-
-
Ahmad Samir authored
GIT_SILENT
-
Ahmad Samir authored
Using waitForFinished() to block until kdesud is started; this matches the behaviour of KToolInvocation::kdeinitExecWait(). After the previous commit, file descriptors of kdesud are closed on exec().
-
Ahmad Samir authored
kdesud calls fork() then terminates the calling/parent process (by calling _exit(0) when the pid returned by fork() != 0). - Set the socket fd to 3, and then explicitly close all file descriptors higher than 3 right before calling fork(). - Set O_CLOEXEC flag for the fd's used by pipe() - Set SOCK_CLOEXEC flag for the socket Thanks to Fabian Vogt for helping me / explainging through all that. :)
-
- 16 Jan, 2022 1 commit
-
-
Volker Krause authored
-
- 15 Jan, 2022 1 commit
-
-
Ahmad Samir authored
Instead of /usr/include/KF5/kdesu_version.h. For more details see: kservice!79 GIT_SILENT
-
- 08 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 04 Jan, 2022 1 commit
-
-
Ahmad Samir authored
GIT_SILENT
-
- 02 Jan, 2022 1 commit
-
-
Ahmad Samir authored
More range-for. NO_CHANGELOG
-
- 01 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 21 Dec, 2021 1 commit
-
-
Laurent Montel authored
-
- 13 Dec, 2021 1 commit
-
-
Script Kiddy authored
-
- 04 Dec, 2021 1 commit
-
-
Script Kiddy authored
-
- 02 Dec, 2021 1 commit
-
-
Laurent Montel authored
-
- 17 Nov, 2021 1 commit
-
-
Laurent Montel authored
-
- 13 Nov, 2021 1 commit
-
-
Script Kiddy authored
-
- 09 Oct, 2021 1 commit
-
-
Script Kiddy authored
-
- 06 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 02 Oct, 2021 1 commit
-
-
Script Kiddy authored
-
- 29 Sep, 2021 1 commit
-
-
Ben Cooksley authored
-
- 11 Sep, 2021 1 commit
-
-
Script Kiddy authored
-
- 05 Sep, 2021 1 commit
-
-
David Faure authored
-
- 04 Sep, 2021 1 commit
-
-
Script Kiddy authored
-
- 15 Aug, 2021 1 commit
-
-
Script Kiddy authored
-
- 14 Aug, 2021 1 commit
-
-
Script Kiddy authored
-
- 13 Aug, 2021 1 commit
-
-
Ahmad Samir authored
clang-tidy checks: readability-isolate-declaration and readability-braces-around-statements KF task: https://phabricator.kde.org/T14729 GIT_SILENT
-
- 14 Jul, 2021 2 commits
-
-
Script Kiddy authored
-
Christophe Giboudeaux authored
GIT_SILENT
-
- 10 Jul, 2021 1 commit
-
-
Script Kiddy authored
-
- 02 Jul, 2021 1 commit
-
-
Ahmad Samir authored
NO_CHANGELOG
-