index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-03
s-s-d: Simplify action dispatching in main()
Guillem Jover
1
-12
/
+4
2016-07-03
s-s-d: Switch do_start() to return a value instead of exit()ing directly
Guillem Jover
1
-4
/
+4
2016-07-03
s-s-d: Set return buffer length for sysctl(2) calls on */kFreeBSD
Guillem Jover
1
-3
/
+6
2016-07-03
s-s-d: Fix number of entries computation returned by sysctl() on */kFreeBSD
Guillem Jover
1
-1
/
+1
2016-05-09
s-s-d: Use a heap allocated formatted string for what to stop
Guillem Jover
1
-11
/
+18
2016-05-03
s-s-d: Initialize nentries from sysctl(2) on */kFreeBSD
Guillem Jover
1
-0
/
+1
2016-05-03
s-s-d: Rename sysctl() name variables to mib
Guillem Jover
1
-30
/
+30
2016-04-01
build: Split libps and libkvm detection into their own macros and variables
Guillem Jover
1
-1
/
+3
2016-04-01
build: Remove unused UA_LIBS variable
Guillem Jover
1
-1
/
+1
2016-04-01
s-s-d: Switch kFreeBSD to use sysctl(3)
Guillem Jover
1
-0
/
+102
2016-04-01
s-s-d: Unify --help output with the rest of the tools
Guillem Jover
1
-38
/
+52
2016-02-26
u-a: Remove useless alternative_has_slave() before alternative_get_slave()
Guillem Jover
1
-4
/
+6
2016-02-26
u-a: Move check for new slave inside alternative_evolve_slave()
Guillem Jover
1
-5
/
+6
2016-02-26
u-a: Move alternative temporary extension to the build system
Guillem Jover
2
-2
/
+1
2016-02-26
u-a: Generalize admindir environment variable handling
Guillem Jover
2
-4
/
+10
2015-12-12
u-a: Merge all action handling into a single if-else-if block
Guillem Jover
1
-17
/
+28
2015-12-12
u-a: Switch xasprintf() to return an allocated string
Guillem Jover
1
-32
/
+27
2015-10-18
Update Ian Jackson's email address
Guillem Jover
1
-1
/
+1
2015-09-21
s-s-d: Do not set changegroup unconditionally
Sven Joachim
1
-4
/
+5
2015-09-17
s-s-d: Remove now unused xstrdup() function
Guillem Jover
1
-11
/
+0
2015-09-17
u-a: Do not try to free() a «const char *»
Guillem Jover
1
-4
/
+4
2015-09-15
s-s-d: Fix short-lived memory leak when parsing --chuid
Guillem Jover
1
-1
/
+1
2015-09-15
u-a: Fix memory leak in alternative_config_all()
Guillem Jover
1
-1
/
+3
2015-09-14
u-a: Remove subcall and surrounding code
Guillem Jover
1
-51
/
+0
2015-09-14
u-a: Reimplement --set-selections as a built-in command
Guillem Jover
1
-10
/
+12
2015-09-14
u-a: Reimplement --all as a fully built-in command
Guillem Jover
1
-14
/
+25
2015-09-14
u-a: Move selection functions after alternative_update()
Guillem Jover
1
-123
/
+123
2015-09-14
u-a: Refactor config, remove, set_manual and set_auto actions
Guillem Jover
1
-47
/
+89
2015-09-14
u-a: Rename alternative_remove to alternative_remove_files
Guillem Jover
1
-2
/
+2
2015-09-14
u-a: Move current best alternative from the trail to the head
Guillem Jover
1
-6
/
+5
2015-09-14
u-a: Print master and slave links on --display
Guillem Jover
1
-0
/
+3
2015-09-14
s-s-d: Fix short-lived memory leaks
Guillem Jover
1
-13
/
+30
2015-05-09
s-s-d: Cleanup timespec_mul()
Guillem Jover
1
-3
/
+4
2015-05-09
s-s-d: Switch to use a monotonic clock if available
Guillem Jover
1
-0
/
+7
2015-05-09
s-s-d: Switch to use timespec instead of timeval
Guillem Jover
1
-23
/
+53
2015-05-09
s-s-d: Do not leak kvm descriptors
Guillem Jover
1
-10
/
+34
2015-04-18
debian: Update my copyright years
Guillem Jover
1
-1
/
+1
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
1
-6
/
+6
2015-03-31
Use "<enter>" instead of "return" or "enter" in input prompts
Guillem Jover
1
-1
/
+1
2015-01-28
test: Move use strict and warnings as the first directives
Guillem Jover
1
-5
/
+7
2014-10-23
u-a: Inline alternative status description into translatable string
Guillem Jover
1
-3
/
+6
2014-10-20
s-s-d: Add a new --remove-pidfile option
Guillem Jover
1
-0
/
+19
2014-10-16
s-s-d: Create a pidfile even when not backgrounding ourselves
Guillem Jover
1
-0
/
+3
2014-10-06
s-s-d: Do not fail when kvm_getprocs() cannot find any process
Guillem Jover
1
-1
/
+9
2014-10-06
s-s-d: On kFreeBSD do not make kvm_openfiles() open /dev/mem
Guillem Jover
1
-1
/
+6
2014-10-06
s-s-d: Refactor KVM code
Guillem Jover
1
-39
/
+44
2014-10-06
s-s-d: Do not abort on --stop when only pid or ppid options are specified
Christos Trochalakis
1
-0
/
+4
2014-10-06
s-s-d: Make sure the pidfile is always created with a 022 umask
Guillem Jover
1
-4
/
+5
2014-10-06
s-s-d: Do not exit from first parent before the pidfile has been created
Guillem Jover
1
-5
/
+53
2014-10-06
s-s-d: Move write_pidfile() before daemonize()
Guillem Jover
1
-21
/
+21
[prev]
[next]