aboutsummaryrefslogtreecommitdiff
path: root/src/includes/rc-misc.h
AgeCommit message (Expand)Author
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
2018-05-18Remove the _rc_can_find_pids functionWilliam Hubbs
2017-10-24supervise-daemon: multiple fixesWilliam Hubbs
2017-08-23move get_pid function to a shared fileWilliam Hubbs
2017-05-11fix from_time_t functionWilliam Hubbs
2017-05-11Move time_t conversions to rc-misc.c so they can be sharedWilliam Hubbs
2016-01-19librc: move system detection code into rc_sys and use itDoug Freed
2016-01-18Revert "rc: make get_systype similar to the old rc_sys function"William Hubbs
2016-01-18rc: make get_systype similar to the old rc_sys functionWilliam Hubbs
2016-01-14include rc.h properly in source filesWilliam Hubbs
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2016-01-05rc: fix compiler warnings cleanupWilliam Hubbs
2016-01-01rc: clean up compiler warningsWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-12-08Create detect_container() and detect_vm() functionsWilliam Hubbs
2012-05-06split out librc-independent helpers into a dedicated header fileMike Frysinger
2012-01-26Add is_writable() function to check whether a path is writable or notChristian Ruppert
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2009-10-13Add new utility and init script swclock that sets the system time based onRoy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-23StyleRoy Marples
2009-04-17Using fifos for locking can be error prone.Roy Marples
2009-01-12Use snprintf instead of strlcpy to save on size if not available.Roy Marples
2008-10-10sysinit is now a real runlevel that handles things like udev, dmesg andRoy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-08-20Add -k,--umask option, Gentoo #232455.Roy Marples
2008-07-07Punt STAILQ and just use TAILQ so we're a bit more portable.Roy Marples
2008-03-28Put some dir locations in rc.h so that 3rd party apps can become awware of them.Roy Marples
2008-03-28Remove rc_service_start/stop from librc as they block and unmask signals. The...Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples
2008-03-25Try and fix more prefix stuff.Roy Marples
2008-03-19Add rc-service and update all softlevel refs to runlevel.Roy Marples
2008-03-16Use correct TAILQ_CONCAT macro when not defined.Roy Marples
2008-03-16Remove null terminated char ** lists in favour of RC_STRINGLIST, using TAILQ ...Roy Marples
2008-03-05Add tunable SYSCONFDIRRoy Marples
2008-03-03rc single and rc sysinit don't check sysvinit env vars in prefix.Roy Marples
2008-03-03Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples
2008-03-03Fix prefix test.Roy Marples
2008-02-28Support the use of PREFIX and PKG_PREFIX.Roy Marples
2008-02-22Welcome to 2008.Roy Marples
2008-02-22More PCC fixes.Roy Marples
2008-02-20Support the PCC compiler.Roy Marples
2008-02-02Block signals to avoid fork /signal races.Roy Marples
2008-02-01Use sigaction over signal.Roy Marples
2008-01-22Quiet some lint warnings.Roy Marples
2008-01-22Define our x* functions as unused rather than inline for a massive space saving.Roy Marples
2008-01-15rc_newer_than no longer tests if souce has data, making it a more logical fun...Roy Marples
2008-01-14strip trailing newlinesMike Frysinger
2008-01-13Remove rc_service_plugable function and make it private as it needs to read f...Roy Marples
2008-01-10Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst keep...Roy Marples