summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* punt things moved to openrcMike Frysinger2008-03-231-357/+0
* Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples2007-10-091-1/+0
* 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-8/+8
* Fix a few errors with the last few commitsRoy Marples2007-10-051-3/+3
* Punt rc_ls_dirRoy Marples2007-10-051-41/+46
* Punt rc_is_dirRoy Marples2007-10-041-1/+2
* Rename config funcsRoy Marples2007-10-031-3/+3
* Revert last patchRoy Marples2007-09-251-2/+2
* We no longer use bool in our public headers, using int instead.Roy Marples2007-09-251-2/+2
* Add support for describing the options in the C programs.Mike Frysinger2007-09-251-2/+7
* API change! rc_ls_dir, rc_get_config and rc_get_list no longer takeRoy Marples2007-09-181-3/+3
* API change! rc_strlist_add and friends now take char *** instead ofRoy Marples2007-09-181-10/+8
* We may not always add to the array, so re-count it afterwardsRoy Marples2007-09-011-2/+5
* Don't add multiple entries to ld.so.confRoy Marples2007-08-311-1/+1
* All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples2007-07-311-1/+2
* Skip some files in env-update like portage env-update for more robustnessRoy Marples2007-07-191-1/+10
* Fix compile on FreeBSDRoy Marples2007-07-161-1/+1
* env-update --fork-ldconfig really forks ldconfig and works nowRoy Marples2007-07-161-13/+26
* Add an option to fork ldconfig in env-update, #182794. Also, preserve the ent...Roy Marples2007-07-091-9/+31
* Add --nocolor to more programsRoy Marples2007-06-281-6/+6
* Add --no-ldconfig option to env-update to match portage.Roy Marples2007-06-271-28/+57
* env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #17...Roy Marples2007-04-271-51/+91
* strdup -> rc_xstrdupRoy Marples2007-04-191-1/+1
* Style updatesRoy Marples2007-04-121-9/+9
* Cuddle up to LKML C styleRoy Marples2007-04-111-203/+189
* Fix indentationRoy Marples2007-04-101-89/+89
* Misc fixes, plugged a memory leak in runscript.c and use va_copy to avoid nas...Roy Marples2007-04-061-4/+3
* We now compile on OpenBSD (no idea if it works or not yet)Roy Marples2007-04-051-1/+1
* Rewrite the core parts in C. We now provide librc so other programs canRoy Marples2007-04-051-0/+247