chiark / gitweb /
elogind.git
13 years agouse common names: fixme -> TODO, bootstrap.sh -> autogen.sh
Kay Sievers [Thu, 7 Oct 2010 17:30:54 +0000 (19:30 +0200)]
use common names: fixme -> TODO, bootstrap.sh -> autogen.sh

13 years agoREADME: Check for libudev-160, as in configure.ac
Fabiano Fidencio [Thu, 7 Oct 2010 11:24:42 +0000 (04:24 -0700)]
README: Check for libudev-160, as in configure.ac

13 years agoshutdown: Adding binary to shutdown the system
Fabiano Fidencio [Thu, 7 Oct 2010 11:24:41 +0000 (04:24 -0700)]
shutdown: Adding binary to shutdown the system

This functions are working as follows:
   - Send a SIGTERM to all processes that may be finished
   - Send a SIGKILL to all processes that still live and may be finished
   - Try to unmount all mount points
   - Try to remount read-only all mount points that can't be umounted
   - Umount all swap devices
   - Umount and detach all loopback devices
   - Call [poweroff|halt|reboot|kexec]

TODO:
   - Umount device-mapper.
   - Make log work. So far it is being useless as we do not parse
     /etc/systemd/system.conf, kernel command line but just
     environment, however we're executed by init and thus have no
     useful variables. Forcing it to target=kmsg/console and
     level=debug also does not produce any output, however writing to
     /dev/console does work (hack used during debug).

13 years agoumount: Adding unmount functions to be used in shutdown
Fabiano Fidencio [Thu, 7 Oct 2010 12:43:57 +0000 (05:43 -0700)]
umount: Adding unmount functions to be used in shutdown

This functions will:
   - umount all mount points that aren't API
   - remount read-only all mount points that can't be umounted
   - umount all swap devices.
   - detach all loopback devices

TODO:
   - umount dms

Mountpoints are being read from /proc/self/mountinfo.
Swaps are being read from /proc/swaps.
Loop devices from /sys/class/block/loop*.

13 years agoutil: Adding a strneq, to represent (!strncmp(a, b, n))
Fabiano Fidencio [Thu, 7 Oct 2010 11:24:39 +0000 (04:24 -0700)]
util: Adding a strneq, to represent (!strncmp(a, b, n))

As we have streq to repesent (strcmp(a, b) == 0),I'm adding
strneq to represent (strncmp(a, b, n) == 0), that will be used
in umount.c (at least).

13 years agovconsole-setup: fix path on Arch
Lucas De Marchi [Thu, 7 Oct 2010 17:00:23 +0000 (14:00 -0300)]
vconsole-setup: fix path on Arch

Arch uses the same paths and default font of gentoo. Previously,
systemd-vconsole-setup was failing with the following message:

systemd-vconsole-setup[59]: /bin/setfont failed with error code 1.

13 years agosd-daemon: in some places sizeof(sa_family_t) actually does make sense
Lennart Poettering [Thu, 7 Oct 2010 17:01:26 +0000 (19:01 +0200)]
sd-daemon: in some places sizeof(sa_family_t) actually does make sense

13 years agobuild-sys: prepare v11 v11
Lennart Poettering [Thu, 7 Oct 2010 13:39:28 +0000 (15:39 +0200)]
build-sys: prepare v11

13 years agoupdate fixme
Lennart Poettering [Thu, 7 Oct 2010 01:56:11 +0000 (03:56 +0200)]
update fixme

13 years agounits: make sure we run all early boot units before entering basic.target
Lennart Poettering [Thu, 7 Oct 2010 01:47:39 +0000 (03:47 +0200)]
units: make sure we run all early boot units before entering basic.target

13 years agoupdate fixme
Lennart Poettering [Thu, 7 Oct 2010 01:34:14 +0000 (03:34 +0200)]
update fixme

13 years agoutil: never use sizeof(sa_family_t) when calculating sockaddr sizes
Lennart Poettering [Thu, 7 Oct 2010 00:34:17 +0000 (02:34 +0200)]
util: never use sizeof(sa_family_t) when calculating sockaddr sizes

13 years agomanager: notify plymouth about progress if it is running
Lennart Poettering [Wed, 6 Oct 2010 01:55:49 +0000 (03:55 +0200)]
manager: notify plymouth about progress if it is running

13 years agounit: continue boot when exiting emergency/resuce shell
Lennart Poettering [Wed, 6 Oct 2010 00:43:06 +0000 (02:43 +0200)]
unit: continue boot when exiting emergency/resuce shell

13 years agosystemctl: require correctly formed unit names when enabling units
Lennart Poettering [Wed, 6 Oct 2010 00:33:40 +0000 (02:33 +0200)]
systemctl: require correctly formed unit names when enabling units

13 years agoREADME: mention libcap dependency
Lennart Poettering [Tue, 5 Oct 2010 21:39:32 +0000 (23:39 +0200)]
README: mention libcap dependency

https://bugs.freedesktop.org/show_bug.cgi?id=30060

13 years agotimer: Add missing break in switch
Matthias Schiffer [Tue, 28 Sep 2010 13:25:20 +0000 (15:25 +0200)]
timer: Add missing break in switch

13 years agomount: Don't stop the mountinfo parser if one line can't be read
Fabiano FidĂȘncio [Tue, 5 Oct 2010 15:41:06 +0000 (08:41 -0700)]
mount: Don't stop the mountinfo parser if one line can't be read

The current behavior of the /proc/self/mountinfo parser
is to stop the parser on parse failures

I'm only changing this behavior to try the next line and adding
a warning if occurs a fail.

13 years agonotify: fix include properly
Lennart Poettering [Tue, 5 Oct 2010 19:52:37 +0000 (21:52 +0200)]
notify: fix include properly

13 years agofix typo: s/seperat/separat/g
Dave Reisner [Wed, 29 Sep 2010 13:13:04 +0000 (09:13 -0400)]
fix typo: s/seperat/separat/g

13 years agoreadahead: fix printf format string
Lennart Poettering [Tue, 5 Oct 2010 19:49:17 +0000 (21:49 +0200)]
readahead: fix printf format string

13 years agonotify: add missing include
Lennart Poettering [Tue, 5 Oct 2010 19:49:01 +0000 (21:49 +0200)]
notify: add missing include

13 years agobuild-sys: Add compiler and linker flags to reduce binary size
Gustavo Sverzut Barbieri [Tue, 5 Oct 2010 19:45:51 +0000 (21:45 +0200)]
build-sys: Add compiler and linker flags to reduce binary size

Reduce number of exported symbols with -fvisibility=hidden by default,
this is safe as we're not generating and loadable library and our
binaries should have no exported symbol other than main(). This alone
reduces around 4kb per binary.

It will also request GCC to emit every function and data variable in
its own section, then request the linker to remove unused
sections. This reduces the size of utility tools
(/lib/systemd/systemd-*) by half or even more (in my system some
binaries went from 84kb to 32kb).

13 years agounit-name: fix unit name escaping
Mike Kelly [Fri, 1 Oct 2010 23:58:07 +0000 (19:58 -0400)]
unit-name: fix unit name escaping

we want to do a bitwise shift, not a greater-than comparision

13 years agoman: fix typo
Lennart Poettering [Tue, 5 Oct 2010 19:22:41 +0000 (21:22 +0200)]
man: fix typo

13 years agoman: document Sockets= switch
Lennart Poettering [Tue, 5 Oct 2010 18:51:00 +0000 (20:51 +0200)]
man: document Sockets= switch

13 years agoman: document readahdea split-off
Lennart Poettering [Tue, 5 Oct 2010 18:44:37 +0000 (20:44 +0200)]
man: document readahdea split-off

13 years agoservice: rename settings for Restart= from 'restart-always' to 'always' and similar
Lennart Poettering [Tue, 5 Oct 2010 18:30:44 +0000 (20:30 +0200)]
service: rename settings for Restart= from 'restart-always' to 'always' and similar

13 years agosd-daemon: split off sd_readahead() since it is not a feature of systemd itself but...
Lennart Poettering [Tue, 5 Oct 2010 18:20:38 +0000 (20:20 +0200)]
sd-daemon: split off sd_readahead() since it is not a feature of systemd itself but of an auxiliary tool

13 years agomount: sort network mounts after network.target by default
Lennart Poettering [Tue, 5 Oct 2010 17:49:38 +0000 (19:49 +0200)]
mount: sort network mounts after network.target by default

13 years agosocket: make sockets to pass to a service configurable
Lennart Poettering [Tue, 5 Oct 2010 17:49:15 +0000 (19:49 +0200)]
socket: make sockets to pass to a service configurable

13 years agosocket: make service to start on incoming traffic configurable
Lennart Poettering [Thu, 30 Sep 2010 00:19:12 +0000 (02:19 +0200)]
socket: make service to start on incoming traffic configurable

13 years agoman: fix suggested autoconf snippet
Lennart Poettering [Thu, 30 Sep 2010 00:18:55 +0000 (02:18 +0200)]
man: fix suggested autoconf snippet

13 years agoreadahead: ignore deleted files
Lennart Poettering [Wed, 29 Sep 2010 22:52:48 +0000 (00:52 +0200)]
readahead: ignore deleted files

13 years agoupdate fixme
Kay Sievers [Sat, 2 Oct 2010 13:09:22 +0000 (15:09 +0200)]
update fixme

13 years agoreadahead: minor 32bit fixes
Lennart Poettering [Thu, 30 Sep 2010 16:06:02 +0000 (18:06 +0200)]
readahead: minor 32bit fixes

13 years agotmpfiles: fix typo in comment
Andreas Jaeger [Wed, 29 Sep 2010 08:08:24 +0000 (10:08 +0200)]
tmpfiles: fix typo in comment

13 years agoreadahead: preload pack file
Lennart Poettering [Wed, 29 Sep 2010 01:11:35 +0000 (03:11 +0200)]
readahead: preload pack file

13 years agounits: getty.target is pulled in via /lib these days
Lennart Poettering [Wed, 29 Sep 2010 01:03:37 +0000 (03:03 +0200)]
units: getty.target is pulled in via /lib these days

13 years agoreadahead: make sure /dev/.systemd/readahead exists
Lennart Poettering [Wed, 29 Sep 2010 00:54:09 +0000 (02:54 +0200)]
readahead: make sure /dev/.systemd/readahead exists

13 years agounits: properly terminate readahead collection 10s after boot
Lennart Poettering [Wed, 29 Sep 2010 00:52:22 +0000 (02:52 +0200)]
units: properly terminate readahead collection 10s after boot

13 years agoupdate fixme
Lennart Poettering [Tue, 28 Sep 2010 23:39:54 +0000 (01:39 +0200)]
update fixme

13 years agounits: get rid of special setup services for /var/run, /var/lock and /tmp, and rely...
Lennart Poettering [Tue, 28 Sep 2010 23:39:09 +0000 (01:39 +0200)]
units: get rid of special setup services for /var/run, /var/lock and /tmp, and rely on tmpfiles.d/ instead

13 years agounits: ship unit file for systemd-tmpfiles by default
Lennart Poettering [Tue, 28 Sep 2010 23:30:41 +0000 (01:30 +0200)]
units: ship unit file for systemd-tmpfiles by default

13 years agoparse_env_file() - return empty value strings like FOO="" as NULL value
Kay Sievers [Tue, 28 Sep 2010 21:41:09 +0000 (23:41 +0200)]
parse_env_file() - return empty value strings like FOO="" as NULL value

13 years agotmpfiles: install default tmpfiles configuration
Lennart Poettering [Tue, 28 Sep 2010 20:32:53 +0000 (22:32 +0200)]
tmpfiles: install default tmpfiles configuration

13 years agotmpfiles: move dir to /etc/tempfiles.d/
Lennart Poettering [Tue, 28 Sep 2010 20:32:27 +0000 (22:32 +0200)]
tmpfiles: move dir to /etc/tempfiles.d/

13 years agotmpfiles: return sensible error code
Lennart Poettering [Tue, 28 Sep 2010 20:32:05 +0000 (22:32 +0200)]
tmpfiles: return sensible error code

13 years agotmpfiles: rename tempfiles to tmpfiles since this isn't windows
Lennart Poettering [Tue, 28 Sep 2010 20:11:27 +0000 (22:11 +0200)]
tmpfiles: rename tempfiles to tmpfiles since this isn't windows

13 years agounits: schedule tmpwatch on idle class
Lennart Poettering [Tue, 28 Sep 2010 20:08:17 +0000 (22:08 +0200)]
units: schedule tmpwatch on idle class

13 years agolist: Fixing typo in LIST_FIND_HEAD
Fabiano Fidencio [Mon, 27 Sep 2010 21:34:56 +0000 (18:34 -0300)]
list: Fixing typo in LIST_FIND_HEAD

Just removing a parenthesis

13 years agosort fixme for v11 todo list
Lennart Poettering [Tue, 28 Sep 2010 19:49:26 +0000 (21:49 +0200)]
sort fixme for v11 todo list

13 years agoreadahead: ignore replay events when collecting
Lennart Poettering [Tue, 28 Sep 2010 19:46:14 +0000 (21:46 +0200)]
readahead: ignore replay events when collecting

13 years agoupdate fixme
Michael Biebl [Tue, 28 Sep 2010 19:26:13 +0000 (21:26 +0200)]
update fixme

13 years agoservice: first lookup LSB facility names in tables, only then suppress self-provides
Lennart Poettering [Tue, 28 Sep 2010 19:08:39 +0000 (21:08 +0200)]
service: first lookup LSB facility names in tables, only then suppress self-provides

13 years agoreadahead: fix SSD check
Lennart Poettering [Tue, 28 Sep 2010 02:03:22 +0000 (04:03 +0200)]
readahead: fix SSD check

13 years agoservice: Don't crash because of double free when Arch services are disabled in rc...
Matthias Schiffer [Tue, 28 Sep 2010 02:21:34 +0000 (04:21 +0200)]
service: Don't crash because of double free when Arch services are disabled in rc.conf

13 years agobuild-sys: add missing header files to tarball
Lennart Poettering [Tue, 28 Sep 2010 16:49:02 +0000 (18:49 +0200)]
build-sys: add missing header files to tarball

13 years agoservice: filter out empty LSB description strings
Lennart Poettering [Tue, 28 Sep 2010 16:30:32 +0000 (18:30 +0200)]
service: filter out empty LSB description strings

13 years agoservice: when resolving sysv names drop leading $
Lennart Poettering [Tue, 28 Sep 2010 16:30:02 +0000 (18:30 +0200)]
service: when resolving sysv names drop leading $

13 years agomodules-load: use /etc/modules-load.d/?*.conf
Kay Sievers [Tue, 28 Sep 2010 15:02:29 +0000 (17:02 +0200)]
modules-load: use /etc/modules-load.d/?*.conf

13 years agouse .conf for new config files: locale, vconsole, modules.d
Kay Sievers [Tue, 28 Sep 2010 09:51:24 +0000 (11:51 +0200)]
use .conf for new config files: locale, vconsole, modules.d

13 years agovconsole-setup: ignore empty strings like FOO="", imported from config files
Kay Sievers [Tue, 28 Sep 2010 09:49:47 +0000 (11:49 +0200)]
vconsole-setup: ignore empty strings like FOO="", imported from config files

13 years agounits: add readahead unit files
Lennart Poettering [Tue, 28 Sep 2010 01:44:22 +0000 (03:44 +0200)]
units: add readahead unit files

13 years agounits: enable mount units by default and hook binary units into base.target instead...
Lennart Poettering [Tue, 28 Sep 2010 01:18:23 +0000 (03:18 +0200)]
units: enable mount units by default and hook binary units into base.target instead of sysinit.target, leaving the latter for sysv compatibility

13 years agotempfiles: add little utility for creating volatile files/dirs in tmpfs hierarchies
Lennart Poettering [Tue, 28 Sep 2010 00:34:02 +0000 (02:34 +0200)]
tempfiles: add little utility for creating volatile files/dirs in tmpfs hierarchies

13 years agomount: properly handle bind mounts
Lennart Poettering [Mon, 27 Sep 2010 23:03:19 +0000 (01:03 +0200)]
mount: properly handle bind mounts

13 years agoservice: shortcut sysv provides on ourselves
Lennart Poettering [Mon, 27 Sep 2010 22:29:09 +0000 (00:29 +0200)]
service: shortcut sysv provides on ourselves

13 years agoservice: ignore sysv $null service
Lennart Poettering [Mon, 27 Sep 2010 22:28:16 +0000 (00:28 +0200)]
service: ignore sysv $null service

13 years agofix spelling of 'unneeded' at various places
Lennart Poettering [Mon, 27 Sep 2010 21:27:21 +0000 (23:27 +0200)]
fix spelling of 'unneeded' at various places

13 years agoupdate fixme
Lennart Poettering [Mon, 27 Sep 2010 21:24:40 +0000 (23:24 +0200)]
update fixme

13 years agoservice: don't create sysv order deps on merged units
Lennart Poettering [Mon, 27 Sep 2010 21:24:17 +0000 (23:24 +0200)]
service: don't create sysv order deps on merged units

13 years agoload-fragment: reset fragment_path if we couldn't find a unit file for it
Lennart Poettering [Mon, 27 Sep 2010 18:31:23 +0000 (20:31 +0200)]
load-fragment: reset fragment_path if we couldn't find a unit file for it

13 years agoreadahead: avoid collisions with the NULL pointer
Lennart Poettering [Mon, 27 Sep 2010 18:23:17 +0000 (20:23 +0200)]
readahead: avoid collisions with the NULL pointer

13 years agoRevert "hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST"
Lennart Poettering [Mon, 27 Sep 2010 18:13:21 +0000 (20:13 +0200)]
Revert "hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST"

This reverts commit 66d9b3b59551a33398b2201662af5c8c17a367c9.

If we check for i == ITERATOR_LAST we exit the loop one entry before the
end. Instead we should return if e is NULL.

13 years agoupdate fixme
Lennart Poettering [Mon, 27 Sep 2010 18:10:11 +0000 (20:10 +0200)]
update fixme

13 years agoupdate fixme
Lennart Poettering [Mon, 27 Sep 2010 16:48:47 +0000 (18:48 +0200)]
update fixme

13 years agoNeed to use #elif defined(DEBIAN) here...
Michael Biebl [Mon, 27 Sep 2010 17:10:11 +0000 (19:10 +0200)]
Need to use #elif defined(DEBIAN) here...

This fixes a c&p error in 7472744bf9eddc7137f03233e49fa780793d5fc0

13 years agodebian: add locale compat support
Michael Biebl [Mon, 27 Sep 2010 16:40:51 +0000 (18:40 +0200)]
debian: add locale compat support

Read LANG from /etc/default/locale.

13 years agoreadahead: properly initialize variable
Lennart Poettering [Mon, 27 Sep 2010 01:24:39 +0000 (03:24 +0200)]
readahead: properly initialize variable

13 years agoupdate fixme
Lennart Poettering [Mon, 27 Sep 2010 01:18:35 +0000 (03:18 +0200)]
update fixme

13 years agosysv: optionally disable of SysV init/rcN.d support at compile time
Fabiano Fidencio [Tue, 21 Sep 2010 03:23:12 +0000 (00:23 -0300)]
sysv: optionally disable of SysV init/rcN.d support at compile time

This patch adds a cpp definition HAVE_SYSV_COMPAT that is used to
isolate code dealing with /etc/init.d and /etc/rcN.d for systems where
it does not make sense (one that does not use sysv or one that is fully
systemd native).

The patch tries to be as little intrusive as possible, however in
order to minimize the number of #ifdef'ed regions I've reordered some
code in path-lookup.c:lookup_paths_init() where all code dealing with
sysv is now isolated under running_as == MANAGER_SYSTEM as well.

Moreover, In struct Service, some fields were rearranged to reduce
the number of ifdefs.

Lennart's suggestions were fixed and squashed with the original patch,
that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi).

13 years agohashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST
Harald Hoyer [Fri, 24 Sep 2010 10:06:01 +0000 (12:06 +0200)]
hashmap: HASHMAP_FOREACH* iterate until ITERATOR_LAST

13 years agojob: show failure message only for start jobs
Lennart Poettering [Sun, 26 Sep 2010 23:37:22 +0000 (01:37 +0200)]
job: show failure message only for start jobs

13 years agomount: Remove double include of "mount.h"
Fabiano Fidencio [Sun, 26 Sep 2010 19:55:27 +0000 (16:55 -0300)]
mount: Remove double include of "mount.h"

13 years agoupdate fixme
Lennart Poettering [Sun, 26 Sep 2010 23:24:35 +0000 (01:24 +0200)]
update fixme

13 years agoreadahead-replay: use posix_fadvise instead of readahead
Harald Hoyer [Fri, 24 Sep 2010 10:54:05 +0000 (12:54 +0200)]
readahead-replay: use posix_fadvise instead of readahead

13 years agoreadahead-collect: check for negative return codes of fs_on_ssd()
Harald Hoyer [Fri, 24 Sep 2010 10:06:02 +0000 (12:06 +0200)]
readahead-collect: check for negative return codes of fs_on_ssd()

13 years agoreadahead: add interface to sd-daemon.[ch] to control readahead
Lennart Poettering [Sun, 26 Sep 2010 13:50:14 +0000 (15:50 +0200)]
readahead: add interface to sd-daemon.[ch] to control readahead

13 years agoreadahead-collect: typo, free the correct pointer
Harald Hoyer [Fri, 24 Sep 2010 10:06:04 +0000 (12:06 +0200)]
readahead-collect: typo, free the correct pointer

13 years agoreadahead: parse command line arguments
Lennart Poettering [Sat, 25 Sep 2010 13:39:38 +0000 (15:39 +0200)]
readahead: parse command line arguments

13 years agoreadahead: never readahead temporary files since their names tend not to be stable
Lennart Poettering [Sat, 25 Sep 2010 12:35:53 +0000 (14:35 +0200)]
readahead: never readahead temporary files since their names tend not to be stable

13 years agoreadahead: make candidate for early OOM kill
Lennart Poettering [Sat, 25 Sep 2010 12:35:34 +0000 (14:35 +0200)]
readahead: make candidate for early OOM kill

13 years agoreadahead: exit after a maximum runtime
Lennart Poettering [Sat, 25 Sep 2010 12:27:16 +0000 (14:27 +0200)]
readahead: exit after a maximum runtime

13 years agoreadahead-replay: delay ready notification until we queued first read
Lennart Poettering [Sat, 25 Sep 2010 11:47:31 +0000 (13:47 +0200)]
readahead-replay: delay ready notification until we queued first read

13 years agoreadahead: disable on low memory machines
Lennart Poettering [Sat, 25 Sep 2010 11:32:54 +0000 (13:32 +0200)]
readahead: disable on low memory machines

13 years agoreadahead: take file system root on command line
Lennart Poettering [Fri, 24 Sep 2010 09:12:10 +0000 (11:12 +0200)]
readahead: take file system root on command line

13 years agoreadahead: normalize logging
Lennart Poettering [Thu, 23 Sep 2010 15:44:33 +0000 (17:44 +0200)]
readahead: normalize logging

13 years agoreadahead: put limit on files we read ahead
Lennart Poettering [Thu, 23 Sep 2010 15:35:16 +0000 (17:35 +0200)]
readahead: put limit on files we read ahead

13 years agoreadahead: add btrfs defrag support
Lennart Poettering [Thu, 23 Sep 2010 15:11:19 +0000 (17:11 +0200)]
readahead: add btrfs defrag support