aboutsummaryrefslogtreecommitdiff
path: root/src/start-stop-daemon.c
AgeCommit message (Expand)Author
2007-10-23Stop using asprintfRoy Marples
2007-10-23interupt -> interruptRoy Marples
2007-10-23Allow half a second for a working pidfile to be created and a tenth of a seco...Roy Marples
2007-10-10Give more time to daemonsRoy Marples
2007-10-09Improve applet help a little. Also, if mountinfo as any mounts given, work ex...Roy Marples
2007-10-08Wups, should be xstrdupRoy Marples
2007-10-08Punt rc_ from xstrdup, xalloc, xrealloc and exists as they're not in librc an...Roy Marples
2007-10-04Punt rc_is_fileRoy Marples
2007-10-04Revert making function privateRoy Marples
2007-10-04__rc_service_daemon_set is now a private functionRoy Marples
2007-10-02rc_set_service_daemon -> rc_service_daemon_setRoy Marples
2007-09-26Fix Makefile for pmake, document s-s-d options and increase usage gapRoy Marples
2007-09-26Handle fstab with spacesRoy Marples
2007-09-26rc_is_env is now rc_env_bool and just works with boolean values.Roy Marples
2007-09-25unify verbose/quiet handlingMike Frysinger
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-24Remove debug linesRoy Marples
2007-09-24Split our rc commands out into general use vs service commandsRoy Marples
2007-09-19Added the checkown applet based on the work by Renato Caldas, #192682Roy Marples
2007-09-18API change! rc_strlist_add and friends now take char *** instead ofRoy Marples
2007-08-20No point in having to lots of get the user code.Roy Marples
2007-08-17Intergrate our standard optionsRoy Marples
2007-08-17Allow --user and --group to also mean --chuid and --chgrpRoy Marples
2007-08-09Don't link to rt anymore as it makes dlopen leak - we now use nanosleeps to a...Roy Marples
2007-07-31All our binaries are now mulicalls into rc, which makes our on disk sizeRoy Marples
2007-05-27Improve spellingRoy Marples
2007-05-16Remove debug lineRoy Marples
2007-05-16Stop using getimeofday for timeouts incase the clock changes.Roy Marples
2007-05-14Add --startas back to s-s-d, #175980, #175981.Roy Marples
2007-05-14Allow time for pidfiles to be created, #178274.Roy Marples
2007-05-02SSD_NICELEVEL can now affect the nicelevel for daemons startedRoy Marples
2007-04-25Don't abort select when on signalsRoy Marples
2007-04-19strdup -> rc_xstrdupRoy Marples
2007-04-13s-s-d now allows --signal to be used without --stop and --oknodo. man page up...Roy Marples
2007-04-13Fix module loading, #174360. s-s-d now changes group when changing user, #174...Roy Marples
2007-04-11Cuddle up to LKML C styleRoy Marples
2007-04-10Fix indentationRoy Marples
2007-04-09Use names instead of numbers for reporting signals and trap signals in rcRoy Marples
2007-04-05We now compile on OpenBSD (no idea if it works or not yet)Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples