1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 10:25:06 +03:00
Commit Graph

2532 Commits

Author SHA1 Message Date
Lennart Poettering
c85cf06d73 test1: add service for testing priv dropping 2010-02-14 22:46:47 +01:00
Lennart Poettering
d455ad414c test1: drop invalid capability settings 2010-02-14 22:46:02 +01:00
Lennart Poettering
874aa2cc72 fixme: minor updates 2010-02-14 22:45:08 +01:00
Lennart Poettering
debf93a4d6 CODING_STYLE: minor updates 2010-02-14 22:44:51 +01:00
Lennart Poettering
1d2d223c26 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
Lennart Poettering
81a2b7ceda execute: implement privilige dropping properly 2010-02-14 22:43:08 +01:00
Lennart Poettering
e141400362 manager: actually enable ctrl-alt-del/kbrequest request handling in the kernel 2010-02-14 22:39:40 +01:00
Lennart Poettering
2e6c9e6bde strv: introduce strv_env_merge() to merge environment arrays 2010-02-14 22:38:30 +01:00
Lennart Poettering
8d49745c2b strv: make sure empty string lists result in a valid empty string in strv_join() 2010-02-14 22:38:07 +01:00
Lennart Poettering
100a76ee32 strv: fix three minor OOM-triggered memory leaks 2010-02-14 22:37:30 +01:00
Lennart Poettering
79ef004b0c mount: fix loop exit 2010-02-14 01:09:22 +01:00
Lennart Poettering
2c4104f009 service: add SysV init script parser 2010-02-14 01:09:01 +01:00
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