• R/O
  • HTTP
  • SSH
  • HTTPS

Listed des commits

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

external/busybox


RSS
Révision l'heure Auteur
ce6b16a gingerbread-x86 2011-06-09 18:55:01 Chih-Wei Huang

enable more applets

* chvt
* deallocvt
* halt
* lzmacat
* openvt
* poweroff
* reboot
* switch_root
* unlzma

9c955b1 2011-06-09 18:45:17 Chih-Wei Huang

busybox: add missing LOCAL_MODULE_TAGS

3e8cf50 2011-06-09 18:31:51 Chih-Wei Huang

xlseek: large file support

This fixes the issue that mke2fs can't format large disks.

ac149ca 2011-06-09 18:31:43 Chih-Wei Huang

change KERNEL_MODULES_DIR to be /system/lib/modules

149ad02 2011-06-09 18:31:31 Chih-Wei Huang

fix a compiling issue on x86

411c727 2011-03-26 07:40:56 Denys Vlasenko

Fix an annoying Makefile error message while building

When running make (for anything from the top dir), it always complains
like that a few times (try to google this string!):

Makefile:1279: *** mixed implicit and normal rules.

Apparently, GNU make 3.83 doesn't like a particular piece of Makefile.

Note that somehow busybox is still buildable w/o this patch, it's
probably because either its top Makefile is not being used for build.
But it is read when we run make from top dir and it spits the ugly error.

The fix is already there in the busybox git:
https://bugs.busybox.net/show_bug.cgi?id=2323
http://kan.gd/43n

Below is the original changelog message:

build system: make 3.82 fix. Closes bug 2323
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

Change-Id: If1cc080748bd7634812920478a70ea316149526c
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>

2ba11be 2011-03-22 07:25:20 Austen Dicken

fix modprobe for android

modprobe typically looks for modules under a folder specific to
the kernel version that they were built against (namely
DEFAULT_MODULE_DIR/$(uname -r)), but this is broken on some devices
that simply place the modules under DEFAULT_MODULE_DIR. This patch
tells modprobe to verify that DEFAULT_MODULE_DIR/$(uname -r) exists
prior to attempting to xchdir to it. If the folder exists, it moves
into it and loads modules from there, if not, it remains in
DEFAULT_MODULE_DIR and attempts to load modules from there.

Change-Id: I42e8b09916928c1530a76615768913227ed76ea5

f4c57f6 2011-03-03 23:20:28 David Kohen

Made it so scripts without shebangs will work on Android

Basically, busybox has a default shell setting that I changed when ANDROID is defined

Change-Id: Ie6dcee76d6169d50144f7bb79a4fcb2458cb0fe5

15513d0 2011-01-08 04:04:44 Giulio Cervera

busybox: enable mount label for ext

Change-Id: If8e7809c3796391d218d072e56b9bb1548b43c99

7d6174f 2010-12-19 15:17:08 Koushik Dutta

Busybox fixes.

Change-Id: Ia89730b617086dfadd58cd0863cbd200ac6c4f79

1e0b846 2010-12-18 12:44:41 Koushik Dutta

Fix up mass string formatting fail due to new gcc error levels.

Change-Id: I4899e7f1b57039b22283902fba7953d7fccdb50b

e5493a5 2010-08-02 09:46:31 Jason

add 'ip rule' to busybox-full config.

This change adds the ability to mess with routing tables in the kernel.
This is useful for default routing all traffic into an openvpn tunnel without
mucking with the main routing table. No static host route for the server,
and no changing the default gateway. Just add a new table with a higher
prio that throws the server ip out and defaults into the vpn tunnel, like so:

$ export VPN_TBL=10
$ ip route add throw ${SERVER_IP} table ${VPN_TBL}
$ ip route add default via ${VPN_GW} dev tap0 table ${VPN_TBL}
$ ip rule add from all lookup ${VPN_TBL} prio 1000

And when the vpn is shut down:

$ ip route flush table ${VPN_TBL}

Neat, huh? ;-)

Signed-off-by: Jason <github@lakedaemon.net>

decfb96 2010-07-01 15:18:25 Koushik Dutta

froyo added more stubs that need to be worked around.

ef82ea4 2010-06-29 01:07:46 Koushik Dutta

include files necessary to build on stock bionic, if CYANOGEN_BIONIC is not present

f532e29 2010-06-27 14:06:01 Koushik Dutta

fixes to make busybox work on stock froyo bionic

1c5265f 2010-06-24 14:09:37 Michael Casadevall

Fixed failure to build of busybox due to conflicting symbols
with bionic by renaming said symbols in busybox. Also removed an
unnecessary typedef for bionic

Signed-off-by: Michael Casadevall <mcasadevall@ubuntu.com>

d0194cf 2010-06-18 22:56:43 Steve Kondik

Merge branch 'master' of git://github.com/dylex/android_external_busybox into HEAD

Conflicts:
Android.mk
Makefile
editors/diff.c

06650a7 2010-06-16 07:52:45 Dylan Simon

Merge 1.16.2 remote branch 'remotes/busybox/1_16_stable'

Conflicts:
Makefile

6b5656e 2010-06-12 22:52:00 Denys Vlasenko

bump version to 1.16.2

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

d0db975 2010-06-12 22:51:29 Denys Vlasenko

post-1.16.1 fixes

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

51a32f4 2010-04-03 12:46:52 Steve Kondik

Revert "autoconf.h: enable color ls by default"

This reverts commit df4c16eaf6259b155a75774b7ec6e464992d6dd6.

2cc92b2 2010-04-01 22:37:16 Steve Kondik

Revert "ash will search for a .profile on /sd-ext."

This reverts commit 45564e730194b4e6b60e2c22528757bba408ba7c.

Not needed, can be done without source changes.

45564e7 2010-03-31 04:22:23 Steve Kondik

ash will search for a .profile on /sd-ext.

Patch from gleam via koush.

50ea178 2010-03-30 22:09:17 Steve Kondik

Revert "autoconf.h: enable color ls by default"

This reverts commit df4c16eaf6259b155a75774b7ec6e464992d6dd6.

f1200f1 2010-03-29 12:49:01 Dylan Simon

Merge 1.16.1 remote branch 'remotes/busybox/1_16_stable'

Conflicts:
Makefile
editors/diff.c

d29f403 2010-03-29 12:47:46 Denys Vlasenko

apply post-1.16.0 fixes, bump version to 1.16.1

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

08cb06c 2010-03-29 11:37:51 Dylan Simon

Merge 1.16.1 remote branch 'remotes/busybox/1_16_stable'

Conflicts:
Makefile
editors/diff.c

58cdca3 2010-03-29 03:01:31 Denys Vlasenko

apply post-1.16.0 fixes, bump version to 1.16.1

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

ede1098 2010-03-28 10:30:06 Dylan Simon

Allow multiple configurations to support minimal libbusybox for recovery

c2c31d4 2010-03-27 13:06:34 Dylan Simon

Allow multiple configurations to support minimal libbusybox for recovery