Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

system-core: Listed des commits

system/core


RSS
Révision l'heure Auteur
f6895c0 honeycomb-x86 2011-11-06 02:26:32 Chih-Wei Huang

Merge branch 'aosp/honeycomb-LTE-release' into honeycomb-mr2-x86

0b0bdd0 2011-09-05 19:17:55 Chih-Wei Huang

ueventd.rc: change /dev/ttyUSB* to be globally writable

aa46833 2011-07-22 12:11:36 Chih-Wei Huang

Merge branch 'aosp-fix' into honeycomb-x86

259c095 2011-07-22 12:10:35 Chih-Wei Huang

Merge branch 'mksh' into honeycomb-x86

7c8e3b3 2011-07-22 12:10:20 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

bf0f185 2011-07-22 12:10:19 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

6287114 2011-07-22 11:58:53 Mike Lockwood

adb: Add USB vendor ID for Lenovo

Change-Id: I1c2423f567272493067fae04e64fdcb651b0af62
Signed-off-by: Mike Lockwood <lockwood@android.com>

127a88b 2011-07-22 11:57:37 Kenny Root

Add -F for classify to ls

Adds a field to the non-long version of ls that tells what type of file
it is (i.e., regular, directory, link, fifo, etc).

This is useful for scripts that don't have direct filesystem access.

Change-Id: I54a327390f6ed403acb13c824f62ba9594ba320d

1449a84 2011-07-22 11:55:44 Mike Lockwood

adb: Add vendor IDs for iRiver, Compal and T & A Mobile Phones

Change-Id: I4dafc43aa76049dd0075e1d70ba05d899e545c8d
Signed-off-by: Mike Lockwood <lockwood@android.com>

0681f29 2011-07-22 11:54:02 Jean-Baptiste Queru

add strutils

Change-Id: If5938ecd1dfd7f35e326573d10788bacaf3e2383

8603093 2011-07-22 11:53:47 Jean-Baptiste Queru

tweak for forward-compatibility

Change-Id: I1896be16622b452a3652412af3c64f8c550f71d0

7ed5d25 2011-07-22 11:52:33 Vladimir Chtchetkine

Fix crash reporting on x86 platform.

Make sure that crash frame gets printed in one line

Change-Id: If097a5a1655b17165b2a3271f0f5ee8ace57686f

c97ecaa 2011-07-22 11:50:39 Dima Zavin

move core audio definitions under system/core

Change-Id: I58b7324edff834b3afa4d9c86452e66f8c29c63b
Signed-off-by: Dima Zavin <dima@android.com>

d01ccf1 2011-07-22 11:50:08 Dima Zavin

cutils: add popcount/popcountl/popcountll static inline definitions

Just pass them through to their specific GCC builtins. If we find
that the builtins are not performing well or have other issues, we can
pull in existing public implementations and/or write arch-specific
helpers if necessary.

Change-Id: I278e6b73d75fac88808ed4546070d288c06f79e0
Signed-off-by: Dima Zavin <dima@android.com>

101a43d 2011-07-22 11:45:02 Vernon Tang

Fold uevent message origin checking from init into libcutils.

Change-Id: I7cbc0cb840d1b4962e6c360fdad9a9c0ce20e87b

b58f4f3 2011-07-22 11:04:05 Vernon Tang

libsysutils: SocketListener: handle recv errors more gracefully.

Don't close the socket when onDataAvailable returns false if the socket
is connectionless.

Change-Id: Ie19497f5928144c463d92aa72ba517e675549ea6

b716770 2011-07-22 11:03:24 Bernhard Reutner-Fischer

adb: fix typo in helptext

s/ocmmand/command

Change-Id: I4ed17e8df9dc71a28e1caef5a21f6351e92628af
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

787e25f 2011-07-22 11:02:59 David 'Digit' Turner

pixelflinger: Provide more scanline shortcut functions.

This patch adds a dozen more "shortcut" scanline-processing functions
to pixel-flingers. All of them avoid using the JIT for the corresponding
operation (on ARM), or using the generic and _extremely_ slow 'scanline'
function (on x86, where there is no JIT).

The shortcuts were selected by running the system under emulation
(build full_x86-eng, then launch emulator-x86), and correspond to
operations that are in use when using the system's typical UI features.

This makes it much more responsive and amenable to testing most
applications, at least those that don't use OpenGL ES heavily.

Note that HW OpenGLES emulation is under completion and should solve this
problem entirely, though is not there yet.

Change-Id: I9c73ba21ad158d6cc5532fabe7ed2419e00ecb3f

3553e7b 2011-07-22 11:00:21 Terence Haddock

In serial, skip over port as well if numbers found after colon.

Change-Id: Icd45f570a9527790eb0cd614a3f77da1a72375b1

4c3d951 2011-07-22 10:54:24 Brad Fitzpatrick

Fix potential race introduced in Icd7f5f03

Digit wrote:

"You probably don't want to close the socket here without updating
c->socket as well. Otherwise, another thread holding a handle to the
client after the c->decRef() could end up sending a message to a
different socket, if the file descriptor index is reused by another
client in the meantime."

Change-Id: Icdefb5ffc0c7607325d7db761e1f04e5d868bfb7

d606987 2011-07-22 10:53:48 Brad Fitzpatrick

SocketClient: add optional reference counting

Needed to fix a race in netd.

Bug: 3438459
Change-Id: Icd7f5f035510235f733a25c0621479d3e644b152

abb57ab 2011-07-19 12:25:19 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

b5eecec 2011-07-19 12:25:15 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

14f843d 2011-07-19 12:25:08 John Michelau

Use ro.product.device for mksh $HOSTNAME

Change-Id: Iae9b5c3d870d51643a76307e5481e89ed8a7e85f

e2b945a 2011-07-19 12:02:31 Chih-Wei Huang

init: change FIRMWARE_DIR1 for Android-x86

Change-Id: I0f54d1dcfcd7b1fe4b5f1dbe4ee3aa7289a5ecea

c796156 2011-07-19 12:02:31 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

517d470 2011-07-19 12:02:31 Chih-Wei Huang

init: set debug.logcat according to DEBUG variable

Change-Id: If869965474a9ae68957cb9ee4e67866ad43e9bb6

968b68c 2011-07-19 12:02:31 Chih-Wei Huang

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

Change-Id: If0c172bbabf6270510b4062f6f4da7a1ffa62073

4704409 2011-07-19 12:02:31 Chih-Wei Huang

init: create a subdirectory for drm subsystem

Change-Id: Id35d4363fe0bbc94a2e9fcbae633ee4430b86929

c41fb7a 2011-07-19 12:02:31 Chih-Wei Huang

libdiskconfig: add missing LOCAL_MODULE_TAGS

Change-Id: Ia4fceb4e4f33df3e37b0e83f042fff09dab2d06c

Afficher sur ancien navigateur de dépôt.