summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* logind: fix some potentially uninitialized accessesv30Lennart Poettering2011-07-132-2/+3
|
* build-sys: bump releaseLennart Poettering2011-07-131-1/+1
|
* nspawn: compress mount table a bitLennart Poettering2011-07-132-10/+12
|
* man: add a couple of crosslinksLennart Poettering2011-07-133-1/+4
|
* man: add man page for systemd-loginctlLennart Poettering2011-07-133-4/+462
|
* consolidate TODOLennart Poettering2011-07-132-16/+6
|
* nspawn: always use bind mounts to make API file systems available in the ↵Lennart Poettering2011-07-131-5/+11
| | | | | | | container This ensures that read-only flags are never passed from the container to the host OS.
* logind: use new udev_enumerate_add_match_parent() where applicableLennart Poettering2011-07-132-6/+10
|
* loginctl: use new udev_device_has_tag() call from libudev where applicableLennart Poettering2011-07-134-40/+4
|
* logind: remove some unused labelsLennart Poettering2011-07-133-5/+0
|
* udev: actually check for existance of ID_PATH_TAG before we use itLennart Poettering2011-07-132-2/+1
|
* loginctl: implement missing kill verbLennart Poettering2011-07-138-14/+365
|
* unit: use ESRCH as error when we don't find anybody to killLennart Poettering2011-07-134-8/+8
|
* unit: accept empty defaults for kill who/mode argsLennart Poettering2011-07-132-8/+34
|
* loginctl: implement more verbsLennart Poettering2011-07-135-32/+386
|
* seat: udev - use ID_PATH_TAG instead of 'sed' hackKay Sievers2011-07-131-1/+1
|
* unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵Lennart Poettering2011-07-129-7/+23
| | | | binary we'll spawn
* service: properly handle who argument on D-Bus kill callsLennart Poettering2011-07-124-23/+28
|
* tmpfiles: allow creation of named pipes with tmpfilesLennart Poettering2011-07-123-2/+51
|
* update TODOLennart Poettering2011-07-121-8/+4
|
* sysctl: support application of sysctl subtreesLennart Poettering2011-07-122-6/+83
|
* build-sys: fix copynpaste mistakeLennart Poettering2011-07-121-1/+1
|
* build-sys: remove autogenerated bus introspection files from gitLennart Poettering2011-07-123-59/+0
|
* build-sys: fix make distcheckLennart Poettering2011-07-124-13/+44
|
* build-sys: add a number of missing header files to EXTRA_DISTLennart Poettering2011-07-122-1/+15
|
* build-sys: drop AM_GNU_GETTEXT as it fights with IT_PROG_INTLTOOLKay Sievers2011-07-121-3/+0
| | | | | | | | | | | <mbiebl> kay, mezcalero: https://bugzilla.gnome.org/show_bug.cgi?id=627789 <mezcalero> so we can drop that entirely? <mezcalero> kay: if you drop those two lines, does it improve things for you? <mbiebl> kay: but ./configure should work now <mbiebl> resp. autogen.sh <kay> mezcalero, mbiebl: autogen.sh seems a lot better without the two lines <kay> mezcalero: works without the 'touch' thing <mezcalero> kay: ok, commit please
* units: add units for boot.local/halt.local on SUSE distributions.Frederic Crozat2011-07-123-0/+57
|
* shutdown: coding style fixesLennart Poettering2011-07-111-73/+70
|
* Merge remote-tracking branch 'harald/master'Lennart Poettering2011-07-113-3/+120
|\
| * shutdown: pivot_root to a tmpfs directory to properly umount rootHarald Hoyer2011-07-042-0/+106
| | | | | | | | | | | | | | check for /run/initramfs/shutdown mount bind all needed dirs to /run/initramfs pivot_root to /run/initramfs execute /run/initramfs/shutdown
| * umount: log failed umounts only once at the endHarald Hoyer2011-07-041-3/+5
| |
| * umount: umount, until all umounts failedHarald Hoyer2011-07-041-1/+9
| |
| * umount: log_info about what we unmountedHarald Hoyer2011-07-041-0/+1
| |
* | logind: Fix compilation without ACLZbigniew Jędrzejewski-Szmek2011-07-112-3/+29
| | | | | | | | | | | | | | Compilation fails if sys/acl.h is not available. The configure script already tests for sys/acl.h presence, but the result was so far unused. To compile without acl, stub implementations of the acl functions are used.
* | man: un-reverse IgnoreOnSnapshot descriptionZbigniew Jędrzejewski-Szmek2011-07-112-3/+3
| | | | | | | | | | I think that snapshots & devices are actually _not_ captured in snapshots.
* | update TODOLennart Poettering2011-07-111-0/+3
| |
* | build-sys: Add i18n support through intltoolBastien Nocera2011-07-118-27/+47
| | | | | | | | And put the PolicyKit policy files up for translation.
* | clarify separate-/usr messageKay Sievers2011-07-111-1/+1
| | | | | | | | Everything should be fine if /usr is mounted from initramfs.
* | loginctl: add missing header fileLennart Poettering2011-07-093-4/+273
| |
* | systemctl: fix --help syntax for variablesLennart Poettering2011-07-081-1/+1
| |
* | logind: don't confuse 'shared' with a session of its ownLennart Poettering2011-07-081-1/+3
| |
* | logind: fix introspection typoLennart Poettering2011-07-081-1/+1
| |
* | acl: two tag matching is not going to be available in libudevLennart Poettering2011-07-083-8/+9
| |
* | loginctl: add various introspection functionsLennart Poettering2011-07-086-126/+1093
| |
* | seat: only mark main input device for seat assignmentsLennart Poettering2011-07-081-1/+1
| |
* | systemctl: hide all information on --kill-mode= since it is mostly uselessLennart Poettering2011-07-073-25/+5
| |
* | systemctl: use cached tty value where possibleLennart Poettering2011-07-071-3/+3
| |
* | systemctl: cache tty value before we open the pagerLennart Poettering2011-07-071-5/+7
| |
* | loginctl: add basic implementation of loginctl for introspecting controlling ↵Lennart Poettering2011-07-076-17/+566
| | | | | | | | sessions/users/seats
* | cgls: add pager support to systemd-cglsLennart Poettering2011-07-076-103/+190
| |