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
*
Use stdint.h macros instead of casts to print uint64_t values
Zbigniew Jędrzejewski-Szmek
2013-06-10
1
-44
/
+15
*
Allow for the use of @ in remote host calls
Daniel Wallace
2013-06-10
1
-2
/
+3
*
login: add missing _public_ to sd_get_machine_names()
Lennart Poettering
2013-05-07
1
-1
/
+1
*
systemd-sleep: add support for freeze and standby
Zbigniew Jędrzejewski-Szmek
2013-05-06
2
-42
/
+21
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
3
-12
/
+12
*
cgls: add --machine/-M
Zbigniew Jędrzejewski-Szmek
2013-05-01
1
-2
/
+2
*
conf-parser: restrict .include usage
Lennart Poettering
2013-04-25
1
-6
/
+4
*
login: allow watching virtual machines with sd_get_machine_names()
Lennart Poettering
2013-04-25
1
-0
/
+21
*
login: add new call sd_get_machine_names() to get a list of current virtual m...
Lennart Poettering
2013-04-25
3
-2
/
+52
*
logind: don't busy loop if a job is still running but the delay timeout expires
Lennart Poettering
2013-04-25
2
-3
/
+2
*
inhbit: show comm field of inhibiting processes
Lennart Poettering
2013-04-25
2
-3
/
+7
*
logind: properly enumerate user/session cgroups under their new suffixed names
Lennart Poettering
2013-04-24
1
-32
/
+42
*
cgroup: make sure all our cgroup objects have a suffix and are properly escaped
Lennart Poettering
2013-04-23
3
-36
/
+24
*
logind-dbus: initialize result variable
Lukas Nykryn
2013-04-19
1
-1
/
+1
*
sd-login.c: fixup for d70964d0
Harald Hoyer
2013-04-18
1
-1
/
+2
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
6
-14
/
+14
*
login/sd-login.c: make use of _cleanup_free_ and friends
Harald Hoyer
2013-04-18
1
-139
/
+61
*
Move bus_error to dbus-common and remove bus_error_message_or_strerror
Simon Peeters
2013-04-18
2
-3
/
+3
*
Report about syntax errors with metadata
Zbigniew Jędrzejewski-Szmek
2013-04-17
3
-2
/
+4
*
nspawn: introduce the new /machine/ tree in the cgroup tree and move containe...
Lennart Poettering
2013-04-16
5
-43
/
+17
*
logind: filter configured cgroup controller lists
Lennart Poettering
2013-04-16
1
-6
/
+4
*
logind: when looking for cgroup prefixes, allocate from stack
Lennart Poettering
2013-04-16
1
-8
/
+2
*
core: always create /user and /machine top-level cgroup dirs
Lennart Poettering
2013-04-15
2
-4
/
+4
*
Fix spelling errors using 'codespell' tool
Anatol Pomozov
2013-04-15
2
-2
/
+2
*
sd-login: add a sd_pid_get_user_unit() call
Lennart Poettering
2013-04-15
2
-0
/
+16
*
errno is positive
Zbigniew Jędrzejewski-Szmek
2013-04-12
1
-1
/
+1
*
logind: avoid creating stale session state files
Fedora systemd team
2013-04-10
1
-2
/
+2
*
logind: introduce an explicit session class for cronjobs and similar
Lennart Poettering
2013-04-09
4
-21
/
+46
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-06
5
-51
/
+31
*
logind: consider key inhibitors that are taken by non-session processes as gl...
Lennart Poettering
2013-04-05
1
-1
/
+6
*
PAM, uaccess: check for logind, not for systemd
Martin Pitt
2013-04-05
1
-4
/
+2
*
login: add sd_login_monitor_get_timeout() public api call
Lennart Poettering
2013-04-04
3
-4
/
+34
*
login: add new public API call sd_login_monitor_get_events() to get poll() fl...
Lennart Poettering
2013-04-04
3
-1
/
+15
*
util: rename parse_usec() to parse_sec() sinds the default unit is seconds
Lennart Poettering
2013-04-03
1
-2
/
+2
*
util: rename write_one_line_file() to write_string_file()
Lennart Poettering
2013-04-03
2
-3
/
+3
*
Drop src/login/uaccess.c, dead code
Martin Pitt
2013-03-26
1
-91
/
+0
*
uaccess: remove needless usb_id call from udev rules
Kay Sievers
2013-03-23
1
-1
/
+0
*
logind: exploit previous cleanups and simplify returns
Zbigniew Jędrzejewski-Szmek
2013-03-19
6
-276
/
+178
*
logind: Make more use of cleanup macros
Colin Walters
2013-03-19
6
-102
/
+32
*
Use bus_maybe_send_reply() where applicable
Colin Walters
2013-03-19
3
-3
/
+3
*
logind: explicitly create state directories during early initialization
Lennart Poettering
2013-03-15
1
-0
/
+10
*
Move udevadm to rootbindir
Michael Biebl
2013-03-11
1
-1
/
+1
*
pager: introduce "jump to end" option
Harald Hoyer
2013-03-07
1
-1
/
+1
*
logind: don't hit an assert if an close() on an input device fd fails with EN...
Lennart Poettering
2013-03-07
1
-3
/
+7
*
inhibit: print --list if no argument is given
Kay Sievers
2013-03-05
1
-1
/
+4
*
logind: when registering a new session always use previous session info from ...
Lennart Poettering
2013-03-05
1
-87
/
+86
*
inhibit: make the output more readable
Mantas Mikulėnas
2013-03-01
1
-18
/
+9
*
systemctl: make shutdown operations use irreversible jobs
Michal Schmidt
2013-02-22
1
-1
/
+1
*
update TODO
Thomas Hindoe Paaboel Andersen
2013-02-14
1
-1
/
+1
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
7
-1
/
+10
[next]