index
:
navi/openrc/openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rc
/
runscript.c
Age
Commit message (
Expand
)
Author
2008-03-28
Remove rc_service_start/stop from librc as they block and unmask signals. The...
Roy Marples
2008-03-26
Add license blurb to a few files and append my email to my name.
Roy Marples
2008-03-21
Fix some crashers in a prefix with few services.
Roy Marples
2008-03-21
euid 0 should always be able to find pids too.
Roy Marples
2008-03-21
Only test crashed services if we can see pid 1.
Roy Marples
2008-03-19
SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.
Roy Marples
2008-03-19
Fix errors when reporting who we are scheduled by.
Roy Marples
2008-03-17
Fix some tests on FreeBSD.
Roy Marples
2008-03-17
We should check for NULL here.
Roy Marples
2008-03-17
Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...
Roy Marples
2008-03-16
Use correct TAILQ_CONCAT macro when not defined.
Roy Marples
2008-03-16
Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...
Roy Marples
2008-03-06
Test access instead of euid.
Roy Marples
2008-03-04
When stopping localmount, set LC_ALL=C so bash doesn't lock /usr.
Roy Marples
2008-03-02
Don't check for root in prefix.
Roy Marples
2008-02-28
close fd doesn't seem good enough - whereas fcntl does the job.
Roy Marples
2008-02-22
Welcome to 2008.
Roy Marples
2008-02-19
Fix an off-by-one error.
Roy Marples
2008-02-19
keywords -> keyword
Roy Marples
2008-02-03
RC_DEP_START/STOP should only be used for ordering services, and not the actu...
Roy Marples
2008-02-02
Block signals to avoid fork /signal races.
Roy Marples
2008-02-01
Constantise as much as possible so that it reduces COW usage.
Roy Marples
2008-02-01
Use sigaction over signal.
Roy Marples
2008-01-31
Fix up deps for new scripts.
Roy Marples
2008-01-22
Quiet some more lint warnings.
Roy Marples
2008-01-21
Prefer for (;;) over while (1)
Roy Marples
2008-01-18
Don't enforce a C99 compiler.
Roy Marples
2008-01-14
strip trailing newlines
Mike Frysinger
2008-01-13
Remove rc_service_plugable function and make it private as it needs to read f...
Roy Marples
2008-01-11
Re-indent to a standard tw of 8.
Roy Marples
2008-01-09
Compile without warnings on NetBSD
Roy Marples
2008-01-07
rc_getline keeps expanding it's malloced buffer until it has read a whole lin...
Roy Marples
2008-01-06
Set include paths in Makefile instead of .c files
Roy Marples
2008-01-05
Add the missing changes from the recent Makefile updates
Roy Marples
2008-01-05
Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...
Roy Marples
[prev]