summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-01Use dev_port for the ID of a network device.Thadeu Lima de Souza Cascardo
2014-07-01networkd: link - don't fail if master netdev already existsTom Gundersen
2014-07-01networkd: tunnel - ensure that enslave callback is always invokedTom Gundersen
2014-07-01networkd: link - ignore missing MAC addressTom Gundersen
2014-07-01base-filesystem: avoid all searching if the link already existsKay Sievers
2014-07-01base-filesystem: explicitely check existence of the platform's ABI dynamic lo...Kay Sievers
2014-07-01base-filesystem: create /lib64 symlink to libdir /usr directoryKay Sievers
2014-07-01networkd: address_acquire use cleanup macroSusant Sahani
2014-07-01networkd: netdev add one separate lineSusant Sahani
2014-07-01networkd: link - drop assert from _free()Tom Gundersen
2014-07-01sd-dhcp6-client: fix free before useTom Gundersen
2014-07-01networkd: link - improve refcountingTom Gundersen
2014-06-30cryptsetup: allow x-systemd.device-timeoutZbigniew Jędrzejewski-Szmek
2014-06-30fstab-generator: allow x-systemd.device-timeout for swap unitsZbigniew Jędrzejewski-Szmek
2014-06-30Move x-systemd-device.timeout handling from core to fstab-generatorZbigniew Jędrzejewski-Szmek
2014-06-30pc: no longer expose exec_prefix in .pc fileLennart Poettering
2014-06-30pc: expose more drop-in dirs in the .pc fileLennart Poettering
2014-06-30pc: export $libdir in the .pc fileLennart Poettering
2014-06-30nspawn: block open_by_handle_at() and others via seccompLennart Poettering
2014-06-30nspawn: let's avoid using goto to wildly for non-cleanup purposesLennart Poettering
2014-06-30nspawn: simplify exit condition checkLennart Poettering
2014-06-30nspawn: log a warning on failure from wait_for_terminate()Luke Shumaker
2014-06-30nspawn: Fix regression with exit statusLuke Shumaker
2014-06-30shared/util.c:wait_for_terminate_and_warn(): Add a comment on the return valuesLuke Shumaker
2014-06-30networkd: dhcp - use same metric for all DHCP-related routesTom Gundersen
2014-06-30util: fix commentLennart Poettering
2014-06-30tests: add missing XDG_RUNTIME_DIR env variableRonny Chevalier
2014-06-29util: refuse considering UID 0xFFFF and 0xFFFFFFFF validLennart Poettering
2014-06-29network-internal: initialize _cleanup_ variableTom Gundersen
2014-06-29netowrkd:deserialize_dhcp_routes verify strndup retSusant Sahani
2014-06-29networkd: dhcp - update the lifetime of an existing addressTom Gundersen
2014-06-29sd-dhcp-client: don't fail hard if UDP socket can not be boundTom Gundersen
2014-06-29networkd: improve DHCP error loggingTom Gundersen
2014-06-29networkd: set static addresses immediatelyTom Gundersen
2014-06-29Add support for DHCP static route optionsEugene Yakubovich
2014-06-29networkd: merge DHCPv4 and DHCPv6 configTom Gundersen
2014-06-29sd-dhcp-client/networkd: set lifetimes for IPv4 addressesPatrik Flykt
2014-06-29networkd/sd-dhcp-server: only start dhcp server when necessaryTom Gundersen
2014-06-28doc: grammatical correctionsJan Engelhardt
2014-06-27libudev: queue - watch entire directory to allow the re-use of the watch desc...Kay Sievers
2014-06-27journald: make MaxFileSec really default to 1monthMichał Bartoszkiewicz
2014-06-27coredump: simplify compression logic a bitLennart Poettering
2014-06-27coredump: replace Compression= setting by simpler Compress= boolean settingLennart Poettering
2014-06-27coredump: don't expose the compression level as configuration optionLennart Poettering
2014-06-27journald: invoking fstatvfs() is now redundant in the vacuuming codeLennart Poettering
2014-06-27coredump: don't be annoyed if another coredump hook removes our coredump whil...Lennart Poettering
2014-06-27coredump: fix how the compression level is verifiedLennart Poettering
2014-06-27coredump: add simple coredump vacuumingLennart Poettering
2014-06-27main: uid_to_name() might fail due to OOM, protect against thatLennart Poettering
2014-06-27libudev: queue provide file descriptor to watch busy event queueKay Sievers