summaryrefslogtreecommitdiff
path: root/utils/start-stop-daemon.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-18s-s-d: Reset the user and group names from the password entry on --chuidGuillem Jover1-0/+2
2011-09-18s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_HGuillem Jover1-5/+19
2011-09-18s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a warningGuillem Jover1-1/+1
2011-08-20Do not use possessive «'s» after ‘s’ or ‘x’Guillem Jover1-2/+2
2011-08-20Fix spelling errorsGuillem Jover1-2/+2
2011-04-30s-s-d: Return status_unknown on error reading from the pid fileGuillem Jover1-0/+2
2011-04-29s-s-d: Add process name kernel limits for several systemsGuillem Jover1-0/+10
2011-04-29s-s-d: Add LSB --status command to check for process statusGuillem Jover1-25/+73
2011-04-29Clarify exit status in dpkg-split and start-stop-daemon --help outputGuillem Jover1-2/+5
2011-04-29s-s-d: Use a single action variable to track the command line actionsGuillem Jover1-10/+26
2011-04-26s-s-d: Change do_stop() to always obey global quietmodeGuillem Jover1-4/+4
2011-04-25s-s-d: Refactor do_stop_summary() out from do_stop()Guillem Jover1-13/+23
2011-03-02s-s-d: Do not unneedingly fsync() the pid fileGuillem Jover1-5/+2
2011-01-08s-s-d: Rename do_help() to usage()Guillem Jover1-2/+2
2011-01-08s-s-d: Rename clear() to pid_list_free()Guillem Jover1-3/+3
2011-01-08s-s-d: Rename push() to pid_list_push()Guillem Jover1-3/+3
2011-01-08s-s-d: Rename check() to pid_check()Guillem Jover1-6/+6
2011-01-08s-s-d: Remove static function declarationsGuillem Jover1-14/+0
2011-01-08s-s-d: Make only sched_goto use goto instead of the other enum valuesGuillem Jover1-7/+5
2011-01-08s-s-d: Refactor finish code into new finish_stop_schedule()Guillem Jover1-12/+15
2010-11-19Cleanup white spacesGuillem Jover1-1/+0
2010-11-19Cleanup and improve source code commentsGuillem Jover1-9/+12
2010-11-19s-s-d: Refactor sched_timeout code out into new do_stop_timeout()Guillem Jover1-61/+71
2010-06-01s-s-d: Fix abort when opening /dev/tty with --backgroundGuillem Jover1-14/+23
2010-05-19s-s-d: Check for error on open an ioctl callsGuillem Jover1-1/+6
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-4/+5
2010-03-21s-s-d: Fix and unify fatal error stringsGuillem Jover1-26/+24
2010-03-21s-s-d: Do not allow a --retry schedule where forever is the last itemGuillem Jover1-0/+3
2010-03-06Do an fsync on files written to diskGuillem Jover1-0/+4
2010-02-25Header files should not include <config.h> and <compat.h>Guillem Jover1-0/+1
2010-02-19s-s-d: Do not shadow global variablesGuillem Jover1-10/+9
2010-02-19Mark several functions with DPKG_ATTR_PRINTFGuillem Jover1-1/+1
2010-02-19Move DPKG_ATTR annotations from static declaration to the definitionGuillem Jover1-7/+2
2010-01-28libdpkg: Rename sizeof_array to array_countGuillem Jover1-1/+1
2009-12-31Use stat instead of access to check for file existenceGuillem Jover1-1/+2
2009-10-26Sort order of header includesGuillem Jover1-35/+33
2009-09-30Switch to use stdbool were appropriateGuillem Jover1-29/+30
2009-09-25Clean up coding style for half compliant filesGuillem Jover1-35/+38
2009-09-25s-s-d: Call warning instead of fatal on ioprio_set errorGuillem Jover1-1/+2
2009-09-23s-s-d: Remove wrong comment not matching with codeGuillem Jover1-1/+0
2009-07-15s-s-d: Use sizeof_array instead of ad-hoc calculationGuillem Jover1-1/+1
2009-07-15libdpkg: Move C language definition macros to macros.hGuillem Jover1-1/+1
2009-07-15libdpkg: Rename and namespace compiler attributesGuillem Jover1-2/+2
2009-07-15libdpkg: Change PRINTFFORMAT to take only one argumentGuillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-1/+1
2009-05-26s-s-d: Refactor process schedule priority range checksGuillem Jover1-10/+18
2009-05-22s-s-d: Use the same exact name for all Hurd OS macrosGuillem Jover1-9/+9
2009-05-21s-s-d: Warn if --name argument is longer than supported by kernelGuillem Jover1-0/+12
2009-05-21s-s-d: Add new warning functionGuillem Jover1-2/+13
2009-05-10s-s-d: Print valid values for IO scheduler class in --help outputGuillem Jover1-0/+3