Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_busybox
/
68b85e6e454adb9cfedb3a68fb3e96106a3076d1
68b85e6
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
954dbd3
tar: ignore file size (assume 0) for hardlinks
by Ian Wienand
· 14 years ago
c38d2e7
clean generated include files in make mrproper
by Tanguy Pruvot
· 14 years ago
f84e950
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
67905e2
*: work around sysinfo.h versus linux/*.h problems
by Denys Vlasenko
· 14 years ago
52431c5
update build date
by Tanguy Pruvot
· 14 years ago
dc29f48
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
4abcb8b
tcpudp: simplify help text
by Denys Vlasenko
· 14 years ago
2ef4214
less: add a TODO comment
by Denys Vlasenko
· 14 years ago
4e552a7
less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659.
by Denys Vlasenko
· 14 years ago
be391e7
libbb.h: do not use homegrown struct sysinfo.
by Denys Vlasenko
· 14 years ago
fe8e153
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
f7f9990
android_defconfig: remove some extra cflags. untested
by Denys Vlasenko
· 14 years ago
0a42860
add defconfig files for Android, Cygwin and FreeBSD
by Daniel Fandrich
· 14 years ago
eba4519
update config
by Tanguy Pruvot
· 14 years ago
0d8e414
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
f2f9bc5
dc: fix a case where we can run off malloced space
by Denys Vlasenko
· 14 years ago
43a668b
cttyhack: fail gracefully if the device node is missing
by Kevin Cernekee
· 14 years ago
064e996
cttyhack: check sysfs for the name of the active console
by Kevin Cernekee
· 14 years ago
80856b3
fdisk: reinstate a short sleep between sync() and ioctl(BLKRRPART)
by Denys Vlasenko
· 14 years ago
7c3e4aa
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
a669eca
libbb/lineedit: implement optional Ctrl-R history search
by Denys Vlasenko
· 14 years ago
b12cc7b
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
98f213e
bloat-o-meter: don't require that pythin is in /usr/bin.
by Lauri Kasanen
· 14 years ago
4ee6487
make configs/* files have _defconfig suffix
by Denys Vlasenko
· 14 years ago
14bd16a
more tweak for bionic
by Denys Vlasenko
· 14 years ago
acff373
usleep: do not check for usleep error, it should never fail
by Denys Vlasenko
· 14 years ago
8f6ce09
a few tweaks for bionic
by Denys Vlasenko
· 14 years ago
126f2b2
Support configuring Busybox from _defconfig files
by Daniel Fandrich
· 14 years ago
319b8bb
hwclock: use locale-specific date output format
by Denys Vlasenko
· 14 years ago
db43d3d
halt: perror_msg_and_die needs bb_ prefix
by Denys Vlasenko
· 14 years ago
b5de0c1
typo fixes
by Dan Fandrich
· 14 years ago
4dc35fb
platform.h: tweaks for cygwin
by Denys Vlasenko
· 14 years ago
dfd4156
restore default config for first build after repo init or repo sync
by Tanguy Pruvot
· 14 years ago
6accde4
Revert "ignore android generated includes"
by Tanguy Pruvot
· 14 years ago
b2ccaf3
execute busybox_prepare without CFLAGS
by Tanguy Pruvot
· 14 years ago
f233646
add default include directory for first make prepare
by Tanguy Pruvot
· 14 years ago
c84bbbc
reduce busybox time format to fit in screen with suffix extension
by Tanguy Pruvot
· 14 years ago
87a0282
Merge remote-tracking branch 'busybox_net/master' into gingerbread
by Tanguy Pruvot
· 14 years ago
c81b2cf
remove obsolete define ANDROID_CHANGES
by Tanguy Pruvot
· 14 years ago
64baaf5
enhanced profiles, copy scripts no more required
by Tanguy Pruvot
· 14 years ago
e4f02d6
update gitignore
by Tanguy Pruvot
· 14 years ago
6d9e2a3
more and less const char fmt fixes
by Tanguy Pruvot
· 14 years ago
f7ae0a2
reduce diff with official busybox, do not use %s on defined strings
by Tanguy Pruvot
· 14 years ago
4aadeff
cleanup
by Tanguy Pruvot
· 14 years ago
d0fce6d
build static lib first
by Tanguy Pruvot
· 14 years ago
b9a4cf8
fix include copy script permissions
by Tanguy Pruvot
· 14 years ago
46465ec
hwclock: better help text
by Denys Vlasenko
· 14 years ago
6a2ee16
add vi regex support and some long options on core tools
by Tanguy Pruvot
· 14 years ago
e3f805c
md5/shaNsum: make -c support a list of files
by Lauri Kasanen
· 14 years ago
8340c01
Merge branch 'busybox' into gingerbread
by Tanguy Pruvot
· 14 years ago
066f399
vi: tweak regex.h include
by Denys Vlasenko
· 14 years ago
104e014
halt/reboot: better message if /sbin/telinit is not found
by Denys Vlasenko
· 14 years ago
17c01e4
ignore android generated includes
by Tanguy Pruvot
· 14 years ago
8aeb371
merged commit between gingerbread and busybox/master 20110630
by Tanguy Pruvot
· 14 years ago
75214cf
Use the _unlocked stdio macros only when they're all available
by Dan Fandrich
· 14 years ago
0c4cf42
libbb.h: tweak _unlocked hack
by Denys Vlasenko
· 14 years ago
0e79e7b
Use the built-in getline on more systems that don't have it
by Dan Fandrich
· 14 years ago
0a5b310
platform.c: provide getline implementation
by Timo Teras
· 14 years ago
b9ba580
vi: fix regex search, make it selectable in config
by Walter Harms
· 14 years ago
52f4fe9
id: correct getgroups usage
by Denys Vlasenko
· 14 years ago
d5ac9c8
groups: make it NOEXEC
by Denys Vlasenko
· 14 years ago
1e18a01
ls: fix HAVE_STRVERSCMP check; add check for older uclibc versions
by Denys Vlasenko
· 14 years ago
33092f1
groups: new applet
by Tito Ragusa
· 14 years ago
561f9c8
Add HAVE_STRVERSCMP, guard the only usage of strverscmp with #ifdef
by Denys Vlasenko
· 14 years ago
040b5a2
setserial: added missing \n in help text
by Dan Fandrich
· 14 years ago
0644891
libbb: use _unlocked variants of stdio I/O.
by Denys Vlasenko
· 14 years ago
adcabf3
parse_config: use getline. BIG speedup with glibc (~40%).
by Timo Teras
· 14 years ago
e12e0ac
modprobe: use hash table. speeds up significantly if modprobe.dep is large
by Timo Teras
· 14 years ago
416e978
diff: disable debug code; remove unsupported --dry-run from help text
by Denys Vlasenko
· 14 years ago
5331e38
libbb/read_cmdline: prepend {comm} if different from argv0. Closes 3835.
by Denys Vlasenko
· 14 years ago
12ac628
procps: remove PSSCAN_STAT define, users were using it incorrectly
by Denys Vlasenko
· 14 years ago
da94760
fix false positive in parse test
by Denys Vlasenko
· 14 years ago
3a64936
parse_config: make test applet easier to enable; fix its code
by Denys Vlasenko
· 14 years ago
a1a4483
libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation
by Denys Vlasenko
· 14 years ago
901a53b
inetd: check if RPC is available
by Bernhard Reutner-Fischer
· 14 years ago
8ea683d
ls: fix comment about -p (it's compatible now)
by Denys Vlasenko
· 14 years ago
f194cc1
ls: make -v and -X actually work as intended
by Denys Vlasenko
· 14 years ago
b307eab
iplink: tweak includes to work on android
by Denys Vlasenko
· 14 years ago
000ae5c
pkill/pgrep: support extended regular expressions
by Wade Berrier
· 14 years ago
6295d27
Replaced __u32 etc. with standard uint32_t style types
by Daniel Fandrich
· 14 years ago
f533ec8
*: simplify Ethernet header includes
by Dan Fandrich
· 14 years ago
d488f5e
build system: delete generated files on "make mrproper"
by Denys Vlasenko
· 14 years ago
972e046
fbset: apply modelines. Closes 3823
by Denys Vlasenko
· 14 years ago
d7efa06
fix breakage caused by 'remove "Options:" string from help texts' commit
by Denys Vlasenko
· 14 years ago
6642676
*: remove "Options:" string from help texts
by Denys Vlasenko
· 14 years ago
9f77802
iostat: code shrink
by Maksym Kryzhanovskyy
· 14 years ago
5d3aace
udhcpc: allow -O OPT take numeric params
by Denys Vlasenko
· 14 years ago
fe86d6b
appletlib.c: do not use PAGE_SIZE for malloc tweaking
by Denys Vlasenko
· 14 years ago
71d7313
platform.h: support for build under Android
by Dan Fandrich
· 14 years ago
2f57691
only compile obscure.c when needed
by Dan Fandrich
· 14 years ago
f3854f7
replace nonstandard unsigned typedefs
by Dan Fandrich
· 14 years ago
56a3b82
hush: better comment. No code changes
by Denys Vlasenko
· 14 years ago
00ae989
hush: fix a corner case of empty "do \n done" structure
by Denys Vlasenko
· 14 years ago
14f5553
makedevs: fix help-text
by Bernhard Reutner-Fischer
· 14 years ago
488dd70
fix !ENABLE_FEATURE_GETOPT_LONG build. Closes 3775
by Denys Vlasenko
· 14 years ago
217a7f4
fuser: fix inverted access() check. Closes 3799.
by Denys Vlasenko
· 14 years ago
8dc6195
setconsole: open console for writing rather than reading
by Peter Korsgaard
· 14 years ago
abb0952
nmeter: trim help text
by Denys Vlasenko
· 14 years ago
aeab42e
syslogd,klogd: better help text
by Denys Vlasenko
· 14 years ago
Next »