aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-status.c
AgeCommit message (Expand)Author
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-12-20change getopt definition to elide pointer storageMike Frysinger
2021-12-12rc-status: fix uptime types and simplifyDoug Freed
2021-09-09fix build under musl 1.2 on 32 bit systemsAriadne Conill
2020-12-20rc-status: Remove noise from ini-formatted outputManuel Rüger
2019-02-15rc-status: style fixesWilliam Hubbs
2019-02-15rc-status: add -f option to allow formatting outputWilliam Hubbs
2019-02-14rc-status.c: small style changesWilliam Hubbs
2018-12-27fix leading whitespacephilhofer
2018-12-03rc-status: show status for supervised services instead of a listWilliam Hubbs
2018-12-02rc-status: add --supervised option to show supervised servicesWilliam Hubbs
2018-12-02rc-status: show failed services as failedWilliam Hubbs
2018-06-29rc-status: initialize uptime pointer to prevent memory corruptionHolger Hoffstätte
2018-06-19rc-status: convert snprintf calls to xasprintfWilliam Hubbs
2018-06-19rc-status: fix gcc 7 warningsWilliam Hubbs
2018-05-18Remove the _rc_can_find_pids functionWilliam Hubbs
2017-10-26implement "unsupervised" statusWilliam Hubbs
2017-05-15rc_status: calculate time differences in time_t and display seconds in uptimeWilliam Hubbs
2017-05-11rc-status: show uptimes and respawn counts for supervised daemonsWilliam Hubbs
2016-07-18rc-status: add -m/--manual option to show manually started servicesWilliam Hubbs
2016-07-14Remove the DEBUG_MEMORY macroWilliam Hubbs
2016-07-14make variable aflag a boolean show_allWilliam Hubbs
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-11-12Implement "want" dependencyIan Stakenvicius
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
2014-07-17rc-status: fix infinite loop when using stacked runlevelsWilliam Hubbs
2013-09-23style fixesWilliam Hubbs
2013-09-20Fix stacked runlevel supportAlexander V Vershilov
2013-07-19rc-status: fix typoAlexander V Vershilov
2013-07-16rc-status: fix -a to show all servicesAlexander V Vershilov
2013-02-25rc-status: improve usage message accuracy and consistencyAndrew Gregory
2011-06-29drop useless "All rights reserved" noticeMike Frysinger
2009-05-02Add runlevel stacking, #88Roy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-24Add missing show levels switch.Roy Marples
2009-04-24rc-status -c now lists services that have crashed.Roy Marples
2009-04-23Don't include hotplugged services in manual.Roy Marples
2009-01-12We now warn about clock skewsRoy Marples
2008-12-04Report invalid runlevels.Roy Marples
2008-12-01Actally show hotplugged services.Roy Marples
2008-10-30We should show hotplugged services, needed services and manually started serv...Roy Marples
2008-09-18Use the new rc_stringlist_find function.Roy Marples
2008-09-18Clean up some compile warnings.Roy Marples
2008-04-21If we don't have permission to inspect the pidfile, don't report crashed. Gen...Roy Marples
2008-04-17Fix rc-status some more.Roy Marples
2008-04-16Only report unassigned services when there are any, Gentoo #218005.Roy Marples
2008-04-09By default, rc-status now shows the statuses of the services in the current r...Roy Marples
2008-03-26Add license blurb to a few files and append my email to my name.Roy Marples