summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-09load-fragment: don't try to do a template instance replacement if we are not ...Lennart Poettering
2016-06-09Merge pull request #3432 from poettering/resolved-ll-ipv6Martin Pitt
2016-06-09execute: check whether the specified fd is a tty before chowning/chmoding it...Lennart Poettering
2016-06-08Merge pull request #3431 from poettering/network-fixesTom Gundersen
2016-06-08logind: minor cleanup and use IN_SET() in manager_handle_action()Franck Bui
2016-06-08logind: really handle *KeyIgnoreInhibited options in logind.confFranck Bui
2016-06-08sysv-generator: remove more dead code (#3462)Lennart Poettering
2016-06-07hwdb: selinuxify a bit (#3460)Evgeny Vereshchagin
2016-06-07Merge pull request #3394 from poettering/triple-tstampLennart Poettering
2016-06-07sd-netlink: fix deep recursion in message destruction (#3455)David Herrmann
2016-06-07fstab-generator: don't process root= if it happens to be "gpt-auto" (#3452)Lennart Poettering
2016-06-06cgtop: minimize aux variable scopeLennart Poettering
2016-06-06core: add minor commentLennart Poettering
2016-06-06mount: make sure got into MOUNT_DEAD state after a successful umount (#3444)michaelolbrich
2016-06-06network: beef up ipv6 RA support considerablyLennart Poettering
2016-06-06network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when seria...Lennart Poettering
2016-06-06util: make it easier to check whether in_addr or in6_addr addresses are NULLLennart Poettering
2016-06-06util-lib: add accessors for unaligned native endian wordsLennart Poettering
2016-06-06exit-status: update comments a bitLennart Poettering
2016-06-06lldp: include sys/types.h in sd-lldp.hLennart Poettering
2016-06-06lldp: minor coding style improvementLennart Poettering
2016-06-06lldp: add sd_lldp_get_event() callLennart Poettering
2016-06-06lldp: deal properly with recv() returning EAGAIN/EINTRLennart Poettering
2016-06-06lldp: pass correct neighbor object to REMOVED callbackLennart Poettering
2016-06-06lldp: rename TLV accessor pseudo-macrosLennart Poettering
2016-06-06lldp: make sd_lldp_neighbor_tlv_rewind() return whether there's a first entryLennart Poettering
2016-06-06lldp: use NULL instead 0, when we deal with a pointerLennart Poettering
2016-06-06lldp: add _public_ to a two exported functions missing itLennart Poettering
2016-06-06lldp: clarify that sd_lldp_neighbor_get_ttl() returns secondsLennart Poettering
2016-06-06lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering
2016-06-06exit-code: minor coding style updatesLennart Poettering
2016-06-06sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering
2016-06-06sd-event: port over to new triple timestamp logicLennart Poettering
2016-06-06time-util: add triple timestamp objectLennart Poettering
2016-06-06resolved: also rewrite private /etc/resolv.conf when configuration is changed...Lennart Poettering
2016-06-06resolved: support IPv6 DNS servers on the local linkLennart Poettering
2016-06-06machinectl: Added stop as alias for poweroff (#3406)Christian Rebischke
2016-06-06networkd: remove unused variable (#3447)Tobias Jungel
2016-06-06cgtop: fix ret pointer usage (#3443)Alessandro Puccetti
2016-06-05cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti
2016-06-05automount: handle expire_tokens when the mount unit changes its state (#3434)michaelolbrich
2016-06-04systemctl: install sigbus handler (#3435)Evgeny Vereshchagin
2016-06-04Merge pull request #3392 from poettering/assorted-stuffZbigniew Jędrzejewski-Szmek
2016-06-04networkd-link: fix handler typo for route_remove() (#3433)tomty89
2016-06-03networkd: constify more thingsLennart Poettering
2016-06-03networkd: also enforce limit on total number of address/routesLennart Poettering
2016-06-03networkd: drop weird "const" usage in function parametersLennart Poettering
2016-06-03sd-netlink: fix sd_netlink_inc_rcvbuf() prototypeLennart Poettering
2016-06-03networkd: enforce a limit on the number of statically assigned addresses/rout...Lennart Poettering
2016-06-03core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)Topi Miettinen