Git
Skip Quicknav
About Debian
Getting Debian
Support
Developers' Corner
projects
/
dpkg/dpkg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
scripts/t: Move constant tests plan to ‘use Test::More’ time
[dpkg/dpkg.git]
/
utils
/
start-stop-daemon.c
2013-03-19
Guillem Jover
s-s-d: Move setsid() alternative code into a replacemen...
blob
|
commitdiff
|
diff to current
2013-03-19
Guillem Jover
s-s-d: Refactor option setup off main() into new setup_...
blob
|
commitdiff
|
diff to current
2013-03-19
Guillem Jover
s-s-d: Refactor start action off main() into a new...
blob
|
commitdiff
|
diff to current
2013-03-19
Guillem Jover
s-s-d: Group macro definitions after header inclusions
blob
|
commitdiff
|
diff to current
2012-06-30
Guillem Jover
s-s-d: Add new --no-close option to disable closing...
blob
|
commitdiff
|
diff to current
2012-06-06
Carsten Hey
s-s-d: Do not follow symlinks when creating pidfiles
blob
|
commitdiff
|
diff to current
2012-05-23
Guillem Jover
s-s-d: Refactor parse_umask() and parse_integer() into...
blob
|
commitdiff
|
diff to current
2012-05-23
Guillem Jover
Check parsed integers for out of range errors
blob
|
commitdiff
|
diff to current
2012-05-23
Guillem Jover
Check parsed integers for invalid or no digit errors
blob
|
commitdiff
|
diff to current
2012-05-04
Guillem Jover
s-s-d: Refactor pidfile writing into a new write_pidfil...
blob
|
commitdiff
|
diff to current
2012-04-18
Guillem Jover
s-s-d: Fix --exec to work with relative arguments and...
blob
|
commitdiff
|
diff to current
2012-04-18
Guillem Jover
s-s-d: Refactor path concatenation into newpath()
blob
|
commitdiff
|
diff to current
2012-04-09
Guillem Jover
s-s-d: Make pid_is_cmd() on the Hurd match on both...
blob
|
commitdiff
|
diff to current
2012-04-09
Guillem Jover
s-s-d: Make all pid_is_exec() implementations get a...
blob
|
commitdiff
|
diff to current
2012-04-01
Guillem Jover
Use cmp() == 0 instead of !cmp()
blob
|
commitdiff
|
diff to current
2012-03-30
Guillem Jover
Fix coding-style
blob
|
commitdiff
|
diff to current
2012-01-15
Guillem Jover
s-s-d: Do not use a conditional operator when the retur...
blob
|
commitdiff
|
diff to current
2012-01-15
Guillem Jover
s-s-d: Rename pidexec to process_name in KVM's pid_is_cmd()
blob
|
commitdiff
|
diff to current
2012-01-15
Guillem Jover
s-s-d: Fix --name matching on GNU/Hurd
blob
|
commitdiff
|
diff to current
2012-01-15
Guillem Jover
s-s-d: Add a fallback pid_is_exec() implementation...
blob
|
commitdiff
|
diff to current
2012-01-15
Guillem Jover
s-s-d: Swap pid_is_cmd() and pid_is_exec() libkvm imple...
blob
|
commitdiff
|
diff to current
2011-11-16
Guillem Jover
Do not include unneeded <sys/cdefs.h>
blob
|
commitdiff
|
diff to current
2011-11-14
Guillem Jover
s-s-d: Always check if the pid is active on --start...
blob
|
commitdiff
|
diff to current
2011-09-18
Guillem Jover
s-s-d: Reset the user and group names from the password...
blob
|
commitdiff
|
diff to current
2011-09-18
Guillem Jover
s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_H
blob
|
commitdiff
|
diff to current
2011-09-18
Guillem Jover
s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a...
blob
|
commitdiff
|
diff to current
2011-08-20
Guillem Jover
Do not use possessive «'s» after ‘s’ or ‘x’
blob
|
commitdiff
|
diff to current
2011-08-20
Guillem Jover
Fix spelling errors
blob
|
commitdiff
|
diff to current
2011-04-30
Guillem Jover
s-s-d: Return status_unknown on error reading from...
blob
|
commitdiff
|
diff to current
2011-04-29
Guillem Jover
s-s-d: Add process name kernel limits for several systems
blob
|
commitdiff
|
diff to current
2011-04-29
Guillem Jover
s-s-d: Add LSB --status command to check for process...
blob
|
commitdiff
|
diff to current
2011-04-29
Guillem Jover
Clarify exit status in dpkg-split and start-stop-daemon...
blob
|
commitdiff
|
diff to current
2011-04-29
Guillem Jover
s-s-d: Use a single action variable to track the comman...
blob
|
commitdiff
|
diff to current
2011-04-26
Guillem Jover
s-s-d: Change do_stop() to always obey global quietmode
blob
|
commitdiff
|
diff to current
2011-04-25
Guillem Jover
s-s-d: Refactor do_stop_summary() out from do_stop()
blob
|
commitdiff
|
diff to current
2011-03-02
Guillem Jover
s-s-d: Do not unneedingly fsync() the pid file
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Rename do_help() to usage()
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Rename clear() to pid_list_free()
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Rename push() to pid_list_push()
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Rename check() to pid_check()
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Remove static function declarations
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Make only sched_goto use goto instead of the...
blob
|
commitdiff
|
diff to current
2011-01-08
Guillem Jover
s-s-d: Refactor finish code into new finish_stop_schedule()
blob
|
commitdiff
|
diff to current
2010-11-19
Guillem Jover
Cleanup white spaces
blob
|
commitdiff
|
diff to current
2010-11-19
Guillem Jover
Cleanup and improve source code comments
blob
|
commitdiff
|
diff to current
2010-11-19
Guillem Jover
s-s-d: Refactor sched_timeout code out into new do_stop...
blob
|
commitdiff
|
diff to current
2010-06-01
Guillem Jover
s-s-d: Fix abort when opening /dev/tty with --background
blob
|
commitdiff
|
diff to current
2010-05-19
Guillem Jover
s-s-d: Check for error on open an ioctl calls
blob
|
commitdiff
|
diff to current
2010-05-19
Guillem Jover
Use bool instead of int wherever appropriate
blob
|
commitdiff
|
diff to current
2010-03-21
Guillem Jover
s-s-d: Fix and unify fatal error strings
blob
|
commitdiff
|
diff to current
2010-03-21
Guillem Jover
s-s-d: Do not allow a --retry schedule where forever...
blob
|
commitdiff
|
diff to current
2010-03-06
Guillem Jover
Do an fsync on files written to disk
blob
|
commitdiff
|
diff to current
2010-02-25
Guillem Jover
Header files should not include <config.h> and <compat.h>
blob
|
commitdiff
|
diff to current
2010-02-19
Guillem Jover
s-s-d: Do not shadow global variables
blob
|
commitdiff
|
diff to current
2010-02-19
Guillem Jover
Mark several functions with DPKG_ATTR_PRINTF
blob
|
commitdiff
|
diff to current
2010-02-19
Guillem Jover
Move DPKG_ATTR annotations from static declaration...
blob
|
commitdiff
|
diff to current
2010-01-28
Guillem Jover
libdpkg: Rename sizeof_array to array_count
blob
|
commitdiff
|
diff to current
2009-12-31
Guillem Jover
Use stat instead of access to check for file existence
blob
|
commitdiff
|
diff to current
2009-10-26
Guillem Jover
Sort order of header includes
blob
|
commitdiff
|
diff to current
2009-09-30
Guillem Jover
Switch to use stdbool were appropriate
blob
|
commitdiff
|
diff to current
2009-09-25
Guillem Jover
Clean up coding style for half compliant files
blob
|
commitdiff
|
diff to current
2009-09-25
Guillem Jover
s-s-d: Call warning instead of fatal on ioprio_set...
blob
|
commitdiff
|
diff to current
2009-09-23
Guillem Jover
s-s-d: Remove wrong comment not matching with code
blob
|
commitdiff
|
diff to current
2009-07-15
Guillem Jover
s-s-d: Use sizeof_array instead of ad-hoc calculation
blob
|
commitdiff
|
diff to current
2009-07-15
Guillem Jover
libdpkg: Move C language definition macros to macros.h
blob
|
commitdiff
|
diff to current
2009-07-15
Guillem Jover
libdpkg: Rename and namespace compiler attributes
blob
|
commitdiff
|
diff to current
2009-07-15
Guillem Jover
libdpkg: Change PRINTFFORMAT to take only one argument
blob
|
commitdiff
|
diff to current
2009-06-19
Guillem Jover
Use NUL character instead of 0
blob
|
commitdiff
|
diff to current
2009-05-25
Guillem Jover
s-s-d: Refactor process schedule priority range checks
blob
|
commitdiff
|
diff to current
2009-05-22
Guillem Jover
s-s-d: Use the same exact name for all Hurd OS macros
blob
|
commitdiff
|
diff to current
2009-05-21
Guillem Jover
s-s-d: Warn if --name argument is longer than supported...
blob
|
commitdiff
|
diff to current
2009-05-21
Guillem Jover
s-s-d: Add new warning function
blob
|
commitdiff
|
diff to current
2009-05-10
Guillem Jover
s-s-d: Print valid values for IO scheduler class in...
blob
|
commitdiff
|
diff to current
2009-05-10
Guillem Jover
s-s-d: Only print fatal errno string if it was non...
blob
|
commitdiff
|
diff to current
2009-05-10
Guillem Jover
s-s-d: Preserve faulting errno when printing reason...
blob
|
commitdiff
|
diff to current
2009-03-27
Raphael Hertzog
Global review of error checking associated to strtol...
blob
|
commitdiff
|
diff to current
2009-02-26
Chris Coulson
s-s-d: Support setting the IO scheduler class and priority
blob
|
commitdiff
|
diff to current
2009-01-14
Guillem Jover
s-s-d: Support setting the process scheduler policy...
blob
|
commitdiff
|
diff to current
2009-01-14
Guillem Jover
s-s-d: Use a new xstrdup that never returns NULL instea...
blob
|
commitdiff
|
diff to current
2009-01-10
Guillem Jover
s-s-d: Behave the same way whether --chuid gets a user...
blob
|
commitdiff
|
diff to current
2009-01-04
Guillem Jover
s-s-d: Use SIGTERM instead of literal 15
blob
|
commitdiff
|
diff to current
2008-08-26
Guillem Jover
Unify inclusion usage of config.h
blob
|
commitdiff
|
diff to current
2008-08-04
Guillem Jover
s-s-d: Use kill instead of /proc to check for pid existence
blob
|
commitdiff
|
diff to current
2008-08-04
Guillem Jover
s-s-d: When checking for a pid call pid_is_exec on...
blob
|
commitdiff
|
diff to current
2008-08-04
Guillem Jover
s-s-d: Move alternative function implementations together
blob
|
commitdiff
|
diff to current
2008-08-04
Guillem Jover
s-s-d: Use proper UTF-8 mu symbol for the unit in the...
blob
|
commitdiff
|
diff to current
2008-03-16
Erast Benson
s-s-d: Move 'return' inside preprocessor conditionals
blob
|
commitdiff
|
diff to current
2008-03-16
Erast Benson
s-s-d: Use __sun instead of __sparc__ to define OSsunos
blob
|
commitdiff
|
diff to current
2008-03-11
Guillem Jover
Move GNU C attribute definitions to lib/dpkg-def.h
blob
|
commitdiff
|
diff to current
2008-01-30
Justin Pryzby
s-s-d: Documentation improvements
blob
|
commitdiff
2008-01-24
Andreas Påhlsson
s-s-d: Use system timersub and fix timeval normalizatio...
blob
|
commitdiff
|
diff to current
2008-01-22
Guillem Jover
s-s-d: Fix timeout computations for --retry option
blob
|
commitdiff
|
diff to current
2008-01-22
Guillem Jover
s-s-d: Fix segfault when using --group w/o --chuid
blob
|
commitdiff
|
diff to current
2008-01-22
Guillem Jover
s-s-d: Properly set the supplementary groups on --chuid
blob
|
commitdiff
|
diff to current
2008-01-22
Guillem Jover
s-s-d: Change uid after changing gid and initalizing...
blob
|
commitdiff
|
diff to current
2008-01-21
Guillem Jover
s-s-d: Fix signed vs unsigned warning when comparing...
blob
|
commitdiff
|
diff to current
2008-01-21
Guillem Jover
s-s-d: Refactor max open fd into a new function and...
blob
|
commitdiff
|
diff to current
2008-01-20
Guillem Jover
s-s-d: Change from 'Mandatory' to 'Matching' in --help...
blob
|
commitdiff
|
diff to current
2008-01-18
Guillem Jover
s-s-d: Clarify in help output that --name is one of...
blob
|
commitdiff
|
diff to current
2008-01-17
Guillem Jover
s-s-d: Add missing semicolon
blob
|
commitdiff
|
diff to current
next