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
/
coreutils
/
od_bloaty.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-13
/
+13
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-2
/
+2
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-6
/
+6
*
od: move address_fmt[] from data to globals. 8 less bytes in data section
Denys Vlasenko
2018-02-22
1
-8
/
+10
*
od_bloaty: fix debug code
Denys Vlasenko
2018-01-23
1
-3
/
+7
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-5
/
+2
*
od_bloaty: fix floating point output
Ron Yorston
2017-07-19
1
-1
/
+2
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
1
-2
/
+1
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
od: get rid of (almost all) statics
Denys Vlasenko
2015-10-19
1
-108
/
+122
*
od: fix printing of high-bit chars
Ron Yorston
2015-03-12
1
-8
/
+6
*
Commonalize typical [b,]k,m suffix struct
Denys Vlasenko
2013-07-13
1
-9
/
+3
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+2
*
tweak help text
Denys Vlasenko
2012-06-19
1
-1
/
+1
*
od: code shrink
Denys Vlasenko
2011-05-21
1
-14
/
+10
*
od: another fix for --strings
Denys Vlasenko
2011-05-21
1
-1
/
+4
*
od: fix -S NUM to not print chars >0x80
Denys Vlasenko
2011-05-21
1
-38
/
+19
*
od: code shrink
Denys Vlasenko
2011-05-21
1
-82
/
+78
*
od: code shrink, fix "od --traditional FILE"
Denys Vlasenko
2011-05-21
1
-117
/
+96
*
*: better string sharing
Denys Vlasenko
2010-06-02
1
-1
/
+1
*
deinline two big functions
Denys Vlasenko
2010-06-01
1
-1
/
+1
*
od: fix -tx without length spec
Denys Vlasenko
2009-11-22
1
-1
/
+2
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-2
/
+2
*
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-19
1
-6
/
+6
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-3
/
+3
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-2
/
+1
*
od: fix "od -b"
Denis Vlasenko
2008-04-14
1
-12
/
+10
*
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-23
1
-1
/
+0
*
brctl: eliminate stray data object
Denis Vlasenko
2008-03-17
1
-2
/
+1
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
1
-7
/
+3
*
actually add bb_qsort.c
Denis Vlasenko
2008-03-02
1
-1
/
+1
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-1
/
+1
*
README: doccument the need of CONFIG_DESKTOP
Denis Vlasenko
2008-02-08
1
-13
/
+9
*
od: reduce data/bss usage (code size went down too)
Denis Vlasenko
2007-12-24
1
-41
/
+30
*
- use standard-imposed constants some more
Bernhard Reutner-Fischer
2007-11-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
-1
/
+1
*
runit/*: get rid of tai[a] time abstraction, it's too bloaty.
Denis Vlasenko
2007-08-20
1
-3
/
+2
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-17
/
+17
*
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-27
1
-2
/
+2
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-1
/
+1
*
od: shrink a bit
Denis Vlasenko
2007-07-24
1
-30
/
+21
*
rework long option handling. saves ~1.2k
Denis Vlasenko
2007-07-23
1
-12
/
+11
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-2
/
+1
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
1
-1
/
+0
[next]