index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
login
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
logind: unify inhibitor signal generation in a single function
Lennart Poettering
2019-07-23
1
-4
/
+14
*
logind: cast to (void) when we ignore a syscall return value that is potentia...
Lennart Poettering
2019-07-23
1
-1
/
+1
*
logind: drop redundant session_id_valid() check
Lennart Poettering
2019-07-23
1
-6
/
+0
*
logind: use log_warning_errno() return value where we can
Lennart Poettering
2019-07-23
1
-11
/
+5
*
logind: don't claim we'd preallocate VTs when we shortcut it
Lennart Poettering
2019-07-23
1
-2
/
+2
*
logind: use gcc empty structure initialization
Lennart Poettering
2019-07-23
1
-1
/
+1
*
logind: check return value of inhibitor_start()
Lennart Poettering
2019-07-23
1
-1
/
+3
*
logind: add missing OOM check in client tool
Lennart Poettering
2019-07-23
1
-3
/
+7
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
8
-9
/
+11
*
tree-wide: make use of errno_or_else() everywhere
Lennart Poettering
2019-07-11
2
-2
/
+3
*
Merge pull request #12939 from yuwata/lgtm-fixes
Lennart Poettering
2019-07-10
2
-14
/
+16
|
\
|
*
tree-wide: introduce strerror_safe()
Yu Watanabe
2019-07-04
2
-14
/
+16
*
|
login: move file definitions outside of the conditionalization
Lennart Poettering
2019-07-05
1
-3
/
+3
|
/
*
logind: drop old-style header from .sym file in favour of SPDX
Lennart Poettering
2019-07-04
1
-8
/
+1
*
logind: log operation details when starting actions
Zbigniew Jędrzejewski-Szmek
2019-06-24
2
-26
/
+25
*
logind: remove unused check
Zbigniew Jędrzejewski-Szmek
2019-06-24
1
-6
/
+2
*
Merge pull request #12424 from poettering/logind-brightness
Zbigniew Jędrzejewski-Szmek
2019-06-12
26
-199
/
+678
|
\
|
*
logind: split out dbus header files into their own
Lennart Poettering
2019-05-24
21
-64
/
+124
|
*
logind: convert ENXIO into 0, to signal 'not found' cleanly
Lennart Poettering
2019-05-24
1
-1
/
+6
|
*
logind: support self/auto seats for AttachDevice(), too
Lennart Poettering
2019-05-24
1
-2
/
+11
|
*
logind: validate /sys fs path a bit more strictly
Lennart Poettering
2019-05-24
1
-0
/
+2
|
*
logind: prefer hashmap_contains() over hashmap_get()
Lennart Poettering
2019-05-24
1
-6
/
+4
|
*
loginctl: drop $XDG_SESSION_ID env var magic
Lennart Poettering
2019-05-24
1
-24
/
+7
|
*
logind: make "self" and "auto" magic strings when operating on seats + sessions
Lennart Poettering
2019-05-24
5
-87
/
+179
|
*
logind: make a constant array static
Lennart Poettering
2019-05-24
1
-1
/
+1
|
*
logind: consider "greeter" sessions suitable as "display" sessions of a user
Lennart Poettering
2019-05-24
1
-1
/
+1
|
*
logind: add SetBrightness() bus call for setting brightness of leds/backlight...
Lennart Poettering
2019-05-24
7
-14
/
+341
|
*
logind: small simplification
Lennart Poettering
2019-05-24
1
-2
/
+1
|
*
udev: tag "leds" and "backlight" devices for association to a seat
Lennart Poettering
2019-05-24
1
-0
/
+4
*
|
pam_systemd: Fix some option names in error messages
Philip Withnall
2019-06-12
1
-2
/
+2
|
/
*
login: fixup button_open() fd
root
2019-05-23
1
-1
/
+1
*
login: use _cleanup_ to simplify error handling
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-37
/
+29
*
bus_open leak sd_event_source when udevadm trigger。
ven
2019-05-22
1
-1
/
+2
*
Merge pull request #12411 from keszybz/pr/12394
Lennart Poettering
2019-05-08
2
-0
/
+2
|
\
|
*
Enable log colors for most of tools in /usr/bin
Zbigniew Jędrzejewski-Szmek
2019-05-08
2
-0
/
+2
*
|
machinectl/loginctl: show json output if requested even if zero entries
Lennart Poettering
2019-05-08
1
-1
/
+1
*
|
Merge pull request #12420 from mrc0mmand/coccinelle-tweaks
Lennart Poettering
2019-04-30
2
-3
/
+2
|
\
\
|
*
|
tree-wide: code improvements suggested by Coccinelle
Frantisek Sumsal
2019-04-30
2
-3
/
+2
|
|
/
*
/
codespell: fix spelling errors
Ben Boeckel
2019-04-29
4
-4
/
+4
|
/
*
Make fopen_temporary and fopen_temporary_label unlocked
Zbigniew Jędrzejewski-Szmek
2019-04-12
3
-6
/
+0
*
inhibit: fix argv[] usage
Lennart Poettering
2019-04-08
1
-2
/
+7
*
Merge pull request #12238 from keszybz/one-genuine-bugfix+lots-of-line-wrapping
Lennart Poettering
2019-04-08
2
-32
/
+66
|
\
|
*
logind: linewrap some long lines and remove unnecessary conditional
Zbigniew Jędrzejewski-Szmek
2019-04-07
2
-32
/
+66
*
|
pam-systemd: use secure_getenv() rather than getenv()
Lennart Poettering
2019-04-08
1
-3
/
+10
|
/
*
Merge pull request #12185 from poettering/login-unstore-fd
Zbigniew Jędrzejewski-Szmek
2019-04-02
2
-76
/
+66
|
\
|
*
logind: when we cannot attach a passed fd to a device, close it
Lennart Poettering
2019-04-02
1
-61
/
+61
|
*
logind: simplify removal of device fds
Lennart Poettering
2019-04-02
1
-15
/
+5
*
|
test: stop using dup() needlessly
Lennart Poettering
2019-04-02
1
-1
/
+2
|
/
*
tree-wide: (void)ify a few unlink() and rmdir()
Lennart Poettering
2019-03-27
1
-3
/
+3
*
Voidify more mkdir_p calls
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-2
/
+1
[prev]
[next]