summaryrefslogtreecommitdiffstats
path: root/sys-utils
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-2940-76/+76
* Merge branch 'path-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-294-35/+35
|\
| * hwclock: don't ifdef printf argumentsRuediger Meier2017-06-291-2/+3
| * setpriv: align --helpRuediger Meier2017-06-291-1/+1
| * misc: avoid some dead initialization warningsRuediger Meier2017-06-291-4/+1Star
| * lscpu: make clang analyzer happyRuediger Meier2017-06-291-14/+13Star
| * lsmem: fix, using freed memoryRuediger Meier2017-06-292-12/+13
| * lib/path: fix crash, pathbuf overflowRuediger Meier2017-06-272-2/+4
* | docs: remove some old history from manpagesRuediger Meier2017-06-295-82/+25Star
|/
* setpriv: add --ambient-caps to usage()Karel Zak2017-06-271-17/+18
* setpriv: support modifying the set of ambient capabilitiesPatrick Steinhardt2017-06-272-3/+33
* setpriv: support dumping ambient capabilitiesPatrick Steinhardt2017-06-271-1/+18
* setpriv: proxy function to update capabilitiesPatrick Steinhardt2017-06-271-2/+17
* setpriv: proxy function checking whether a capability is setPatrick Steinhardt2017-06-271-1/+20
* setpriv: introduce indirection for `capng_type` enumPatrick Steinhardt2017-06-271-11/+19
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-273-13/+15
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-2738-76/+38Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-2612-41/+52
* misc: cosmetics, remove argument from usage(int)Ruediger Meier2017-06-262-8/+8
* misc: never use usage(stderr)Ruediger Meier2017-06-2620-112/+169
* misc: never use usage(ERROR)Ruediger Meier2017-06-261-8/+10
* misc: cleanup and fix --unknownopt issuesRuediger Meier2017-06-263-21/+25
* flock, getopt: write --help to stdout and return 0Ruediger Meier2017-06-261-25/+27
* misc: consolidate usage() "Available columns"Karel Zak2017-06-265-7/+5Star
* Merge branch '170622' of github.com:jwpi/util-linuxKarel Zak2017-06-264-8/+5Star
|\
| * include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-244-8/+5Star
* | Merge branch 'fix-exit-codes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-265-5/+22
|\ \
| * | misc: fix optutils.h related exit codesRuediger Meier2017-06-221-1/+3
| * | misc: fix xalloc.h related exit codesRuediger Meier2017-06-223-1/+6
| * | misc: fix more strutils related exit codesRuediger Meier2017-06-223-0/+6
| * | lib: fix strutils.h, remove STRTOXX_EXIT_CODERuediger Meier2017-06-221-3/+4
| * | misc: fix some broken exit codesRuediger Meier2017-06-221-1/+4
* | | Merge branch 'usage-part1' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-262-19/+7Star
|\ \ \ | |_|/ |/| |
| * | setarch: use errtryhelp()Ruediger Meier2017-06-221-16/+6Star
| * | dmesg: do not accept any non-option argumentsRuediger Meier2017-06-221-3/+1Star
| |/
* | Merge branch '170618' of github.com:jwpi/util-linuxKarel Zak2017-06-221-1/+2
|\ \
| * | hwclock: add audit for --systzJ William Piggott2017-06-221-0/+1
| * | hwclock: remove unused optstring charactersJ William Piggott2017-06-221-1/+1
| |/
* / dmesg: print only 2 hex digits for each hex-escaped byteIvan Delalande2017-06-221-1/+1
|/
* hwclock: remove unwanted space before descriptionKarel Zak2017-06-211-1/+1
* Merge branch '170427' of github.com:jwpi/util-linuxKarel Zak2017-06-212-68/+44Star
|\
| * hwclock: remove unused stdarg.hJ William Piggott2017-06-211-1/+0Star
| * hwclock: add --update-drift checkJ William Piggott2017-06-212-3/+7
| * hwclock: slice up the usage textJ William Piggott2017-06-211-16/+16
| * hwclock: update --help content and grammarJ William Piggott2017-06-211-27/+21Star
| * hwclock: use RTC in help outputJ William Piggott2017-06-211-12/+12
| * hwclock: add usage() functions headingJ William Piggott2017-06-211-2/+1Star
| * hwclock: update usage() FILE nameJ William Piggott2017-06-211-22/+22
| * hwclock: update usage() to util-linux styleJ William Piggott2017-06-211-8/+10
| * hwclock: remove dead code in usage()J William Piggott2017-06-211-25/+3Star