aboutsummaryrefslogtreecommitdiff
path: root/src/rc-depend.c
AgeCommit message (Expand)Author
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14If we need to regenrate the deptree in the boot runlevel, remove it afterward...Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-15const correctnessRoy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples
2007-10-05Punt rc_ls_dirRoy Marples
2007-10-04Remove debugRoy Marples
2007-10-04depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.Roy Marples
2007-10-02rc_allow_plug -> rc_service_plugableRoy Marples
2007-09-29librc no longer uses libeinfo. deptree function names are now all under rc_de...Roy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples