summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-3/+3
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* ipcs: make shmall overflow a bit less worseRuediger Meier2017-04-031-2/+8
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* ipcs: consolidate output header printingRuediger Meier2016-03-211-5/+11
* misc: fix some includesRuediger Meier2016-02-291-1/+0Star
* ipcs: show gid instead of uidHushan Jia2016-02-221-3/+3
* sys-utils/disk-utils/lib: fix printf format types [cppcheck]Boris Egorov2015-06-251-2/+2
* ipc*: use customary fputs() instead of fprintf() with the usage macrosBenno Schulenberg2015-01-061-6/+9
* ipcs: in usage show resource option as nonoptional when used with -iBenno Schulenberg2015-01-061-4/+4
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+5
* ipcs: fix shmctl() usageKarel Zak2014-12-191-7/+9
* ipcs: remaining kFreeBSD hackery for building.Aurelien Jarno2014-09-171-0/+2
* ipcs: do not gettextize wordless stringsBenno Schulenberg2014-05-061-5/+5
* ipcs: fix size_t overflowKarel Zak2014-03-111-1/+1
* ipcs: assigned values are never read [clang-analyzer]Sami Kerola2013-07-091-3/+0Star
* textual: spell and encode the name of Arkadiusz Miśkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* ipcs: report an error when -i is used with multiple resourcesBenno Schulenberg2013-02-061-19/+19
* ipcs: fix spacing in summary outputSami Kerola2013-01-091-1/+1
* ipcs: fix compiler warnings, use 64bit timeKarel Zak2012-12-201-20/+23
* ipcs: make --human really sexyKarel Zak2012-12-191-2/+12
* ipcs: add --bytes size output optionSami Kerola2012-12-191-1/+6
* ipcs: add --human readable size conversion optionSami Kerola2012-12-191-34/+54
* ipcs: assist debuggingSami Kerola2012-12-191-6/+9
* ipcs: remove print_perms()Sami Kerola2012-11-231-26/+0Star
* ipcs: make individual message queue id printing to use /procSami Kerola2012-11-231-24/+23Star
* ipcs: clean up do_msg(), and add ipc_msg_get_info()Sami Kerola2012-11-231-45/+44Star
* ipcs: make individual semaphore id printing to use /procSami Kerola2012-11-231-35/+28Star
* ipcs: clean up do_sem(), and add ipc_sem_get_info()Sami Kerola2012-11-231-40/+40
* ipcs: make individual shared memory id printing to use /procSami Kerola2012-11-231-21/+24
* ipcs: clean up do_shm()Karel Zak2012-11-231-11/+22
* ipcs: read shared memory values from /procSami Kerola2012-11-231-39/+34Star
* ipcs: determine ipc limits from /procSami Kerola2012-11-231-100/+20Star
* Fix typos found by misspellingsBernhard Voelker2012-04-231-1/+1
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* ipcs: minor changes to usage()Karel Zak2011-09-271-1/+1
* build-sys: fixes to USAGE_* macrosSami Kerola2011-09-171-2/+1Star
* ipcs: comment & white space clean upSami Kerola2011-09-171-86/+83Star
* ipcs: include-what-you-use header checkSami Kerola2011-09-171-9/+11
* ipcs: add long optionsSami Kerola2011-09-171-41/+49
* ipcs: use unsigned type for uid/gidKarel Zak2011-08-091-17/+17
* ipcs: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-2/+2
* ipcs: fix typoKarel Zak2011-02-211-1/+1
* ipcs: really show all resources when -a and -i are combinedJens Kristian Søgaard2011-02-211-4/+5
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* ipcs: advise translators a different output formatFrancesco Cosoleto2010-06-301-5/+19
* ipcs: reorganize help and usage textsFrancesco Cosoleto2010-06-011-14/+28