summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipcs: add missing "PIDs" to related shared memory header textFrancesco Cosoleto2010-06-011-1/+1
* ipcs: get rid of colons from header strings for consistencyFrancesco Cosoleto2010-06-011-3/+3
* ipcs: use __GLIBC__ instead of obsolete __GNU_LIBRARY__Guillem Jover2009-10-091-3/+1Star
* build-sys: check for union semun instead of using _SEM_SEMUN_UNDEFINEDGuillem Jover2009-10-091-3/+1Star
* ipcs: fix exit codes, remove tailing white-spacesKarel Zak2008-10-071-76/+61Star
* ipcs: adjust some field positions and widths for correct alignmentBenno Schulenberg2008-08-201-5/+5
* ipcs: ungettextize the spacing of the table headersBenno Schulenberg2008-08-201-15/+15
* use getpagesize()maximilian attems2008-07-301-1/+1
* docs: tweak a few messages for clarityBenno Schulenberg2007-10-261-3/+2Star
* Clean up pagesize/PAGE_SIZE usage.Karel Zak2007-02-061-1/+2
* ipcs: max total shared memory in kbytes instead pagesKarel Zak2007-01-041-2/+2
* ipcs: fix typo in Semaphore headersKarel Zak2007-01-041-2/+2
* Imported from util-linux-2.12a tarball.Karel Zak2006-12-071-16/+16
* Imported from util-linux-2.11y tarball.Karel Zak2006-12-071-4/+7
* Imported from util-linux-2.11t tarball.Karel Zak2006-12-071-5/+3Star
* Imported from util-linux-2.11o tarball.Karel Zak2006-12-071-1/+1
* Imported from util-linux-2.11m tarball.Karel Zak2006-12-071-2/+2
* Imported from util-linux-2.11f tarball.Karel Zak2006-12-071-84/+89
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-19/+27