Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-busybox: Listed des commits

external/busybox


RSS
Révision l'heure Auteur
e5ea2fb donut-x86 eclair-x86 2010-03-18 15:20:55 Chih-Wei Huang

Android.mk: fix compiling warnings about gcc

31ae796 2010-03-18 13:50:33 Chih-Wei Huang

autoconf.h: enable color ls by default

88a8771 2010-03-17 18:23:29 Chih-Wei Huang

fix compiling issues on x86

5947632 2010-03-03 17:43:15 Koushik K. Dutta

merge busybox and other tools into recovery.

61ad168 2010-02-23 08:08:33 Koushik K. Dutta

fix build

6913fb0 2010-02-23 05:22:21 Koushik K. Dutta

dont use bionic getmntent

3dafeff 2010-02-21 18:05:11 Koushik K. Dutta

fix up name to match convention

613b456 2010-02-17 06:35:50 Koushik K. Dutta

Remove the symlink generation stuff, that is handled by the recovery image process now

c168f6f 2010-02-14 08:46:27 Koushik K. Dutta

build a static busybox for the recovery system

dcc4195 2010-02-08 07:36:36 Dylan Simon

Add a couple features to help testcases pass

This completes fix set from 1.16.0 merge

9d6b129 2010-02-08 07:35:48 Dylan Simon

android-specific testcase fixes

58da138 2010-02-08 07:34:41 Dylan Simon

Change tmpfile path for diff to /data/local/tmp

689bbab 2010-02-08 07:33:59 Dylan Simon

Fix tail: +N with N > file length test

d8b2f6a 2010-02-07 16:04:10 Dylan Simon

Fix ifconfig crash due to incorrect freeaddrinfo semantics

360a48f 2010-02-07 15:43:45 Dylan Simon

Workaround error in stdin/global FILE handling

For some reason,
FILE *fp[2] = { (&__sF[0]), (&__sF[0]) };
was making the compiler define a local uninitialized version of __sF
which ended up in the final executable and broke stdio. This seems like
a compiler bug to me.

da799e5 2010-02-07 15:41:04 Dylan Simon

Merge remote branch 'busybox/1_16_stable'

Fix compilation issues and update config only. BROKEN.

Conflicts:
Makefile
archival/cpio.c
archival/libunarchive/decompress_unlzma.c
archival/tar.c
coreutils/ls.c
coreutils/uniq.c
findutils/find.c
include/platform.h
libbb/lineedit.c
libbb/xfuncs_printf.c
miscutils/flash_eraseall.c
miscutils/time.c
networking/ftpgetput.c
shell/ash.c
shell/hush.c
shell/hush_test/hush-trap/subshell.right
shell/hush_test/hush-trap/subshell.tests
util-linux/more.c
util-linux/mount.c

96a4d5b 2010-02-06 06:53:31 Dylan Simon

Propegate config update, and clean up nslookup fix

Make android-specific changes conditional and restore original code.
Make nslookup use correct bionic _nres resolver state.

10d0840 2010-02-05 03:40:25 Steve Kondik

Update links.

91953e4 2010-02-05 03:38:31 Steve Kondik

Enable some extra applets, fix ip & nslookup.

0be0ce3 2010-01-29 16:07:24 Dylan Simon

Make modules dir configurable via makefile var

KERNEL_MODULES_DIR defaults to /system/modules/lib/modules but may be assigned in any vendor/product config.
E.g., I have "KERNEL_MODULES_DIR:=/system/lib/modules" in my product makefile.

Note that there's no makefile dependency so it won't pick up changes, but a clean build will work fine.
Accomplished simplistically by removing CONFIG_DEFAULT_MODULES_DIR from the busybox config system.

fd72dcc 2010-01-29 07:45:07 Dylan Simon

Fix cyanogen module path

cyanogenmod specific: Change module path to /system/modules/lib/modules which it uses rather than the /system/lib/modules I use

45576f7 2010-01-29 07:43:41 Dylan Simon

Enable a few more applets

Reenable and fix a few more applets that had been previously been enabled

5fac836 2010-01-28 04:02:40 Dylan Simon

Propagated config change into generated files

f45948c 2010-01-27 22:07:33 Steve Kondik

Enable LZOP.

e52b735 2010-01-26 16:19:00 Denys Vlasenko

Bump version to 1.16.0

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

da879ec 2010-01-26 16:17:45 Denys Vlasenko

modprobe: protect against possible SEGV

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

1aaf1cb 2010-01-26 16:04:18 Denys Vlasenko

whitespace fix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

24928ff 2010-01-26 03:30:16 Denys Vlasenko

ntpd: explain why scripts can be run in quick succession

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

3581c62 2010-01-25 21:39:24 Denys Vlasenko

whitespace fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

46685a4 2010-01-25 21:24:06 Denys Vlasenko

unicode_wcwidth.c: shrink

function old new delta
static.combining1 - 184 +184
in_interval_table - 78 +78
bb_wcwidth 328 406 +78
in_table 78 - -78
static.combining 516 148 -368
------------------------------------------------------------------------------
(add/remove: 2/1 grow/shrink: 1/1 up/down: 340/-446) Total: -106 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Afficher sur ancien navigateur de dépôt.