summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* hostnamed: introduce new "embedded" chassis typeLennart Poettering2014-11-061-1/+2
* shared: rename condition-util.[ch] to condition.[ch]Lennart Poettering2014-11-0610-11/+9
* core: get rid of condition.c and move the remaining call into util.cLennart Poettering2014-11-066-98/+52
* condition: order condition types the same way in man page, enum, tablesLennart Poettering2014-11-062-29/+29
* core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal...Lennart Poettering2014-11-0613-119/+276
* condition: record test state internally and beef it up to be a full enumLennart Poettering2014-11-064-18/+38
* condition: add more test casesLennart Poettering2014-11-062-1/+59
* journal: adjust audit log messages a bitLennart Poettering2014-11-061-2/+2
* condition: internalize condition test functionsLennart Poettering2014-11-063-53/+52
* condition: unify condition logic in one fileLennart Poettering2014-11-065-235/+272
* condition: properly allow passing back errors from condition checksLennart Poettering2014-11-067-53/+70
* login: rerun vconsole-setup when switching from vgacon to fbconRay Strode2014-11-061-0/+11
* udev hwdb: Change error message regarding missing hwdb.bin back to debug.Colin Guthrie2014-11-051-1/+1
* util: minor modernisationsLennart Poettering2014-11-051-3/+6
* condition: rewrite condition_test_kernel_command_line() based on unquote_firs...Lennart Poettering2014-11-052-29/+35
* sd-pppoe: spellingTom Gundersen2014-11-051-1/+1
* sd-bus: by default allow all creds to be passed alongLennart Poettering2014-11-051-2/+2
* core: introduce new Delegate=yes/no property controlling creation of cgroup s...Lennart Poettering2014-11-0512-8/+96
* libsystemd-network: don't use unaligned helpers in _packed_ structsTom Gundersen2014-11-052-22/+15
* shared: unaligned - use void* instead of unaligned be16_t*Tom Gundersen2014-11-052-47/+58
* sd-pppoe: whitespaceTom Gundersen2014-11-051-6/+3
* test: hashmap-plain - make coverity happyTom Gundersen2014-11-051-1/+1
* test: fileio - make coverity happyTom Gundersen2014-11-051-1/+1
* shared: ptyfwd - make coverity happyTom Gundersen2014-11-051-2/+2
* manager: Ensure user's systemd runtime directory exists.Colin Guthrie2014-11-051-4/+8
* sd-bus: sync up with new kdbus metadata attachment logic (ABI break)Daniel Mack2014-11-052-50/+65
* udev: avoid magic constants in kernel-cmdline parsersDavid Herrmann2014-11-051-12/+12
* udev: Fix parsing of udev.event-timeout kernel parameter.Richard W.M. Jones2014-11-051-2/+2
* util: when sealing memfds, also use F_SEAL_SEALLennart Poettering2014-11-041-3/+2
* sd-bus: rename sd_bus_get_server_id() to sd_bus_get_owner_id()Lennart Poettering2014-11-045-11/+10
* sd-bus,sd-event: unify error handling of object descriptionsLennart Poettering2014-11-042-1/+4
* sd-bus: make use of free_and_strdup() where it makes senseLennart Poettering2014-11-041-10/+1
* sd-bus: also allow setting descriptions on bus slotsLennart Poettering2014-11-044-0/+22
* sd-event: implicitly set signal event source's descriptions to the signal nameLennart Poettering2014-11-042-8/+3
* sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()Lennart Poettering2014-11-0411-61/+47
* test: use assert_se in test_hashmap_moveMichal Schmidt2014-11-041-2/+2
* sd-bus: rename "connection name" to "description" for the sd-bus API tooLennart Poettering2014-11-0412-49/+49
* sd-bus: sync kdbus.h (ABI break)Daniel Mack2014-11-044-103/+102
* barrier: explicitly ignore return values of barrier_place()David Herrmann2014-11-042-3/+3
* util: introduce negative_errno()David Herrmann2014-11-042-4/+13
* Properly define the __NR_memfd_create macro for MIPSVicente Olivert Riera2014-11-041-2/+9
* localectl: fix localectl set-x11-keymap syntax descriptionJan Synacek2014-11-041-1/+1
* journald: include audit message type number in MESSAGE= stringLennart Poettering2014-11-041-2/+3
* journal: also consider audit fields with '-' validLennart Poettering2014-11-041-3/+13
* audit: improve the audit messages we generateLennart Poettering2014-11-042-8/+10
* journald: don't pass around SO_TIMESTAMP timestamp for audit, which we don't ...Lennart Poettering2014-11-043-6/+5
* journal: when dumping log data with missing COMM fields, show "unknown" insteadLennart Poettering2014-11-041-1/+1
* journald: suppress low-level audit text prefix in MESSAGE= fieldLennart Poettering2014-11-041-2/+6
* journald: properly decode audit's proctitle= fieldLennart Poettering2014-11-041-3/+17
* journald: enable audit in the kernel when initializingLennart Poettering2014-11-041-0/+50