summaryrefslogtreecommitdiff
path: root/src/rc.c
Commit message (Expand)AuthorAge
* Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples2008-01-05
* Add BIN_LDFLAGS so that we can build static bins without affecting our shared...Roy Marples2008-01-04
* Ensure that copyright is unique for rc, librc and libeinfo. Also, fix brandin...Roy Marples2008-01-03
* Allow a BRANDING define to be used.Roy Marples2008-01-03
* Move _shell_var shell function to shell_var C appletRoy Marples2008-01-02
* Clean the failed dir when we start and end rc so that failed services can be ...Roy Marples2007-12-29
* Let service_started_daemon work off SVCNAMERoy Marples2007-12-20
* Constant data and pointersRoy Marples2007-12-20
* Fix service_*_valueRoy Marples2007-12-20
* checkown -> checkpathRoy Marples2007-12-19
* get_options -> service_get_value and save_options -> service_set_valueRoy Marples2007-12-19
* cbasename -> basename_cRoy Marples2007-12-19
* Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples2007-12-19
* Allow service_* functions to work off SVCNAME if no arguments passedRoy Marples2007-12-18
* Allow service_* functions to work off SVCNAME if no arguments passedRoy Marples2007-12-18
* Remove Gentoo copyright from all files that I know I have writtenRoy Marples2007-12-14
* If we need to regenrate the deptree in the boot runlevel, remove it afterward...Roy Marples2007-12-14
* Don't be spammy or interactive when we don't outputRoy Marples2007-12-06
* Move RC_ to EINFO_ for all env vars related to einfo.Roy Marples2007-12-06
* Change to hilite and space a little moreRoy Marples2007-11-26
* Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples2007-11-23
* touch upsRoy Marples2007-11-22
* Open RC -> OpenRCRoy Marples2007-11-20
* Display version on start and allow --version to workRoy Marples2007-11-19
* We don't define a version yet.Roy Marples2007-11-14
* relicense as 2-clause BSD, with the kind permission of GentooRoy Marples2007-11-14
* Really remove env-updateRoy Marples2007-11-14
* Fix starting state and clean some whitespaceRoy Marples2007-10-31
* You can now log baselayout-2 again, through the RC_LOGGER conf.d/rcRoy Marples2007-10-31
* rc --override foo will override the runlevel to load after boot or single use...Roy Marples2007-10-29
* Stop using asprintfRoy Marples2007-10-23
* Wait for plugins to finish before moving on.Roy Marples2007-10-22
* const correctnessRoy Marples2007-10-15
* malloc over fatty buffersRoy Marples2007-10-12
* malloc data size, not pointer sizeRoy Marples2007-10-11
* Fix failed services a little, and make timeout more saneRoy Marples2007-10-09
* Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples2007-10-09
* Quiet some compile time warnings on uclibcRoy Marples2007-10-09
* 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
* Move rc_env_filter and rc_env_config out of librc and into rcRoy Marples2007-10-08
* Fix a few errors with the last few commitsRoy Marples2007-10-05
* Punt rc_waitpidRoy Marples2007-10-05
* Punt rc_rm_dirRoy Marples2007-10-05
* Punt rc_ls_dirRoy Marples2007-10-05
* Punt rc_is_dirRoy Marples2007-10-04
* rc_make_env -> rc_env_config, rc_filter_env -> rc_env_filterRoy Marples2007-10-03
* rc_service_option_set -> rc_service_value_set, rc_service_option_get -> rc_se...Roy Marples2007-10-03
* Compile fixRoy Marples2007-10-02
* rc_allow_plug -> rc_service_plugableRoy Marples2007-10-02