aboutsummaryrefslogtreecommitdiff
path: root/src/librc-depend.c
AgeCommit message (Expand)Author
2007-11-22Allow 'after *; before local;' to workRoy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-23We can still update deptree if needed services are missingRoy Marples
2007-10-15This is probably betterRoy Marples
2007-10-15const correctnessRoy Marples
2007-10-12malloc over fatty buffersRoy Marples
2007-10-10rc_deptree_order_services -> rc_deptree_orderRoy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-10-05Punt rc_ls_dirRoy Marples
2007-10-04Punt rc_is_dirRoy Marples
2007-10-04depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.Roy Marples
2007-10-03Rename config funcsRoy Marples
2007-09-29librc no longer uses libeinfo. deptree function names are now all under rc_de...Roy Marples
2007-09-28rc_service_state now returns the state as a mask, which means that we can do ...Roy Marples
2007-09-28enums are now fixed to specific values and are in UPPER CASE.Roy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-18Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples
2007-09-18Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples
2007-09-18API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-08-17needsme should always be valid tooRoy Marples
2007-08-16Add esyslog supportRoy Marples
2007-08-15`config /etc/fstab' can now be used in depend() functions to show thatRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-07-21RC_DEPEND_STRICT now controls dependency strictness.Roy Marples
2007-07-11Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples
2007-07-02Make the provided code a little more readable and fix a bug when calculating ...Roy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-13kill off internal relocations for librc.soMike Frysinger
2007-04-10Change veinfo and friends to einfov. Rationale - we may need veinfo to suppor...Roy Marples
2007-04-10int -> time_tRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-07We don't use err.hRoy Marples
2007-04-06Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples
2007-04-05We now compile on OpenBSD (no idea if it works or not yet)Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples