summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2014-08-26Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev3-96/+111
2014-08-19s-s-d: Switch GNU/kFreeBSD systems to use libkvmGuillem Jover1-2/+2
2014-08-15s-s-d: Remove wasteful strlen() comparison before strcmp()Guillem Jover1-2/+0
2014-06-05s-s-d: Add DragonFlyBSD supportGuillem Jover1-0/+13
2014-06-01Use proper pid_is_child on SunOSIgor Pashev1-1/+1
2014-06-01Finish up OSsunos support in start-stop-daemonJustin Maggard1-6/+80
2014-05-28u-a: Uppercase altdb_flags enum valuesGuillem Jover1-9/+9
2014-05-28u-a: Uppercase opcode enum valuesGuillem Jover1-11/+11
2014-05-28s-s-d: Uppercase status_code enum valuesGuillem Jover1-22/+22
2014-05-28s-s-d: Uppercase action_code enum valuesGuillem Jover1-17/+17
2014-05-17s-s-d: Cope with bogus OpenVZ kernels that prepend the " (deleted)" markerGuillem Jover1-4/+12
2014-05-17u-a: Switch from alternative_has_choice() to checking if fs is NULLGuillem Jover1-3/+4
2014-05-17u-a: Fix TOCTOU race in rename_mv()Guillem Jover1-13/+9
2014-05-17u-a: Fix TOCTOU race when loading an alternativeGuillem Jover1-11/+10
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover1-2/+2
2014-05-08Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev4-46/+239
2014-04-30s-s-d: Fix off-by-one stack buffer overrun on GNU/Linux and GNU/kFreeBSDGuillem Jover1-2/+2
2014-04-30u-a: Fix memory leaks in alternative_parse_fileset()Guillem Jover1-0/+4
2014-04-21s-s-d: Add a new --ppid matching optionGuillem Jover1-2/+91
2014-04-21s-s-d: Detect system specific headers at configure timeGuillem Jover1-15/+16
2014-04-21s-s-d: Move Hurd specific headers after all standard headersGuillem Jover1-5/+5
2014-04-21s-s-d: Fix OpenBSD KVM code to use current kinfo_proc layoutGuillem Jover1-0/+6
2014-04-21s-s-d: Add a native FreeBSD pid_is_exec() methodGuillem Jover1-0/+26
2014-04-21s-s-d: Fix FreeBSD KVM code to use current kinfo_proc layoutGuillem Jover1-0/+16
2014-04-21s-s-d: Add a generic KVM implementation for do_procinit()Guillem Jover1-2/+27
2014-04-21s-s-d: Remove unnecessary pointer reference and dereference danceGuillem Jover1-1/+1
2014-04-21s-s-d: Use symbolic names for option codesGuillem Jover1-2/+4
2014-04-21s-s-d: Refactor Linux comm retrieval and switch to use /proc/PID/statusGuillem Jover1-17/+39
2014-04-21test: Remove sequence number prefixes from test case filenamesGuillem Jover2-2/+2
2014-04-21build: Rename Makecheck.am to just check.amGuillem Jover1-1/+1
2014-01-30Merge git://anonscm.debian.org/dpkg/dpkgIgor Pashev3-164/+251
2014-01-15Rename return code variables from r to rcGuillem Jover2-6/+8
2014-01-15Use dead_pid instead of r as variable name for waitpid() return valueGuillem Jover1-3/+3
2014-01-15Give better names to variables in malloc replacement functionsGuillem Jover1-4/+4
2013-12-17s-s-d: Add new --pid optionGuillem Jover1-3/+31
2013-12-12u-a: Fix a segfault when adding a new slave link to a link groupGuillem Jover1-1/+1
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover2-2/+2
2013-12-05Switch variables from int to bool where appropriateGuillem Jover1-9/+9
2013-10-16u-a: Change mark to be a character instead of a stringGuillem Jover1-4/+4
2013-10-16u-a: Unify idx handling in alternative_select_choice()Guillem Jover1-5/+3
2013-10-16u-a: Refactor out choice printing into its own functionGuillem Jover1-17/+19
2013-10-16u-a: Compute unchanging select choice variables just onceGuillem Jover1-6/+7
2013-10-16u-a: Rename DPKG_TMP_EXT to ALT_TMP_EXTGuillem Jover1-10/+10
2013-10-16u-a: Add new function to return a descriptive alternative status stringGuillem Jover1-6/+11
2013-10-16u-a: When changing slave links do not warn that the link group is brokenGuillem Jover1-17/+50
2013-10-16u-a: Refactor alternative_copy_slave() out from alternative_evolve()Guillem Jover1-1/+7
2013-10-15u-a: Refactor alternative_has_broken_slave() out from alternative_is_broken()Guillem Jover1-37/+47
2013-10-15u-a: Refactor alternative_evolve_slave() out of alternative_evolve()Guillem Jover1-41/+45
2013-10-15s-s-d: Recognize -C as documentedGuillem Jover1-1/+1
2013-10-14Use <termios.h> instead of deprecated <sys/termios.h>Guillem Jover1-1/+1