summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-27journalctl: refuse extra arguments with --verify and similarZbigniew Jędrzejewski-Szmek1-0/+5
2014-02-27logs-show: fix corrupt output with empty messagesUoti Urpala1-0/+5
2014-02-26mount: don't fire PropertiesChanged signals for mounts that are stoppedLennart Poettering1-3/+6
2014-02-26mount: don't send out PropertiesChanged message if actually nothing got changedLennart Poettering1-3/+12
2014-02-26mount: minor modernizationLennart Poettering1-3/+4
2014-02-25Use /var/run/dbus/system_bus_socket for the D-Bus socketZbigniew Jędrzejewski-Szmek2-2/+2
2014-02-26Revert back to /var/run at a couple of problemsLennart Poettering1-2/+2
2014-02-25Replace /var/run with /run in remaining placesZbigniew Jędrzejewski-Szmek2-4/+4
2014-02-26exec: imply NoNewPriviliges= only when seccomp filters are used in user modeLennart Poettering2-2/+13
2014-02-26core: add new RestrictAddressFamilies= switchLennart Poettering11-5/+363
2014-02-26nspawn: no need for duplicate checks against EEXISTLennart Poettering1-1/+1
2014-02-26seccomp: we should control NO_NEW_PRIVS on our own, not let seccomp do this f...Lennart Poettering1-13/+13
2014-02-25networkd: add basic support for MACVLANsTom Gundersen6-16/+145
2014-02-25login: Allow calling org.freedesktop.login1.Seat.SwitchToJasper St. Pierre1-0/+12
2014-02-25login: set pos-slot to fallback on pos-evictionDavid Herrmann1-1/+13
2014-02-25login: fix pos-array allocationDavid Herrmann2-1/+10
2014-02-25nspawn: add new switch --network-macvlan= to add a macvlan device to the cont...Lennart Poettering2-31/+167
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek13-37/+18
2014-02-25hostnamectl: read virtualization/architecture from remote sideLennart Poettering1-16/+31
2014-02-25core: expose architecture as a bus property, so that we can easily query it r...Lennart Poettering1-0/+17
2014-02-24core: add global settings for enabling CPUAccounting=, MemoryAccounting=, Blo...Lennart Poettering11-11/+53
2014-02-24architecture: apparently there is LE ppc nowLennart Poettering2-2/+16
2014-02-24smack: rework security labeling for multiple frameworksŁukasz Stelmach2-41/+77
2014-02-24smack: set loaded_policy in smack_setup()Łukasz Stelmach3-3/+7
2014-02-24smack: relabel directories and files created by systemdŁukasz Stelmach1-3/+57
2014-02-24hostnamed: correct error messageMichal Sekletar1-1/+1
2014-02-24logind: detect whether the system is docked, and if it is inhibit lid switch ...Lennart Poettering7-6/+45
2014-02-24virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen6-9/+8
2014-02-23systemctl: move next elapse calculation to its own functionDjalal Harouni1-15/+27
2014-02-23dbus-timer: fix bus_timer_vtable to have the correct timesDjalal Harouni1-2/+2
2014-02-24getty-generator: verify ttys before we make use of themLennart Poettering1-0/+28
2014-02-24cgroup: certain cgroup attributes are not available in the root cgroup, hence...Lennart Poettering1-17/+24
2014-02-24core: gc half-created stub unitsLennart Poettering1-3/+0
2014-02-24core: expose root control group on the busLennart Poettering1-0/+1
2014-02-24nspawn: make use of the devices cgroup controller by defaultLennart Poettering1-7/+71
2014-02-24cgroup: parse array cgroup properties correctly when they aren't at the end o...Lennart Poettering1-1/+12
2014-02-24sd-dhcp-client: respect TP_STATUS_CSUMNOTREADYTom Gundersen4-8/+36
2014-02-23sd-dhcp-client: fix max size of REQUEST messageTom Gundersen1-1/+1
2014-02-23sd-dhcp: message_init - only set secs in the clientTom Gundersen3-9/+12
2014-02-23sd-dhcp: don't reject packets with the 'wrong' source portTom Gundersen1-5/+5
2014-02-23sd-dhcp: use FIONREAD to get correct size of incoming DHCP packetTom Gundersen2-12/+26
2014-02-23journal: downgrade vaccuum message to debug levelLennart Poettering1-1/+1
2014-02-23sd-dhcp: equally verify udp and raw dhcp messagesTom Gundersen3-50/+68
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering10-55/+122
2014-02-23src/shared/ cannot reference symbols from librariesKay Sievers4-69/+133
2014-02-23sd-dhcp: be more detailed about invalid headersTom Gundersen2-10/+28
2014-02-23build-sys: remove libsystemd.sym duplicateDavid Herrmann1-1/+0
2014-02-22build-sys: fix libsystemd --enable-kdbus symbol exportKay Sievers1-2/+2
2014-02-22build-sys: build compat libs from sources, avoiding the not generally availab...Kay Sievers1-1/+0
2014-02-22networkd: handle SIGINT and SIGTERMTom Gundersen4-5/+44