summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* punt things moved to openrcMike Frysinger2008-03-231-909/+0
* We can still update deptree if needed services are missingRoy Marples2007-10-231-3/+2
* This is probably betterRoy Marples2007-10-151-1/+1
* const correctnessRoy Marples2007-10-151-10/+8
* malloc over fatty buffersRoy Marples2007-10-121-1/+3
* rc_deptree_order_services -> rc_deptree_orderRoy Marples2007-10-101-3/+3
* Wups, should be xstrdupRoy Marples2007-10-081-6/+6
* Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples2007-10-081-17/+17
* Punt rc_ls_dirRoy Marples2007-10-051-16/+18
* Punt rc_is_dirRoy Marples2007-10-041-17/+13
* depinfo and deptype are now internal use only. rc-depend cuddles up to getopt.Roy Marples2007-10-041-24/+31
* Rename config funcsRoy Marples2007-10-031-1/+1
* librc no longer uses libeinfo. deptree function names are now all under rc_de...Roy Marples2007-09-291-83/+75
* rc_service_state now returns the state as a mask, which means that we can do ...Roy Marples2007-09-281-7/+10
* enums are now fixed to specific values and are in UPPER CASE.Roy Marples2007-09-281-22/+22
* Revert last patchRoy Marples2007-09-251-18/+18
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-251-18/+18
* Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples2007-09-181-7/+16
* Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples2007-09-181-9/+6
* API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples2007-09-181-12/+13
* API change! rc_strlist_add and friends now take char *** instead ofRoy Marples2007-09-181-15/+14
* needsme should always be valid tooRoy Marples2007-08-171-0/+2
* Add esyslog supportRoy Marples2007-08-161-3/+4
* `config /etc/fstab' can now be used in depend() functions to show thatRoy Marples2007-08-151-24/+69
* Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples2007-08-091-11/+11
* RC_DEPEND_STRICT now controls dependency strictness.Roy Marples2007-07-211-724/+734
* Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples2007-07-111-1/+0
* Make the provided code a little more readable and fix a bug when calculating ...Roy Marples2007-07-021-30/+43
* strdup -> rc_xstrdupRoy Marples2007-04-191-6/+6
* kill off internal relocations for librc.soMike Frysinger2007-04-131-14/+8
* Change veinfo and friends to einfov. Rationale - we may need veinfo to suppor...Roy Marples2007-04-101-1/+3
* int -> time_tRoy Marples2007-04-101-1/+1
* Fix indentationRoy Marples2007-04-101-276/+276
* We don't use err.hRoy Marples2007-04-071-1/+0
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-061-2/+2
* We now compile on OpenBSD (no idea if it works or not yet)Roy Marples2007-04-051-2/+3
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-051-0/+838