summaryrefslogtreecommitdiff
path: root/util-linux/ipcrm.c
Commit message (Expand)AuthorAgeFilesLines
* - 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