introduce and use bb_basename()
[platform/upstream/busybox.git] / debianutils / start_stop_daemon.c
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-17 Denis Vlasenkostart_stop_daemon: make code a bit more readable
2006-12-17 Denis Vlasenkostart_stop_daemon: fix bug where any program name was...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-10-08 Denis Vlasenkostart_stop_daemon: add -N <nice> compat
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-04 Rob LandleyPatch from Natanael Copa to make start-stop-daemon...
2006-08-28 Rob LandleyBugfix from Jason Schoon: send the right signal with -s.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-17 Rob LandleyPatch from Thaddeus Ternes, adding chuid to start-stop...
2006-06-12 Bernhard Reutner... - fix stupid typo from last checkin
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-01-25 Tim Rikerjust whitespace
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-07-29 Paul Foxcommiting fix from:
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-04-13 Eric AndersenFix several problems with start-stop-daemon, add -m...
2004-03-13 Eric AndersenUpdate docs for start_stop_daemon to match reality...
2004-01-23 Glenn L McGrathCorrect check for only one of K or S options
2004-01-22 Glenn L McGrathCheck one and only one of start, stop are given.
2003-07-30 Eric AndersenDo not require that the signal number be specified
2003-07-26 Eric Andersencleanup and add long options
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-05 Eric Andersenplug fd leak noticed by Russ Dill
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-01-26 Eric AndersenPatch from Russ Dill <Russ.Dill@asu.edu>. From the
2001-10-31 Eric Andersenpatch from vodz:
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-18 Eric AndersenCommit the start-stop-daemon applet. This was contribu...