summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-04-22Merge branch 'master' into depsDan Nicholson1-1/+1
2008-04-22Remove a stray extern from the definition of initd_set_rcDan Nicholson1-1/+1
2008-04-22Refactor finding provided services from initd listsDan Nicholson2-16/+24
2008-04-22rdeps: Add function to control verbosityDan Nicholson2-1/+8
2008-04-22Merge branch 'master' into depsDan Nicholson6-22/+293
2008-04-21parse: Delay expensive sysinit level parsingDan Nicholson1-19/+19
2008-04-17Sanitize sysinit handlingDan Nicholson3-20/+47
2008-04-16Support finding and setting levels for active scriptsDan Nicholson3-2/+218
2008-04-09New function initd_set_rc for setting rc levelsDan Nicholson3-3/+25
2008-04-09Add initd member holding active start/stop levelsDan Nicholson2-0/+6
2008-04-04Merge branch 'strarg2' into depsDan Nicholson2-8/+8
2008-04-04strarg: Mark strarg_t parameters as const when possibleDan Nicholson2-8/+8
2008-04-03rdep: Support for recursing optional Should-* dependenciesDan Nicholson1-1/+27
2008-04-03rdep: Add optional parameter for internal deps recursionDan Nicholson1-7/+15
2008-04-03rdep: Refactor recursion function for multiple callersDan Nicholson1-18/+47
2008-04-03Add dependency recursion function initd_recurse_deps()Dan Nicholson5-1/+133
2008-04-02Convert dep_t and prov_t to strarg typesDan Nicholson9-252/+152
2008-04-01strarg: Add getters for strarg_tDan Nicholson2-0/+19
2008-04-01prov: Add getter methods for number of provides and provides at indexDan Nicholson3-4/+6
2008-04-01dep: Add getter methods for number of deps and dep at indexDan Nicholson3-5/+7
2008-03-27Add dep_pop wrapper around strarg_popDan Nicholson2-0/+7
2008-03-27Support removing last string from strargDan Nicholson2-0/+26
2008-03-27Add dep_exists macro mapping to strarg_existsDan Nicholson1-0/+1
2008-03-26Convert strarg_exists to a booleanDan Nicholson2-6/+8
2008-03-26Convert initd_list_exists_name to a booleanDan Nicholson2-7/+5
2008-03-25Skip invalid scripts when parsingDan Nicholson2-6/+17
2008-03-25Function to construct an initd list from a directory of scriptsDan Nicholson2-0/+61
2008-03-20Set initd_t members from script parserDan Nicholson2-37/+135
2008-03-20Missing RC_1 definitionDan Nicholson1-6/+7
2008-03-13Kill off the unused initd deps memberDan Nicholson2-39/+1
2008-03-13Check for Required-* keys in initd_list_verify_all()Dan Nicholson2-10/+99
2008-03-12Use autoconf AC_GNU_SOURCE for defining _GNU_SOURCEDan Nicholson4-6/+0
2008-03-12Add common macros in config.h through AC_CONFIG_HEADERSDan Nicholson7-4/+21
2008-03-12Fix distcheck and pass location of test script to tparseDan Nicholson1-2/+2
2008-03-12Support setting the description fieldsDan Nicholson2-0/+38
2008-03-11Support adding services for {Required,Should}-{Start,Stop}Dan Nicholson1-0/+4
2008-03-11Support adding names from the Provides fieldDan Nicholson1-0/+3
2008-03-11Copy all fields in initd_copyDan Nicholson1-3/+14
2008-03-11Add support for Provides strargsDan Nicholson5-2/+75
2008-03-11strarg: Include <string.h> for strcmpDan Nicholson1-0/+1
2008-03-11Add all LSB fields to initd_tDan Nicholson2-0/+41
2008-03-04strarg: New boolean function strarg_exists()Dan Nicholson2-0/+21
2008-02-28Add a strarg_t type for generic strargsDan Nicholson1-0/+5
2008-02-28Don't dereference pointers pointers into the etherDan Nicholson1-1/+6
2008-02-28Strip trailing space from key and value and test itDan Nicholson1-1/+9
2008-02-28Print value when key is extended description, tooDan Nicholson1-3/+4
2008-02-28Parse the script line into key and value pairsDan Nicholson2-1/+166
2008-02-28Initial initd script parsing functionsDan Nicholson3-1/+106
2008-02-27Move sources to separate lib and test subdirectoriesDan Nicholson9-0/+428