summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-12-04rtnl: order local addresses/gateways by the address itself as last resortLennart Poettering1-1/+1
2014-12-04selinux: figure out selinux context applied on exec() before closing all fdsMichal Sekletar3-24/+17
2014-12-04utf8: minor simplificationsLennart Poettering2-9/+8
2014-12-04utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering2-8/+11
2014-12-04bootchart: escape non printable process nameWaLyong Cho1-3/+7
2014-12-04utf8: intruduce utf8_escape_non_printableWaLyong Cho3-0/+65
2014-12-04rtnl: when querying local addresses and gateways, take address family into ac...Lennart Poettering6-34/+36
2014-12-04sd-bus: avoid a null dereferenceThomas Hindoe Paaboel Andersen1-1/+1
2014-12-04systemctl: fix a leakThomas Hindoe Paaboel Andersen1-2/+5
2014-12-04test-path-util: fix a leakThomas Hindoe Paaboel Andersen1-0/+2
2014-12-04vconsole: don't hard-code systemd-vconsole-setup binary pathMichael Biebl2-1/+2
2014-12-03networkctl: remove unused variableThomas Hindoe Paaboel Andersen1-2/+1
2014-12-03util: don't shadow variableThomas Hindoe Paaboel Andersen1-3/+3
2014-12-03resolved: don't resolve the hostname "gateway" with LLMNR, leave that to nss-...Lennart Poettering1-1/+2
2014-12-03rtnl: make checks for default routes more strictLennart Poettering3-3/+24
2014-12-03nss-myhostname: always resolve the host name "gateway" to the local default g...Lennart Poettering6-23/+249
2014-12-03networkd: fix typoTorstein Husebø2-3/+3
2014-12-03udevd: don't take reference for NULL rtnl objectTom Gundersen1-2/+3
2014-12-03strv: add calls to add two entries to an strv at onceLennart Poettering3-1/+61
2014-12-03localed: log xkbcommon errorsJan Synacek1-4/+9
2014-12-03nspawn: correct EEXIST check when creating directory to mount /tmp inLennart Poettering1-2/+2
2014-12-03machine-id-commit: Introduce machine-id-commit binaryDidier Roche2-0/+106
2014-12-03machine-id-setup: add a machine_id_commit call to commit on disk a transient ...Didier Roche4-0/+91
2014-12-03machine-id-setup: casting const away is ugly, let's not do it if there's no r...Lennart Poettering1-4/+6
2014-12-03machine-id-setup: Factorize some machine-id-setup functions to be reusedDidier Roche1-10/+34
2014-12-03rfkill: rework how we generate file names from rfkill devicesLennart Poettering1-23/+24
2014-12-03libudev: set errno properly in all error conditions of udev_device_new_from_s...Lennart Poettering1-1/+6
2014-12-02shared: add format helpers for printing MAC addressesTom Gundersen2-3/+30
2014-12-02bus-proxy: don't log bus policy every single time we runLennart Poettering1-1/+1
2014-12-02busctl: fix 'command line' style output of propertiesLennart Poettering1-1/+2
2014-12-02systemctl: show unit file preset state in "systemctl status" output"Lennart Poettering4-3/+47
2014-12-02manager: log deserialization errors only at LOG_DEBUG levelLennart Poettering1-6/+6
2014-12-02core: OOM really shouldn't be considered a deserialization parse failureLennart Poettering2-4/+16
2014-12-02networkctl: print the Gateway in the status outputTom Gundersen1-1/+252
2014-12-02sd-rtnl: route - allow GETROUTE with AF_UNSPECTom Gundersen1-1/+2
2014-12-02shared: udev-util - add hwdb cleanup macroTom Gundersen1-0/+2
2014-12-02sd-rtnl: add sd_rtnl_message_{new_neigh,neigh_get_{family,ifindex}}Tom Gundersen4-3/+73
2014-12-02sd-rtnl: add typesystem for RTM_*NEIGHTom Gundersen2-0/+23
2014-12-02sd-rtnl: add a bit more debugging in case a message is droppedTom Gundersen1-1/+3
2014-12-02sd-rtnl: message - allow checking for attributes without reading out their co...Tom Gundersen1-8/+32
2014-12-02sd-rtnl: add sd_rtnl_message_route_get_familyTom Gundersen2-0/+16
2014-12-01resolved: make TXT RR generation and parsing more in-line with RFC 6763, sect...Lennart Poettering1-17/+28
2014-11-30core: warn and ignore SysVStartPriority=Zbigniew Jędrzejewski-Szmek6-16/+6
2014-11-30When warning about unsupported options, be more detailedZbigniew Jędrzejewski-Szmek3-17/+31
2014-11-30cgroup-util: Don't send SIGCONT after SIGKILLRoss Lagerwall1-1/+1
2014-11-30timesyncd: minor simplificationLennart Poettering1-10/+16
2014-11-30journald: close passed fds we cannot make sense ofLennart Poettering1-2/+10
2014-11-30terminal/screen: fix GL/GR double-mappingDavid Herrmann1-3/+1
2014-11-30delta: Fix broken separator supportAlison Chaiken1-1/+1
2014-11-30core: remove unused variablesRonny Chevalier2-6/+3