Age | Commit message (Expand) | Author |
2015-09-09 | Merge pull request #1218 from poettering/safe-fclose | Daniel Mack |
2015-09-09 | util: introduce safe_fclose() and port everything over to it | Lennart Poettering |
2015-09-09 | locale: kill free_and_replace() | Daniel Mack |
2015-09-09 | smack: introduce new mac_smack_copy() function | Sangjung Woo |
2015-09-09 | Merge pull request #1210 from poettering/import-fixes | Daniel Mack |
2015-09-09 | tree-wide: drop {} from one-line if blocks | Lennart Poettering |
2015-09-09 | tree-wide: don't do assignments within if checks | Lennart Poettering |
2015-09-09 | tree-wide: use coccinelle to patch a lot of code to use mfree() | Lennart Poettering |
2015-09-08 | cgroups: make sure the "devices" controller's enum is named the same way as t... | Lennart Poettering |
2015-09-08 | Merge pull request #1190 from poettering/rework-virt | Daniel Mack |
2015-09-08 | cgroup-util: fix devices controller | Martin Pitt |
2015-09-07 | basic: rework virtualization detection API | Lennart Poettering |
2015-09-07 | Merge pull request #1165 from poettering/nspawn-files | Tom Gundersen |
2015-09-06 | nspawn: add new .nspawn files for container settings | Lennart Poettering |
2015-09-06 | core: pass details to polkit for some unit actions | Michael Chapman |
2015-09-04 | nspawn: enable all controllers we can for the "payload" subcgroup we create | Lennart Poettering |
2015-09-04 | cgroup: always read the supported controllers from the root cgroup of the loc... | Lennart Poettering |
2015-09-04 | cgroup: fix potential access of uninitialized variable | Lennart Poettering |
2015-09-04 | cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ... | Lennart Poettering |
2015-09-04 | cgroup: fix potential bad memory access | Lennart Poettering |
2015-09-04 | cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroups | Lennart Poettering |
2015-09-04 | cgroup: when comparing agent paths, use path_equal() | Lennart Poettering |
2015-09-04 | audit: audit calls should return ENODATA when process are not in an audit ses... | Lennart Poettering |
2015-09-04 | util: document why parse_uid() returns ENXIO | Lennart Poettering |
2015-09-04 | cgroup: move controller to dirname translation into join_path_legacy() | Lennart Poettering |
2015-09-04 | util: add new uid_is_valid() call | Lennart Poettering |
2015-09-04 | macro: introduce new PID_TO_PTR macros and make use of them | Lennart Poettering |
2015-09-03 | cg_get_path: Removed unreachable statement | reverendhomer |
2015-09-02 | tree-wide: fix indentation | Thomas Hindoe Paaboel Andersen |
2015-09-02 | Merge pull request #1116 from poettering/unified-rebased | Lennart Poettering |
2015-09-02 | Merge pull request #1112 from poettering/sd-bus-container-fixes | David Herrmann |
2015-09-02 | virt: detect parallels virtualization | Evgeny Vereshchagin |
2015-09-01 | core: unified cgroup hierarchy support | Lennart Poettering |
2015-09-01 | Merge pull request #1098 from filbranden/cpuaffinity2 | Lennart Poettering |
2015-09-01 | Merge pull request #1107 from msekletar/selinux-get-raw-context | Lennart Poettering |
2015-09-01 | machined: introduce a ptsname_namespace() call and make use of it | Lennart Poettering |
2015-09-01 | machined: call unlockpt() in container, not host | Lennart Poettering |
2015-09-01 | Merge pull request #1111 from poettering/more-cgroup-fixes | Tom Gundersen |
2015-09-01 | cgroup: the root cgroup is always populated | Lennart Poettering |
2015-09-01 | cgroup: drop "ignore_self" argument from cg_is_empty() | Lennart Poettering |
2015-09-01 | cgroup: small cleanups and coding style fixes | Lennart Poettering |
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 | set: return NULL on destructors | Lennart Poettering |
2015-09-01 | selinux: always use *_raw API from libselinux | Michal Sekletar |
2015-08-31 | util: Declare a cleanup routine for a cpu_set_t | Filipe Brandenburger |
2015-08-31 | process-util: trivial optimization | Lennart Poettering |
2015-08-31 | util: treat 'C' and 'POSIX' locale identical | Lennart Poettering |