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