Ninjatrappeur's systemd working tree
Go to file
Lennart Poettering debf93a4d6 CODING_STYLE: minor updates 2010-02-14 22:44:51 +01:00
m4 build: basic autoconfization 2010-02-03 14:21:48 +01:00
test1 manager: properly return newly created job in transaction_add_job_and_dependencies() 2010-02-12 02:21:08 +01:00
test2 first attempt in implementinging execution logic 2010-01-23 01:52:57 +01:00
.gitignore git: ignore Makefile 2010-02-13 01:17:29 +01:00
CODING_STYLE CODING_STYLE: minor updates 2010-02-14 22:44:51 +01:00
LICENSE license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
Makefile.am config: implement search path logic 2010-02-13 01:07:02 +01:00
automount.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
automount.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
bootstrap.sh build: basic autoconfization 2010-02-03 14:21:48 +01:00
conf-parser.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
conf-parser.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
configure.ac build: basic autoconfization 2010-02-03 14:21:48 +01:00
dbus-job.c dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
dbus-manager.c dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
dbus-unit.c 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
dbus.c config: implement search path logic 2010-02-13 01:07:02 +01:00
dbus.h dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
device.c device: fall back to device node path as description instead of kernel name 2010-02-14 01:03:24 +01:00
device.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
execute.c execute: implement privilige dropping properly 2010-02-14 22:43:08 +01:00
execute.h execute: implement privilige dropping properly 2010-02-14 22:43:08 +01:00
fixme fixme: update fixme a little 2010-02-12 02:02:33 +01:00
hashmap.c build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway 2010-02-03 14:28:20 +01:00
hashmap.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
ioprio.h add missing header files 2010-01-30 02:48:05 +01:00
job.c dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
job.h dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
list.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
load-dropin.c util: unify code to check whether certain file names should be ignored when listing files 2010-02-14 01:07:01 +01:00
load-dropin.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
load-fragment.c execute: implement privilige dropping properly 2010-02-14 22:43:08 +01:00
load-fragment.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
log.c build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway 2010-02-03 14:28:20 +01:00
log.h macro: drop double __ prefix to make sure we don't collide with gcc/glibc definitions 2010-02-03 14:25:37 +01:00
logger.c build: basic autoconfization 2010-02-03 14:21:48 +01:00
macro.h macro: drop double __ prefix to make sure we don't collide with gcc/glibc definitions 2010-02-03 14:25:37 +01:00
main.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
manager.c manager: actually enable ctrl-alt-del/kbrequest request handling in the kernel 2010-02-14 22:39:40 +01:00
manager.h service: add SysV init script parser 2010-02-14 01:09:01 +01:00
missing.h add missing header files 2010-01-30 02:48:05 +01:00
mount.c mount: fix loop exit 2010-02-14 01:09:22 +01:00
mount.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
ratelimit.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
ratelimit.h build: basic autoconfization 2010-02-03 14:21:48 +01:00
securebits.h add missing header files 2010-01-30 02:48:05 +01:00
service.c service: allow enabling of native services via /etc/rcXX.d, so that we can override legacy services easily 2010-02-14 22:43:47 +01:00
service.h execute: implement privilige dropping properly 2010-02-14 22:43:08 +01:00
set.c build: drop manual config.h inclusion, since we do this via gcc's -include switch anyway 2010-02-03 14:28:20 +01:00
set.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
snapshot.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
snapshot.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
socket-util.c socket: allow configuration of socket/directory mode 2010-02-12 02:02:14 +01:00
socket-util.h socket: allow configuration of socket/directory mode 2010-02-12 02:02:14 +01:00
socket.c execute: implement privilige dropping properly 2010-02-14 22:43:08 +01:00
socket.h socket: allow configuration of socket/directory mode 2010-02-12 02:02:14 +01:00
strv.c strv: introduce strv_env_merge() to merge environment arrays 2010-02-14 22:38:30 +01:00
strv.h strv: introduce strv_env_merge() to merge environment arrays 2010-02-14 22:38:30 +01:00
systemadm.vala 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
systemctl.vala dbus: send out signals when units/jobs come, go and change 2010-02-05 00:38:41 +01:00
systemd-interfaces.vala 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
target.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
target.h license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
test-engine.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
test-job-type.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
timer.c license: add GPLv2+ license blurbs everwhere 2010-02-03 13:03:47 +01:00
timer.h build: basic autoconfization 2010-02-03 14:21:48 +01:00
unit.c mount,device: drop prefix from unit names to make them easily decodable 2010-02-14 01:02:46 +01:00
unit.h mount,device: drop prefix from unit names to make them easily decodable 2010-02-14 01:02:46 +01:00
util.c util: unify code to check whether certain file names should be ignored when listing files 2010-02-14 01:07:01 +01:00
util.h util: fix FOREACH_WORD macro definitions 2010-02-14 01:07:36 +01:00