summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus: drop bus/message GC logicLennart Poettering2014-07-022-55/+3
* bus-proxy: restore operation in non-kdbus modeLennart Poettering2014-07-021-1/+7
* localed: consider an unset model as a wildcardMichal Sekletar2014-07-021-6/+7
* sd-dhcp6-client: initialize variableTom Gundersen2014-07-021-9/+1
* udev: net_setup_link builtin should print the reason why something failsLennart Poettering2014-07-021-6/+6
* util: when unescaping strings, don't allow smuggling in of additional NUL bytesLennart Poettering2014-07-022-9/+11
* util: generalize is_localhost() and use it everywhere where applicableLennart Poettering2014-07-025-16/+19
* path: add new "systemd-path" utility for querying paths described in file-hie...Lennart Poettering2014-07-029-4/+1010
* coredump: vacuum - fix calculation of 10% of fs size for MaxUseThomas Hindoe Paaboel Andersen2014-07-011-2/+2
* sd-dhcp6-client: check return valueThomas Hindoe Paaboel Andersen2014-07-011-0/+2
* networkd: fix alignment of gperf sourceFilipe Brandenburger2014-07-011-2/+2
* networkd: netdev - add dummy supportTom Gundersen2014-07-014-1/+134
* networkd: send hostname to dhcp serverEugene Yakubovich2014-07-016-2/+74
* networkd: netdev - take ref when creating netdevsTom Gundersen2014-07-012-3/+7
* parse_uid: return -ENXIO for -1 uidsKay Sievers2014-07-012-5/+2
* Use dev_port for the ID of a network device.Thadeu Lima de Souza Cascardo2014-07-011-9/+9
* networkd: link - don't fail if master netdev already existsTom Gundersen2014-07-011-4/+4
* networkd: tunnel - ensure that enslave callback is always invokedTom Gundersen2014-07-013-11/+9
* networkd: link - ignore missing MAC addressTom Gundersen2014-07-012-2/+3
* base-filesystem: avoid all searching if the link already existsKay Sievers2014-07-011-0/+3
* base-filesystem: explicitely check existence of the platform's ABI dynamic lo...Kay Sievers2014-07-011-5/+18
* base-filesystem: create /lib64 symlink to libdir /usr directoryKay Sievers2014-07-011-7/+21
* networkd: address_acquire use cleanup macroSusant Sahani2014-07-011-5/+4
* networkd: netdev add one separate lineSusant Sahani2014-07-011-0/+1
* networkd: link - drop assert from _free()Tom Gundersen2014-07-011-3/+2
* sd-dhcp6-client: fix free before useTom Gundersen2014-07-011-1/+3
* networkd: link - improve refcountingTom Gundersen2014-07-012-62/+37
* cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek2014-07-015-27/+33
* fstab-generator: allow x-systemd.device-timeout for swap unitsZbigniew Jędrzejewski-Szmek2014-07-012-9/+20
* Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek2014-07-018-99/+229
* pc: no longer expose exec_prefix in .pc fileLennart Poettering2014-06-301-1/+0
* pc: expose more drop-in dirs in the .pc fileLennart Poettering2014-06-301-0/+7
* pc: export $libdir in the .pc fileLennart Poettering2014-06-301-0/+1
* nspawn: block open_by_handle_at() and others via seccompLennart Poettering2014-06-301-12/+35
* nspawn: let's avoid using goto to wildly for non-cleanup purposesLennart Poettering2014-06-301-45/+43
* nspawn: simplify exit condition checkLennart Poettering2014-06-301-7/+8
* nspawn: log a warning on failure from wait_for_terminate()Luke Shumaker2014-06-301-1/+3
* nspawn: Fix regression with exit statusLuke Shumaker2014-06-301-8/+20
* shared/util.c:wait_for_terminate_and_warn(): Add a comment on the return valuesLuke Shumaker2014-06-301-0/+11
* networkd: dhcp - use same metric for all DHCP-related routesTom Gundersen2014-06-301-0/+2
* util: fix commentLennart Poettering2014-06-301-1/+1
* tests: add missing XDG_RUNTIME_DIR env variableRonny Chevalier2014-06-301-0/+1
* util: refuse considering UID 0xFFFF and 0xFFFFFFFF validLennart Poettering2014-06-291-0/+8
* network-internal: initialize _cleanup_ variableTom Gundersen2014-06-291-1/+1
* netowrkd:deserialize_dhcp_routes verify strndup retSusant Sahani2014-06-291-0/+2
* networkd: dhcp - update the lifetime of an existing addressTom Gundersen2014-06-291-1/+3
* sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen2014-06-291-1/+1
* networkd: improve DHCP error loggingTom Gundersen2014-06-291-4/+6
* networkd: set static addresses immediatelyTom Gundersen2014-06-291-4/+1
* Add support for DHCP static route optionsEugene Yakubovich2014-06-2911-6/+397