index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
start-stop-daemon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-18
s-s-d: Reset the user and group names from the password entry on --chuid
Guillem Jover
1
-0
/
+2
2011-09-18
s-s-d: Fix do_procinit() on OSHurd, OShpux and HAVE_KVM_H
Guillem Jover
1
-5
/
+19
2011-09-18
s-s-d: Cast proc_stat_owner_uid() to uid_t to fix a warning
Guillem Jover
1
-1
/
+1
2011-08-20
Do not use possessive «'s» after ‘s’ or ‘x’
Guillem Jover
1
-2
/
+2
2011-08-20
Fix spelling errors
Guillem Jover
1
-2
/
+2
2011-04-30
s-s-d: Return status_unknown on error reading from the pid file
Guillem Jover
1
-0
/
+2
2011-04-29
s-s-d: Add process name kernel limits for several systems
Guillem Jover
1
-0
/
+10
2011-04-29
s-s-d: Add LSB --status command to check for process status
Guillem Jover
1
-25
/
+73
2011-04-29
Clarify exit status in dpkg-split and start-stop-daemon --help output
Guillem Jover
1
-2
/
+5
2011-04-29
s-s-d: Use a single action variable to track the command line actions
Guillem Jover
1
-10
/
+26
2011-04-26
s-s-d: Change do_stop() to always obey global quietmode
Guillem Jover
1
-4
/
+4
2011-04-25
s-s-d: Refactor do_stop_summary() out from do_stop()
Guillem Jover
1
-13
/
+23
2011-03-02
s-s-d: Do not unneedingly fsync() the pid file
Guillem Jover
1
-5
/
+2
2011-01-08
s-s-d: Rename do_help() to usage()
Guillem Jover
1
-2
/
+2
2011-01-08
s-s-d: Rename clear() to pid_list_free()
Guillem Jover
1
-3
/
+3
2011-01-08
s-s-d: Rename push() to pid_list_push()
Guillem Jover
1
-3
/
+3
2011-01-08
s-s-d: Rename check() to pid_check()
Guillem Jover
1
-6
/
+6
2011-01-08
s-s-d: Remove static function declarations
Guillem Jover
1
-14
/
+0
2011-01-08
s-s-d: Make only sched_goto use goto instead of the other enum values
Guillem Jover
1
-7
/
+5
2011-01-08
s-s-d: Refactor finish code into new finish_stop_schedule()
Guillem Jover
1
-12
/
+15
2010-11-19
Cleanup white spaces
Guillem Jover
1
-1
/
+0
2010-11-19
Cleanup and improve source code comments
Guillem Jover
1
-9
/
+12
2010-11-19
s-s-d: Refactor sched_timeout code out into new do_stop_timeout()
Guillem Jover
1
-61
/
+71
2010-06-01
s-s-d: Fix abort when opening /dev/tty with --background
Guillem Jover
1
-14
/
+23
2010-05-19
s-s-d: Check for error on open an ioctl calls
Guillem Jover
1
-1
/
+6
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-4
/
+5
2010-03-21
s-s-d: Fix and unify fatal error strings
Guillem Jover
1
-26
/
+24
2010-03-21
s-s-d: Do not allow a --retry schedule where forever is the last item
Guillem Jover
1
-0
/
+3
2010-03-06
Do an fsync on files written to disk
Guillem Jover
1
-0
/
+4
2010-02-25
Header files should not include <config.h> and <compat.h>
Guillem Jover
1
-0
/
+1
2010-02-19
s-s-d: Do not shadow global variables
Guillem Jover
1
-10
/
+9
2010-02-19
Mark several functions with DPKG_ATTR_PRINTF
Guillem Jover
1
-1
/
+1
2010-02-19
Move DPKG_ATTR annotations from static declaration to the definition
Guillem Jover
1
-7
/
+2
2010-01-28
libdpkg: Rename sizeof_array to array_count
Guillem Jover
1
-1
/
+1
2009-12-31
Use stat instead of access to check for file existence
Guillem Jover
1
-1
/
+2
2009-10-26
Sort order of header includes
Guillem Jover
1
-35
/
+33
2009-09-30
Switch to use stdbool were appropriate
Guillem Jover
1
-29
/
+30
2009-09-25
Clean up coding style for half compliant files
Guillem Jover
1
-35
/
+38
2009-09-25
s-s-d: Call warning instead of fatal on ioprio_set error
Guillem Jover
1
-1
/
+2
2009-09-23
s-s-d: Remove wrong comment not matching with code
Guillem Jover
1
-1
/
+0
2009-07-15
s-s-d: Use sizeof_array instead of ad-hoc calculation
Guillem Jover
1
-1
/
+1
2009-07-15
libdpkg: Move C language definition macros to macros.h
Guillem Jover
1
-1
/
+1
2009-07-15
libdpkg: Rename and namespace compiler attributes
Guillem Jover
1
-2
/
+2
2009-07-15
libdpkg: Change PRINTFFORMAT to take only one argument
Guillem Jover
1
-1
/
+1
2009-06-19
Use NUL character instead of 0
Guillem Jover
1
-1
/
+1
2009-05-26
s-s-d: Refactor process schedule priority range checks
Guillem Jover
1
-10
/
+18
2009-05-22
s-s-d: Use the same exact name for all Hurd OS macros
Guillem Jover
1
-9
/
+9
2009-05-21
s-s-d: Warn if --name argument is longer than supported by kernel
Guillem Jover
1
-0
/
+12
2009-05-21
s-s-d: Add new warning function
Guillem Jover
1
-2
/
+13
2009-05-10
s-s-d: Print valid values for IO scheduler class in --help output
Guillem Jover
1
-0
/
+3
[next]