aboutsummaryrefslogtreecommitdiff
path: root/src/librc/librc-misc.c
AgeCommit message (Expand)Author
2012-03-26librc: Do not output error messages from within the library.William Hubbs
2012-02-25librc: make rc_proc_getent available for all operating systemsWilliam Hubbs
2012-01-30Complain about loading /etc/conf.d/rcWilliam Hubbs
2012-01-26WhitespaceChristian Ruppert
2012-01-24Override rc.conf options onlyChristian Ruppert
2012-01-20small style fixWilliam Hubbs
2012-01-16style fixesWilliam Hubbs
2012-01-15Allow overriding of rc.conf options via kernel cmdlineChristian Ruppert
2012-01-15Rename proc_getent to rc_proc_getent and make it globalChristian Ruppert
2011-07-13Add a new function, bool rc_getfile(const char *, char **, size_t *)Mike Frysinger
2011-07-09Do not skip similar config optionsChristian Ruppert
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2011-01-17librc: delete trailing newlinesMike Frysinger
2011-01-17Bug #351570: Hidden function fixes: rc_conf_value.Robin H. Johnson
2011-01-17Style fix: "while (" not "while(".Robin H. Johnson
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-24We should match the full variable name.Roy Marples
2009-04-23Improve style for KNFRoy Marples
2009-01-29Clean up some compiler warnings.Roy Marples
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
2008-09-18Add missing profile bits to env, #72.Roy Marples
2008-05-19realloc -> xreallocRoy Marples
2008-05-19Fix a potential segfault, thanks to Fernando J. Pereda.Roy Marples
2008-05-12Style.Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-26Fix a segfault if rc.conf does not exist, Gentoo #214887Roy Marples
2008-03-17Make rc_getline private and save it's buffer so it's sort of like getline fro...Roy Marples
2008-03-17Punt the rc_strcatpaths function and use snprintf instead to save on expensiv...Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-02-22Welcome to 2008.Roy Marples
2008-01-22Quiet some lint warnings.Roy Marples
2008-01-21Checking first char for null is more efficient than strlen.Roy Marples
2008-01-18We should never change the list passed to rc_config_value.Roy Marples
2008-01-14strip trailing newlinesMike Frysinger
2008-01-11Re-indent to a standard tw of 8.Roy Marples
2008-01-10Loads of NetBSD tweaks here.Roy Marples
2008-01-07Avoid valgrind errors with getline.Roy Marples
2008-01-07Really fix off by one error.Roy Marples
2008-01-07Fix an off by one error.Roy Marples
2008-01-07rc_getline keeps expanding it's malloced buffer until it has read a whole lin...Roy Marples
2008-01-06Use a dynamically expanding buffer for reading config files.Roy Marples
2008-01-05Add some .mk stubs to impersonate bsk .mk files to make writing our Makefiles...Roy Marples