.. |
_usage.c
|
Quiet some more lint warnings.
|
2008-01-22 11:07:39 +00:00 |
_usage.h
|
strip trailing newlines
|
2008-01-14 05:05:22 +00:00 |
builtins.h
|
Put the applets into rc-applet.c so that rc.c is easier to manage.
|
2008-01-14 14:24:20 +00:00 |
checkpath.c
|
Constantise as much as possible so that it reduces COW usage.
|
2008-02-01 19:54:46 +00:00 |
fstabinfo.c
|
Constantise as much as possible so that it reduces COW usage.
|
2008-02-01 19:54:46 +00:00 |
Makefile
|
Fix compile against old lib.s
|
2008-02-02 13:00:01 +00:00 |
mountinfo.c
|
Constantise as much as possible so that it reduces COW usage.
|
2008-02-01 19:54:46 +00:00 |
rc-applets.c
|
Fix service_started_daemon, bug #11
|
2008-01-28 13:16:33 +00:00 |
rc-depend.c
|
Constantise as much as possible so that it reduces COW usage.
|
2008-02-01 19:54:46 +00:00 |
rc-logger.c
|
Quiet some more lint warnings.
|
2008-01-22 11:07:39 +00:00 |
rc-logger.h
|
strip trailing newlines
|
2008-01-14 05:05:22 +00:00 |
rc-misc.c
|
Block signals to avoid fork /signal races.
|
2008-02-02 00:17:35 +00:00 |
rc-plugin.c
|
Fix compile on BSD.
|
2008-02-02 00:44:04 +00:00 |
rc-plugin.h
|
strip trailing newlines
|
2008-01-14 05:05:22 +00:00 |
rc-status.c
|
Only use hilite if stdout is a tty
|
2008-02-07 23:24:09 +00:00 |
rc-update.c
|
Constantise as much as possible so that it reduces COW usage.
|
2008-02-01 19:54:46 +00:00 |
rc.c
|
exiting to shell should block signals first, to avoid the child getting them. Also, sulogin seems to work without specifying the terminal now.
|
2008-02-04 22:19:40 +00:00 |
runscript.c
|
RC_DEP_START/STOP should only be used for ordering services, and not the actual dependencies ofthe services themselves. This allows coldplugged services to satisfy the net dependency for rc ordering them correctly but not for services that require net and strict is on.
|
2008-02-03 23:27:16 +00:00 |
start-stop-daemon.c
|
Constantise as much as possible so that it reduces COW usage.
|
2008-02-01 19:54:46 +00:00 |
start-stop-daemon.pam
|
Allow non root users to use start-stop-daemon when linked with pam, Gentoo bug #207836.
|
2008-02-03 23:02:02 +00:00 |