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
*
util-lib: move CONF_DIRS_NULSTR definition to def.h
Lennart Poettering
2015-11-03
1
-0
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
20
-1
/
+21
*
user-util: move UID/GID related macros from macro.h to user-util.h
Lennart Poettering
2015-10-27
2
-4
/
+6
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
4
-4
/
+4
*
util-lib: move more locale-related calls to locale-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
4
-5
/
+9
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
2
-0
/
+2
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
3
-0
/
+3
*
util-lib: move mount related utility calls to mount-util.[ch]
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 string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
6
-0
/
+6
*
util: remove lookup_uid(), replace by uid_to_name()
Lennart Poettering
2015-10-26
2
-2
/
+2
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
9
-9
/
+19
*
util-lib: split out IO related calls to io-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+2
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
14
-19
/
+32
*
util: move logind_running() to login-util.[ch]
Lennart Poettering
2015-10-24
1
-12
/
+12
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
11
-23
/
+37
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
5
-39
/
+46
*
logind: minor clean-ups
Lennart Poettering
2015-10-22
1
-6
/
+10
*
login: suspend - be a bit more explicit when logging
Tom Gundersen
2015-10-14
1
-1
/
+1
*
logind: remove warn_melody() logic
Lennart Poettering
2015-10-01
1
-1
/
+0
*
tree-wide: clean up log_syntax() usage
Lennart Poettering
2015-09-30
1
-3
/
+3
*
Merge pull request #1421 from keszybz/formatting-fixes
Daniel Mack
2015-09-30
1
-7
/
+9
|
\
|
*
logind: avoid a dot before parenthesis
Zbigniew Jędrzejewski-Szmek
2015-09-30
1
-7
/
+9
*
|
tree-wide: use strempty() where possible
Daniel Mack
2015-09-30
1
-1
/
+1
*
|
bus-util: rename bus_open_transport() to bus_connect_transport()
Lennart Poettering
2015-09-29
1
-1
/
+1
*
|
util: introduce common version() implementation and use it everywhere
Lennart Poettering
2015-09-29
2
-25
/
+21
|
/
*
pam: systemd-user - call selinux module
Kay Sievers
2015-09-22
2
-0
/
+6
*
Merge pull request #1335 from poettering/some-fixes
Daniel Mack
2015-09-22
1
-1
/
+1
|
\
|
*
util: drop UID_IS_INVALID() in favour of uid_is_valid()
Lennart Poettering
2015-09-22
1
-1
/
+1
*
|
login: support more than just power-gpio-key
doubleodoug
2015-09-22
1
-1
/
+1
|
/
*
loginctl: print nontrivial properties in logictl show-*
Lukas Nykryn
2015-09-11
1
-3
/
+149
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-5
/
+5
*
logind: allow dry run variants for scheduled shutdowns
Daniel Mack
2015-09-09
2
-29
/
+45
*
tree-wide: make use of log_error_errno() return value in more cases
Lennart Poettering
2015-09-09
1
-8
/
+12
*
tree-wide: drop {} from one-line if blocks
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: make use of log_error_errno() return value
Lennart Poettering
2015-09-09
1
-2
/
+1
*
tree-wide: drop redundant if checks before safe_close()
Lennart Poettering
2015-09-09
1
-3
/
+1
*
tree-wide: make more code use safe_close()
Lennart Poettering
2015-09-09
1
-4
/
+2
*
tree-wide: use coccinelle to patch a lot of code to use mfree()
Lennart Poettering
2015-09-09
4
-8
/
+4
*
treewide: fix typos
Torstein Husebø
2015-09-08
1
-1
/
+1
*
Merge pull request #1165 from poettering/nspawn-files
Tom Gundersen
2015-09-07
1
-10
/
+12
|
\
|
*
logind: make scope of wall message handling smaller
Lennart Poettering
2015-09-05
1
-10
/
+12
*
|
bus-util: support details in CheckAuthorization calls
Michael Chapman
2015-09-05
4
-6
/
+20
|
/
*
login: fix NULL-deref on wall_message
David Herrmann
2015-09-05
1
-4
/
+6
*
logind: when parsing a boolean via sd-bus the type must be "int"
Lennart Poettering
2015-09-04
1
-1
/
+1
*
logind: treat an empty wall message like a NULL one
Lennart Poettering
2015-09-04
1
-8
/
+11
*
cgroup: drop "ignore_self" argument from cg_is_empty()
Lennart Poettering
2015-09-01
1
-1
/
+1
*
logind: Listen to WMI hotkeys to catch SW_DOCK state/events
Martin Pitt
2015-09-01
1
-0
/
+1
*
login: support user-bus on dbus1
David Herrmann
2015-08-31
1
-11
/
+24
[next]