1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-05 15:21:37 +03:00
Commit Graph

457 Commits

Author SHA1 Message Date
Lennart Poettering
7f275a9f1d udev: introduce SYSTEMD_EXPOSE as binary udev property for hiding/showing devices in the systemd list 2010-04-08 00:53:21 +02:00
Lennart Poettering
fd18e1f4bf dbus: fix dbus event loop hookup 2010-04-08 00:52:50 +02:00
Lennart Poettering
50159e6a77 execute: make kill mode configurable 2010-04-08 00:52:14 +02:00
Lennart Poettering
09082a94b6 main: set $PATH if it isn't set 2010-04-07 23:24:50 +02:00
Lennart Poettering
ee2b489421 service: optionally, call setsid() on services 2010-04-07 23:23:58 +02:00
Lennart Poettering
0bc824be78 sysv: add basic.target dependencies only for normal init scripts 2010-04-07 20:28:44 +02:00
Lennart Poettering
8309400a17 service: parse default runlevels from init scripts 2010-04-07 20:27:52 +02:00
Lennart Poettering
db12775d59 util: add chars_intersect() call 2010-04-07 20:27:19 +02:00
Lennart Poettering
ee9b5e0118 util: add delete_chars() call 2010-04-07 20:27:05 +02:00
Lennart Poettering
fc22fc6efc sysv: use lsb dependencies only for ordering, not for pulling in stuff, leave that to the symlink farms 2010-04-07 18:47:36 +02:00
Lennart Poettering
061ea77d9e mount-setup: mount debugfs by default 2010-04-07 18:47:08 +02:00
Lennart Poettering
adcbe07c2f sysv: handle suse style boot.d dirs 2010-04-07 18:46:49 +02:00
Lennart Poettering
a7610064ae util: make gcc shut up 2010-04-07 16:39:07 +02:00
Lennart Poettering
dda5a135b8 job: fix pulldown-on-failure logic 2010-04-07 16:38:56 +02:00
Lennart Poettering
edddf4ff88 vala: take command line args to control whether to talk to system or session systemd 2010-04-07 16:23:08 +02:00
Lennart Poettering
5e177ece17 sysv: properly enumerate rcN.d directory 2010-04-07 16:22:30 +02:00
Lennart Poettering
d64b723a9e build-sys: fix AC_SUBST for /etc/rcN.d 2010-04-07 15:44:35 +02:00
Lennart Poettering
061978fa4d build-sys: fix build regarding SYSTEM_SYSVRCND_PATH 2010-04-07 15:39:28 +02:00
Lennart Poettering
c16c534dcb build-sys: drop debug output 2010-04-07 15:36:28 +02:00
Lennart Poettering
0571e0111d build-sys: automatically detect SysV init dirs 2010-04-07 15:35:01 +02:00
Lennart Poettering
ac8cfcf56c build-sys: drop -Wunsafe-loop-optimizations 2010-04-07 13:55:02 +02:00
Lennart Poettering
4a21885b43 sysv: sysv service should depend on the full basic system, not only rc.sysinit 2010-04-07 03:20:19 +02:00
Lennart Poettering
6c1a047834 manager: mention to which unit a SIGCHLD belongs 2010-04-07 03:19:00 +02:00
Lennart Poettering
d89e521ead main: fail if we cannot mount /cgroup/debug 2010-04-07 03:18:35 +02:00
Lennart Poettering
004e33b632 main: small typo fix 2010-04-07 03:18:13 +02:00
Lennart Poettering
a23da0622c main: don't verify that we have no trailing args since the kernel sometimes passes us some 2010-04-07 03:17:47 +02:00
Lennart Poettering
a1682c907a udev: remove debug log message 2010-04-07 03:17:13 +02:00
Lennart Poettering
266e525cc1 dbus: be a bit more explicit about which bus connection failed 2010-04-07 03:16:50 +02:00
Lennart Poettering
e965d56dac main: implement --test 2010-04-07 00:10:17 +02:00
Lennart Poettering
2f357920ff util: don't fail if we cannot close valgrind's fds 2010-04-07 00:09:59 +02:00
Lennart Poettering
a5dab5ce0f manager: make running_as configurable 2010-04-06 23:55:42 +02:00
Lennart Poettering
f170852aea main: parse our own command line and the kernel command line 2010-04-06 23:40:24 +02:00
Lennart Poettering
34f0e866d3 log: read log settings from the environment 2010-04-06 23:38:32 +02:00
Lennart Poettering
d3725859f3 util: when parsing strings lookup tables accept integer strings, too 2010-04-06 23:37:20 +02:00
Lennart Poettering
2d368c149b util: declare __progname in util.h 2010-04-06 23:36:48 +02:00
Lennart Poettering
a0d40ac588 util: move close_all_fds() to util.c 2010-04-06 23:35:59 +02:00
Lennart Poettering
2882c7eda0 unit: automatically connect to syslog when it becomes available 2010-04-06 22:01:06 +02:00
Lennart Poettering
4ade7963ed main: move basic setup into main.c 2010-04-06 21:59:25 +02:00
Lennart Poettering
16801e901e log: rework logging subsystem to support syslog and kmsg output 2010-04-06 21:57:45 +02:00
Lennart Poettering
a04f58d6cb mount-setup: create mount points if not existing yet 2010-04-06 21:55:58 +02:00
Lennart Poettering
055ba4d60e mount-setup: set default modes when mounting 2010-04-06 21:55:39 +02:00
Lennart Poettering
0398f3da3c manager: dump status on SIGUSR1 2010-04-06 21:54:57 +02:00
Lennart Poettering
2fa086a8e0 macro: move IOVEC_SET_STRING into macro.h 2010-04-06 21:54:19 +02:00
Lennart Poettering
e2c76839a3 execute: use fd_nonblock()//fd_cloexec() where applicable 2010-04-06 21:53:39 +02:00
Lennart Poettering
3a0ecb08f4 util: implement fd_nonbloc()/fd_cloexec() 2010-04-06 21:53:02 +02:00
Lennart Poettering
7418040c3a conf-parser: fix strv parsing 2010-04-06 21:52:35 +02:00
Lennart Poettering
67d51650ce util: fix ascii_strlower() return value 2010-04-06 17:14:04 +02:00
Lennart Poettering
f278026d21 dbus: connect to bus as soon as the special dbus service is around 2010-04-06 16:32:07 +02:00
Lennart Poettering
8b44eabff0 manager: if wanted dependencies are invalid, don't fail 2010-04-06 02:44:23 +02:00
Lennart Poettering
23a177ef7c rework merging/loading logic 2010-04-06 02:43:58 +02:00