summaryrefslogtreecommitdiff
path: root/src/basic
AgeCommit message (Expand)Author
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
2015-09-01cgroup: small cleanups and coding style fixesLennart Poettering
2015-09-01cgroup: don't allow hidden cgroupsLennart Poettering
2015-09-01cgroup: never migrate kernel threads out of the root cgroupLennart Poettering
2015-09-01Merge pull request #1108 from phomes/dont-shadow-globalsDavid Herrmann
2015-09-01tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen
2015-09-01set: return NULL on destructorsLennart Poettering
2015-09-01selinux: always use *_raw API from libselinuxMichal Sekletar
2015-08-31util: Declare a cleanup routine for a cpu_set_tFilipe Brandenburger
2015-08-31process-util: trivial optimizationLennart Poettering
2015-08-31util: treat 'C' and 'POSIX' locale identicalLennart Poettering
2015-08-30extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handlingFilipe Brandenburger
2015-08-30extract_first_word: Refactor allocation in empty argument caseFilipe Brandenburger
2015-08-30util: make malloc0 ask calloc for one block of size nThomas Hindoe Paaboel Andersen
2015-08-28Merge pull request #1063 from poettering/dbus-interface-from-typeTom Gundersen
2015-08-28Merge pull request #1061 from poettering/pagerDaniel Mack
2015-08-28cgtop: major modernizationsLennart Poettering
2015-08-28core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering
2015-08-28copy: add splice() based fallbackLennart Poettering
2015-08-27Merge pull request #1055 from poettering/dhcp-updatesTom Gundersen