summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus: add support for adding memfds into message payloadLennart Poettering2013-05-157-16/+285
* journalctl: add -k/--dmesgZbigniew Jędrzejewski-Szmek2013-05-151-1/+32
* sd-journal: check if the pointers passed are the sameThomas Hindoe Paaboel Andersen2013-05-151-0/+4
* keymap: Add support for Eject button on MSI GE60/GE70Johan Heikkilä2013-05-151-0/+1
* bus: rework message struct to keep header with fields in same malloc() blockLennart Poettering2013-05-154-124/+90
* bus: add macro for iterating through body parts of a messageLennart Poettering2013-05-154-6/+12
* bus: minor fixesLennart Poettering2013-05-152-2/+5
* bus: seal off memfds when sealing messagesLennart Poettering2013-05-151-1/+7
* bus: fix allocation of body parts from memfdLennart Poettering2013-05-142-8/+8
* bus: properly handle message bodies that are a chain of memory areas rather t...Lennart Poettering2013-05-147-169/+596
* bus: add and use UINT64_TO_PTR()Kay Sievers2013-05-142-15/+17
* journald-stream: typo in error message.Auke Kok2013-05-131-1/+1
* bus: test-bus-memfd - use pread()/pwrite()Kay Sievers2013-05-131-4/+3
* bus: update test-bus-memfdKay Sievers2013-05-132-2/+3
* bus: remove KDBUS_MAKE_ACCESS_WORLD, remove (n_payload > 2) checkKay Sievers2013-05-122-12/+12
* Add support for ConditionSecurity=imaAuke Kok2013-05-111-0/+2
* Re-indent with spaces.Auke Kok2013-05-111-4/+4
* bus: update test-bus-memfdKay Sievers2013-05-111-6/+75
* bus: fix test-bus-memfdKay Sievers2013-05-103-27/+15
* bus: fix error check in memfd codeLennart Poettering2013-05-101-1/+1
* bus: extend memfd testLennart Poettering2013-05-102-8/+41
* nspawn: only warn about audit when booting the containerDave Reisner2013-05-101-1/+1
* bus: add new API for kdbus memfd functionalityLennart Poettering2013-05-104-1/+349
* kdbus: update kdbus.h from upstreamKay Sievers2013-05-101-3/+3
* bus: catch up with latest kdbusLennart Poettering2013-05-106-81/+136
* bus: add sd_bus_message_append_string_space() for zero-copy string appendingLennart Poettering2013-05-103-7/+69
* nspawn: Include netlink headers rather than using #ifdefColin Walters2013-05-101-2/+1
* Fix previous commit for !HAVE_AUDITColin Walters2013-05-101-1/+2
* systemd-python: allow threads around flushZbigniew Jędrzejewski-Szmek2013-05-101-0/+2
* systemd-python: use consistent indentationZbigniew Jędrzejewski-Szmek2013-05-102-70/+70
* audit: since audit is apparently never going to be fixed for containers tell ...Lennart Poettering2013-05-101-0/+19
* Start ctrl-alt-del.target irreversiblyEelco Dolstra2013-05-101-1/+1
* systemd-python: wrap sd_login_monitorZbigniew Jędrzejewski-Szmek2013-05-107-52/+268
* bus: add API for appending/reading fixed arraysLennart Poettering2013-05-096-9/+215
* condition, man: Add support for ConditionSecurity=smackKarol Lewandowski2013-05-091-0/+2
* systemd-python: add wrappers for easy functions in sd-loginZbigniew Jędrzejewski-Szmek2013-05-096-13/+200
* systemd-python: add __version__ stringsZbigniew Jędrzejewski-Szmek2013-05-097-10/+31
* Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek2013-05-093-10/+11
* hostnamectl: suppress outputting of pretty hostname field in status if emptyLennart Poettering2013-05-071-4/+8
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-077-38/+24
* journald: don't recalculate the ACL maskLennart Poettering2013-05-071-2/+2
* build-sys: support builds without EAs againLennart Poettering2013-05-072-6/+11
* hashmap: document trivial_hash_func()Lennart Poettering2013-05-071-0/+3
* kmod-setup: properly iterate through module tableLennart Poettering2013-05-071-33/+39
* systemd-sleep: it is not an error if the config file is missingZbigniew Jędrzejewski-Szmek2013-05-071-11/+8
* login: add missing _public_ to sd_get_machine_names()Lennart Poettering2013-05-071-1/+1
* journald: be more careful when we try to flush the runtime journal to disk an...v203Lennart Poettering2013-05-072-1/+7
* core: escape unit name from udevMUNEDA Takahiro2013-05-061-3/+9
* systemd-sleep: add support for freeze and standbyZbigniew Jędrzejewski-Szmek2013-05-069-180/+423
* fileio: split write_one_line_file into twoZbigniew Jędrzejewski-Szmek2013-05-062-9/+18