summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* punt things moved to openrcMike Frysinger2008-03-231-1241/+0
* Fix starting state and clean some whitespaceRoy Marples2007-10-311-19/+20
* Fix the restarting of services depending on the script you're restartingRoy Marples2007-10-261-12/+5
* Wait for plugins to finish before moving on.Roy Marples2007-10-221-27/+9
* const correctnessRoy Marples2007-10-151-62/+28
* malloc over fatty buffersRoy Marples2007-10-121-3/+5
* malloc data size, not pointer sizeRoy Marples2007-10-111-3/+3
* Don't run the done hook twiceRoy Marples2007-10-101-3/+1
* We should only have one block of code that restores stateRoy Marples2007-10-091-49/+63
* Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples2007-10-091-1/+0
* Foo, should be a maskRoy Marples2007-10-091-1/+1
* Ensure that runscript returns 0 when service is startedRoy Marples2007-10-091-1/+2
* Quiet some compile time warnings on uclibcRoy Marples2007-10-091-1/+1
* Wups, should be xstrdupRoy Marples2007-10-081-5/+5
* Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples2007-10-081-17/+17
* Move rc_env_filter and rc_env_config out of librc and into rcRoy Marples2007-10-081-2/+2
* Punt rc_waitpidRoy Marples2007-10-051-3/+18
* rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filterRoy Marples2007-10-031-2/+2
* rc_schedule_clear -> rc_service_schedule_clear, rc_schedule_start_service -> ...Roy Marples2007-10-031-4/+4
* rc_allow_plug -> rc_service_plugableRoy Marples2007-10-021-2/+2
* rc_wait_service -> rc_service_waitRoy Marples2007-09-291-4/+4
* Rationalise more functions into rc_service_Roy Marples2007-09-291-21/+21
* librc no longer uses libeinfo. deptree function names are now all under rc_de...Roy Marples2007-09-291-13/+13
* Ensure reading the console still works in parallel startupRoy Marples2007-09-291-1/+1
* Crashed is not a baselayout state as suchRoy Marples2007-09-281-4/+5
* rc_service_state now returns the state as a mask, which means that we can do ...Roy Marples2007-09-281-72/+65
* enums are now fixed to specific values and are in UPPER CASE.Roy Marples2007-09-281-99/+95
* rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples2007-09-261-11/+11
* unify verbose/quiet handlingMike Frysinger2007-09-251-20/+6
* Revert last patchRoy Marples2007-09-251-90/+88
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-251-88/+90
* Add support for describing the options in the C programs.Mike Frysinger2007-09-251-1/+9
* Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.Roy Marples2007-09-251-1/+2
* Use a pty for prefixed output instead of pipes for stdout/stderr. ThisRoy Marples2007-09-211-119/+103
* Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples2007-09-181-1/+4
* Match the recent api change to rc_strlist_join also. We now free the 2nd list...Roy Marples2007-09-181-1/+1
* API change! rc_config_env is renamed to rc_make_env and takes no argument.Roy Marples2007-09-181-1/+1
* API change! rc_strlist_add and friends now take char *** instead ofRoy Marples2007-09-181-18/+29
* Undocument pause action, fix --nodeps and --ifstarted, #190045.Roy Marples2007-08-281-20/+26
* Mark the right service as failed and only output a new line if we outputted a...Roy Marples2007-08-171-2/+3
* When shutting down, stop the service even if dependants failed.Roy Marples2007-08-171-1/+10
* Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples2007-08-091-8/+11
* Plug a leek for non selinux linux systemsRoy Marples2007-08-081-18/+20
* More pppd fixesRoy Marples2007-08-071-2/+0
* All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples2007-07-311-1/+2
* RC_DEPEND_STRICT now controls dependency strictness.Roy Marples2007-07-211-5/+17
* Fix restarting services with pluginsRoy Marples2007-07-111-15/+10
* Punt the dodgy ebuffer code. We now force prefixing for parallel starts which...Roy Marples2007-07-111-29/+5
* Allow non root users to describeRoy Marples2007-07-101-2/+6
* init scripts and their extra options can now have descriptions, #184327.Roy Marples2007-07-101-53/+59