summaryrefslogtreecommitdiffstats
path: root/coccinelle (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2016-06-06machinectl: Added stop as alias for poweroff (#3406)Christian Rebischke4-5/+6
2016-06-06networkd: remove unused variable (#3447)Tobias Jungel1-1/+0
2016-06-06cgtop: fix ret pointer usage (#3443)Alessandro Puccetti1-2/+4
2016-06-05cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti2-4/+22
2016-06-05automount: handle expire_tokens when the mount unit changes its state (#3434)michaelolbrich1-0/+14
2016-06-05systemctl: install sigbus handler (#3435)Evgeny Vereshchagin1-0/+2
2016-06-04networkd-link: fix handler typo for route_remove() (#3433)tomty891-1/+1
2016-06-03networkd: constify more thingsLennart Poettering4-25/+41
2016-06-03networkd: also enforce limit on total number of address/routesLennart Poettering3-34/+63
2016-06-03networkd: drop weird "const" usage in function parametersLennart Poettering3-6/+6
2016-06-03sd-netlink: fix sd_netlink_inc_rcvbuf() prototypeLennart Poettering2-2/+5
2016-06-03networkd: enforce a limit on the number of statically assigned addresses/rout...Lennart Poettering4-14/+47
2016-06-03core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)Topi Miettinen6-4/+75
2016-06-03core: always use "infinity" for no upper limit instead of "max" (#3417)Tejun Heo3-6/+6
2016-06-03missing include added for build with -DDEBUG (#3424)Tobias Jungel1-0/+2
2016-06-03tests: introduce UNIFIED_CGROUP_HIERARCHY (#3419)Evgeny Vereshchagin2-1/+6
2016-06-03resolved: fix comments in resolve.conf for search domain overflows (#3422)Martin Pitt2-27/+93
2016-06-03hwdb: Add Thinkpad X1 carbon 4th gen to 70-pointingstick.hwdb (#3426)Matthieu Codron1-0/+2
2016-06-02core: log cgroup legacy and unified hierarchy setting translationsTejun Heo1-11/+63