summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Plug some leaksRoy Marples2007-09-24
* Add extraopts to our usageRoy Marples2007-09-21
* Use a pty for prefixed output instead of pipes for stdout/stderr. ThisRoy Marples2007-09-21
* whitespaceRoy Marples2007-09-20
* libeinfo now works out the number of columns from stdout rather than stdin, #...Roy Marples2007-09-20
* Warn if file/directory mismatchRoy Marples2007-09-19
* Allow checkown to create files too.Roy Marples2007-09-19
* Move the error messages to the option parsingRoy Marples2007-09-19
* Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples2007-09-19
* Punt rc_xcalloc as nothing uses itRoy Marples2007-09-19
* /lib/rcscripts -> /lib/rcRoy Marples2007-09-19
* --opts to --optionsRoy Marples2007-09-19
* plugin hook function is now rc_plugin_hook instead of a name basedRoy Marples2007-09-19
* Hide errors caused by old splash plugin for the time beingRoy Marples2007-09-18
* Don't be an ass - don't free the 2nd list. Instead just empty it.Roy Marples2007-09-18
* Clarify strlist_join behaviourRoy 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_config_env is renamed to rc_make_env and takes no argument.Roy Marples2007-09-18
* Don't space separate the optionsRoy 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
* Re-work mountinfo so that we have a lot less OS specific codeRoy Marples2007-09-18
* BSD will need a fixed gcc for --as-neededRoy Marples2007-09-12
* More --as-needed fooRoy Marples2007-09-11
* Work better with --as-neededRoy Marples2007-09-11
* librc should link against libeinfo tooRoy Marples2007-09-10
* Makefile in src now supports pmake as used on the BSDs.Roy Marples2007-09-06
* strdup -> rc_xstrdupRoy Marples2007-09-06
* start-stop-daemon now works with userids correctly when a pidfileRoy Marples2007-09-04
* Add --quiet to mountinfoRoy Marples2007-09-03
* We may not always add to the array, so re-count it afterwardsRoy Marples2007-09-01
* Don't add multiple entries to ld.so.confRoy Marples2007-08-31
* More path fixes thanks to Thomas PaniRoy Marples2007-08-28
* Use correct definesRoy Marples2007-08-28
* Undocument pause action, fix --nodeps and --ifstarted, #190045.Roy Marples2007-08-28
* #define shutdownRoy Marples2007-08-28
* Move more stuff to #definesRoy Marples2007-08-28
* Fix ksoftlevel handling, #190420.Roy Marples2007-08-28
* Only open /proc/cmdline if it exists, #189686 thanks to Christian AffolterRoy Marples2007-08-22
* No point in having to lots of get the user code.Roy Marples2007-08-20
* Mark the right service as failed and only output a new line if we outputted a...Roy Marples2007-08-17
* needsme should always be valid tooRoy Marples2007-08-17
* Stop un-needed services when changing runlevels, #189050.Roy Marples2007-08-17
* When shutting down, stop the service even if dependants failed.Roy Marples2007-08-17
* Intergrate our standard optionsRoy Marples2007-08-17
* Allow --user and --group to also mean --chuid and --chgrpRoy Marples2007-08-17
* Allow 'del' to work as a commandRoy Marples2007-08-17
* Fully move esyslog into rcRoy Marples2007-08-16
* Add esyslog supportRoy Marples2007-08-16
* `config /etc/fstab' can now be used in depend() functions to show thatRoy Marples2007-08-15