Lennart Poettering
890f434c60
load-fragment: prefer unit id over alias names when looking for fragments
2010-02-14 01:08:20 +01:00
Lennart Poettering
f62c0e4f30
util: fix FOREACH_WORD macro definitions
2010-02-14 01:07:36 +01:00
Lennart Poettering
c85dc17be7
util: unify code to check whether certain file names should be ignored when listing files
2010-02-14 01:07:01 +01:00
Lennart Poettering
a6a80b4f44
execute: simplify appending to execution list
2010-02-14 01:05:55 +01:00
Lennart Poettering
c18315a88d
device: fall back to device node path as description instead of kernel name
2010-02-14 01:03:24 +01:00
Lennart Poettering
2e478a46c3
mount,device: drop prefix from unit names to make them easily decodable
2010-02-14 01:02:46 +01:00
Lennart Poettering
6be1e7d538
unit: rename load_path to fragment_path to make clear what kind of configuration file this is
2010-02-14 01:01:10 +01:00
Lennart Poettering
380bc8790d
git: ignore Makefile
2010-02-13 01:17:29 +01:00
Lennart Poettering
84e9af1e01
manager: run ctrl-alt-del/kbrequest targets on SIGINT/SIGWINCH when run in init mode
2010-02-13 01:17:08 +01:00
Lennart Poettering
036643a247
config: implement search path logic
2010-02-13 01:07:02 +01:00
Lennart Poettering
65d2ebdc34
util: add various utility calls
2010-02-13 01:05:12 +01:00
Lennart Poettering
5f9a22c374
strv: add various strv calls
2010-02-13 01:04:44 +01:00
Lennart Poettering
dfcd764ea6
manager: identify the init/system/user mode we are running it and pick D-Bus bus accordingly
2010-02-12 21:57:39 +01:00
Lennart Poettering
7898b0cf7e
unit: if start is called for a non-startable service and it is around, return EALREADY, don't refuse
2010-02-12 02:40:28 +01:00
Lennart Poettering
c0dafa4853
manager: properly return newly created job in transaction_add_job_and_dependencies()
2010-02-12 02:21:08 +01:00
Lennart Poettering
0262225c0c
fixme: update fixme a little
2010-02-12 02:02:33 +01:00
Lennart Poettering
b5a0699f0b
socket: allow configuration of socket/directory mode
2010-02-12 02:02:14 +01:00
Lennart Poettering
a9f5d45466
util: introduce mkdir_parents() that creates parent paths of sockets and suchlike
2010-02-12 02:01:14 +01:00
Lennart Poettering
82919e3d31
util: add api for iterating through components of a path string
2010-02-12 02:00:49 +01:00
Lennart Poettering
451a074fd5
execute: allow configuration of O_NONBLOCK flag from .service files
2010-02-12 02:00:18 +01:00
Lennart Poettering
a625ac1a4d
update fixme
2010-02-05 01:11:01 +01:00
Lennart Poettering
be888ebbe6
manager: properly read timerfd elapse counter
2010-02-05 00:40:39 +01:00
Lennart Poettering
c1e1601e8c
dbus: send out signals when units/jobs come, go and change
2010-02-05 00:38:41 +01:00
Lennart Poettering
ab8ea24411
systemctl: suppress a gcc sign assignemnt warning
2010-02-03 17:24:30 +01:00
Lennart Poettering
09a3bb9302
execute: drop now unnecessary GCC pragma again
2010-02-03 17:23:34 +01:00
Lennart Poettering
a43787387f
build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway
2010-02-03 14:28:20 +01:00
Lennart Poettering
17d37c2857
systemadm: fix signed comparison issue
2010-02-03 14:26:55 +01:00
Lennart Poettering
82ba9f087d
socket: fix const issue
2010-02-03 14:25:50 +01:00
Lennart Poettering
a65d570117
macro: drop double __ prefix to make sure we don't collide with gcc/glibc definitions
2010-02-03 14:25:37 +01:00
Lennart Poettering
47be870bd8
build: basic autoconfization
2010-02-03 14:21:48 +01:00
Lennart Poettering
a7334b0952
license: add GPLv2+ license blurbs everwhere
2010-02-03 13:03:47 +01:00
Lennart Poettering
911081dde7
Merge remote branch 'kay/master'
2010-02-03 12:40:29 +01:00
Lennart Poettering
2b53c70b64
dbus: properly encode job type
2010-02-03 12:40:09 +01:00
Lennart Poettering
501c7d0b77
systemadm: implement basic control UI systemadm
2010-02-03 12:40:09 +01:00
Lennart Poettering
b548631afc
dbus: implement start/stop/restart/reload/cancel D-Bus calls
2010-02-03 12:40:01 +01:00
Lennart Poettering
dcc47b179f
systemctl: minor additions
2010-02-02 23:32:03 +01:00
Lennart Poettering
5630af71d7
client: add a very basic Vala command line tool
2010-02-02 22:22:51 +01:00
Kay Sievers
66ee3769cb
use linux/sched.h instead of sched.h for older glibc
2010-02-02 13:56:37 +01:00
Lennart Poettering
cc13a98b68
build: make gcc shut up
2010-02-02 13:23:15 +01:00
Lennart Poettering
0acb83e9e6
Merge remote branch 'kay/master'
2010-02-02 12:51:04 +01:00
Lennart Poettering
38b48754f7
execute: allow configuration of SCHED_RESET_ON_FORK
2010-02-02 12:50:04 +01:00
Lennart Poettering
86ad3bc1ce
dbus: hand out proper dbus object paths for jobs
2010-02-02 12:42:34 +01:00
Lennart Poettering
86fbf37085
dbus: install some properties on the job objects
2010-02-02 12:42:08 +01:00
Lennart Poettering
3813169516
expose more properties
2010-02-02 12:22:59 +01:00
Kay Sievers
ef886c6ab8
include linux/sched.h
2010-02-02 10:30:04 +01:00
Lennart Poettering
80c5385a83
synchronize logger socket with what we use in the code
2010-02-01 12:45:03 +01:00
Lennart Poettering
c401a1e0ea
fixes to the dbus code to make GetAll() in the properties iface work
2010-02-01 12:44:35 +01:00
Lennart Poettering
ea4309869e
add basic (and not very useful) D-Bus support
2010-02-01 03:33:24 +01:00
Lennart Poettering
b9f880f4f4
add missing header files
2010-01-30 02:48:05 +01:00
Lennart Poettering
7d55e83536
implement service type 'finish'
2010-01-30 02:07:35 +01:00