aboutsummaryrefslogtreecommitdiff
path: root/src/rc-status.c
AgeCommit message (Expand)Author
2007-10-22whitespaceRoy Marples
2007-10-15Update dependencies if we're allowed tooRoy Marples
2007-10-15const correctnessRoy Marples
2007-10-15Add trace to depoptsRoy Marples
2007-10-15rc-status now orders services in start order, #195630Roy Marples
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples
2007-10-03rc_get_runlevels -> rc_runlevel_listRoy Marples
2007-10-03Align correctly when passing output to grep.Roy Marples
2007-10-03Fix output for no colourRoy Marples
2007-10-02rc_allow_plug -> rc_service_plugableRoy Marples
2007-09-28Crashed is not a baselayout state as suchRoy Marples
2007-09-28rc_service_state now returns the state as a mask, which means that we can do ...Roy Marples
2007-09-28enums are now fixed to specific values and are in UPPER CASE.Roy Marples
2007-09-25Revert last patchRoy Marples
2007-09-25We no longer use bool in our public headers, using int instead.Roy Marples
2007-09-25Add support for describing the options in the C programs.Mike Frysinger
2007-09-25Initial doxygen documentation for rc.h and einfo.h. Plus some header clean ups.Roy Marples
2007-09-21Add extraopts to our usageRoy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-06-28Add --nocolor to more programsRoy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
2007-04-17start unifying help handlingMike Frysinger
2007-04-17Rationalise our colour usage a little.Roy Marples
2007-04-12Style updatesRoy Marples
2007-04-12Hug getopt_long even though it's not POSIX. start-stop-daemon has always requ...Roy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples