Age | Commit message (Expand) | Author |
2015-09-01 | cgroup: don't allow hidden cgroups | Lennart Poettering |
2015-09-01 | cgroup: never migrate kernel threads out of the root cgroup | Lennart Poettering |
2015-09-01 | Merge pull request #1108 from phomes/dont-shadow-globals | David Herrmann |
2015-09-01 | tree-wide: do not shadow the global var timezone | Thomas Hindoe Paaboel Andersen |
2015-09-01 | units: enable waiting for unit termination in certain cases | Lennart Poettering |
2015-09-01 | core: add OOM check in config_parse_join_controllers | Filipe Brandenburger |
2015-09-01 | core: Log parse errors in config_parse_join_controllers | Filipe Brandenburger |
2015-09-01 | unit: suppress unnecessary cgroup empty check | Lennart Poettering |
2015-09-01 | manager: don't write first-boot flag file all the time | Lennart Poettering |
2015-09-01 | sd-login: improve error handling | Lennart Poettering |
2015-09-01 | cgtop: properly show "/" instead of empty string in cgroup list | Lennart Poettering |
2015-09-01 | set: return NULL on destructors | Lennart Poettering |
2015-09-01 | selinux: always use *_raw API from libselinux | Michal Sekletar |
2015-09-01 | Merge pull request #1066 from ssahani/tunnel | Lennart Poettering |
2015-09-01 | logind: Listen to WMI hotkeys to catch SW_DOCK state/events | Martin Pitt |
2015-08-31 | core: Use extract_first_word in config_parse_join_controllers | Filipe Brandenburger |
2015-08-31 | util: Declare a cleanup routine for a cpu_set_t | Filipe Brandenburger |
2015-08-31 | core: Use extract_first_word in config_parse_cpu_affinity2 | Filipe Brandenburger |
2015-08-31 | Merge pull request #1097 from teg/dhcp-server-2 | David Herrmann |
2015-08-31 | networkd: dhcp-server - allow configuration of the pool | Tom Gundersen |
2015-08-31 | networkd: dhcp-server - default to manage the whole subnet | Tom Gundersen |
2015-08-31 | sd-dhcp-server: simplify pool creation | Tom Gundersen |
2015-08-31 | login: support user-bus on dbus1 | David Herrmann |
2015-08-31 | cgtop: rework error handling | Lennart Poettering |
2015-08-31 | sd-event: improve debug message when we fail to remove and fd from an epoll | Lennart Poettering |
2015-08-31 | cgls: pretty print root cgroup path | Lennart Poettering |
2015-08-31 | manager: remove ask-password fd from sd_event before closing it | Lennart Poettering |
2015-08-31 | cgtop: allow toggling of --recursive= and -k at runtime | Lennart Poettering |
2015-08-31 | cgtop: recursively count cgroup member tasks | Lennart Poettering |
2015-08-31 | cgtop: ignore kernel threads when counting tasks | Lennart Poettering |
2015-08-31 | cgls: print the expressive error message we have | Lennart Poettering |
2015-08-31 | process-util: trivial optimization | Lennart Poettering |
2015-08-31 | cgtop: show resource usage relative to cgroup root only | Lennart Poettering |
2015-08-31 | unit: minor simplification | Lennart Poettering |
2015-08-31 | util: treat 'C' and 'POSIX' locale identical | Lennart Poettering |
2015-08-31 | pager: set $LESSCHARSET when we output UTF8 chars | Lennart Poettering |
2015-08-31 | unit: unify how we assing slices to units | Lennart Poettering |
2015-08-31 | unit: add new macros to test for unit contexts | Lennart Poettering |
2015-08-31 | core: use DUAL_TIMESTAMP_NULL where we can | Lennart Poettering |
2015-08-31 | core: don't generate stub unit file for transient units | Lennart Poettering |
2015-08-31 | build-sys: add missing Makefile symlink | Lennart Poettering |
2015-08-31 | socket: fix setsockopt call. SOL_SOCKET changed to SOL_TCP. | Robin Hack |
2015-08-31 | Merge pull request #1083 from filbranden/configparse1 | Lennart Poettering |
2015-08-31 | networkd: add support for tunnel encap limit | Susant Sahani |
2015-08-30 | extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handling | Filipe Brandenburger |
2015-08-30 | extract_first_word: Refactor allocation in empty argument case | Filipe Brandenburger |
2015-08-30 | sd-bus: Fix incorrect cleanup attribute in bus_match_to_string() | Cristian Rodríguez |
2015-08-30 | core: add attribute printf to null_log() | Cristian Rodríguez |
2015-08-30 | locale: add printf attribute to log_xkb() | Cristian Rodríguez |
2015-08-30 | Merge pull request #1073 from phomes/master | Lennart Poettering |