summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* util: make it easier to check whether in_addr or in6_addr addresses are NULLLennart Poettering2016-06-062-6/+17
* util-lib: add accessors for unaligned native endian wordsLennart Poettering2016-06-062-0/+42
* exit-status: update comments a bitLennart Poettering2016-06-061-6/+10
* lldp: include sys/types.h in sd-lldp.hLennart Poettering2016-06-061-0/+1
* lldp: minor coding style improvementLennart Poettering2016-06-061-4/+3
* lldp: add sd_lldp_get_event() callLennart Poettering2016-06-062-0/+7
* lldp: deal properly with recv() returning EAGAIN/EINTRLennart Poettering2016-06-061-1/+5
* lldp: pass correct neighbor object to REMOVED callbackLennart Poettering2016-06-061-2/+1
* lldp: rename TLV accessor pseudo-macrosLennart Poettering2016-06-062-9/+8
* lldp: make sd_lldp_neighbor_tlv_rewind() return whether there's a first entryLennart Poettering2016-06-061-1/+1
* lldp: use NULL instead 0, when we deal with a pointerLennart Poettering2016-06-061-1/+1
* lldp: add _public_ to a two exported functions missing itLennart Poettering2016-06-061-2/+2
* lldp: clarify that sd_lldp_neighbor_get_ttl() returns secondsLennart Poettering2016-06-062-4/+4
* lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering2016-06-065-31/+70
* exit-code: minor coding style updatesLennart Poettering2016-06-061-12/+6
* sd-lldp: take triple timestamp when reading LLDP packetsLennart Poettering2016-06-064-3/+34
* sd-event: port over to new triple timestamp logicLennart Poettering2016-06-061-39/+17
* time-util: add triple timestamp objectLennart Poettering2016-06-062-1/+98
* machinectl: Added stop as alias for poweroff (#3406)Christian Rebischke2016-06-064-5/+6
* networkd: remove unused variable (#3447)Tobias Jungel2016-06-061-1/+0
* cgtop: fix ret pointer usage (#3443)Alessandro Puccetti2016-06-061-2/+4
* cgtop: add option to show a single cgroup subtree (#3413)Alessandro Puccetti2016-06-052-4/+22
* automount: handle expire_tokens when the mount unit changes its state (#3434)michaelolbrich2016-06-051-0/+14
* systemctl: install sigbus handler (#3435)Evgeny Vereshchagin2016-06-051-0/+2
* Merge pull request #3392 from poettering/assorted-stuffZbigniew Jędrzejewski-Szmek2016-06-0519-153/+92
|\
| * update TODOLennart Poettering2016-05-301-4/+0
| * bash: use the actual journal fields used in the journal files for completionLennart Poettering2016-05-301-13/+3
| * dhcp-server: fix integer underflowLennart Poettering2016-05-301-1/+2
| * pager: don't start pager if the terminal is explicitly set to TERM=dumbLennart Poettering2016-05-304-5/+17
| * tree-wide: check colors_enabled() before outputting ANSI color stringsLennart Poettering2016-05-303-8/+15
| * tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering2016-05-303-15/+20
| * sysv-generator: don't create Conflicts= deps towards shutdown.target anymoreLennart Poettering2016-05-301-55/+9
| * util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering2016-05-307-52/+26
* | networkd-link: fix handler typo for route_remove() (#3433)tomty892016-06-041-1/+1
* | core: Restrict mmap and mprotect with PAGE_WRITE|PAGE_EXEC (#3319) (#3379)Topi Miettinen2016-06-036-4/+75
* | Merge pull request #3409 from tomty89/update-2Lennart Poettering2016-06-034-40/+30
|\ \
| * | networkd-ndisc: do not start DHCPv6 when after NDISC timeoutTom Yan2016-06-011-9/+0
| * | networkd-dhcp6: generalize DHCPv6 client (re)startingTom Yan2016-06-014-38/+37
* | | Merge pull request #3418 from htejun/cgroup2-log-compatLennart Poettering2016-06-032-64/+122
|\ \ \
| * | | core: log cgroup legacy and unified hierarchy setting translationsTejun Heo2016-06-021-11/+63
| * | | core: pass Unit into cgroup_context_apply() and use log_unit*()Tejun Heo2016-06-022-55/+61
* | | | core: always use "infinity" for no upper limit instead of "max" (#3417)Tejun Heo2016-06-033-6/+6
* | | | missing include added for build with -DDEBUG (#3424)Tobias Jungel2016-06-031-0/+2
* | | | tests: introduce UNIFIED_CGROUP_HIERARCHY (#3419)Evgeny Vereshchagin2016-06-032-1/+6
* | | | resolved: fix comments in resolve.conf for search domain overflows (#3422)Martin Pitt2016-06-032-27/+93
* | | | hwdb: Add Thinkpad X1 carbon 4th gen to 70-pointingstick.hwdb (#3426)Matthieu Codron2016-06-031-0/+2
|/ / /
* | | core: add pre-defined syscall groups to SystemCallFilter= (#3053) (#3157)Topi Miettinen2016-06-014-41/+350
* | | units: wait for plymouth to shut down in rescue.sevice (#3367)Franck Bui2016-06-011-1/+1
|/ /
* | systemctl: systemctl show --property' needs verification of property (#3364)Susant Sahani2016-05-311-0/+22
* | systemctl: Replace init script error codes with enum (#3400)Susant Sahani2016-05-311-5/+24