summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: make use of kcmp() to compare fds, if it is availableLennart Poettering2015-01-073-4/+89
* util: don't fail recursive bind mounting if we cannot read the mount flags fr...Lennart Poettering2015-01-071-6/+9
* core: implement serialization/deserialization of fd store elementsLennart Poettering2015-01-071-71/+112
* tmpfiles: make gcc shut upLennart Poettering2015-01-061-1/+1
* journal: consider file deletion errors a reason for rotationLennart Poettering2015-01-061-1/+2
* journald: whenever we rotate a file, btrfs defrag itLennart Poettering2015-01-064-0/+36
* tmpfiles: finish with EXIT_FAILURE if anything failedZbigniew Jędrzejewski-Szmek2015-01-061-14/+22
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-064-5/+5
* journal-upload: enable curl debug output conditionallyZbigniew Jędrzejewski-Szmek2015-01-061-2/+3
* build-sys: add two more missing makefile linksLennart Poettering2015-01-062-0/+2
* machined: simplificationLennart Poettering2015-01-061-4/+6
* journald: allow restarting journald without losing stream connectionsLennart Poettering2015-01-063-61/+348
* core: add new logic for services to store file descriptors in PID 1Lennart Poettering2015-01-0614-83/+408
* cgroup: memory limits on / are not supportedZbigniew Jędrzejewski-Szmek2015-01-051-1/+1
* cgroup: fix error messageZbigniew Jędrzejewski-Szmek2015-01-051-0/+3
* journal: call connect() with dropped privilegesZbigniew Jędrzejewski-Szmek2015-01-051-24/+62
* core: rework counting of running jobsLennart Poettering2015-01-053-28/+52
* path-lookup, systemctl: export lookup_paths_init_from_scope() from shared/ins...Ivan Shapovalov2015-01-054-21/+21
* tmpfiles: fix 'D' linesLennart Poettering2015-01-051-1/+1
* nss-myhostname: always will in canonical hostname field when resolving addres...Lennart Poettering2015-01-051-17/+19
* bus-proxyd: don't allow to acquire org.freedesktop.DBus nameLukasz Skalski2015-01-051-0/+4
* core: fix typo in log messageMichael Biebl2015-01-051-1/+1
* machinectl: remove spurious newlineLennart Poettering2015-01-051-1/+0
* sd-bus: sync kdbus.hDaniel Mack2015-01-052-2/+5
* util: Do not clear parent mount flags when setting up namespacesTopi Miettinen2015-01-051-2/+21
* udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering2015-01-0524-130/+170
* fstab-generator: use more appropriate checks for swap and device availabilityLennart Poettering2015-01-051-1/+6
* libsystemd-network: fix typo in lldpTorstein Husebø2015-01-052-7/+7
* util: Fix signedness error in lines(), match implementationsColin Walters2015-01-051-3/+3
* journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering2015-01-051-14/+4
* journald: when we detect the journal file we are about to write to has been d...Lennart Poettering2015-01-054-18/+57
* systemctl: properly iterate through service array when dispatching to sysvLennart Poettering2015-01-051-2/+4
* journald: add some additional checks before we divide by values read from jou...Lennart Poettering2015-01-051-12/+21
* journalctl: static variables immediately configured via command line argument...Lennart Poettering2015-01-051-10/+9
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-054-31/+38
* systemctl: fix waiting for jobs when using direct connections to PID 1 for dbusLennart Poettering2015-01-051-0/+8
* journald: constify all thingsLennart Poettering2015-01-051-10/+18
* machined,bus-proxy: fix connecting to containersLennart Poettering2015-01-053-6/+6
* journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering2015-01-055-7/+6
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-059-27/+419
* nspawn: mount most of the cgroup tree read-only in nspawn containers except f...Lennart Poettering2015-01-054-46/+188
* cgroup: downgrade log messages when we cannot write to cgroup trees that are ...Lennart Poettering2015-01-051-10/+28
* machinectl: Check type instead of path before printing the typeThomas Hindoe Paaboel Andersen2015-01-021-1/+1
* mount: do not use -n when running in --user modeZbigniew Jędrzejewski-Szmek2015-01-011-25/+24
* Type of mount(2) flags is unsigned longTopi Miettinen2015-01-012-2/+2
* udev: improve help/usage for some more programsRobert Milasan2015-01-015-13/+15
* networkctl: avoid potential use of unitialized variablesZbigniew Jędrzejewski-Szmek2015-01-011-7/+16
* networkctl: remove unused variableZbigniew Jędrzejewski-Szmek2015-01-011-5/+0
* network: fix scanf/printf formatZbigniew Jędrzejewski-Szmek2015-01-012-3/+3
* missing: add __NR_renameat2Zbigniew Jędrzejewski-Szmek2015-01-011-0/+24