aboutsummaryrefslogtreecommitdiff
path: root/src/librc/librc-misc.c
AgeCommit message (Expand)Author
2022-04-30multiple spelling and typo fixesJosh Soref
2021-12-21code style: remove space after unary "not" operatorMatt Whitlock
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
2021-11-12src/librc/librc-misc.c: add missing include for fileno (fix uclibc)Sam James
2019-02-26remove hidden-visibility.hWilliam Hubbs
2018-12-27fix leading whitespacephilhofer
2018-12-21fix compiler warningsWilliam Hubbs
2018-06-20librc-misc: convert snprintf calls to xasprintfWilliam Hubbs
2017-01-04Clean up warnings that can use the _unused macroBenda Xu
2016-07-14Remove the DEBUG_MEMORY macroWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-11-05librc: rework overriding rc.conf options from the kclWilliam Hubbs
2015-11-05librc: Remove redundant code from rc_config_loadWilliam Hubbs
2015-11-05Add rc.conf.d supportWilliam Hubbs
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
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