chiark / gitweb /
elogind.git
12 years agomove more main systemd parts to core/
Kay Sievers [Thu, 12 Apr 2012 11:34:18 +0000 (13:34 +0200)]
move more main systemd parts to core/

12 years agohostname-setup: move to core/
Lennart Poettering [Thu, 12 Apr 2012 12:22:48 +0000 (14:22 +0200)]
hostname-setup: move to core/

12 years agoshutdown: move shutdown to core since it replaces PID 1
Lennart Poettering [Thu, 12 Apr 2012 12:18:36 +0000 (14:18 +0200)]
shutdown: move shutdown to core since it replaces PID 1

12 years agoumount: fix build
Lennart Poettering [Thu, 12 Apr 2012 11:48:20 +0000 (13:48 +0200)]
umount: fix build

12 years agotest: test tools should still be in the src/ directory
Lennart Poettering [Thu, 12 Apr 2012 11:48:01 +0000 (13:48 +0200)]
test: test tools should still be in the src/ directory

12 years agobuild-sys: dbus-loop.h is not used by the core
Lennart Poettering [Thu, 12 Apr 2012 11:42:10 +0000 (13:42 +0200)]
build-sys: dbus-loop.h is not used by the core

12 years agoumount: don't try to umount /dev/console, since we are using it
Lennart Poettering [Thu, 12 Apr 2012 11:34:09 +0000 (13:34 +0200)]
umount: don't try to umount /dev/console, since we are using it

12 years agobuild-sys: move a few things into more appropriate places
Lennart Poettering [Thu, 12 Apr 2012 11:33:02 +0000 (13:33 +0200)]
build-sys: move a few things into more appropriate places

12 years agobuild-sys: add stub makefiles to make emacs easier to use
Lennart Poettering [Thu, 12 Apr 2012 11:07:17 +0000 (13:07 +0200)]
build-sys: add stub makefiles to make emacs easier to use

12 years agomove a couple of test-*.c to test/
Kay Sievers [Thu, 12 Apr 2012 11:17:41 +0000 (13:17 +0200)]
move a couple of test-*.c to test/

12 years agoudev: gudev - rework introspection generation
Marc-Antoine Perennou [Wed, 11 Apr 2012 21:22:51 +0000 (23:22 +0200)]
udev: gudev - rework introspection generation

12 years agorename machine-id-main.c tomacht the binary and move main.c to core/
Kay Sievers [Thu, 12 Apr 2012 10:58:55 +0000 (12:58 +0200)]
rename machine-id-main.c tomacht the binary and move main.c to core/

12 years agonspawn: bind mount /dev/nul to /proc/kmsg, so that the container can't muck with...
Lennart Poettering [Thu, 12 Apr 2012 10:58:08 +0000 (12:58 +0200)]
nspawn: bind mount /dev/nul to /proc/kmsg, so that the container can't muck with the host kmsg

12 years agojournald: add missing flag to open()
Lennart Poettering [Thu, 12 Apr 2012 10:57:41 +0000 (12:57 +0200)]
journald: add missing flag to open()

12 years agoexecute: when we can't get the requested rlimit, get the next closest
Lennart Poettering [Thu, 12 Apr 2012 01:38:52 +0000 (03:38 +0200)]
execute: when we can't get the requested rlimit, get the next closest

12 years agomain: pass original environment block to shutdown binary so that it can detect contai...
Lennart Poettering [Thu, 12 Apr 2012 01:19:28 +0000 (03:19 +0200)]
main: pass original environment block to shutdown binary so that it can detect container environments

12 years agounits: start vconsole-setup only if there's actually a virtual console device
Lennart Poettering [Thu, 12 Apr 2012 00:51:16 +0000 (02:51 +0200)]
units: start vconsole-setup only if there's actually a virtual console device

12 years agounits: run sysctl stuff only when /proc/sys is actually writable, to quieten containe...
Lennart Poettering [Thu, 12 Apr 2012 00:41:02 +0000 (02:41 +0200)]
units: run sysctl stuff only when /proc/sys is actually writable, to quieten container boots a little

12 years agounit: introduce ConditionPathIsReadWrite
Lennart Poettering [Thu, 12 Apr 2012 00:39:02 +0000 (02:39 +0200)]
unit: introduce ConditionPathIsReadWrite

12 years agomove more common files to shared/ and add them to shared.la
Kay Sievers [Wed, 11 Apr 2012 23:51:49 +0000 (01:51 +0200)]
move more common files to shared/ and add them to shared.la

12 years agoudev: keymap - remove weird 'c2 a0' character sequences which break the check
Kay Sievers [Wed, 11 Apr 2012 22:42:43 +0000 (00:42 +0200)]
udev: keymap - remove weird 'c2 a0' character sequences which break the check

$ hexdump -C  src/udev/keymap/keymaps/samsung-90x3a
00000000  30 78 39 36 20 6b 62 64  69 6c 6c 75 6d 75 70 c2  |0x96 kbdillumup.|
00000010  a0 c2 a0 c2 a0 c2 a0 c2  a0 c2 a0 c2 a0 c2 a0 20  |............... |
00000020  23 20 46 6e 2b 46 38 20  6b 65 79 62 6f 61 72 64  |# Fn+F8 keyboard|

12 years agoOne can specify in which cgroup hierarchies a systemd-nspawn container will appear
Léo Gillot-Lamure [Wed, 11 Apr 2012 11:27:19 +0000 (12:27 +0100)]
One can specify in which cgroup hierarchies a systemd-nspawn container will appear

12 years agorelicense to LGPLv2.1 (with exceptions)
Lennart Poettering [Wed, 11 Apr 2012 22:20:58 +0000 (00:20 +0200)]
relicense to LGPLv2.1 (with exceptions)

We finally got the OK from all contributors with non-trivial commits to
relicense systemd from GPL2+ to LGPL2.1+.

Some udev bits continue to be GPL2+ for now, but we are looking into
relicensing them too, to allow free copy/paste of all code within
systemd.

The bits that used to be MIT continue to be MIT.

The big benefit of the relicensing is that closed source code may now
link against libsystemd-login.so and friends.

12 years agoudev: check-keymaps.sh - fix source directory
Kay Sievers [Wed, 11 Apr 2012 22:08:26 +0000 (00:08 +0200)]
udev: check-keymaps.sh - fix source directory

12 years agoupdate TODO
Lennart Poettering [Wed, 11 Apr 2012 21:56:58 +0000 (23:56 +0200)]
update TODO

12 years agopolkit: when spawning off agent, wait until the agent is fully initialized
Lennart Poettering [Wed, 11 Apr 2012 20:37:13 +0000 (22:37 +0200)]
polkit: when spawning off agent, wait until the agent is fully initialized

12 years agounits: exclude gettys from isolate requests
Lennart Poettering [Wed, 11 Apr 2012 19:58:33 +0000 (21:58 +0200)]
units: exclude gettys from isolate requests

gettys are nowadays mostly autospawned and hence usually subject to
being shut down on isolate requests, since they are no dependency of any
other unit. This is a bad idea if the user isolates between
multi-user.graphical and graphical.target, hence exclude them from the
isolation.

This has the effect that gettys no longer cleaned up when
emergency.target is isolated, which might actualy be considered a
feature, even though it is a change from previous behaviour...

Note that the one getty that really matters (the one on tty1) is still
removed when isolating to emergency.target since it conflicts with
emergency.service.

12 years agoudev: fix RUN+= logic regarding builtin vs. program
Kay Sievers [Wed, 11 Apr 2012 20:34:25 +0000 (22:34 +0200)]
udev: fix RUN+= logic regarding builtin vs. program

12 years agoudev: fix keymap mkdir
Marc-Antoine Perennou [Wed, 11 Apr 2012 20:24:53 +0000 (22:24 +0200)]
udev: fix keymap mkdir

12 years agoenable proper access timestamps on all tmpfs mounts
Kay Sievers [Wed, 11 Apr 2012 20:18:55 +0000 (22:18 +0200)]
enable proper access timestamps on all tmpfs mounts

12 years agotmpfiles: open directories with O_NOATIME to preserve timestamp
Kay Sievers [Wed, 11 Apr 2012 19:33:12 +0000 (21:33 +0200)]
tmpfiles: open directories with O_NOATIME to preserve timestamp

Before:
  # stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
  Access: 2012-04-11 21:32:48.444920237 +0200
  # systemd-tmpfiles --clean
  # stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
  Access: 2012-04-11 21:36:27.628925459 +0200

After:
  # stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
  Access: 2012-04-11 21:32:48.444920237 +0200
  # ./systemd-tmpfiles --clean
  # stat /tmp/pulse-Du5ectm60QYM | grep 'Access: 20'
  Access: 2012-04-11 21:32:48.444920237 +0200

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=810257
12 years agopolkit: temporarily spawn of a polkit agent in terminals for possibly authenticated...
Lennart Poettering [Wed, 11 Apr 2012 16:50:16 +0000 (18:50 +0200)]
polkit: temporarily spawn of a polkit agent in terminals for possibly authenticated operations

12 years agomain: disarm watchdog when preparing for reexecution
Lennart Poettering [Wed, 11 Apr 2012 16:40:22 +0000 (18:40 +0200)]
main: disarm watchdog when preparing for reexecution

12 years agoput acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch]
Kay Sievers [Wed, 11 Apr 2012 14:39:31 +0000 (16:39 +0200)]
put acl.la in 'if HAVE_ACL' and rename acl.[ch] to acl-util.[ch]

12 years agomove libsystemd_core.la sources into core/
Kay Sievers [Wed, 11 Apr 2012 10:59:52 +0000 (12:59 +0200)]
move libsystemd_core.la sources into core/

12 years agomain: unset some bash specific environment variables that might get leaked to us
Lennart Poettering [Wed, 11 Apr 2012 11:19:26 +0000 (13:19 +0200)]
main: unset some bash specific environment variables that might get leaked to us

https://bugzilla.redhat.com/show_bug.cgi?id=811537

12 years agomain: drop container/initrd env vars from inherited set
Lennart Poettering [Wed, 11 Apr 2012 10:56:51 +0000 (12:56 +0200)]
main: drop container/initrd env vars from inherited set

Leave the env vars used in the container/initrd logic set for PID1, but
don't inherit them to any children.

12 years agomachine-id: don't delete runtime machine-id, and place it in /run
Lennart Poettering [Wed, 11 Apr 2012 10:49:52 +0000 (12:49 +0200)]
machine-id: don't delete runtime machine-id, and place it in /run

12 years agomain: add URL to cgroups check message
Lennart Poettering [Wed, 11 Apr 2012 10:48:27 +0000 (12:48 +0200)]
main: add URL to cgroups check message

12 years agosplit selinux label operations out of cgroup-util, socket-util
Kay Sievers [Wed, 11 Apr 2012 10:30:53 +0000 (12:30 +0200)]
split selinux label operations out of cgroup-util, socket-util

This prevents linking of selinux and libdl for another 15 binaries.

12 years agobuild-sys: move remaining headers out EXTRA_DIST, install sd-readahead.h
Kay Sievers [Wed, 11 Apr 2012 01:54:23 +0000 (03:54 +0200)]
build-sys: move remaining headers out EXTRA_DIST, install sd-readahead.h

12 years agobuild-sys: add $(AM_LDFLAGS) where needed
Kay Sievers [Wed, 11 Apr 2012 01:29:31 +0000 (03:29 +0200)]
build-sys: add $(AM_LDFLAGS) where needed

12 years agopam_systemd: add missing libsystemd_audit.l
Kay Sievers [Wed, 11 Apr 2012 01:15:34 +0000 (03:15 +0200)]
pam_systemd: add missing libsystemd_audit.l

12 years agoshutdownd: rework interface, allow subscribing to scheduled shutdowns
Lennart Poettering [Wed, 11 Apr 2012 00:04:46 +0000 (02:04 +0200)]
shutdownd: rework interface, allow subscribing to scheduled shutdowns

This extends the shutdownd interface to expose schedule shutdown
information in /run/systemd/shutdown/schedule.

This also cleans up the shutdownd protocol and documents it in a header
file sd-shutdown.h.

This is supposed to be used by client code that wants to control and
monitor scheduled shutdown.

12 years agosystemctl: don't forward poweroff/reboot requests to logind if time is set or immedia...
Lennart Poettering [Tue, 10 Apr 2012 22:36:44 +0000 (00:36 +0200)]
systemctl: don't forward poweroff/reboot requests to logind if time is set or immediate or dry-run execution is requested

logind can't handle scheduled poweroff/reboot requests, nor
immediate/dry-run requests, hence don't attempt forwarding to logind if
these options are used.

12 years agologs-show: fix output of log lines lacking comm
Lennart Poettering [Tue, 10 Apr 2012 22:34:06 +0000 (00:34 +0200)]
logs-show: fix output of log lines lacking comm

12 years agounits: introduce nss-user-lookup.target
Lennart Poettering [Tue, 10 Apr 2012 22:11:18 +0000 (00:11 +0200)]
units: introduce nss-user-lookup.target

This separates user/group NSS lookups from host/network NSS lookups.

By default order all network mounts after host/network NSS lookups now,
and logind execution after user/group NSS lookups.

12 years agoupdate TODO
Kay Sievers [Tue, 10 Apr 2012 20:47:48 +0000 (22:47 +0200)]
update TODO

12 years agorename basic.la to shared.la and put selinux deps in shared-selinx.la
Kay Sievers [Tue, 10 Apr 2012 19:54:31 +0000 (21:54 +0200)]
rename basic.la to shared.la and put selinux deps in shared-selinx.la

Only 34 of 74 tools need libselinux linked, and libselinux is a pain
with its unconditional library constructor.

12 years agoudev: move man pages to udev section
Kay Sievers [Tue, 10 Apr 2012 17:57:23 +0000 (19:57 +0200)]
udev: move man pages to udev section

12 years agodbus: make the service property StartLimitAction writeable
Michael Olbrich [Fri, 6 Apr 2012 19:38:02 +0000 (21:38 +0200)]
dbus: make the service property StartLimitAction writeable

12 years agodbus: add generic DEFINE_BUS_PROPERTY_SET_ENUM() macro for enum properties
Michael Olbrich [Fri, 6 Apr 2012 19:38:01 +0000 (21:38 +0200)]
dbus: add generic DEFINE_BUS_PROPERTY_SET_ENUM() macro for enum properties

The defined function can be used as BusPropertySetCallback.

12 years agodbus: add data argument to BusPropertySetCallback
Michael Olbrich [Fri, 6 Apr 2012 19:38:00 +0000 (21:38 +0200)]
dbus: add data argument to BusPropertySetCallback

BusPropertyCallback already has the argument. It is necesary for the
callback to know what data to access.

12 years agowatchdog: really return the actual watchdog timeout
Michael Olbrich [Fri, 6 Apr 2012 19:37:26 +0000 (21:37 +0200)]
watchdog: really return the actual watchdog timeout

In the current code setting the return argument is never reached.

12 years agomove list.h, macro.h, ioprio.h to shared/
Kay Sievers [Tue, 10 Apr 2012 17:42:07 +0000 (19:42 +0200)]
move list.h, macro.h, ioprio.h to shared/

12 years agomove pager.[ch] to shared/
Kay Sievers [Tue, 10 Apr 2012 17:32:48 +0000 (19:32 +0200)]
move pager.[ch] to shared/

12 years agouse libsystemd-daemon.la instead of source file
Kay Sievers [Tue, 10 Apr 2012 17:23:08 +0000 (19:23 +0200)]
use libsystemd-daemon.la instead of source file

12 years agouse libsystemd-id128.la instead of source file
Kay Sievers [Tue, 10 Apr 2012 17:14:42 +0000 (19:14 +0200)]
use libsystemd-id128.la instead of source file

12 years agomove libsystemd-capability.la dep from basic to core
Kay Sievers [Tue, 10 Apr 2012 16:59:47 +0000 (18:59 +0200)]
move libsystemd-capability.la dep from basic to core

12 years agomove cgroup-util.[ch] to shared/
Kay Sievers [Tue, 10 Apr 2012 16:46:51 +0000 (18:46 +0200)]
move cgroup-util.[ch] to shared/

12 years agoudev: remove deps already pulled in by LIBADD
Kay Sievers [Tue, 10 Apr 2012 15:39:43 +0000 (17:39 +0200)]
udev: remove deps already pulled in by LIBADD

12 years agoudev: fix gcc warnings showing up after adding $(AM_CFLAGS)
Kay Sievers [Tue, 10 Apr 2012 14:41:52 +0000 (16:41 +0200)]
udev: fix gcc warnings showing up after adding $(AM_CFLAGS)

12 years agobuild-sys: add $(AM_CFLAGS) where needed
Kay Sievers [Tue, 10 Apr 2012 14:02:09 +0000 (16:02 +0200)]
build-sys: add $(AM_CFLAGS) where needed

12 years agoutil: move ACL code into internal library
Kay Sievers [Tue, 10 Apr 2012 12:53:38 +0000 (14:53 +0200)]
util: move ACL code into internal library

12 years agoutil: move all to shared/ and split external dependencies in separate internal libraries
Kay Sievers [Tue, 10 Apr 2012 11:39:02 +0000 (13:39 +0200)]
util: move all to shared/ and split external dependencies in separate internal libraries

Before:
  $ ldd /lib/systemd/systemd-timestamp
  linux-vdso.so.1 =>  (0x00007fffb05ff000)
  libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f90aac57000)
  libcap.so.2 => /lib64/libcap.so.2 (0x00007f90aaa53000)
  librt.so.1 => /lib64/librt.so.1 (0x00007f90aa84a000)
  libc.so.6 => /lib64/libc.so.6 (0x00007f90aa494000)
  /lib64/ld-linux-x86-64.so.2 (0x00007f90aae90000)
  libdl.so.2 => /lib64/libdl.so.2 (0x00007f90aa290000)
  libattr.so.1 => /lib64/libattr.so.1 (0x00007f90aa08a000)
  libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f90a9e6e000)

After:
  $ ldd systemd-timestamp
  linux-vdso.so.1 =>  (0x00007fff3cbff000)
  libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f5eaa1c3000)
  librt.so.1 => /lib64/librt.so.1 (0x00007f5ea9fbb000)
  libc.so.6 => /lib64/libc.so.6 (0x00007f5ea9c04000)
  /lib64/ld-linux-x86-64.so.2 (0x00007f5eaa3fc000)
  libdl.so.2 => /lib64/libdl.so.2 (0x00007f5ea9a00000)
  libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f5ea97e4000)

12 years agoudev: set errno = ENOSYS for removed interfaces
Kay Sievers [Tue, 10 Apr 2012 11:33:43 +0000 (13:33 +0200)]
udev: set errno = ENOSYS for removed interfaces

12 years agoupdate TODO
Kay Sievers [Mon, 9 Apr 2012 20:07:18 +0000 (22:07 +0200)]
update TODO

12 years agoudev: remove RUN+="socket:.." and udev_monitor_new_from_netlink()
Kay Sievers [Mon, 9 Apr 2012 18:45:45 +0000 (20:45 +0200)]
udev: remove RUN+="socket:.."  and udev_monitor_new_from_netlink()

12 years agoudev: convert 'uaccess' to a builtin
Kay Sievers [Mon, 9 Apr 2012 14:37:54 +0000 (16:37 +0200)]
udev: convert 'uaccess' to a builtin

12 years agoudev: keymap: remove rootprefix mangling from script
Kay Sievers [Sun, 8 Apr 2012 15:08:09 +0000 (17:08 +0200)]
udev: keymap: remove rootprefix mangling from script

12 years agoudev: fix test-udev binary
Kay Sievers [Sun, 8 Apr 2012 15:03:17 +0000 (17:03 +0200)]
udev: fix test-udev binary

12 years agoudev: remove support for /lib/udev/devices/; tmpfiles should be used
Kay Sievers [Sun, 8 Apr 2012 14:50:16 +0000 (16:50 +0200)]
udev: remove support for /lib/udev/devices/; tmpfiles should be used

12 years agoudev: fix rules sort order
Tom Gundersen [Sat, 7 Apr 2012 11:41:13 +0000 (13:41 +0200)]
udev: fix rules sort order

Commit 91418155ae9034f466d436c314cd136309bc557d moved around the code,
but did not chang ethe array index.

12 years agoudev: switch to systemd logging functions
Kay Sievers [Sun, 8 Apr 2012 14:06:20 +0000 (16:06 +0200)]
udev: switch to systemd logging functions

12 years agobuild-sys: bump systemd version to 'udev version 182'
Kay Sievers [Fri, 6 Apr 2012 17:52:49 +0000 (19:52 +0200)]
build-sys: bump systemd version to 'udev version 182'

12 years agosystemd: add hardware watchdog support
Lennart Poettering [Thu, 5 Apr 2012 20:08:10 +0000 (22:08 +0200)]
systemd: add hardware watchdog support

This adds minimal hardware watchdog support to PID 1. The idea is that
PID 1 supervises and watchdogs system services, while the hardware
watchdog is used to supervise PID 1.

This adds two hardware watchdog configuration options, for the runtime
watchdog and for a shutdown watchdog. The former is active during normal
operation, the latter only at reboots to ensure that if a clean reboot
times out we reboot nonetheless.

If the runtime watchdog is enabled PID 1 will automatically wake up at
half the configured interval and write to the watchdog daemon.

By default we enable the shutdown watchdog, but leave the runtime
watchdog disabled in order not to break independent hardware watchdog
daemons people might be using.

This is only the most basic hookup. If necessary we can later on hook
up the watchdog ping more closely with services deemed crucial.

12 years agojob: use a lookup table for merging of job types
Michal Schmidt [Thu, 5 Apr 2012 06:34:05 +0000 (08:34 +0200)]
job: use a lookup table for merging of job types

It is easier to see what job_type_merge() is doing when the merging
rules are written in the form of a table.

job_type_is_superset() contained redundant information. It can be
simplified to a simple rule: Type A is a superset of B iff merging A
with B gives A.

Two job types are conflicting iff they are not mergeable.

Make job_type_lookup_merge() the core function to decide the type
merging. All other job_type_*() are just short wrappers around it.
They can be inline.

test-job-type gives the same results as before.
btw, the systemd binary is smaller by almost 1 KB.

12 years agoupdate TODO
Kay Sievers [Wed, 4 Apr 2012 12:57:36 +0000 (14:57 +0200)]
update TODO

12 years agoman: update udev man pages
Kay Sievers [Wed, 4 Apr 2012 12:42:32 +0000 (14:42 +0200)]
man: update udev man pages

12 years agobuild-sys: add a few missing headers
Kay Sievers [Wed, 4 Apr 2012 12:08:37 +0000 (14:08 +0200)]
build-sys: add a few missing headers

12 years agounits: direct users to the journal for logs when entering rescue mode
Lennart Poettering [Wed, 4 Apr 2012 11:52:02 +0000 (13:52 +0200)]
units: direct users to the journal for logs when entering rescue mode

12 years agoudev: replace UDEV_EXPORT with _public_
Kay Sievers [Wed, 4 Apr 2012 11:30:09 +0000 (13:30 +0200)]
udev: replace UDEV_EXPORT with _public_

12 years agoudev: ata_id - remove assert() until we switch over to systemd logging
Kay Sievers [Wed, 4 Apr 2012 11:29:37 +0000 (13:29 +0200)]
udev: ata_id - remove assert() until we switch over to systemd logging

12 years agoudev: enable logging
Kay Sievers [Wed, 4 Apr 2012 11:14:29 +0000 (13:14 +0200)]
udev: enable logging

12 years agobuild-sys: remove vala hack, which did not allow to list headers in sources
Kay Sievers [Wed, 4 Apr 2012 10:48:07 +0000 (12:48 +0200)]
build-sys: remove vala hack, which did not allow to list headers in sources

12 years agokeymap: Add support for Lenovo v480 touchpad toggle hotkey.
Ayan George [Wed, 4 Apr 2012 06:38:38 +0000 (08:38 +0200)]
keymap: Add support for Lenovo v480 touchpad toggle hotkey.

Signed-off-by: Martin Pitt <martinpitt@gnome.org>
12 years agounits/: use @SYSTEMCTL@ instead of hardcoded paths
Dave Reisner [Wed, 4 Apr 2012 04:22:21 +0000 (00:22 -0400)]
units/: use @SYSTEMCTL@ instead of hardcoded paths

Especially in the case of --enable-split-usr, several units will point
to the wrong location for systemctl. Use @SYSTEMCTL@ which will always
contain the proper path.

12 years agoudev: avoid building selinux parts without have_selinux
Dave Reisner [Wed, 4 Apr 2012 04:22:20 +0000 (00:22 -0400)]
udev: avoid building selinux parts without have_selinux

12 years agoudev: fix path in udev.service
Kay Sievers [Wed, 4 Apr 2012 04:21:23 +0000 (06:21 +0200)]
udev: fix path in udev.service

12 years agoudev: fix gcc warnings
Kay Sievers [Wed, 4 Apr 2012 03:31:21 +0000 (05:31 +0200)]
udev: fix gcc warnings

12 years agoMerge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemd
Kay Sievers [Wed, 4 Apr 2012 03:23:51 +0000 (05:23 +0200)]
Merge branch 'master' of ssh://git.freedesktop.org/git/systemd/systemd

12 years agoudev: fix gcc warnings
Kay Sievers [Wed, 4 Apr 2012 03:18:14 +0000 (05:18 +0200)]
udev: fix gcc warnings

12 years agomove imported udev into place
Kay Sievers [Tue, 3 Apr 2012 19:24:46 +0000 (21:24 +0200)]
move imported udev into place

12 years agojournal: don't export the boot id twice per entry
Lennart Poettering [Tue, 3 Apr 2012 23:00:09 +0000 (01:00 +0200)]
journal: don't export the boot id twice per entry

12 years agoman: document the _TRANSPORT journal field
Lennart Poettering [Tue, 3 Apr 2012 22:43:40 +0000 (00:43 +0200)]
man: document the _TRANSPORT journal field

12 years agoman: clarify the formatting of timestamps
Lennart Poettering [Tue, 3 Apr 2012 21:08:04 +0000 (23:08 +0200)]
man: clarify the formatting of timestamps

12 years agoman: update documentation of special units
Lennart Poettering [Tue, 3 Apr 2012 20:32:05 +0000 (22:32 +0200)]
man: update documentation of special units

12 years agoman: document special journal fields
Lennart Poettering [Tue, 3 Apr 2012 20:31:48 +0000 (22:31 +0200)]
man: document special journal fields

12 years agoimport udev repository
Kay Sievers [Tue, 3 Apr 2012 19:08:04 +0000 (21:08 +0200)]
import udev repository

12 years agologind: log with AUTH facility
Lennart Poettering [Tue, 3 Apr 2012 17:25:29 +0000 (19:25 +0200)]
logind: log with AUTH facility