summaryrefslogtreecommitdiffstats
path: root/sys-utils/lsipc.c
Commit message (Expand)AuthorAgeFilesLines
* misc: replaces atexit(close_stdout) with new close_stdout_atexit()Karel Zak2019-06-171-1/+1
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-2/+2
* lsipc: cleanup columns[] usageKarel Zak2018-04-181-11/+21
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-1/+1
* 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: cleanup and fix --unknownopt issuesRuediger Meier2017-06-261-4/+5
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-5/+16
* lsipc: fix options parsing and sync with man pageSami Kerola2017-05-031-2/+1Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-21/+21
* misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-3/+3
* lsipc: use strtime_short()Karel Zak2016-05-241-25/+8Star
* lsipc: use strtm_iso()Karel Zak2016-05-241-1/+2
* lsipc: don't free shm data if no shm id is foundRomain Naour2016-03-231-2/+1Star
* misc: fix some includesRuediger Meier2016-02-291-1/+0Star
* lib: rename strmode() and setmode()Ruediger Meier2016-02-181-3/+3
* lsipc: add more resource to the limits listKarel Zak2015-08-121-12/+23
* lsipc: cleanup usernamesKarel Zak2015-08-041-70/+38Star
* lsipc: check scols_line_refer_data() return codeKarel Zak2015-08-041-6/+22
* lsipc: don't duplicate already allocated dataKarel Zak2015-08-041-105/+81Star
* lsipc: ifdef SHM_* macrosKarel Zak2015-08-031-1/+8
* textual: adjust grammar and punctuation of some messagesBenno Schulenberg2015-08-031-5/+5
* lsipc: cleanup {user,group}name usageKarel Zak2015-07-301-26/+27
* lsipc: value is never read [clang analyze]Karel Zak2015-07-291-2/+3
* lsipc: make --id usable with all output formats and with -oKarel Zak2015-07-231-10/+18
* lsipc: the default --global is mutually exclusive with -c --id and -tKarel Zak2015-07-231-2/+4
* lsipc: remove --print0 and -colon-separateKarel Zak2015-07-231-28/+8Star
* lsipc: remove duplicate "Usage:"Karel Zak2015-07-231-1/+0Star
* lsipc: default to --globalKarel Zak2015-07-201-14/+14
* lsipc: add USE% to --globalKarel Zak2015-07-201-3/+10
* lsipc: use sub-table for semphore elementsKarel Zak2015-07-201-18/+73
* lsipc: improve JSON outputKarel Zak2015-07-201-4/+15
* lsipc: move outmode to coltrol structKarel Zak2015-07-201-19/+13Star
* lsipc: fix coding styleKarel Zak2015-07-201-419/+419
* lsipc: differentiate between UID and USER namesKarel Zak2015-07-201-46/+95
* lsipc: fix ID parsing, use full time for pretty printKarel Zak2015-07-201-3/+6
* lsipc: cleanup -o usageKarel Zak2015-07-201-94/+76Star
* lsipc: improve --globalKarel Zak2015-07-201-110/+93Star
* lsipc: cleanup columns indexesKarel Zak2015-07-201-48/+65
* lsipc: add COMMAND for shmemKarel Zak2015-07-201-1/+8
* lsipc: add CTIME to shmem defaultKarel Zak2015-07-201-1/+1
* lsipc: new command to list IPC facilitiesKarel Zak2015-07-201-0/+1259