• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

標籤
無標籤

Frequently used words (click to add to your profile)

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

system/corennnnn


RSS
修訂. 時間 作者
422972c 2009-06-18 11:13:52 -b master

Align ARM stack pointer to an 8-byte boundary when calling functions.

This is required by the ARM EABI standard.

f1d63f3 2009-06-18 07:37:55 San Mehat

am bfa2f8e9: init: Bump up the max cpu bandwidth shares ratio for background.

Merge commit 'bfa2f8e9b506a4b710ebcefa7c1e324609b8ca34'

* commit 'bfa2f8e9b506a4b710ebcefa7c1e324609b8ca34':
init: Bump up the max cpu bandwidth shares ratio for background.

bfa2f8e 2009-06-17 10:33:37 San Mehat

init: Bump up the max cpu bandwidth shares ratio for background.

New ratio is 1024/16 (1.5625% for background when cpu is under load)

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

d7166ed 2009-06-17 09:48:45 Android (Google) Code Review

Merge change 4424

* changes:
fix decompression bug in fastboot

287c71c 2009-06-17 09:36:04 Doug Zongker

fix decompression bug in fastboot

fastboot passes the *uncompressed* length of the file as the length of
the input to the inflate() call, which happens to work unless the
compressed data is actually larger than the uncompressed data (which
it can be for very small files). Fix this to pass the correct
compressed length down to the inflate call.

1f80880 2009-06-17 08:42:56 San Mehat

am d0290ead: nexus: Fix SupplicantStatus decoding

Merge commit 'd0290eadc563f5a34fc1969f91621860d8756eff'

* commit 'd0290eadc563f5a34fc1969f91621860d8756eff':
nexus: Fix SupplicantStatus decoding
nexus: Less verbosity in TiwlanEventListener for now

f9764da 2009-06-17 08:42:51 San Mehat

am 891cb2c1: nexus: Add TiwlanEventListener to makefile

Merge commit '891cb2c13505985532acb81d759841d86df15004'

* commit '891cb2c13505985532acb81d759841d86df15004':
nexus: Add TiwlanEventListener to makefile
nexus: Initialize frequency in SupplicantAssociatingEvent constructor
nexus: Add some logging output to WifiController
nexus: Add TiwlanEventListener for reading driver events directly

a10fd8d 2009-06-17 04:39:01 Mathias Agopian

Merge commit 'goog/master' into merge_master

d0290ea 2009-06-17 04:01:50 San Mehat

nexus: Fix SupplicantStatus decoding

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

052403e 2009-06-17 04:01:24 San Mehat

nexus: Less verbosity in TiwlanEventListener for now

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

891cb2c 2009-06-17 02:51:39 San Mehat

nexus: Add TiwlanEventListener to makefile

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

bbe92c3 2009-06-17 02:51:14 San Mehat

nexus: Initialize frequency in SupplicantAssociatingEvent constructor

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

0f48658 2009-06-17 02:50:47 San Mehat

nexus: Add some logging output to WifiController

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

5fc4129 2009-06-17 02:50:06 San Mehat

nexus: Add TiwlanEventListener for reading driver events directly

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

f8b8288 2009-06-16 06:42:51 Android (Google) Code Review

am 43c16197: Merge change 4228 into donut

Merge commit '43c16197b2a6da3a3125b4a4a9fa6b70f447043e'

* commit '43c16197b2a6da3a3125b4a4a9fa6b70f447043e':
Nexus: Clean up supplicant events, protocol, and continue plumbing

338df9d 2009-06-16 06:41:33 Android (Google) Code Review

am 2d0a6ca2: Merge change 4227 into donut

Merge commit '2d0a6ca27c6f75eb0ec881fe4ad0b4f478d941c0'

* commit '2d0a6ca27c6f75eb0ec881fe4ad0b4f478d941c0':
nexctl: Refactor so Nexus can be tested from scripts easily.
libsysutils: Move to a null terminated string protocol using space as a field separator.

43c1619 2009-06-16 06:40:51 Android (Google) Code Review

Merge change 4228 into donut

* changes:
Nexus: Clean up supplicant events, protocol, and continue plumbing

2d0a6ca 2009-06-16 06:40:32 Android (Google) Code Review

Merge change 4227 into donut

* changes:
nexctl: Refactor so Nexus can be tested from scripts easily.

12a26e3 2009-06-16 06:40:15 Android (Google) Code Review

Merge change 4226 into donut

* changes:
libsysutils: Move to a null terminated string protocol using space as a field separator.

3aff2d1 2009-06-16 06:20:02 San Mehat

Nexus: Clean up supplicant events, protocol, and continue plumbing

- Create SupplicantEvent classes for events
- New SupplicantEventFactory for creating events
- Extract Controller -> NetworkManager callbacks into IControllerHandler
- Move ScanResult handling from Supplicant -> WifiController
- Plumb more 'onConnected()' code
- Instead of re-creating NetworkList every-time, merge in
new entries
- Extract SupplicantListener -> Supplicant callbacks into
ISupplicantEventHandler
- Move SupplicantListener callback handling to WifiController
- Add unlocked version of lookupNetwork()
- Save supplicant config after setting a WifiNetwork variable
- Move property registration from WifiNetwork -> Supplicant
- Change wifi enable broadcast messages
- Add 3 new events: 'onAssociating', 'onAssociated', 'onConnectionTimeout'
- Add support for handling KeyManagement

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

669a701 2009-06-16 06:07:28 San Mehat

nexctl: Refactor so Nexus can be tested from scripts easily.

Also adds 'monitor' mode for monitoring broadcasts

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

c73a3a5 2009-06-16 06:06:03 San Mehat

libsysutils: Move to a null terminated string protocol using space as a field separator.

Also removes some debugging

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

6df2e9f 2009-06-15 13:12:35 Mike Chan

am d709b582: remove 3G timeout values from init.rc, this should be device specific

Merge commit 'd709b582604e7f9d53b97f9ae13c5e12b2466c56'

* commit 'd709b582604e7f9d53b97f9ae13c5e12b2466c56':
remove 3G timeout values from init.rc, this should be device specific

ba4dea8 2009-06-13 06:43:42 Android (Google) Code Review

Merge changes 4101,4102

* changes:
Allow local variables to be declared anywhere in a block.
Support variable initialization.

a1804dd 2009-06-13 06:40:04 Jack Palevich

Allow local variables to be declared anywhere in a block.

d7461a7 2009-06-13 06:26:58 Jack Palevich

Support variable initialization.

Global variables can only be initialized to integer constants.

Local variables can be initialized to arbitrary expressions.

b96ebd7 2009-06-13 05:56:12 Android (Google) Code Review

Merge change 4092

* changes:
Reserve all C99 keywords.

d709b58 2009-06-13 05:55:15 Mike Chan

remove 3G timeout values from init.rc, this should be device specific

Signed-off-by: Mike Chan <mike@android.com>

f1728be 2009-06-13 05:53:51 Jack Palevich

Reserve all C99 keywords.

And improve checks/error messages around using non-symbols where a
symbol is expected.

5a5b16c 2009-06-13 05:17:04 Android (Google) Code Review

Merge change 4084

* changes:
Handle end-of-file inside of comments, local declarations.