summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* missing.h: add some IFLA_* constantsTom Gundersen2014-02-192-0/+15
* event: fix crash on child-source state modificationsDavid Herrmann2014-02-191-2/+2
* core: add Personality= option for units to set the personality for spawned pr...Lennart Poettering2014-02-1911-4/+95
* build-sys: fixups for libsystemd-daemon mergeZbigniew Jędrzejewski-Szmek2014-02-192-7/+2
* build-sys: merge libsystemd-daemon into libsystemdKay Sievers2014-02-198-116/+47
* nspawn: add new --personality= switch to make it easier to run 32bit containe...Lennart Poettering2014-02-183-0/+53
* net-match: fix Driver= matchTom Gundersen2014-02-182-2/+2
* networkd: refactor link_add() ...Tom Gundersen2014-02-183-31/+48
* nspawn: x86 is special with its socketcall() semantics, be permissive in the ...Lennart Poettering2014-02-181-1/+1
* seccomp: add helper call to add all secondary archs to a seccomp filterLennart Poettering2014-02-184-12/+52
* nspawn: allow 32-bit chroots from 64-bit hostsDave Reisner2014-02-181-0/+8
* load-modules: properly return a failing error code if some module fails to loadLennart Poettering2014-02-181-3/+5
* machinectl: remove unused --no-ask-passwordThomas Hindoe Paaboel Andersen2014-02-181-8/+0
* machinectl: add bash completionThomas Hindoe Paaboel Andersen2014-02-181-2/+12
* man: minor fixes to networkd pageTom Gundersen2014-02-181-0/+7
* libsystemd-dhcp: Add a full DHCP address acquisition test casePatrik Flykt2014-02-181-0/+219
* libsystemd-dhcp: Factor out test code for DHCP message verificationPatrik Flykt2014-02-181-7/+31
* libsystemd-dhcp: Add capability to print out test stepsPatrik Flykt2014-02-181-0/+10
* sd-rtnl-message: store reference to the bus in the messageTom Gundersen2014-02-1811-41/+60
* Remove unused variable and two function stubsZbigniew Jędrzejewski-Szmek2014-02-182-3/+1
* util: generalize code that checks whether PIDs are alive or unwaited forLennart Poettering2014-02-186-27/+28
* doc: update punctuationJan Engelhardt2014-02-187-11/+11
* core: more exact test on the procfs special string "(deleted)"Jan Engelhardt2014-02-181-1/+1
* networkd: act on lease only if there is oneUmut Tezduyar Lindskog2014-02-171-4/+6
* Fix gperf syntaxJasper St. Pierre2014-02-171-12/+6
* core: warn when unit files with unsupported options are parsedLennart Poettering2014-02-172-9/+31
* core: store and expose SELinuxContext field normalized as bool + stringLennart Poettering2014-02-176-16/+75
* main: make gcc shut upLennart Poettering2014-02-171-2/+2
* core: fixate show_status earlier, so that we actually print the welcome messageLennart Poettering2014-02-174-28/+25
* core: find the closest parent slice that has a specfic cgroup controller enab...Lennart Poettering2014-02-173-29/+50
* core: fix property changes in transient unitsLennart Poettering2014-02-172-10/+6
* unit: slice dependencies should not be subject to DefaultDependenciesLennart Poettering2014-02-171-18/+22
* main: don't set no_new_privs when using SystemCallArchitectures= system-wideLennart Poettering2014-02-171-0/+6
* nspawn: netns_fd can be removed nowLennart Poettering2014-02-171-1/+1
* core: rework cgroup mask propagationLennart Poettering2014-02-1711-44/+150
* Pass log config from systemd to systemd-shutdownZbigniew Jędrzejewski-Szmek2014-02-174-32/+145
* Some modernizationsZbigniew Jędrzejewski-Szmek2014-02-172-28/+30
* Extract looping over /proc/cmdline into a shared functionZbigniew Jędrzejewski-Szmek2014-02-178-283/+216
* logind: close race on session state during loginsDjalal Harouni2014-02-171-1/+2
* sd-dhcp: silently ignore malformed packetsTom Gundersen2014-02-161-3/+3
* sd-rtnl: do not require ifindex to be set for SETLINK messagesTom Gundersen2014-02-161-1/+2
* nspawn: typo fix in helpThomas Hindoe Paaboel Andersen2014-02-161-2/+2
* nspawn: add new --network-bridge= switchTom Gundersen2014-02-161-26/+85
* Add white space between _XZ_FEATURE_ and _SECCOMP_FEATURE_Djalal Harouni2014-02-161-1/+1
* bus: fix match_parse for unquoted matchesSimon Peeters2014-02-161-1/+1
* core: check for return value from get_process_stateYuxuan Shui2014-02-161-1/+7
* sd-dhcp: network - don't hardcode portsTom Gundersen2014-02-154-11/+13
* sd-rtnl: always include linux/rtnetlink.hTom Gundersen2014-02-157-12/+4
* sd-dhcp: minimum options size is part of the protocolTom Gundersen2014-02-152-7/+6
* sd-dhcp-client: explicitly handle raw and udp messagesTom Gundersen2014-02-151-86/+110