index
:
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-depend.c
Age
Commit message (
Expand
)
Author
2007-12-19
cbasename -> basename_c
Roy Marples
2007-12-19
Introduce cbasename so we don't have to strdup(basename) and free all the time.
Roy Marples
2007-12-14
Remove Gentoo copyright from all files that I know I have written
Roy Marples
2007-12-14
If we need to regenrate the deptree in the boot runlevel, remove it afterward...
Roy Marples
2007-11-14
relicense as 2-clause BSD, with the kind permission of Gentoo
Roy Marples
2007-10-15
const correctness
Roy Marples
2007-10-12
malloc over fatty buffers
Roy Marples
2007-10-09
Improve applet help a little. Also, if mountinfo as any mounts given, work ex...
Roy Marples
2007-10-05
Punt rc_ls_dir
Roy Marples
2007-10-04
Remove debug
Roy Marples
2007-10-04
depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.
Roy Marples
2007-10-02
rc_allow_plug -> rc_service_plugable
Roy Marples
2007-09-29
librc no longer uses libeinfo. deptree function names are now all under rc_de...
Roy Marples
2007-09-18
API change! rc_strlist_add and friends now take char *** instead of
Roy Marples
2007-07-31
All our binaries are now mulicalls into rc, which makes our on disk size
Roy Marples
2007-04-11
Cuddle up to LKML C style
Roy Marples
2007-04-10
Fix indentation
Roy Marples
2007-04-05
Rewrite the core parts in C. We now provide librc so other programs can
Roy Marples