chiark / gitweb /
elogind.git
14 years agoutil: add api for iterating through components of a path string
Lennart Poettering [Fri, 12 Feb 2010 01:00:49 +0000 (02:00 +0100)]
util: add api for iterating through components of a path string

14 years agoexecute: allow configuration of O_NONBLOCK flag from .service files
Lennart Poettering [Fri, 12 Feb 2010 01:00:18 +0000 (02:00 +0100)]
execute: allow configuration of O_NONBLOCK flag from .service files

14 years agoupdate fixme
Lennart Poettering [Fri, 5 Feb 2010 00:11:01 +0000 (01:11 +0100)]
update fixme

14 years agomanager: properly read timerfd elapse counter
Lennart Poettering [Thu, 4 Feb 2010 23:40:39 +0000 (00:40 +0100)]
manager: properly read timerfd elapse counter

14 years agodbus: send out signals when units/jobs come, go and change
Lennart Poettering [Thu, 4 Feb 2010 23:38:41 +0000 (00:38 +0100)]
dbus: send out signals when units/jobs come, go and change

14 years agosystemctl: suppress a gcc sign assignemnt warning
Lennart Poettering [Wed, 3 Feb 2010 16:24:30 +0000 (17:24 +0100)]
systemctl: suppress a gcc sign assignemnt warning

14 years agoexecute: drop now unnecessary GCC pragma again
Lennart Poettering [Wed, 3 Feb 2010 16:23:34 +0000 (17:23 +0100)]
execute: drop now unnecessary GCC pragma again

14 years agobuild: drop manual config.h inclusion, since we do this via gcc's -include switch...
Lennart Poettering [Wed, 3 Feb 2010 13:28:20 +0000 (14:28 +0100)]
build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway

14 years agosystemadm: fix signed comparison issue
Lennart Poettering [Wed, 3 Feb 2010 13:26:55 +0000 (14:26 +0100)]
systemadm: fix signed comparison issue

14 years agosocket: fix const issue
Lennart Poettering [Wed, 3 Feb 2010 13:25:50 +0000 (14:25 +0100)]
socket: fix const issue

14 years agomacro: drop double __ prefix to make sure we don't collide with gcc/glibc definitions
Lennart Poettering [Wed, 3 Feb 2010 13:25:37 +0000 (14:25 +0100)]
macro: drop double __ prefix to make sure we don't collide with gcc/glibc definitions

14 years agobuild: basic autoconfization
Lennart Poettering [Wed, 3 Feb 2010 13:21:48 +0000 (14:21 +0100)]
build: basic autoconfization

14 years agolicense: add GPLv2+ license blurbs everwhere
Lennart Poettering [Wed, 3 Feb 2010 12:03:47 +0000 (13:03 +0100)]
license: add GPLv2+ license blurbs everwhere

14 years agoMerge remote branch 'kay/master'
Lennart Poettering [Wed, 3 Feb 2010 11:40:29 +0000 (12:40 +0100)]
Merge remote branch 'kay/master'

14 years agodbus: properly encode job type
Lennart Poettering [Wed, 3 Feb 2010 11:39:44 +0000 (12:39 +0100)]
dbus: properly encode job type

14 years agosystemadm: implement basic control UI systemadm
Lennart Poettering [Wed, 3 Feb 2010 11:39:12 +0000 (12:39 +0100)]
systemadm: implement basic control UI systemadm

14 years agodbus: implement start/stop/restart/reload/cancel D-Bus calls
Lennart Poettering [Wed, 3 Feb 2010 11:37:42 +0000 (12:37 +0100)]
dbus: implement start/stop/restart/reload/cancel D-Bus calls

14 years agosystemctl: minor additions
Lennart Poettering [Tue, 2 Feb 2010 22:32:03 +0000 (23:32 +0100)]
systemctl: minor additions

14 years agoclient: add a very basic Vala command line tool
Lennart Poettering [Tue, 2 Feb 2010 21:22:51 +0000 (22:22 +0100)]
client: add a very basic Vala command line tool

14 years agouse linux/sched.h instead of sched.h for older glibc
Kay Sievers [Tue, 2 Feb 2010 12:56:37 +0000 (13:56 +0100)]
use linux/sched.h instead of sched.h for older glibc

14 years agobuild: make gcc shut up
Lennart Poettering [Tue, 2 Feb 2010 12:23:15 +0000 (13:23 +0100)]
build: make gcc shut up

14 years agoMerge remote branch 'kay/master'
Lennart Poettering [Tue, 2 Feb 2010 11:51:04 +0000 (12:51 +0100)]
Merge remote branch 'kay/master'

14 years agoexecute: allow configuration of SCHED_RESET_ON_FORK
Lennart Poettering [Tue, 2 Feb 2010 11:50:04 +0000 (12:50 +0100)]
execute: allow configuration of SCHED_RESET_ON_FORK

14 years agodbus: hand out proper dbus object paths for jobs
Lennart Poettering [Tue, 2 Feb 2010 11:42:34 +0000 (12:42 +0100)]
dbus: hand out proper dbus object paths for jobs

14 years agodbus: install some properties on the job objects
Lennart Poettering [Tue, 2 Feb 2010 11:42:08 +0000 (12:42 +0100)]
dbus: install some properties on the job objects

14 years agoexpose more properties
Lennart Poettering [Tue, 2 Feb 2010 11:22:59 +0000 (12:22 +0100)]
expose more properties

14 years agoinclude linux/sched.h
Kay Sievers [Tue, 2 Feb 2010 09:30:04 +0000 (10:30 +0100)]
include linux/sched.h

14 years agosynchronize logger socket with what we use in the code
Lennart Poettering [Mon, 1 Feb 2010 11:45:03 +0000 (12:45 +0100)]
synchronize logger socket with what we use in the code

14 years agofixes to the dbus code to make GetAll() in the properties iface work
Lennart Poettering [Mon, 1 Feb 2010 11:44:35 +0000 (12:44 +0100)]
fixes to the dbus code to make GetAll() in the properties iface work

14 years agoadd basic (and not very useful) D-Bus support
Lennart Poettering [Mon, 1 Feb 2010 02:33:24 +0000 (03:33 +0100)]
add basic (and not very useful) D-Bus support

14 years agoadd missing header files
Lennart Poettering [Sat, 30 Jan 2010 01:48:05 +0000 (02:48 +0100)]
add missing header files

14 years agoimplement service type 'finish'
Lennart Poettering [Sat, 30 Jan 2010 01:07:35 +0000 (02:07 +0100)]
implement service type 'finish'

14 years agogreatly extend what we enforce as process properties
Lennart Poettering [Sat, 30 Jan 2010 00:55:42 +0000 (01:55 +0100)]
greatly extend what we enforce as process properties

14 years agoadd first_word() call
Lennart Poettering [Sat, 30 Jan 2010 00:52:44 +0000 (01:52 +0100)]
add first_word() call

14 years agoadd generic string lookup macros
Lennart Poettering [Sat, 30 Jan 2010 00:52:32 +0000 (01:52 +0100)]
add generic string lookup macros

14 years agoimplement recursive_stop/stop_when_unneeded unit flags
Lennart Poettering [Fri, 29 Jan 2010 19:47:09 +0000 (20:47 +0100)]
implement recursive_stop/stop_when_unneeded unit flags

14 years agosupport chrooting/setting of ioprio when spawning
Lennart Poettering [Fri, 29 Jan 2010 19:46:22 +0000 (20:46 +0100)]
support chrooting/setting of ioprio when spawning

14 years agomonitor udev for device changes
Lennart Poettering [Fri, 29 Jan 2010 05:45:59 +0000 (06:45 +0100)]
monitor udev for device changes

14 years agowatch mount status file
Lennart Poettering [Fri, 29 Jan 2010 05:04:08 +0000 (06:04 +0100)]
watch mount status file

14 years agoupdate fixme
Lennart Poettering [Fri, 29 Jan 2010 03:45:23 +0000 (04:45 +0100)]
update fixme

14 years agoratelimit start requests
Lennart Poettering [Fri, 29 Jan 2010 03:42:57 +0000 (04:42 +0100)]
ratelimit start requests

14 years agofix impact minimizing code
Lennart Poettering [Fri, 29 Jan 2010 03:26:30 +0000 (04:26 +0100)]
fix impact minimizing code

14 years agofix ordering cycle detection
Lennart Poettering [Fri, 29 Jan 2010 03:11:36 +0000 (04:11 +0100)]
fix ordering cycle detection

14 years agodon't include non-existing header file
Lennart Poettering [Fri, 29 Jan 2010 03:10:55 +0000 (04:10 +0100)]
don't include non-existing header file

14 years agoimplement coldpluggin
Lennart Poettering [Fri, 29 Jan 2010 02:18:09 +0000 (03:18 +0100)]
implement coldpluggin

14 years agoadd mount enumerator
Lennart Poettering [Fri, 29 Jan 2010 01:07:41 +0000 (02:07 +0100)]
add mount enumerator

14 years agoadd api for choose the id name for a service
Lennart Poettering [Fri, 29 Jan 2010 00:49:34 +0000 (01:49 +0100)]
add api for choose the id name for a service

14 years agoadd various escaping/path handling utility functions
Lennart Poettering [Fri, 29 Jan 2010 00:48:57 +0000 (01:48 +0100)]
add various escaping/path handling utility functions

14 years agoadd basic udev device enumeration module
Lennart Poettering [Thu, 28 Jan 2010 05:46:33 +0000 (06:46 +0100)]
add basic udev device enumeration module

14 years agoadd new manager initializer callbacks to per-unit type vtable
Lennart Poettering [Thu, 28 Jan 2010 05:45:44 +0000 (06:45 +0100)]
add new manager initializer callbacks to per-unit type vtable

14 years agoadd new hexchar() call
Lennart Poettering [Thu, 28 Jan 2010 05:45:04 +0000 (06:45 +0100)]
add new hexchar() call

14 years agoadd unit_name_escape_path() call
Lennart Poettering [Thu, 28 Jan 2010 05:44:30 +0000 (06:44 +0100)]
add unit_name_escape_path() call

14 years agorelax unit name rules a bit
Lennart Poettering [Thu, 28 Jan 2010 05:44:13 +0000 (06:44 +0100)]
relax unit name rules a bit

14 years agomake use of unit_add_dependency_by_name() where applicable
Lennart Poettering [Thu, 28 Jan 2010 05:43:49 +0000 (06:43 +0100)]
make use of unit_add_dependency_by_name() where applicable

14 years agoadd new unit_add_dependency_by_name() call
Lennart Poettering [Thu, 28 Jan 2010 05:43:23 +0000 (06:43 +0100)]
add new unit_add_dependency_by_name() call

14 years agoUse @ instead = as abstract namespace socket prefix
Lennart Poettering [Thu, 28 Jan 2010 03:50:28 +0000 (04:50 +0100)]
Use @ instead = as abstract namespace socket prefix

@ makes more sense since the NUL addr contained in the sockaddr's
sun_path field can also be written as ^@.

Also, in the .socket files writing "ListenStream==foo" is kinda ugly.

Finally, tools like strace decode it with an @ too.

14 years agothe systemd logger only matters in the abstract namespace
Lennart Poettering [Thu, 28 Jan 2010 01:54:35 +0000 (02:54 +0100)]
the systemd logger only matters in the abstract namespace

14 years agoset nice/oom_adjust only when asked for
Lennart Poettering [Thu, 28 Jan 2010 01:53:56 +0000 (02:53 +0100)]
set nice/oom_adjust only when asked for

14 years agorework config file load logic
Lennart Poettering [Thu, 28 Jan 2010 01:44:47 +0000 (02:44 +0100)]
rework config file load logic

14 years agoadd more special units
Lennart Poettering [Thu, 28 Jan 2010 01:43:52 +0000 (02:43 +0100)]
add more special units

14 years agoimplement proper logging for services
Lennart Poettering [Thu, 28 Jan 2010 01:06:20 +0000 (02:06 +0100)]
implement proper logging for services

14 years agoadd infrastructure for special units
Lennart Poettering [Thu, 28 Jan 2010 01:01:15 +0000 (02:01 +0100)]
add infrastructure for special units

14 years agominor cleanup
Lennart Poettering [Thu, 28 Jan 2010 01:00:33 +0000 (02:00 +0100)]
minor cleanup

14 years agounit_merge() needs a proper review
Lennart Poettering [Thu, 28 Jan 2010 01:00:07 +0000 (02:00 +0100)]
unit_merge() needs a proper review

14 years agowhen shortcutting states do not skip state transitions
Lennart Poettering [Thu, 28 Jan 2010 00:59:41 +0000 (01:59 +0100)]
when shortcutting states do not skip state transitions

14 years agowhen resetting signal handlers, set them to SA_RESTART
Lennart Poettering [Thu, 28 Jan 2010 00:53:39 +0000 (01:53 +0100)]
when resetting signal handlers, set them to SA_RESTART

14 years agoadd non-failing close() variant
Lennart Poettering [Thu, 28 Jan 2010 00:53:15 +0000 (01:53 +0100)]
add non-failing close() variant

14 years agoimplement /dev/kmsg loggin
Lennart Poettering [Wed, 27 Jan 2010 22:32:50 +0000 (23:32 +0100)]
implement /dev/kmsg loggin

14 years agoimplement trivial socket activated logger daemon
Lennart Poettering [Wed, 27 Jan 2010 21:43:50 +0000 (22:43 +0100)]
implement trivial socket activated logger daemon

14 years agodrop unused function pointer
Lennart Poettering [Wed, 27 Jan 2010 21:42:21 +0000 (22:42 +0100)]
drop unused function pointer

14 years agomake sure we don't ask the same socket unit for fds more than once
Lennart Poettering [Wed, 27 Jan 2010 21:41:57 +0000 (22:41 +0100)]
make sure we don't ask the same socket unit for fds more than once

14 years agoprocess only one epoll event at a time
Lennart Poettering [Wed, 27 Jan 2010 21:40:10 +0000 (22:40 +0100)]
process only one epoll event at a time

if we ask for more than one from the kernel we might need to check for
the validity of the ptr element since event might be processed after its
ptr was already destructed.

14 years agomake sure the log functions don't modify errno
Lennart Poettering [Wed, 27 Jan 2010 21:39:29 +0000 (22:39 +0100)]
make sure the log functions don't modify errno

14 years agoport fragment loader to new utility functions
Lennart Poettering [Wed, 27 Jan 2010 21:39:10 +0000 (22:39 +0100)]
port fragment loader to new utility functions

14 years agoport config parser to new utility functions
Lennart Poettering [Wed, 27 Jan 2010 21:38:48 +0000 (22:38 +0100)]
port config parser to new utility functions

14 years agointroduce strv_contains()
Lennart Poettering [Wed, 27 Jan 2010 21:38:21 +0000 (22:38 +0100)]
introduce strv_contains()

14 years agoimplement new utility functions strstrip() and file_in_same_dir()
Lennart Poettering [Wed, 27 Jan 2010 21:37:50 +0000 (22:37 +0100)]
implement new utility functions strstrip() and file_in_same_dir()

14 years agoproperly implement target unit
Lennart Poettering [Wed, 27 Jan 2010 05:33:27 +0000 (06:33 +0100)]
properly implement target unit

14 years agoextend examples a bit
Lennart Poettering [Wed, 27 Jan 2010 05:21:25 +0000 (06:21 +0100)]
extend examples a bit

14 years agonotify socket unit when service unit dies
Lennart Poettering [Wed, 27 Jan 2010 05:19:48 +0000 (06:19 +0100)]
notify socket unit when service unit dies

14 years agoreset signal handlers on startup
Lennart Poettering [Wed, 27 Jan 2010 05:19:28 +0000 (06:19 +0100)]
reset signal handlers on startup

14 years agodrop O_CLOEXEC/O_NONBLOCK from files intended for forked clients
Lennart Poettering [Wed, 27 Jan 2010 05:18:45 +0000 (06:18 +0100)]
drop O_CLOEXEC/O_NONBLOCK from files intended for forked clients

14 years agoreset signal mask when forking
Lennart Poettering [Wed, 27 Jan 2010 05:17:51 +0000 (06:17 +0100)]
reset signal mask when forking

14 years agofix socket state machine to listen properly on sockets
Lennart Poettering [Wed, 27 Jan 2010 04:33:11 +0000 (05:33 +0100)]
fix socket state machine to listen properly on sockets

14 years agoproperly recognize successfull scripts
Lennart Poettering [Wed, 27 Jan 2010 04:32:31 +0000 (05:32 +0100)]
properly recognize successfull scripts

14 years agotrap some signals
Lennart Poettering [Wed, 27 Jan 2010 04:31:53 +0000 (05:31 +0100)]
trap some signals

14 years agofix an assert when forking
Lennart Poettering [Wed, 27 Jan 2010 04:30:58 +0000 (05:30 +0100)]
fix an assert when forking

14 years agodon't allow comments at the end of lines
Lennart Poettering [Wed, 27 Jan 2010 04:30:38 +0000 (05:30 +0100)]
don't allow comments at the end of lines

14 years agodon't allow zero length unit names
Lennart Poettering [Wed, 27 Jan 2010 03:56:02 +0000 (04:56 +0100)]
don't allow zero length unit names

14 years agodon't choke if there are no sockets for a service
Lennart Poettering [Wed, 27 Jan 2010 03:55:42 +0000 (04:55 +0100)]
don't choke if there are no sockets for a service

14 years agodon't choke on invalid dropin file names
Lennart Poettering [Wed, 27 Jan 2010 03:55:19 +0000 (04:55 +0100)]
don't choke on invalid dropin file names

14 years agoexit cleanly on SIGINT
Lennart Poettering [Wed, 27 Jan 2010 03:36:30 +0000 (04:36 +0100)]
exit cleanly on SIGINT

14 years agoyay, we can start socket units
Lennart Poettering [Wed, 27 Jan 2010 03:31:52 +0000 (04:31 +0100)]
yay, we can start socket units

14 years agofix quoted parser
Lennart Poettering [Wed, 27 Jan 2010 01:16:51 +0000 (02:16 +0100)]
fix quoted parser

14 years agoadd some test script output
Lennart Poettering [Wed, 27 Jan 2010 01:16:41 +0000 (02:16 +0100)]
add some test script output

14 years agoimprove dump output for sockets
Lennart Poettering [Wed, 27 Jan 2010 01:16:27 +0000 (02:16 +0100)]
improve dump output for sockets

14 years agofill commands into right fields for sockets
Lennart Poettering [Wed, 27 Jan 2010 01:16:11 +0000 (02:16 +0100)]
fill commands into right fields for sockets

14 years agoproperly terminate strings with NUL byte
Lennart Poettering [Wed, 27 Jan 2010 01:15:54 +0000 (02:15 +0100)]
properly terminate strings with NUL byte

14 years agofully clean up job dependencies on abort, too
Lennart Poettering [Wed, 27 Jan 2010 00:43:18 +0000 (01:43 +0100)]
fully clean up job dependencies on abort, too

14 years agoafter installing the transaction make sure we kill all remains ob the transaction
Lennart Poettering [Wed, 27 Jan 2010 00:39:24 +0000 (01:39 +0100)]
after installing the transaction make sure we kill all remains ob the transaction