summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-19sd-lldp: minor header cleanupTom Gundersen8-13/+39
2014-12-19update TODOLennart Poettering1-2/+2
2014-12-19machined: add a full bus object for imagesLennart Poettering7-44/+259
2014-12-19machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering8-101/+200
2014-12-19sysv-generator: properly add Makefile symlinkLennart Poettering1-1/+1
2014-12-19util: rename ignore_file() to hidden_file()Lennart Poettering8-20/+20
2014-12-19update TODOLennart Poettering1-0/+4
2014-12-19machinectl: port machinectl to new verbs logicLennart Poettering1-146/+99
2014-12-19import: Verb[] array can be static, tooLennart Poettering1-2/+2
2014-12-19verbs: when invoking the default verb, pass a faked argv array, with just the...Lennart Poettering1-5/+18
2014-12-19machined/machinectl: add logic to show list of available imagesLennart Poettering11-10/+502
2014-12-19util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering1-9/+9
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt1-6/+6
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt1-8/+5
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt1-36/+30
2014-12-19networkd: link - plug leakTom Gundersen1-0/+1
2014-12-19networkctl: lldp - respect arg_legendTom Gundersen1-6/+10
2014-12-19LLDP: Add support for networkctlSusant Sahani10-2/+659
2014-12-19networkd: integrate LLDPSusant Sahani5-0/+58
2014-12-19networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani13-2/+2171
2014-12-19networkctl: port to verbs helperTom Gundersen1-76/+11
2014-12-19systemd-hwdb: port to new verbs helperTom Gundersen1-72/+11
2014-12-19import: dck - fix curl error handlingTom Gundersen1-1/+1
2014-12-19update TODOLennart Poettering1-2/+10
2014-12-19import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering11-0/+2006
2014-12-19util: add generalization of verb parsing for command line toolsLennart Poettering3-1/+114
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-19load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek3-104/+269
2014-12-19Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek3-20/+41
2014-12-19test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek1-13/+13
2014-12-19tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek3-8/+7
2014-12-19core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek4-12/+9
2014-12-19hwdb: move Logitech mouse to the right spotZbigniew Jędrzejewski-Szmek1-4/+2
2014-12-19hwdb: Logitech, Inc. RX 250 Optical Mouse DPI dataErik Auerswald1-0/+2
2014-12-19hwdb: Logitech, Inc. RX 300 Optical Mouse DPI dataTim JP1-0/+2
2014-12-19test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek1-3/+3
2014-12-19path-util: fix breakage in path_is_mount_pointDave Reisner1-2/+6
2014-12-18systemd-hwdb: introduce new toolTom Gundersen12-118/+1022
2014-12-18networkd: add FDB supportAlin Rauta10-11/+402
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