summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-19util: add generalization of verb parsing for command line toolsLennart Poettering2-0/+111
2014-12-19util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering1-1/+1
2014-12-19strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering3-0/+84
2014-12-19execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...Lennart Poettering1-1/+1
2014-12-19nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering1-2/+9
2014-12-18load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek2-94/+186
2014-12-18Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek3-20/+41
2014-12-18test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek1-13/+13
2014-12-18tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek3-8/+7
2014-12-18core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek4-12/+9
2014-12-18test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek1-3/+3
2014-12-18path-util: fix breakage in path_is_mount_pointDave Reisner1-2/+6
2014-12-18systemd-hwdb: introduce new toolTom Gundersen3-1/+788
2014-12-18networkd: add FDB supportAlin Rauta8-11/+379
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt1-4/+0
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt4-18/+12
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt1-0/+6
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt2-1/+8
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt1-8/+2
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt1-5/+2
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt3-85/+54
2014-12-18journal: simplify set_location()Michal Schmidt1-8/+3
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt3-1/+33
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt3-1/+6
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt2-14/+14
2014-12-18Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt1-23/+0
2014-12-18Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt1-24/+0
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt3-59/+0
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2-18/+0
2014-12-18core: use raw_clone instead of fork in signal handlerZbigniew Jędrzejewski-Szmek3-13/+42
2014-12-18test-unit-file: add test for semicolon escapingZbigniew Jędrzejewski-Szmek1-17/+21
2014-12-17load-fragment: properly unescape \;tomsod-m ya ru1-1/+3
2014-12-17path: make the check for unsupported name_to_handle_at symmetricZbigniew Jędrzejewski-Szmek1-15/+20
2014-12-17path: follow symbolic link for parent path (2)Umut Tezduyar Lindskog1-1/+1
2014-12-18machinectl: add new commands for copying files from/to containersLennart Poettering4-34/+139
2014-12-18util: in make_stdio() use dup2() rather than dup3()Lennart Poettering1-4/+8
2014-12-18machinectl: implement "bind" command to create additional bind mounts from ho...Lennart Poettering2-38/+295
2014-12-17nspawn: fix invocation of the raw clone() system call on s390 and crisKen Werner2-3/+13
2014-12-16path: follow symbolic link for parent pathUmut Tezduyar Lindskog1-1/+1
2014-12-17shared: strv - add strv_clear()Tom Gundersen2-1/+8
2014-12-16shared: path-util - memory leakTom Gundersen1-0/+1
2014-12-16udev: net_setup - fix warningTom Gundersen1-1/+1
2014-12-16test-json: use fabsThomas Hindoe Paaboel Andersen1-1/+3
2014-12-16fix compiler warningSusant Sahani1-1/+0
2014-12-16systemctl: fix argument handling when invoked as "shutdown"Jan Synacek1-1/+3
2014-12-16nss-myhostname: also recognize "gateway."Harald Hoyer1-2/+2
2014-12-16systemctl: refuse to edit runtime dropins when they already exist in /etcZbigniew Jędrzejewski-Szmek3-108/+41
2014-12-16systemctl: share path lookup between 'cat' and 'edit'Zbigniew Jędrzejewski-Szmek1-75/+104
2014-12-16systemctl: split out LookupPaths initializationZbigniew Jędrzejewski-Szmek1-20/+34
2014-12-16systemctl: move two functions upZbigniew Jędrzejewski-Szmek1-78/+78