summaryrefslogtreecommitdiff
path: root/util-linux/ipcs.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-041-4/+4
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-4/+4
* ipcs: further code shrinkDenys Vlasenko2018-03-081-24/+23
* ipcs: code shrinkDenys Vlasenko2018-03-081-24/+15
* ipcs: tweak output orer to match util-linux 2.28Denys Vlasenko2017-08-091-4/+4
* ipcrm,ipcs: make them NOEXECDenys Vlasenko2017-08-091-17/+17
* config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-0/+11
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-5/+5
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-127/+127
* replace nonstandard unsigned typedefsDan Fandrich2011-06-031-7/+7
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+16
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: a few more NOINLINEsDenys Vlasenko2009-10-081-2/+2
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-4/+4
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* random s/short/int/Denis Vlasenko2008-02-161-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-5/+5
* style and message text fixesDenis Vlasenko2007-09-271-17/+13
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-7/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changes.Denis Vlasenko2007-04-101-2/+2
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-98/+98
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* ipcs: fix my recent breakageDenis Vlasenko2006-09-221-1/+1
* ipcs: fix output (misaligned columns)Denis Vlasenko2006-09-191-2/+2
* ipcs: getopt_ulflag'ification, -170 bytesDenis Vlasenko2006-09-191-39/+16
* ipcs: silly trick with strings. saves ~200 bytes.Denis Vlasenko2006-09-101-36/+36
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-301/+283
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* - do away with useless fwd-decls, redundant bb_printf calls, silence warningBernhard Reutner-Fischer2006-04-031-220/+204
* just whitespaceTim Riker2006-01-251-22/+22
* Reduce exported from ipcs applet"Vladimir N. Oleynik"2005-09-221-6/+6
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley2005-06-201-0/+686