summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-18journal: when iterating through a file we might lose messages when changing d...Marius Vollmer1-0/+3
2013-04-18cryptsetup: ask for password, if key file cannot be accessedHarald Hoyer1-0/+5
2013-04-18bus: test - add hack to receive messagesKay Sievers1-0/+14
2013-04-18bus: catch up with kernel changesKay Sievers2-32/+59
2013-04-18Revert f_type fixupsHarald Hoyer4-27/+8
2013-04-18macro.h: let F_TYPE_CMP() macro fail to compile, if second parameter is not c...Harald Hoyer1-4/+5
2013-04-18fileio.c: do not parse comments after non-whitespace charsHarald Hoyer2-16/+19
2013-04-18sd-login.c: fixup for d70964d0Harald Hoyer1-1/+2
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer69-274/+274
2013-04-18login/sd-login.c: make use of _cleanup_free_ and friendsHarald Hoyer1-139/+61
2013-04-18rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer4-9/+9
2013-04-18Add ugly CMP_F_TYPE() macroHarald Hoyer4-8/+26
2013-04-18core/execute: only clean the environment, if we have oneHarald Hoyer1-1/+2
2013-04-18build-sys: add sd_journal_add_conjunction() to symbol versioning fileLennart Poettering1-0/+5
2013-04-18Move bus_error to dbus-common and remove bus_error_message_or_strerrorSimon Peeters12-26/+13
2013-04-18cryptsetup-generator: add support for rd.luks.key=Harald Hoyer1-3/+19
2013-04-18cryptsetup: set the timeout to 0 by defaultHarald Hoyer1-1/+1
2013-04-18execute: always add in EXECUTABLE= field when we log something about executionLennart Poettering1-5/+6
2013-04-18systemctl: drop usage of "internally loaded modules"Lennart Poettering1-3/+3
2013-04-17fixup for cddf148028f52Harald Hoyer3-8/+8
2013-04-17bootchart: Fix errno usage.Auke Kok1-1/+1
2013-04-17bus: replace aligned_alloc() with memalign() everywhereLennart Poettering1-2/+3
2013-04-17core: Remove unnecessary typedefHenrik Grindal Bakken1-2/+0
2013-04-17fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer3-8/+8
2013-04-17fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer3-8/+8
2013-04-17core/execute: report invalid environment variables from filesHarald Hoyer5-56/+68
2013-04-17systemctl:enable_sysv_units() more _cleanup_free_Harald Hoyer1-15/+4
2013-04-17fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer2-7/+19
2013-04-17core/execute.c: debug log final execve() with argv[]Harald Hoyer1-0/+14
2013-04-17systemctl: clarify usage of "--all" versus list-unit-filesHarald Hoyer1-1/+3
2013-04-17journalctl: specify "--unit=" and "--user-unit" multiple timesHarald Hoyer1-18/+37
2013-04-17journal: add one more level on top with ANDHarald Hoyer5-33/+83
2013-04-17core/device.c: fix possible segfaultHarald Hoyer1-1/+4
2013-04-17timedated: fixed NTP enabled: n/aHarald Hoyer1-2/+5
2013-04-17fileio: also escape $ and ` when writing out env varsMantas Mikulėnas1-2/+2
2013-04-17journalctl: show fields requested with --field in fullZbigniew Jędrzejewski-Szmek1-0/+6
2013-04-17systemd: ignore hw timestamps in containersZbigniew Jędrzejewski-Szmek2-5/+5
2013-04-17sd-messages.h: add new bootchart message idZbigniew Jędrzejewski-Szmek2-0/+3
2013-04-17core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek3-24/+16
2013-04-17Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek18-863/+1040
2013-04-17core: log a few more things under UNIT=...Zbigniew Jędrzejewski-Szmek2-19/+25
2013-04-17core/main: generate 4 parsing functions from a macroZbigniew Jędrzejewski-Szmek1-68/+21
2013-04-17conf-parser: generate 7 parsing functions from a macroZbigniew Jędrzejewski-Szmek1-183/+33
2013-04-17python-systemd: Reader return special fields and _Reader changesSteven Hiscocks2-66/+70
2013-04-16systemd-python: export new sd_journal_{process,get_events,get_timeout}Zbigniew Jędrzejewski-Szmek1-4/+103
2013-04-16journal: fix off-by-one error in native message iovec countingMichal Schmidt1-2/+3
2013-04-16util: make generation of profcs PID paths nicerLennart Poettering3-82/+137
2013-04-16path-util: unify code for detecting OS treesLennart Poettering5-22/+32
2013-04-16macro: rework how we define cleanup macrosLennart Poettering9-43/+44
2013-04-16util: replace decimal_str_max() by a typesafe macro DECIMAL_STR_WIDTH()Lennart Poettering3-25/+16