summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: add option to disable hwdbUmut Tezduyar Lindskog2014-12-203-2/+14
* sd-lldp: minor header cleanupTom Gundersen2014-12-198-13/+39
* update TODOLennart Poettering2014-12-191-2/+2
* machined: add a full bus object for imagesLennart Poettering2014-12-197-44/+259
* machined: add new GetImage() bus call for retrieving the bus path for an imageLennart Poettering2014-12-198-101/+200
* sysv-generator: properly add Makefile symlinkLennart Poettering2014-12-191-1/+1
* util: rename ignore_file() to hidden_file()Lennart Poettering2014-12-198-20/+20
* update TODOLennart Poettering2014-12-191-0/+4
* machinectl: port machinectl to new verbs logicLennart Poettering2014-12-191-146/+99
* import: Verb[] array can be static, tooLennart Poettering2014-12-191-2/+2
* verbs: when invoking the default verb, pass a faked argv array, with just the...Lennart Poettering2014-12-191-5/+18
* machined/machinectl: add logic to show list of available imagesLennart Poettering2014-12-1911-10/+502
* util: when creating temporary filename for atomic creation of files, add an e...Lennart Poettering2014-12-191-9/+9
* journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt2014-12-191-6/+6
* journal: make next_with_matches() always use f->current_offsetMichal Schmidt2014-12-191-8/+5
* journal: fix skipping of duplicate entries in iterationMichal Schmidt2014-12-191-36/+30
* networkd: link - plug leakTom Gundersen2014-12-191-0/+1
* networkctl: lldp - respect arg_legendTom Gundersen2014-12-191-6/+10
* LLDP: Add support for networkctlSusant Sahani2014-12-1910-2/+659
* networkd: integrate LLDPSusant Sahani2014-12-195-0/+58
* networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani2014-12-1913-2/+2171
* networkctl: port to verbs helperTom Gundersen2014-12-191-76/+11
* systemd-hwdb: port to new verbs helperTom Gundersen2014-12-191-72/+11
* import: dck - fix curl error handlingTom Gundersen2014-12-191-1/+1
* update TODOLennart Poettering2014-12-191-2/+10
* import: add new minimal tool "systemd-import" for pulling down foreign contai...Lennart Poettering2014-12-1911-0/+2006
* util: add generalization of verb parsing for command line toolsLennart Poettering2014-12-193-1/+114
* util: make sure rm_rf() can be called on symlinks (with the effect of deletin...Lennart Poettering2014-12-191-1/+1
* strv: ass new strv_is_uniq() and strv_reverse() callsLennart Poettering2014-12-193-0/+84
* execute: the runtime directory can only be on tmpfs, hence don't use rm_rf_da...Lennart Poettering2014-12-191-1/+1
* nss-myhostname: introduce is_gateway() similar to the existing is_hostname()Lennart Poettering2014-12-191-2/+9
* load-fragment: allow quoting in command name and document allowed escapesZbigniew Jędrzejewski-Szmek2014-12-193-104/+269
* Treat a trailing backslash as an errorZbigniew Jędrzejewski-Szmek2014-12-193-20/+41
* test-strv: use STRV_MAKEZbigniew Jędrzejewski-Szmek2014-12-191-13/+13
* tree-wide: make condition_free_list return NULLZbigniew Jędrzejewski-Szmek2014-12-193-8/+7
* core: make exec_command_free_list return NULLZbigniew Jędrzejewski-Szmek2014-12-194-12/+9
* hwdb: move Logitech mouse to the right spotZbigniew Jędrzejewski-Szmek2014-12-191-4/+2
* hwdb: Logitech, Inc. RX 250 Optical Mouse DPI dataErik Auerswald2014-12-191-0/+2
* hwdb: Logitech, Inc. RX 300 Optical Mouse DPI dataTim JP2014-12-191-0/+2
* test-cap-list: allow mismatch in caseZbigniew Jędrzejewski-Szmek2014-12-191-3/+3
* path-util: fix breakage in path_is_mount_pointDave Reisner2014-12-191-2/+6
* systemd-hwdb: introduce new toolTom Gundersen2014-12-1812-118/+1022
* networkd: add FDB supportAlin Rauta2014-12-1810-11/+402
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-181-4/+0
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-184-18/+12
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-181-0/+6
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-182-1/+8
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-181-8/+2
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-181-5/+2
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-183-85/+54