aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-173-29/+34
* 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
* TODO: remove done itemThomas Hindoe Paaboel Andersen2014-02-161-3/+0
* nspawn: typo fix in helpThomas Hindoe Paaboel Andersen2014-02-161-2/+2
* nspawn: add new --network-bridge= switchTom Gundersen2014-02-163-28/+98
* 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
* README: mention libudev's requirementKay Sievers2014-02-151-1/+1
* 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
* sd-rtnl: message_open_container - don't take a 'size' argumentTom Gundersen2014-02-156-15/+18
* sd-rtnl: link flags - don't allow change = 0Tom Gundersen2014-02-151-4/+2
* Fix prototype of get_process_stateZbigniew Jędrzejewski-Szmek2014-02-142-2/+2
* util: fix mismatching function signatureKay Sievers2014-02-151-1/+1
* man: use spaces instead of tabsJason St. John2014-02-145-70/+70
* man: replace STDOUT with standard output, etc.Zbigniew Jędrzejewski-Szmek2014-02-1415-60/+65
* man: fix grammatical errors and other formatting issuesJason St. John2014-02-147-184/+233
* core: fix detection of dead processesYuxuan Shui2014-02-143-0/+34
* test: add basic seccomp testsRonny Chevalier2014-02-147-0/+122
* units: systemd-logind fails hard without dbusZbigniew Jędrzejewski-Szmek2014-02-141-0/+5
* test: print the important commands to make debugging easierZbigniew Jędrzejewski-Szmek2014-02-141-3/+5
* test: make the image biggerZbigniew Jędrzejewski-Szmek2014-02-141-3/+3
* nspawn: if we don't find bash, try shLennart Poettering2014-02-141-0/+1
* update TODOLennart Poettering2014-02-141-7/+9
* nspawn: don't accept just any tree to executeLennart Poettering2014-02-141-3/+15
* man: always place <programlisting> and </programlisting> in a line with actua...Lennart Poettering2014-02-1413-99/+47
* localectl: log error if bus_map_all_properties() failsDjalal Harouni2014-02-141-1/+3
* service: when we complain about a notify message we cannot map to main pid be...Lennart Poettering2014-02-141-1/+1
* service: if we don't know the main pid of a service, we cannot accept any not...Lennart Poettering2014-02-141-4/+6
* build-sys: fix for "recipe for target 'dbus1-generator-install-hook' failed"Simon Peeters2014-02-141-0/+2
* man: systemd.service(5): clarify behavior of SuccessExitStatusDave Reisner2014-02-141-1/+4
* shared: include root when canonicalizing conf pathsMichael Marineau2014-02-145-23/+28
* logind: make sure to terminate systemd user on logoutsDjalal Harouni2014-02-132-2/+9
* nspawn: make socket(AF_NETLINK, *, NETLINK_AUDIT) fail with EAFNOTSUPPORT in ...Lennart Poettering2014-02-132-1/+60
* nspawn: add new --network-veth switch to add a virtual ethernet link to the hostLennart Poettering2014-02-132-69/+213
* rtnl: support adding VETH_INFO_PEER containers into rtnl messagesLennart Poettering2014-02-134-17/+16
* systemctl: fix exit statuses from is-active/is-failedDave Reisner2014-02-131-4/+6
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-1314-20/+19
* everywhere: make use of new0() and macro() macros, and stop using perror()Lennart Poettering2014-02-1316-39/+38
* nspawn: check with udev before we take possession of an interfaceLennart Poettering2014-02-132-0/+23
* nspawn: no need to subscribe to netlink messages if we just want to execute o...Lennart Poettering2014-02-131-5/+5
* nspawn: --private-network should imply CAP_NET_ADMINLennart Poettering2014-02-132-8/+28