summaryrefslogtreecommitdiffstats
path: root/hwdb (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-10networkd: fix bad memory access for routes that are note attached to a link y...Lennart Poettering1-1/+1
2016-06-10core: disable colors when displaying cylon when systemd.log_color=off (#3495)Franck Bui1-5/+10
2016-06-10update TODOLennart Poettering1-0/+3
2016-06-10core/execute: add the magic character '!' to allow privileged execution (#3493)Alessandro Puccetti5-24/+34
2016-06-10rules: block - add scm block devices to whitelist (#3494)Lennart Poettering1-1/+1
2016-06-10nspawn: introduce --notify-ready=[no|yes] (#3474)Alessandro Puccetti5-8/+214
2016-06-10l10n: update belarusian translation (#3482)Viktar Vaŭčkievič4-116/+249
2016-06-10networkd: fix dbus matchmac interface (#3485)Andrew Jeddeloh1-1/+1
2016-06-10networkd: add support to configure VLAN on bridge portsTobias Jungel10-1/+466
2016-06-09networkd-link: parse linkinfo to get kindTobias Jungel2-1/+20
2016-06-09networkd: clean up vlan handling a bit (#3478)Lennart Poettering6-13/+117
2016-06-09Updated Turkish translation (#3477)Muhammet Kara1-49/+61
2016-06-09bus_util: add support to map double (#3479)Susant Sahani1-0/+13
2016-06-09udev-builtin-blkid: fix GPT_FLAG_NO_AUTO check for ESP (#3450)Lennart Poettering1-5/+5
2016-06-09load-fragment: don't try to do a template instance replacement if we are not ...Lennart Poettering1-1/+1
2016-06-09execute: check whether the specified fd is a tty before chowning/chmoding it...Lennart Poettering1-0/+4
2016-06-09Update spanish po file (#3463)Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ]1-45/+36
2016-06-09units: add a basic SystemCallFilter (#3471)Topi Miettinen10-0/+10
2016-06-08logind: minor cleanup and use IN_SET() in manager_handle_action()Franck Bui1-1/+1
2016-06-08logind: really handle *KeyIgnoreInhibited options in logind.confFranck Bui1-1/+1
2016-06-08units: enable MemoryDenyWriteExecute (#3459)Topi Miettinen10-0/+10
2016-06-08sysv-generator: remove more dead code (#3462)Lennart Poettering1-16/+11
2016-06-07hwdb: selinuxify a bit (#3460)Evgeny Vereshchagin1-2/+6
2016-06-07networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRALennart Poettering4-10/+13
2016-06-07sd-netlink: fix deep recursion in message destruction (#3455)David Herrmann1-4/+6
2016-06-07fstab-generator: don't process root= if it happens to be "gpt-auto" (#3452)Lennart Poettering1-0/+6
2016-06-06os-release: Add VERSION_CODENAME field (#3445)Benjamin Drung1-0/+16
2016-06-06cgtop: minimize aux variable scopeLennart Poettering1-1/+3
2016-06-06core: add minor commentLennart Poettering1-1/+1
2016-06-06mount: make sure got into MOUNT_DEAD state after a successful umount (#3444)michaelolbrich1-0/+1
2016-06-06network: beef up ipv6 RA support considerablyLennart Poettering17-557/+1911
2016-06-06network: use inet_ntop() rather than SD_NDISC_ADDRESS_FORMAT_VAL() when seria...Lennart Poettering1-6/+9
2016-06-06util: make it easier to check whether in_addr or in6_addr addresses are NULLLennart Poettering2-6/+17
2016-06-06util-lib: add accessors for unaligned native endian wordsLennart Poettering2-0/+42
2016-06-06exit-status: update comments a bitLennart Poettering1-6/+10
2016-06-06lldp: include sys/types.h in sd-lldp.hLennart Poettering1-0/+1
2016-06-06lldp: minor coding style improvementLennart Poettering1-4/+3
2016-06-06lldp: add sd_lldp_get_event() callLennart Poettering2-0/+7
2016-06-06lldp: deal properly with recv() returning EAGAIN/EINTRLennart Poettering1-1/+5
2016-06-06lldp: pass correct neighbor object to REMOVED callbackLennart Poettering1-2/+1
2016-06-06lldp: rename TLV accessor pseudo-macrosLennart Poettering2-9/+8
2016-06-06lldp: make sd_lldp_neighbor_tlv_rewind() return whether there's a first entryLennart Poettering1-1/+1
2016-06-06lldp: use NULL instead 0, when we deal with a pointerLennart Poettering1-1/+1
2016-06-06lldp: add _public_ to a two exported functions missing itLennart Poettering1-2/+2
2016-06-06lldp: clarify that sd_lldp_neighbor_get_ttl() returns secondsLennart Poettering2-4/+4
2016-06-06lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering5-31/+70
2016-06-06exit-code: minor coding style updatesLennart Poettering1-12/+6
2016-06-06sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering4-3/+34
2016-06-06sd-event: port over to new triple timestamp logicLennart Poettering1-39/+17
2016-06-06time-util: add triple timestamp objectLennart Poettering2-1/+98