summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2015-09-15u-a: Fix memory leak in alternative_config_all()Guillem Jover1-1/+3
2015-09-14u-a: Remove subcall and surrounding codeGuillem Jover1-51/+0
2015-09-14u-a: Reimplement --set-selections as a built-in commandGuillem Jover1-10/+12
2015-09-14u-a: Reimplement --all as a fully built-in commandGuillem Jover1-14/+25
2015-09-14u-a: Move selection functions after alternative_update()Guillem Jover1-123/+123
2015-09-14u-a: Refactor config, remove, set_manual and set_auto actionsGuillem Jover1-47/+89
2015-09-14u-a: Rename alternative_remove to alternative_remove_filesGuillem Jover1-2/+2
2015-09-14u-a: Move current best alternative from the trail to the headGuillem Jover1-6/+5
2015-09-14u-a: Print master and slave links on --displayGuillem Jover1-0/+3
2015-09-14s-s-d: Fix short-lived memory leaksGuillem Jover1-13/+30
2015-05-09s-s-d: Cleanup timespec_mul()Guillem Jover1-3/+4
2015-05-09s-s-d: Switch to use a monotonic clock if availableGuillem Jover1-0/+7
2015-05-09s-s-d: Switch to use timespec instead of timevalGuillem Jover1-23/+53
2015-05-09s-s-d: Do not leak kvm descriptorsGuillem Jover1-10/+34
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-6/+6
2015-03-31Use "<enter>" instead of "return" or "enter" in input promptsGuillem Jover1-1/+1
2015-01-28test: Move use strict and warnings as the first directivesGuillem Jover1-5/+7
2014-10-23u-a: Inline alternative status description into translatable stringGuillem Jover1-3/+6
2014-10-20s-s-d: Add a new --remove-pidfile optionGuillem Jover1-0/+19
2014-10-16s-s-d: Create a pidfile even when not backgrounding ourselvesGuillem Jover1-0/+3
2014-10-06s-s-d: Do not fail when kvm_getprocs() cannot find any processGuillem Jover1-1/+9
2014-10-06s-s-d: On kFreeBSD do not make kvm_openfiles() open /dev/memGuillem Jover1-1/+6
2014-10-06s-s-d: Refactor KVM codeGuillem Jover1-39/+44
2014-10-06s-s-d: Do not abort on --stop when only pid or ppid options are specifiedChristos Trochalakis1-0/+4
2014-10-06s-s-d: Make sure the pidfile is always created with a 022 umaskGuillem Jover1-4/+5
2014-10-06s-s-d: Do not exit from first parent before the pidfile has been createdGuillem Jover1-5/+53
2014-10-06s-s-d: Move write_pidfile() before daemonize()Guillem Jover1-21/+21
2014-10-06s-s-d: Abort if the system or compatibility setsid() failsGuillem Jover1-2/+5
2014-10-06build: Split test_programs and test_scripts out of test_casesGuillem Jover1-2/+3
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-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-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