• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


RSS
Rev. Hora Autor
068aebf gingerbread-x86 2011-08-04 17:37:30 Chih-Wei Huang

Merge branch 'mksh' into gingerbread-x86

9d44cae 2011-08-04 17:36:35 Chih-Wei Huang

init: builtins: Add 'setkeycode' command to init.rc parser

The command is used to set an entry into the kernel's scancode-to-keycode map.

Change-Id: If772b3590c08d3696ff9d015f1faf0e75405e262

3649e25 2011-08-04 17:36:35 Chih-Wei Huang

init: make sure the last parameter to execve is NULL

Extend the buffer to hold one more pointer, and set it is NULL.

Change-Id: I3018d62a1b0d61c0a3f5f2f7ffa12c7ce9ee32c5

bb25873 2011-08-04 17:36:35 Chih-Wei Huang

init: change FIRMWARE_DIR1 for Android-x86

Change-Id: I0f54d1dcfcd7b1fe4b5f1dbe4ee3aa7289a5ecea

441b4c6 2011-08-04 17:36:35 Chih-Wei Huang

init: disable hardware specific gralloc

To disable 3D hardware acceleration totally, we need to
tell HAL not to load hardware specific gralloc library.

This is just a workaround. In the future we should implement a
gralloc wrapper to detect graphic driver and load the appropriate
gralloc library.

Change-Id: Idbba5794bd850fce0b6f58a3f45dddee60086a25

a30a5b0 2011-08-04 17:36:35 Chih-Wei Huang

init: set debug.logcat according to DEBUG variable

Change-Id: If869965474a9ae68957cb9ee4e67866ad43e9bb6

86c9c20 2011-08-04 17:36:34 Chih-Wei Huang

ueventd.rc: set proper permisions for android-x86 devices

Change-Id: If0c172bbabf6270510b4062f6f4da7a1ffa62073

d25a010 2011-08-04 17:36:34 Chih-Wei Huang

init: create a subdirectory for drm subsystem

Change-Id: Id35d4363fe0bbc94a2e9fcbae633ee4430b86929

80cd4ba 2011-08-04 17:36:31 Chih-Wei Huang

libdiskconfig: add missing LOCAL_MODULE_TAGS

Change-Id: Ia4fceb4e4f33df3e37b0e83f042fff09dab2d06c

5d1991f 2011-08-04 17:31:47 Chih-Wei Huang

init: remove redundant definitions in ueventd.rc

Change-Id: Icb4f051abf941052aca9752ca2949386738d94e5

8c9998f 2011-08-04 17:31:47 Chih-Wei Huang

init.rc: use relative path for symlink

Usually it's better to use relative path for symlink. For example,
to use Android in a chroot environment, the absolute symlink will
fail outside the chroot environment. Using relative path guarantees
the link will work both inside and outside chroot.

Change-Id: I2f654a05189b9a666aed1fc7bdfb5a50357aff78

7feb864 2011-08-04 17:31:47 Magnus Malmborn

Adding an 'exec' implementation to init

This is useful for running programs synchronously
during startup.

Change-Id: I0212fad22613124dd13b4f20b86d0dcc6cb59b6e

e70bda9 2011-08-04 17:31:47 Weichuan Yan

Fix a crash when there is no command action in some trigger

Change-Id: I5c002c9f86afceca83c39715576392cf88dd8614
Signed-off-by: Weichuan Yan <wchyan@marvell.com>

9bdc541 2011-08-04 17:31:46 Luke Yang

add ppp scripts for 3G internet connection

8f95986 2011-08-04 17:31:46 Chih-Wei Huang

do not include goldfish files on x86

f39b606 2011-08-04 17:31:46 Chih-Wei Huang

init: a hack to avoid kernel warning

Change options androidboot.* to androidboot_* so kernel won't warn it.

12d6d51 2011-08-04 17:31:46 Yi Sun

fixed a bug caused by the changes in the prop name size

5673ac0 2011-08-04 17:31:46 Jim Huang

Let console applications have a controlling tty.

Since the logic in open_console() is changed, terminating console
application within a shell is now possible via Ctrl-C.

589ab99 2011-06-20 04:08:48 Thorsten Glaser

Update mksh to the released version R40 (no code changes)

Adjust build system to changes in both Android and mksh
and make further updates and test builds easier

Change-Id: I6ec9a3d5c0d42f819b30aebf8151cdb7e43a0c17

96f009c 2011-06-20 04:08:48 Thorsten Glaser

update mkshrc in sync with upstream dot.mkshrc sample file

• add a pager, called “more” here (“smores” upstream)
especially useful since AOSP has neither cat nor a pager
• no longer export PS1 (problem spotted by Frank Terbeck)

Change-Id: I69491de5ba5c9f39497f0736bd76abb113ba29d1

cbfae07 2011-06-20 04:08:48 John Michelau

Use ro.product.device for mksh $HOSTNAME

Change-Id: Iae9b5c3d870d51643a76307e5481e89ed8a7e85f

14c2823 2011-06-19 03:56:48 Jean-Baptiste Queru

Merge "add strutils"

89790b8 2011-06-19 03:53:34 Jean-Baptiste Queru

add strutils

Change-Id: If5938ecd1dfd7f35e326573d10788bacaf3e2383

a08f7ae 2011-06-19 03:21:59 Jean-Baptiste Queru

Merge "tweak for forward-compatibility"

b6c15de 2011-06-19 02:41:31 Jean-Baptiste Queru

tweak for forward-compatibility

Change-Id: I1896be16622b452a3652412af3c64f8c550f71d0

838a24a 2011-06-10 05:45:12 The Android Automerger

merge in gingerbread-release history after reset to gingerbread

072a0fa 2011-06-08 07:45:36 Nick Kralevich

Merge "Fixed adb crash due to accessing freed memory"

4c0b9e3 2011-06-08 05:17:31 Vladimir Chtchetkine

Merge "Fix crash reporting on x86 platform."

714d9de 2011-06-08 01:24:03 Vladimir Chtchetkine

Fix crash reporting on x86 platform.

Make sure that crash frame gets printed in one line

Change-Id: If097a5a1655b17165b2a3271f0f5ee8ace57686f

1468cb5 2011-06-07 17:45:11 David 'Digit' Turner

run-as: Bump the size of the internal packages list buffer.

This is a back-port of https://review.source.android.com/#change,23480
to the gingerbread branch. Fix for b/4546601

This patch increases the size of the internal buffer used by run-as
to store the content of /data/system/packages.list from 8KB to 64KB.

It has been reported that, on some systems, 8KB was too small. This
resulted in a truncated file being loaded, and the inability to debug
native applications properly (either because the application was not
found in the list, or because the tool reported a 'corrupted
installation' due to BAD_FORMAT issues when parsing the truncated
file).

See http://code.google.com/p/android/issues/detail?id=16391

Change-Id: Ie0bfb5847f6fb1c2c0a836aee2347911f78049c1