index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
clean-ipc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean-ipc: pass the right error variable
David Tardon
2024-05-07
1
-1
/
+1
*
tree-wide: make FOREACH_DIRENT_ALL define the iterator variable
Zbigniew Jędrzejewski-Szmek
2021-12-15
1
-2
/
+0
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
shared/clean-ipc: improve error message a bit
Zbigniew Jędrzejewski-Szmek
2020-10-20
1
-6
/
+9
*
tree-wide: drop dirent.h when dirent-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
clean-ipc: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-24
/
+28
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
dynamic-user: don't use a UID that currently owns IPC objects (#6962)
Lennart Poettering
2017-10-04
1
-39
/
+117
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+3
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-2
/
+2
*
Rename formats-util.h to format-util.h
Zbigniew Jędrzejewski-Szmek
2016-11-07
1
-1
/
+1
*
clean-ipc: debug log about all remove IPC objects
Lennart Poettering
2016-08-19
1
-6
/
+12
*
core: add RemoveIPC= setting
Lennart Poettering
2016-08-19
1
-21
/
+45
*
clean-ipc: shorten code a bit
Lennart Poettering
2016-08-18
1
-12
/
+6
*
clean-ipc: don't filter out '.' and '..' twice
Lennart Poettering
2016-08-18
1
-2
/
+2
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-1
/
+8
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
treewide: apply errno.cocci
Michal Schmidt
2015-11-09
1
-18
/
+9
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-6
/
+7
*
tree-wide: make use of log_error_errno() return value in more cases
Lennart Poettering
2015-09-09
1
-10
/
+15
*
shared: add formats-util.h
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-19
/
+19
*
logind: don't apply RemoveIPC= to system users
Lennart Poettering
2014-05-21
1
-2
/
+2
*
logind: automatically remove SysV + POSIX IPC objects when the users owning t...
Lennart Poettering
2014-03-14
1
-0
/
+360