summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
2015-09-16Merge pull request #1269 from zonque/netclsLennart Poettering
2015-09-16basic: nicer xsprintf and xstrftime assert messagesMichal Schmidt
2015-09-16basic: nicer assert messagesMichal Schmidt
2015-09-16basic: make sure argument of ELEMENTSOF is an arrayMichal Schmidt
2015-09-16cgroup: add support for net_cls controllersDaniel Mack
2015-09-11core: refactor cpu shares/blockio weight cgroup logicLennart Poettering
2015-09-11util: remove ring.[ch] + pty.[ch] and testsLennart Poettering
2015-09-10Merge pull request #1239 from poettering/cgroup-pidsDaniel Mack
2015-09-10core: add support for the "pids" cgroup controllerLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09Merge pull request #1218 from poettering/safe-fcloseDaniel Mack
2015-09-09util: introduce safe_fclose() and port everything over to itLennart Poettering
2015-09-09locale: kill free_and_replace()Daniel Mack
2015-09-09smack: introduce new mac_smack_copy() functionSangjung Woo
2015-09-09Merge pull request #1210 from poettering/import-fixesDaniel Mack
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: don't do assignments within if checksLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-08cgroups: make sure the "devices" controller's enum is named the same way as t...Lennart Poettering
2015-09-08Merge pull request #1190 from poettering/rework-virtDaniel Mack
2015-09-08cgroup-util: fix devices controllerMartin Pitt
2015-09-07basic: rework virtualization detection APILennart Poettering
2015-09-07Merge pull request #1165 from poettering/nspawn-filesTom Gundersen
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-09-06core: pass details to polkit for some unit actionsMichael Chapman
2015-09-04nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering
2015-09-04cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering
2015-09-04cgroup: fix potential access of uninitialized variableLennart Poettering
2015-09-04cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...Lennart Poettering
2015-09-04cgroup: fix potential bad memory accessLennart Poettering
2015-09-04cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroupsLennart Poettering
2015-09-04cgroup: when comparing agent paths, use path_equal()Lennart Poettering
2015-09-04audit: audit calls should return ENODATA when process are not in an audit ses...Lennart Poettering
2015-09-04util: document why parse_uid() returns ENXIOLennart Poettering
2015-09-04cgroup: move controller to dirname translation into join_path_legacy()Lennart Poettering
2015-09-04util: add new uid_is_valid() callLennart Poettering
2015-09-04macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering
2015-09-03cg_get_path: Removed unreachable statementreverendhomer
2015-09-02tree-wide: fix indentationThomas Hindoe Paaboel Andersen
2015-09-02Merge pull request #1116 from poettering/unified-rebasedLennart Poettering
2015-09-02Merge pull request #1112 from poettering/sd-bus-container-fixesDavid Herrmann
2015-09-02virt: detect parallels virtualizationEvgeny Vereshchagin
2015-09-01core: unified cgroup hierarchy supportLennart Poettering
2015-09-01Merge pull request #1098 from filbranden/cpuaffinity2Lennart Poettering
2015-09-01Merge pull request #1107 from msekletar/selinux-get-raw-contextLennart Poettering
2015-09-01machined: introduce a ptsname_namespace() call and make use of itLennart Poettering
2015-09-01machined: call unlockpt() in container, not hostLennart Poettering
2015-09-01Merge pull request #1111 from poettering/more-cgroup-fixesTom Gundersen
2015-09-01cgroup: the root cgroup is always populatedLennart Poettering
2015-09-01cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering