summaryrefslogtreecommitdiffstats
path: root/src/basic (follow)
Commit message (Expand)AuthorAgeFilesLines
* nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-061-4/+3
* nspawn: enable all controllers we can for the "payload" subcgroup we createLennart Poettering2015-09-041-1/+1
* cgroup: always read the supported controllers from the root cgroup of the loc...Lennart Poettering2015-09-041-2/+10
* cgroup: fix potential access of uninitialized variableLennart Poettering2015-09-041-1/+1
* cgroup-util: make cg_pid_get_path() return -ENODATA when controller can't be ...Lennart Poettering2015-09-041-1/+1
* cgroup: fix potential bad memory accessLennart Poettering2015-09-041-2/+2
* cgroup: make sure cg_is_empty_recursive() returns 1 for non-existing cgroupsLennart Poettering2015-09-041-0/+2
* cgroup: when comparing agent paths, use path_equal()Lennart Poettering2015-09-041-1/+1
* audit: audit calls should return ENODATA when process are not in an audit ses...Lennart Poettering2015-09-041-1/+8
* util: document why parse_uid() returns ENXIOLennart Poettering2015-09-041-1/+4
* cgroup: move controller to dirname translation into join_path_legacy()Lennart Poettering2015-09-041-16/+13
* util: add new uid_is_valid() callLennart Poettering2015-09-042-7/+18
* macro: introduce new PID_TO_PTR macros and make use of themLennart Poettering2015-09-042-5/+8
* cg_get_path: Removed unreachable statementreverendhomer2015-09-031-4/+1
* tree-wide: fix indentationThomas Hindoe Paaboel Andersen2015-09-021-1/+1
* Merge pull request #1116 from poettering/unified-rebasedLennart Poettering2015-09-025-252/+567
|\
| * core: unified cgroup hierarchy supportLennart Poettering2015-09-015-252/+567
* | Merge pull request #1112 from poettering/sd-bus-container-fixesDavid Herrmann2015-09-023-0/+24
|\ \
| * | machined: introduce a ptsname_namespace() call and make use of itLennart Poettering2015-09-012-0/+21
| * | machined: call unlockpt() in container, not hostLennart Poettering2015-09-011-0/+3
* | | virt: detect parallels virtualizationEvgeny Vereshchagin2015-09-021-2/+4
* | | Merge pull request #1098 from filbranden/cpuaffinity2Lennart Poettering2015-09-011-0/+3
|\ \ \ | |_|/ |/| |
| * | util: Declare a cleanup routine for a cpu_set_tFilipe Brandenburger2015-09-011-0/+3
* | | Merge pull request #1107 from msekletar/selinux-get-raw-contextLennart Poettering2015-09-011-5/+5
|\ \ \ | |_|/ |/| |
| * | selinux: always use *_raw API from libselinuxMichal Sekletar2015-09-011-5/+5
| |/
* | Merge pull request #1111 from poettering/more-cgroup-fixesTom Gundersen2015-09-013-49/+68
|\ \
| * | cgroup: the root cgroup is always populatedLennart Poettering2015-09-011-0/+4
| * | cgroup: drop "ignore_self" argument from cg_is_empty()Lennart Poettering2015-09-012-22/+15
| * | cgroup: small cleanups and coding style fixesLennart Poettering2015-09-011-24/+36
| * | cgroup: don't allow hidden cgroupsLennart Poettering2015-09-011-1/+1
| * | cgroup: never migrate kernel threads out of the root cgroupLennart Poettering2015-09-011-0/+8
| * | set: return NULL on destructorsLennart Poettering2015-09-011-2/+4
| |/
* | Merge pull request #1108 from phomes/dont-shadow-globalsDavid Herrmann2015-09-011-2/+2
|\ \ | |/ |/|
| * tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen2015-09-011-2/+2
* | process-util: trivial optimizationLennart Poettering2015-08-311-2/+2
* | util: treat 'C' and 'POSIX' locale identicalLennart Poettering2015-08-311-1/+1
* | extract_first_word: Refactor EXTRACT_DONT_COALESCE_SEPARATORS handlingFilipe Brandenburger2015-08-311-9/+6
* | extract_first_word: Refactor allocation in empty argument caseFilipe Brandenburger2015-08-311-10/+10
|/
* util: make malloc0 ask calloc for one block of size nThomas Hindoe Paaboel Andersen2015-08-301-1/+1
* Merge pull request #1063 from poettering/dbus-interface-from-typeTom Gundersen2015-08-284-1/+63
|\
| * cgtop: major modernizationsLennart Poettering2015-08-282-0/+23
| * core: add unit_dbus_interface_from_type() to unit-name.hLennart Poettering2015-08-282-1/+40
* | Merge pull request #1061 from poettering/pagerDaniel Mack2015-08-281-2/+18
|\ \
| * | copy: add splice() based fallbackLennart Poettering2015-08-281-2/+18
| |/
* | Merge pull request #1055 from poettering/dhcp-updatesTom Gundersen2015-08-274-4/+38
|\ \ | |/ |/|
| * tree-wide: we place the opening bracket on the same line as the function nameLennart Poettering2015-08-271-2/+1
| * basic: document that people shouldn't use refcnt.h without reasonLennart Poettering2015-08-261-1/+3
| * time-util: add new get_timezone() call to get local timezoneLennart Poettering2015-08-262-1/+34
* | Revert "sd-bus: do not connect to dbus-1 socket when kdbus is available"David Herrmann2015-08-271-0/+1
|/
* machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering2015-08-242-0/+27