• R/O
  • HTTP
  • SSH
  • HTTPS

Liste der Commits

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

system/corennnnn


RSS
Rev. Zeit Autor
8f13782 2009-05-21 06:51:48 Mathias Agopian

move native_handle stuff from master_gl

8b0624c 2009-05-21 04:12:06 Jack Palevich

Fix x64 int / pointer warnings.

0b5cb96 2009-05-21 03:49:50 San Mehat

am d4cdd13f: init: Clean up dynamic argument handling for services

Merge commit 'd4cdd13f6f56f3fe8d8511b609e823925fdd83f9'

* commit 'd4cdd13f6f56f3fe8d8511b609e823925fdd83f9':
init: Clean up dynamic argument handling for services

2ca2019 2009-05-21 03:38:38 Android (Google) Code Review

Merge change 2096

* changes:
Implement architecture-dependent defaults.

e7b5906 2009-05-21 03:27:04 Jack Palevich

Implement architecture-dependent defaults.

If libacc is built on x86, then x86 is the default code generator.
If libacc is built on arm. then ARM is the default code generator
And so on for future architectures.

The 64-bit x64 machine has no working code generator currently.
We may add one to support the simulator builds.

Improved the test program so we don't try to run tests if the
compile failed. Also avoid running tests that don't work on
a given platform.

d4cdd13 2009-05-21 01:52:16 San Mehat

init: Clean up dynamic argument handling for services

Signed-off-by: San Mehat <san@google.com>

d4f2fab 2009-05-21 00:54:54 Android (Google) Code Review

am e6be8706: Merge change 1950 into donut

Merge commit 'e6be870641d6db12493342c53344d68f464cc0a8'

* commit 'e6be870641d6db12493342c53344d68f464cc0a8':
new cdma event log tags

8ad1568 2009-05-21 00:50:40 San Mehat

resolved conflicts w/ f24e252903ca0f71c7fbfb135cf17e83e0c2ea90 merge...

249ad57 2009-05-20 22:14:30 Mike Lockwood

adb: adbd no longer disables OOM and now sets children's OOM adjustment to zero

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

e6be870 2009-05-20 13:57:50 Android (Google) Code Review

Merge change 1950 into donut

* changes:
new cdma event log tags

274663b 2009-05-20 06:07:41 Jack Palevich

Add a test script for testing the libacc compiler on ARM.

f24e252 2009-05-20 05:33:07 San Mehat

init: Add the ability to start services with dynamic arguments.

To add arguments dynamically to a service, start the service like so:

setprop ctl.start service_to_run:arg1 arg2 arg3...

To start a service with *no* dynamic arguments, start the service normally:

setprop ctl.start service_to_run

Dynamic arguments are only supported on 'oneshot' services

Signed-off-by: San Mehat <san@google.com>

342520f 2009-05-19 18:53:38 Android (Google) Code Review

am 1b154930: Merge change 1867 into donut

Merge commit '1b154930b2c2634dce9c04d5d5cec7acb229ccb0'

* commit '1b154930b2c2634dce9c04d5d5cec7acb229ccb0':
Cleaning up whitespace in adb sources. Nothing more, nothing less.

1b15493 2009-05-19 18:52:19 Android (Google) Code Review

Merge change 1867 into donut

* changes:
Cleaning up whitespace in adb sources. Nothing more, nothing less.

473b9b2 2009-05-19 16:26:18 Tammo Spalink

new cdma event log tags

85246fe 2009-05-19 15:56:52 Android (Google) Code Review

am b48acb0e: Merge change 1795 into donut

Merge commit 'b48acb0ebdc64d2f44cf869ac69aebbba2de192d'

* commit 'b48acb0ebdc64d2f44cf869ac69aebbba2de192d':
Make /system/xbin/tcpdump setuid root.

b48acb0 2009-05-19 08:35:27 Android (Google) Code Review

Merge change 1795 into donut

* changes:
Make /system/xbin/tcpdump setuid root.

e78bd6a 2009-05-19 05:44:42 San Mehat

am b76a63b7: vold: Change VFAT mount options to enable sdcard write restrictions

Merge commit 'b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c'

* commit 'b76a63b7bbdf8f51c4e689e241fca6d3a0bc1b1c':
vold: Change VFAT mount options to enable sdcard write restrictions

b76a63b 2009-05-19 04:59:13 San Mehat

vold: Change VFAT mount options to enable sdcard write restrictions

Signed-off-by: San Mehat <san@google.com>

735b60e 2009-05-19 03:17:40 San Mehat

am 7edc4f94: vold: If a filesystem is read/only then restart the fscheck but don\'t make any changes

Merge commit '7edc4f9454f1665b73faf0c02543cf350b741a53'

* commit '7edc4f9454f1665b73faf0c02543cf350b741a53':
vold: If a filesystem is read/only then restart the fscheck but don't make any changes

7edc4f9 2009-05-19 01:55:21 San Mehat

vold: If a filesystem is read/only then restart the fscheck but don't make any changes

Signed-off-by: San Mehat <san@google.com>

34c22c5 2009-05-19 00:37:02 David 'Digit' Turner

am 414ff7d9: Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.

Merge commit '414ff7d98ac8d7610a26206335954ad15f43f3ac'

* commit '414ff7d98ac8d7610a26206335954ad15f43f3ac':
Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.

f6330a2 2009-05-19 00:36:28 David 'Digit' Turner

Cleaning up whitespace in adb sources. Nothing more, nothing less.

414ff7d 2009-05-19 00:07:46 David 'Digit' Turner

Move fdevent from libcutils into adb directory. ADB is the only client of this API, and I intend to modify it extensively to clean its codebase soon.

8537cc5 2009-05-16 07:19:52 Android (Google) Code Review

Merge change 1821

* changes:
ACC ARM codegen: implement /, %

986145c 2009-05-16 07:18:24 Android (Google) Code Review

Merge change 1820

* changes:
ACC ARM codegen: Implement calling indirect functions.

b79c06a 2009-05-16 07:17:18 Android (Google) Code Review

Merge change 1819

* changes:
ACC ARM code gen: Implement global variables.

fd59668 2009-05-16 07:15:55 Android (Google) Code Review

Merge change 1818

* changes:
Add license, document language changes.

3d474a7 2009-05-16 07:12:38 Jack Palevich

ACC ARM codegen: implement /, %

7810bc9 2009-05-16 06:31:47 Jack Palevich

ACC ARM codegen: Implement calling indirect functions.