Age | Commit message (Expand) | Author |
2013-06-27 | core: general cgroup rework | Lennart Poettering |
2013-06-21 | login: add an api to determine the slice a PID is located in to libsystemd-login | Lennart Poettering |
2013-06-20 | logind: uninitialized variable | Zbigniew Jędrzejewski-Szmek |
2013-06-20 | sd-login: update machine enumeration/notifications APIs for new /run/systemd/... | Lennart Poettering |
2013-06-20 | logind: make ListMachines bus call public | Lennart Poettering |
2013-06-20 | logind: add infrastructure to keep track of machines, and move to slices | Lennart Poettering |
2013-06-19 | cgls,loginctl,systemctl: fix -l | Zbigniew Jędrzejewski-Szmek |
2013-06-17 | journalctl,loginctl,systemctl,systemd-cgls: add -l as alias for --full | Daniel Albers |
2013-06-10 | Use stdint.h macros instead of casts to print uint64_t values | Zbigniew Jędrzejewski-Szmek |
2013-06-09 | Allow for the use of @ in remote host calls | Daniel Wallace |
2013-05-07 | login: add missing _public_ to sd_get_machine_names() | Lennart Poettering |
2013-05-06 | systemd-sleep: add support for freeze and standby | Zbigniew Jędrzejewski-Szmek |
2013-05-02 | Add __attribute__((const, pure, format)) in various places | Zbigniew Jędrzejewski-Szmek |
2013-05-01 | cgls: add --machine/-M | Zbigniew Jędrzejewski-Szmek |
2013-04-25 | conf-parser: restrict .include usage | Lennart Poettering |
2013-04-24 | login: allow watching virtual machines with sd_get_machine_names() | Lennart Poettering |
2013-04-24 | login: add new call sd_get_machine_names() to get a list of current virtual m... | Lennart Poettering |
2013-04-24 | logind: don't busy loop if a job is still running but the delay timeout expires | Lennart Poettering |
2013-04-24 | inhbit: show comm field of inhibiting processes | Lennart Poettering |
2013-04-24 | logind: properly enumerate user/session cgroups under their new suffixed names | Lennart Poettering |
2013-04-22 | cgroup: make sure all our cgroup objects have a suffix and are properly escaped | Lennart Poettering |
2013-04-19 | logind-dbus: initialize result variable | Lukas Nykryn |
2013-04-18 | sd-login.c: fixup for d70964d0 | Harald Hoyer |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-18 | login/sd-login.c: make use of _cleanup_free_ and friends | Harald Hoyer |
2013-04-18 | Move bus_error to dbus-common and remove bus_error_message_or_strerror | Simon Peeters |
2013-04-17 | Report about syntax errors with metadata | Zbigniew Jędrzejewski-Szmek |
2013-04-16 | nspawn: introduce the new /machine/ tree in the cgroup tree and move containe... | Lennart Poettering |
2013-04-16 | logind: filter configured cgroup controller lists | Lennart Poettering |
2013-04-16 | logind: when looking for cgroup prefixes, allocate from stack | Lennart Poettering |
2013-04-15 | core: always create /user and /machine top-level cgroup dirs | Lennart Poettering |
2013-04-15 | Fix spelling errors using 'codespell' tool | Anatol Pomozov |
2013-04-15 | sd-login: add a sd_pid_get_user_unit() call | Lennart Poettering |
2013-04-11 | errno is positive | Zbigniew Jędrzejewski-Szmek |
2013-04-10 | logind: avoid creating stale session state files | Fedora systemd team |
2013-04-09 | logind: introduce an explicit session class for cronjobs and similar | Lennart Poettering |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | logind: consider key inhibitors that are taken by non-session processes as gl... | Lennart Poettering |
2013-04-05 | PAM, uaccess: check for logind, not for systemd | Martin Pitt |
2013-04-04 | login: add sd_login_monitor_get_timeout() public api call | Lennart Poettering |
2013-04-04 | login: add new public API call sd_login_monitor_get_events() to get poll() fl... | Lennart Poettering |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
2013-03-26 | Drop src/login/uaccess.c, dead code | Martin Pitt |
2013-03-23 | uaccess: remove needless usb_id call from udev rules | Kay Sievers |
2013-03-18 | logind: exploit previous cleanups and simplify returns | Zbigniew Jędrzejewski-Szmek |
2013-03-18 | logind: Make more use of cleanup macros | Colin Walters |
2013-03-18 | Use bus_maybe_send_reply() where applicable | Colin Walters |
2013-03-15 | logind: explicitly create state directories during early initialization | Lennart Poettering |
2013-03-11 | Move udevadm to rootbindir | Michael Biebl |