Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
76efb3ed339c9003449980d3ea4d75ce19a7c3c5
76efb3e
qemu_multiarch_testing/README: add a list of qemu's needed
by Denys Vlasenko
· 9 years ago
f2ccefb
setarch: add support for '-R' (disable randomization)
by Denys Vlasenko
· 9 years ago
0506e29
sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"
by Denys Vlasenko
· 9 years ago
d1ed3e6
sort: code shrink
by Denys Vlasenko
· 9 years ago
fd19faf
remove extra debug printout
by Denys Vlasenko
· 9 years ago
2e86a5c
sort: fix key with delimiters breakage
by Denys Vlasenko
· 9 years ago
3d0805e
libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1
by Denys Vlasenko
· 9 years ago
526d858
libbb: get_uidgid() always called with allow_numeric=1
by Denys Vlasenko
· 9 years ago
f3d58a2
od: get rid of (almost all) statics
by Denys Vlasenko
· 9 years ago
c4fb8c6
fsck: do not use statics
by Denys Vlasenko
· 9 years ago
36647ab
chattr,lsattr: shorten help message
by Denys Vlasenko
· 9 years ago
95dee81
loginutils/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
28826ac
debianutils/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
854bb68
printutils/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
0863e1a
runit/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
000eda4
e2fsprogs/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
d34f300
sysklogd/*: convert to new-style "one file" applets
by Denys Vlasenko
· 9 years ago
2735bc0
cpio: implement -R/--owner
by Aaro Koskinen
· 9 years ago
93dd9fd
du: extra compat: with -k and -m, round sizes up
by Denys Vlasenko
· 9 years ago
5251135
better pinger service example
by Denys Vlasenko
· 9 years ago
4ad702c
top: make sort field for 's' mode less confusing
by Denys Vlasenko
· 9 years ago
926d801
libiproute: make rt_addr_n2a() and format_host() return auto strings
by Denys Vlasenko
· 9 years ago
0f296a3
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
by Denys Vlasenko
· 9 years ago
6993470
networking: add 'ip neigh' command
by Curt Brune
· 9 years ago
7b85ec3
*: more BUILD_BUG_ON conversions
by Denys Vlasenko
· 9 years ago
4d0c1ea
wget: shrink code if https isn't supported
by Ron Yorston
· 9 years ago
ab3964d
libbb: introduce kernel-style BUILD_BUG_ON()
by Denys Vlasenko
· 9 years ago
f7ad927
ftpd: make DIR parameter work for non-root too: chdir to it instead of chroot
by Denys Vlasenko
· 9 years ago
bf74fb4
typo fix in comment
by Denys Vlasenko
· 9 years ago
6390a3a
whitespace fixes
by Denys Vlasenko
· 9 years ago
450a367
typo fix
by Denys Vlasenko
· 9 years ago
b5dabd9
libpwdgrp: fix comment discrepancies
by Denys Vlasenko
· 9 years ago
966423d
Start 1.25.0 development cycle
by Denys Vlasenko
· 9 years ago
7ab00a0
Bump version to 1.24.0
by Denys Vlasenko
· 9 years ago
1_24_0
5de4502
libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell
by Denys Vlasenko
· 9 years ago
57aeb62
randconfig fixes
by Denys Vlasenko
· 9 years ago
c8e5ead
build system: remove special-casing for extra libs
by Denys Vlasenko
· 9 years ago
2dbbf82
randconfig fixes
by Denys Vlasenko
· 9 years ago
85378cd
hush: code shrink
by Denys Vlasenko
· 9 years ago
9323026
randconfig fix
by Denys Vlasenko
· 9 years ago
69c8c69
randconfig fixes
by Denys Vlasenko
· 9 years ago
005c492
ash: shrink umask code
by Denys Vlasenko
· 9 years ago
02859aa
use auto_string() where appropriate to kill a few statics
by Denys Vlasenko
· 9 years ago
e52da55
libbb: auto_string() for efficient handling of temporary malloced stirngs
by Denys Vlasenko
· 9 years ago
550bf5b
remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds
by Denys Vlasenko
· 9 years ago
4cd99e7
ash: "you have mail" should ignore first change in mtime
by Denys Vlasenko
· 9 years ago
2384162
ash: simplify "you have mail" code
by Denys Vlasenko
· 9 years ago
4700fb5
ash: make dowait() a bit more readable. Logic is unchanged
by Denys Vlasenko
· 9 years ago
e160315
updated android_ndk_defconfig
by Denys Vlasenko
· 9 years ago
f2bf20f
udhcpc: fix for some Android toolchain breakage
by Denys Vlasenko
· 9 years ago
8403b01
iproute: more string reuse
by Denys Vlasenko
· 9 years ago
d1eea8d
iproute: don't hardcode the path to config files
by Christoph J. Thompson
· 9 years ago
413feca
ip: increased max ID for /etc/iproute2/rt_tables to 1023
by Denys Vlasenko
· 9 years ago
3d8d5e8
libiproute: use itoa() where appropriate
by Denys Vlasenko
· 9 years ago
7f3a2a2
join some common strings, -400 bytes
by Denys Vlasenko
· 9 years ago
d60752f
build system: -fno-builtin-printf
by Denys Vlasenko
· 9 years ago
8c0708a
find: support "find . -delete" idiom - do not try rmdir(".")
by Denys Vlasenko
· 9 years ago
305958d
md5sum: code shrink
by Denys Vlasenko
· 9 years ago
ec046f7
ash: use a more typical form of "print four octal digits" format
by Denys Vlasenko
· 9 years ago
5711a2a
libbb: more compact API for bb_parse_mode()
by Denys Vlasenko
· 9 years ago
c1e2e00
ash: shrink "umask -S" code
by Denys Vlasenko
· 9 years ago
6283f98
hush: fix umask: umask(022) was setting umask(755)
by Denys Vlasenko
· 9 years ago
9c54100
ash: a bunch of trivial simplifications
by Denys Vlasenko
· 9 years ago
2007ef5
wget: make it possible to have both SSL helpers configured
by Denys Vlasenko
· 9 years ago
4271698
ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALEN
by Denys Vlasenko
· 9 years ago
78fb6ea
ssl_helper: tweaks discovered while building 32-bit version
by Denys Vlasenko
· 9 years ago
1c6c670
wget: make openssl/ssl_helper choice configurable
by Denys Vlasenko
· 9 years ago
3b650c1
qemu testing: extract_od_binary.sh: support huge files (and broken od)
by Denys Vlasenko
· 9 years ago
2b48c38
uudecode: tolerate text input with CR+LF line ends
by Denys Vlasenko
· 9 years ago
e6b5787
qemu testing: Do build brctl and ifplugd; force mips32 dialect
by Denys Vlasenko
· 9 years ago
a779c6d
qemu testing: fix hexdumping of binary
by Denys Vlasenko
· 9 years ago
5fa6d1a
Aboriginal linux/musl build fixes
by Denys Vlasenko
· 9 years ago
12efcf3
Add qemu_multiarch_testing/
by Denys Vlasenko
· 9 years ago
28b00ce
awk: support "length" form of "length()". Closes 8371
by Denys Vlasenko
· 9 years ago
c919d56
umount: always use umount2 syscall with specified flags
by Denys Vlasenko
· 9 years ago
c65a759
adduser: fix help text
by Denys Vlasenko
· 9 years ago
65db14e
adduser: Add -k /path/to/skel
by Bernhard Reutner-Fischer
· 10 years ago
2beb524
i2c-tools: rename remaining defines
by Bartosz Golaszewski
· 9 years ago
d9892fa
i2c-tools: remove duplicate definitions
by Bartosz Golaszewski
· 9 years ago
8aa7cf3
sort: fix -kN,M handling (was including last separator into the comparison)
by Denys Vlasenko
· 9 years ago
f085344
libbb: another unit test for is_suffixed_with
by Tito Ragusa
· 9 years ago
8752973
modprobe: handle module arguments containing spaces
by Peter Korsgaard
· 9 years ago
ca25af9
ash: fix slash treatment in expmeta
by Ron Yorston
· 9 years ago
b5be13c
hush: fix a nommu bug where a part of function body is lost if run in a pipe
by Denys Vlasenko
· 9 years ago
2156e22
Makefile.flags: survive a build system which has no pthread
by Denys Vlasenko
· 9 years ago
26c423d
ash,hush: add a test which fails for ash since commit 549deab
by Denys Vlasenko
· 9 years ago
66a781a
ash: add tests adapted from hush glob tests. glob2.tests currently fails
by Denys Vlasenko
· 9 years ago
68acc0f
libbb: make is_suffixed_with() return pointer inside string, not key.
by Denys Vlasenko
· 9 years ago
7448b51
libbb: add is_suffixed_with() function
by Bartosz Golaszewski
· 9 years ago
5b865de
ping: fix recently introduced build breakage for non-optimizing builds
by Denys Vlasenko
· 9 years ago
0a4d0e8
libbb: add a comment describing the way is_prefixed_with() works
by Bartosz Golaszewski
· 9 years ago
b432923
libbb: add unit tests for is_prefixed_with()
by Bartosz Golaszewski
· 9 years ago
d862717
login: don't print motd if .hushlogin exists in users home
by Sören Tempel
· 9 years ago
864d1b7
dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is enabled
by Peter Korsgaard
· 9 years ago
65c501a
ifupdown: 'prio' should have been 'metric' in static_up and static_up6
by Alex Dowad
· 9 years ago
c52cbea
libbb: add setsockopt_foo helpers
by Denys Vlasenko
· 9 years ago
2db782b
Merge setsockopt error messages
by Denys Vlasenko
· 9 years ago
729b706
traceroute: fix help text
by Denys Vlasenko
· 9 years ago
bb2fd67
Makefile: add missing libraries to LDLIBS
by Bartosz Golaszewski
· 9 years ago
718e228
unit-tests: remove code depending on WANT_TIMING
by Bartosz Golaszewski
· 9 years ago
Next »