summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2009-07-03install-info: Improve a bit the warning messagesGuillem Jover1-8/+9
2009-07-03install-info: Print buggy maintainer script package in warningGuillem Jover1-1/+5
2009-07-03install-info: Use macros for warn and error outputGuillem Jover1-18/+20
2009-07-03install-info: Generalize by using macros for pathsGuillem Jover1-11/+14
2009-07-03install-info: Add missing stdlib.hGuillem Jover1-0/+1
2009-07-03Use autoconf AC_ARG_PROGRAM support to rename install-infoGuillem Jover2-13/+9
2009-07-03Replace install-info by a simple wrapper (or no-op command)Raphael Hertzog3-0/+80
2009-06-19Use NUL character instead of 0Guillem Jover1-1/+1
2009-05-26s-s-d: Refactor process schedule priority range checksGuillem Jover1-10/+18
2009-05-22s-s-d: Use the same exact name for all Hurd OS macrosGuillem Jover1-9/+9
2009-05-21s-s-d: Warn if --name argument is longer than supported by kernelGuillem Jover1-0/+12
2009-05-21s-s-d: Add new warning functionGuillem Jover1-2/+13
2009-05-10s-s-d: Print valid values for IO scheduler class in --help outputGuillem Jover1-0/+3
2009-05-10s-s-d: Only print fatal errno string if it was non-zeroGuillem Jover1-1/+5
2009-05-10s-s-d: Preserve faulting errno when printing reason in fatal functionGuillem Jover1-1/+2
2009-03-27Global review of error checking associated to strtol functionsRaphael Hertzog1-1/+1
2009-02-26s-s-d: Support setting the IO scheduler class and priorityChris Coulson1-1/+97
2009-01-23Cleanup .gitignore filesGuillem Jover1-5/+0
2009-01-14s-s-d: Support setting the process scheduler policy and priorityGuillem Jover1-1/+89
2009-01-14s-s-d: Use a new xstrdup that never returns NULL instead of strdupGuillem Jover1-1/+12
2009-01-10s-s-d: Behave the same way whether --chuid gets a user name or a uidGuillem Jover1-2/+7
2009-01-04s-s-d: Use SIGTERM instead of literal 15Guillem Jover1-1/+1
2008-08-26Unify inclusion usage of config.hGuillem Jover1-1/+1
2008-08-04s-s-d: Use kill instead of /proc to check for pid existenceGuillem Jover1-10/+5
2008-08-04s-s-d: When checking for a pid call pid_is_exec on KVM systemsGuillem Jover1-0/+3
2008-08-04s-s-d: Move alternative function implementations togetherGuillem Jover1-182/+179
2008-08-04s-s-d: Use proper UTF-8 mu symbol for the unit in the commentGuillem Jover1-1/+1
2008-03-16s-s-d: Move 'return' inside preprocessor conditionalsErast Benson1-1/+2
2008-03-16s-s-d: Use __sun instead of __sparc__ to define OSsunosErast Benson1-1/+1
2008-03-11Move GNU C attribute definitions to lib/dpkg-def.hGuillem Jover1-12/+2
2008-02-04Use functions from libcompat when those are not provided by the systemGuillem Jover1-1/+1
2008-01-30s-s-d: Documentation improvementsJustin Pryzby1-4/+4
2008-01-28Rename getopt to libcompatGuillem Jover1-2/+2
2008-01-25s-s-d: Use system timersub and fix timeval normalization in multiplicationAndreas PĂ„hlsson1-17/+4
2008-01-22s-s-d: Fix timeout computations for --retry optionGuillem Jover1-46/+29
2008-01-22s-s-d: Fix segfault when using --group w/o --chuidGuillem Jover1-3/+3
2008-01-22s-s-d: Properly set the supplementary groups on --chuidGuillem Jover1-29/+17
2008-01-22s-s-d: Change uid after changing gid and initalizing supplementary groupsGuillem Jover1-4/+4
2008-01-21s-s-d: Fix signed vs unsigned warning when comparing to getuid and getgidGuillem Jover1-2/+3
2008-01-21Use external gettext intl libraryGuillem Jover1-1/+1
2008-01-21s-s-d: Refactor max open fd into a new function and coalesce close loopGuillem Jover1-7/+11
2008-01-20s-s-d: Change from 'Mandatory' to 'Matching' in --help outputGuillem Jover1-1/+1
2008-01-18s-s-d: Clarify in help output that --name is one of the required optionsGuillem Jover1-5/+7
2008-01-18s-s-d: Add missing semicolonGuillem Jover1-1/+1
2008-01-17s-s-d: Move version output from --help to --versionGuillem Jover1-6/+10
2008-01-17s-s-d: Check uid and gid before calling setuid, setgid and initgroupsGuillem Jover1-5/+32
2008-01-16s-s-d: Make --quiet silence --testGuillem Jover1-5/+8
2008-01-16s-s-d: Keep retrying even if the daemon removed the pidfileGuillem Jover1-1/+6
2008-01-16s-s-d: Fix indentationGuillem Jover1-161/+169
2008-01-16Use the perl POSIX module instead of the enoent helper binaryGuillem Jover2-17/+0