summaryrefslogtreecommitdiff
path: root/util-linux/ipcrm.c
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-281-1/+1
* ipcrm,ipcs: make them NOEXECDenys Vlasenko2017-08-091-1/+1
* ipcrm: code shrinkDenys Vlasenko2017-08-091-24/+16
* config: deindent all help textsDenys Vlasenko2017-07-211-3/+3
* 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
* build system: -fno-builtin-printfDenys Vlasenko2015-10-071-1/+1
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-3/+3
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+10
* ipcrm: small code shrinkDenys Vlasenko2010-10-281-4/+3
* *: whitespace fixesDenys Vlasenko2010-10-281-4/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: optimize most of isXXXXX() macrosDenys Vlasenko2009-10-231-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-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
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-4/+7
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* style fixes. No code changes.Denis Vlasenko2007-04-101-1/+1
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-2/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #3Denis Vlasenko2007-01-291-4/+4
* cut 0.5k off mkfs.minixDenis Vlasenko2006-11-291-13/+12
* style cleanup: return(a) -> return a, part 2Denis Vlasenko2006-11-271-1/+1
* remove bb_printf and the likeDenis Vlasenko2006-10-261-2/+2
* - pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer2006-08-281-136/+80
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
* just whitespaceTim Riker2006-01-251-5/+5
* Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley2005-06-201-0/+273