summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-3/+5
2018-03-26s-s-d: Switch an internal error from a fatal() to a BUG() callGuillem Jover1-1/+1
2018-03-26s-s-d: Add support for new bug() function and BUG() macroGuillem Jover1-0/+19
2017-10-17build: Cleanup the correct polkit fileGuillem Jover1-1/+1
2017-10-17debian: Install update-alternatives policykit-1 fileGuillem Jover2-4/+4
2017-10-17u-a: Add new policykit fileGuillem Jover3-0/+40
2017-08-26utils: Fix u-a man page section reference in README fileGuillem Jover1-1/+1
2017-07-04s-s-d: Parse usernames and groupnames starting with digits correctlyGuillem Jover1-3/+3
2017-02-26s-s-d: Define _KMEMUSER for NetBSDGuillem Jover1-0/+3
2017-02-26s-s-d: Use correct struct kinfo_proc ruid submember on NetBSDGuillem Jover1-0/+2
2017-02-26s-s-d: Use 5-argument kvm_getprocs() call form on OpenBSDGuillem Jover1-0/+4
2017-02-26s-s-d: Rename err to ret as the former is a function on BSDsGuillem Jover1-3/+3
2017-01-23u-a: Use areadlink() instead of lstat() + xreadlink()Guillem Jover1-9/+2
2017-01-23u-a: Refactor pathname existence check into a new functionGuillem Jover1-34/+23
2017-01-23u-a: Move xvasprintf() and xasprintf() definitions earlier in the codeGuillem Jover1-24/+24
2017-01-22s-s-d: Use the new process executable support in GNU/HurdGuillem Jover1-0/+12
2017-01-22s-s-d: Use proc_stat_pid() instead of accessing the member directlyGuillem Jover1-1/+1
2016-10-30u-a: Fix short-lived memory leaksGuillem Jover1-23/+26
2016-10-30u-a: Fix lookup by name on --configGuillem Jover1-3/+1
2016-10-30s-s-d: Port process handling to AIXGuillem Jover1-3/+74
2016-10-30s-s-d: Cleanup OS* macrosGuillem Jover1-64/+64
2016-10-30s-s-d: Port process handling to Mac OS XGuillem Jover1-0/+87
2016-10-30s-s-d: On FreeBSD return STATUS_UNKNOWN instead of false in do_procinit()Guillem Jover1-4/+4
2016-10-30s-s-d: Handle _POSIX_PRIORITY_SCHEDULING being defined to -1 or 0Guillem Jover1-3/+3
2016-10-30s-s-d: Use reserved system preprocessor symbolsGuillem Jover1-3/+3
2016-10-30data: Move architecture tables to a new data directoryGuillem Jover1-1/+1
2016-07-03s-s-d: Simplify action dispatching in main()Guillem Jover1-12/+4
2016-07-03s-s-d: Switch do_start() to return a value instead of exit()ing directlyGuillem Jover1-4/+4
2016-07-03s-s-d: Set return buffer length for sysctl(2) calls on */kFreeBSDGuillem Jover1-3/+6
2016-07-03s-s-d: Fix number of entries computation returned by sysctl() on */kFreeBSDGuillem Jover1-1/+1
2016-05-09s-s-d: Use a heap allocated formatted string for what to stopGuillem Jover1-11/+18
2016-05-03s-s-d: Initialize nentries from sysctl(2) on */kFreeBSDGuillem Jover1-0/+1
2016-05-03s-s-d: Rename sysctl() name variables to mibGuillem Jover1-30/+30
2016-04-01build: Split libps and libkvm detection into their own macros and variablesGuillem Jover1-1/+3
2016-04-01build: Remove unused UA_LIBS variableGuillem Jover1-1/+1
2016-04-01s-s-d: Switch kFreeBSD to use sysctl(3)Guillem Jover1-0/+102
2016-04-01s-s-d: Unify --help output with the rest of the toolsGuillem Jover1-38/+52
2016-02-26u-a: Remove useless alternative_has_slave() before alternative_get_slave()Guillem Jover1-4/+6
2016-02-26u-a: Move check for new slave inside alternative_evolve_slave()Guillem Jover1-5/+6
2016-02-26u-a: Move alternative temporary extension to the build systemGuillem Jover2-2/+1
2016-02-26u-a: Generalize admindir environment variable handlingGuillem Jover2-4/+10
2015-12-12u-a: Merge all action handling into a single if-else-if blockGuillem Jover1-17/+28
2015-12-12u-a: Switch xasprintf() to return an allocated stringGuillem Jover1-32/+27
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-09-21s-s-d: Do not set changegroup unconditionallySven Joachim1-4/+5
2015-09-17s-s-d: Remove now unused xstrdup() functionGuillem Jover1-11/+0
2015-09-17u-a: Do not try to free() a «const char *»Guillem Jover1-4/+4
2015-09-15s-s-d: Fix short-lived memory leak when parsing --chuidGuillem Jover1-1/+1
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