index
:
delta/busybox.git
0_60_stable
1_00_stable
1_00_stable_10817
1_10_stable
1_11_stable
1_12_stable
1_13_stable
1_14_stable
1_15_stable
1_16_stable
1_17_stable
1_18_stable
1_19_stable
1_1_stable
1_20_stable
1_21_stable
1_22_stable
1_23_stable
1_24_stable
1_25_stable
1_26_stable
1_27_stable
1_28_stable
1_29_stable
1_30_stable
1_31_stable
1_32_stable
1_33_stable
1_34_stable
1_35_stable
1_36_stable
1_3_stable
1_4_stable
1_5_stable
1_6_stable
1_7_stable
1_8_stable
1_9_stable
baserock/1.22.1-openwrt
baserock/1.23.2-openwrt
baserock/build-essential
baserock/danielfirth/RT144
baserock/danielsilverstone/vagrant-support
baserock/jjardon/build-essential
baserock/liw/S8704-always-ntpd
baserock/morph
baserock/pedroalvarez/build-essential
baserock/pedroalvarez/enable-patch
baserock/radiofree/busyboxfix
baserock/radiofree/ntpdscript
baserock/richardmaw/S5892/boot-sequencing
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/S9245/init
baserock/richardmaw/add-read-dash-d
baserock/robkendrick/mips64
baserock/tiagogomes/bbgawk
master
git.busybox.net: busybox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
ipcs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
Denys Vlasenko
2022-01-04
1
-4
/
+4
*
build system: drop PLATFORM_LINUX
Ron Yorston
2020-08-13
1
-1
/
+0
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-4
/
+4
*
ipcs: further code shrink
Denys Vlasenko
2018-03-08
1
-24
/
+23
*
ipcs: code shrink
Denys Vlasenko
2018-03-08
1
-24
/
+15
*
ipcs: tweak output orer to match util-linux 2.28
Denys Vlasenko
2017-08-09
1
-4
/
+4
*
ipcrm,ipcs: make them NOEXEC
Denys Vlasenko
2017-08-09
1
-17
/
+17
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-2
/
+2
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+11
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
1
-5
/
+5
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-1
/
+1
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-127
/
+127
*
replace nonstandard unsigned typedefs
Dan Fandrich
2011-06-03
1
-7
/
+7
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+16
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: a few more NOINLINEs
Denys Vlasenko
2009-10-08
1
-2
/
+2
*
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-08
1
-1
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-4
/
+4
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-5
/
+5
*
style and message text fixes
Denis Vlasenko
2007-09-27
1
-17
/
+13
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
1
-7
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-2
/
+2
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
remove bb_printf and the like
Denis Vlasenko
2006-10-26
1
-98
/
+98
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-1
/
+1
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-2
/
+2
*
ipcs: fix my recent breakage
Denis Vlasenko
2006-09-22
1
-1
/
+1
*
ipcs: fix output (misaligned columns)
Denis Vlasenko
2006-09-19
1
-2
/
+2
*
ipcs: getopt_ulflag'ification, -170 bytes
Denis Vlasenko
2006-09-19
1
-39
/
+16
*
ipcs: silly trick with strings. saves ~200 bytes.
Denis Vlasenko
2006-09-10
1
-36
/
+36
*
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-28
1
-301
/
+283
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
- do away with useless fwd-decls, redundant bb_printf calls, silence warning
Bernhard Reutner-Fischer
2006-04-03
1
-220
/
+204
*
just whitespace
Tim Riker
2006-01-25
1
-22
/
+22
*
Reduce exported from ipcs applet
"Vladimir N. Oleynik"
2005-09-22
1
-6
/
+6
*
Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could use
Rob Landley
2005-06-20
1
-0
/
+686