Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
153fcaa6c17124ebbf0d50df5da95f3564c7402b
/
coreutils
10544a8
compat and warning fixes
by Denys Vlasenko
· 15 years ago
3205c24
shaNNNsum: accept and ignore -b and -t
by Denys Vlasenko
· 15 years ago
cb7edc2
adduser: copy /etc/skel to mew homes. +100 bytes
by Denys Vlasenko
· 15 years ago
0cd445f
cosmetic fixes
by Denys Vlasenko
· 15 years ago
98a4c7c
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
by Denys Vlasenko
· 15 years ago
5b9b136
stat: get rid on intmax_t
by Denys Vlasenko
· 15 years ago
d8528b8
ls: unicode fixes
by Denys Vlasenko
· 15 years ago
ed910c7
cal: add a unicode test
by Denys Vlasenko
· 15 years ago
e17764c
further work on unicodization
by Denys Vlasenko
· 15 years ago
6b9f163
*: style fixes. no code changes (verified with objdump)
by Denys Vlasenko
· 15 years ago
6b01b71
randomconfig fixes
by Denys Vlasenko
· 15 years ago
9f93d62
libbb: better unicode width support. Hopefully fixes bug 839.
by Denys Vlasenko
· 15 years ago
5da9f96
date: introduce FEATURE_DATE_COMPAT; shrink
by Denys Vlasenko
· 15 years ago
9882b34
chown: -2 bytes
by Denys Vlasenko
· 15 years ago
31416d5
chown: support long options
by Matheus Izvekov
· 15 years ago
7be97c5
ls: fix sort of very large files. +21 byte
by Denys Vlasenko
· 15 years ago
573ba4e
fix examples which used non-standard cut -b0-NNN
by Denys Vlasenko
· 15 years ago
9c3b84a
ls: make it so that group never glues itself to file size
by Denys Vlasenko
· 15 years ago
a40f062
cp: fix -H handling
by Denys Vlasenko
· 15 years ago
bb16f57
INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com)
by Denys Vlasenko
· 15 years ago
c041e23
fix configure sha256sum problem. Closes bug 895
by Denys Vlasenko
· 15 years ago
dc698bb
*: make it easier to distinquish "struct tm", pointer to one, etc
by Denys Vlasenko
· 15 years ago
86350f8
cal: document the location of unicode bug. no code changes
by Denys Vlasenko
· 15 years ago
2805502
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com>
by Denys Vlasenko
· 15 years ago
d2b1ba6
[un]expand: unicode support
by Tomas Heinrich
· 15 years ago
2ec91ae
*: remove some uses of argc
by Denys Vlasenko
· 15 years ago
a355da0
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
by Denys Vlasenko
· 15 years ago
aa42d13
sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes
by Denys Vlasenko
· 15 years ago
800ff7c
stty: code shrink -44 bytes
by Denys Vlasenko
· 15 years ago
9f5a577
stty: fix columns command. closes bug 791.
by Denys Vlasenko
· 15 years ago
a732966
mount: prevent second mount -a from mounting everything again
by Denys Vlasenko
· 15 years ago
d0f9d0e
touch: needs another fix after last utimes() fixes
by Denys Vlasenko
· 15 years ago
dcbfaba
fix improper utimes usage
by Denys Vlasenko
· 15 years ago
e992bae
*: remove a few more cases of argc usage. -89 bytes.
by Denys Vlasenko
· 15 years ago
5b6fe34
split: handle - as "use stdin". +13 bytes. Closes bug 741.
by Denys Vlasenko
· 15 years ago
11f3a8b
od: fix -tx without length spec
by Denys Vlasenko
· 15 years ago
c270454
fix fallout from isprint() changes
by Denys Vlasenko
· 15 years ago
8684cbb
libbb: robustify isXXXX(). +39 bytes
by Denys Vlasenko
· 15 years ago
5b0a7f1
wc: fix a hang gue to isprint(EOF)
by Dan Fandrich
· 15 years ago
a7ccdee
libbb: added xfdopen_for_read/write
by Denys Vlasenko
· 15 years ago
ff1822a
date: restore hadling of MMDDhhmm[[CC]YY][.ss] date format
by Denys Vlasenko
· 15 years ago
389cca4
some non-gnu compilers can't have non-const struct initializers
by Denys Vlasenko
· 15 years ago
a307af1
use utimes() rather than obsolescent utime()
by Bernhard Reutner-Fischer
· 15 years ago
6331cf0
*: use "can't" instead of "cannot"
by Denys Vlasenko
· 15 years ago
f4fee41
env: don't SEGV on bare "env -"
by Denys Vlasenko
· 15 years ago
ab19ede
tidy up O_NONBLOCK usage. use libbb functions in stty.
by Denys Vlasenko
· 15 years ago
ded688c
fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)
by Denys Vlasenko
· 15 years ago
8131eea
*: introduce and use ffulsh_all()
by Denys Vlasenko
· 15 years ago
95a036e
tty: use defines rather than constants
by Bernhard Reutner-Fischer
· 15 years ago
a483087
add and use xopen_nonblocking (-18b)
by Bernhard Reutner-Fischer
· 15 years ago
0939f2e
fix up potential printf's with unsafe format strings
by Denys Vlasenko
· 15 years ago
d93fc61
ls: fix "ls | cat" to not show "total NNN" header
by Denys Vlasenko
· 15 years ago
ca22cda
date: handle long options
by Bernhard Reutner-Fischer
· 15 years ago
f2cbb03
*: optimize most of isXXXXX() macros
by Denys Vlasenko
· 15 years ago
c0dab37
*: remove last function calls to isspace
by Denys Vlasenko
· 15 years ago
a46317b
df: trivial 64-bit fix
by Denys Vlasenko
· 15 years ago
7eabffa
dd: use correct multiplication factor and simplify code
by Denys Vlasenko
· 15 years ago
a1a3972
dd: add a comment, no code changes
by Denys Vlasenko
· 15 years ago
4e5b07b
dd: speed measurement. optional.
by Gabor Heja
· 15 years ago
0bf44d0
libbb/human_readable.c: shrink; and reduce bss usage
by Denys Vlasenko
· 15 years ago
d5fddcd
cp: revert a recent buggy change, and add a comment why it's wrong
by Denys Vlasenko
· 15 years ago
7bb346f
*: use {i,u}toa() where appropriate
by Denys Vlasenko
· 15 years ago
1d63f04
ls: forgotten chunk from prev commit
by Denys Vlasenko
· 15 years ago
cae409c
ls: code shrink
by Denys Vlasenko
· 15 years ago
ffd4774
ls: fix for !FEATURE_LS_RECURSIVE (forgotten free); cleanups
by Denys Vlasenko
· 15 years ago
0683d4d
ls: add standards doc; record author of "total NNNN" code
by Denys Vlasenko
· 15 years ago
76c7d95
ls: code shrink
by Denys Vlasenko
· 15 years ago
87c150c
ls: add "total NNNN" header if DESKTOP. By Johannes Stezenbach (js AT sig21.net)
by Denys Vlasenko
· 15 years ago
88a3768
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
by Denys Vlasenko
· 15 years ago
1b34d4f
find: add zeroing of G.xxx; ftpd - remove extraneous zeroing of G.xxx
by Denys Vlasenko
· 15 years ago
48f1161
cp: add support for --parents and long option synonyms of short opts
by Denys Vlasenko
· 15 years ago
200d522
df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)
by Denys Vlasenko
· 15 years ago
f00cfdf
dd: fix conv=noerror w/o sync to not write out zeroed blocks
by Denys Vlasenko
· 15 years ago
c541a89
test: use index_in_strings
by Denys Vlasenko
· 15 years ago
d069e53
a few more GCC-isms removed
by Denys Vlasenko
· 15 years ago
043b1e5
more C standard compat fixes from Dan Fandrich
by Denys Vlasenko
· 15 years ago
44f174e
uniq: shave off whole 10 bytes off, oh my
by Denys Vlasenko
· 15 years ago
1249dbb
uniq: code shrink
by Denys Vlasenko
· 15 years ago
a9c9bf5
uniq: plug memory leak (patch from OpenWRT project)
by Denys Vlasenko
· 15 years ago
0aec9ff
uniq: rename some variables. no code changes
by Denys Vlasenko
· 15 years ago
79b021d
tail: read only a portion of a file if it's huge. closes bug 551
by Denys Vlasenko
· 15 years ago
a43df64
tail: fix "tail +N file_shorter_than_N"
by Denys Vlasenko
· 15 years ago
334fcc8
dd: conv=noerror should skip read errors using lseek (bug 539)
by Denys Vlasenko
· 15 years ago
3b5a664
tail: implement -F
by Eric Lammerts
· 15 years ago
6ae6426
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
by Denys Vlasenko
· 15 years ago
38dd8aa
touch: implement -t TIME (needed for testsuite)
by Denys Vlasenko
· 15 years ago
7aca89a
touch: implement -d --date (our own testsuite needs that)
by Denys Vlasenko
· 15 years ago
73b71f3
date: factor out date parsing (in preparation for touch -d)
by Denys Vlasenko
· 15 years ago
d23f64e
test: fix "test !" and "test abc -a !". closes bug 465
by Denys Vlasenko
· 15 years ago
fda8f57
tweaking Unicode support
by Denys Vlasenko
· 15 years ago
42a8fd0
added simplified Unicode support for non-locale-enabled builds
by Denys Vlasenko
· 15 years ago
da49f58
move libc related stuff out of platform.h
by Denys Vlasenko
· 15 years ago
09e63bb
df: fix "df /"
by Denys Vlasenko
· 15 years ago
9b1b62a
Patches to enable FreeBSD build
by Denys Vlasenko
· 15 years ago
ae05dd4
ls: make --color more compatible with coreutils
by Denys Vlasenko
· 15 years ago
5508363
ls: fix --color handling. Closes bug 435.
by Denys Vlasenko
· 15 years ago
7e60343
printf: (allegedly) fix testsuite failure
by Denys Vlasenko
· 15 years ago
d30b89c
updates for supporting Linux kernel build and initrd utilities
by Denys Vlasenko
· 15 years ago
f3b92d3
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
by Denys Vlasenko
· 15 years ago
bf4aeed
printf: fix exit code on conversion error
by Denys Vlasenko
· 15 years ago
Next »