• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

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

system/corennnnn


RSS
Rev. 日時 作者
b44aeb7 2009-07-15 13:29:15 Nick Pelly

Add OPUSH to register obex server.

8c246a9 2009-07-15 13:14:10 Jack Palevich

Add accRegisterSymbolCallback API to control external symbol linkage.

Until now dlsym was used to lookup external symbols. Now you can
register your own function to be called when an undefined symbol is
used.

fd3db48 2009-07-15 11:39:36 Jack Palevich

Add test for passing floats and doubles as ints, floats, and doubles.

37c54bd 2009-07-15 10:35:36 Jack Palevich

Make forward declarations of external symbols really work.

Until now we had always been treating external variables as "int",
and external functions as int (...);

7ecc555 2009-07-15 08:24:55 Jack Palevich

Remove unused variable.

5e52509 2009-07-14 10:49:19 Android (Google) Code Review

Merge change 7050

* changes:
Implement pointer arithmetic.

dc61060 2009-07-14 10:49:02 Android (Google) Code Review

Merge change 7049

* changes:
Implement support for "char" local and global variables.

13ac7f6 2009-07-14 10:48:48 Android (Google) Code Review

Merge change 7048

* changes:
Implement general casts and pointer dereferencing.

c80b0a9 2009-07-14 10:48:30 Android (Google) Code Review

Merge change 7047

* changes:
Run tests on both ARM and x86

a8f427f 2009-07-14 10:40:08 Jack Palevich

Implement pointer arithmetic.

25c0cca 2009-07-14 08:56:28 Jack Palevich

Implement support for "char" local and global variables.

45431bc 2009-07-14 07:57:26 Jack Palevich

Implement general casts and pointer dereferencing.

Prior to this casts and pointer dereferencing were special-cased.

59178c0 2009-07-14 06:15:18 Jack Palevich

Run tests on both ARM and x86

eced01b 2009-07-13 13:56:42 Android (Google) Code Review

am 160d4b05: Merge change 6738 into donut

Merge commit '160d4b0509e4566930ef9af4f2b9d63b33aebee5'

* commit '160d4b0509e4566930ef9af4f2b9d63b33aebee5':
rootdir: Remove ip-up-vpn script, which is replaced by an executable.

160d4b0 2009-07-13 13:22:36 Android (Google) Code Review

Merge change 6738 into donut

* changes:
rootdir: Remove ip-up-vpn script, which is replaced by an executable.

4c8dee8 2009-07-11 09:53:17 Android (Google) Code Review

Merge change 6822

* changes:
nexus: Rollup update for nexus

feb63e9 2009-07-11 06:29:47 Mike Lockwood

libnetutils: Add ifc_enable(), for enabling a network interface.

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

c4a895b 2009-07-11 06:23:51 San Mehat

nexus: Rollup update for nexus

nexus: Change field separator from : to ' '

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

nexus: Add some prototypes for stuff to come

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

nexus: Add some TODOs

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

libsysutils: Put a proper token parser into the FrameworkListener which
supports minimal \ escapes and quotes

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

nexus: Fix a lot of bugs

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

libsysutils: Remove some debugging
Signed-off-by: San Mehat <san@google.com>

nexus: Send broadcasts for supplicant state changes

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

nexus: Plumb DHCP listener state changes to NetworkManager

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

nexus: Make the SupplicantState strings more parsable

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

nexus: Broadcast a message when dhcp state changes.

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

nexus: Add a few new response codes

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

nexus: Rename ErrorCode -> ResponseCode

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

nexus: Add DHCP event broadcasting. Also adds the framework for
tracking supplicant 'searching-for-AP' state

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

nexus: REmove WifiScanner

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

nexus: Change the way scanning works. scanmode can now be selected
independantly of triggering a scan. Also adds rxfilter support

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

nexus: Add support for configuring bluetooth coexistence scanning and modes

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

nexus: use case insensitive match for property names

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

nexus: Rollup of a bunch of stuff:
- 'list' command now takes an argument to match against
- InterfaceConfig has been moved into the Controller base (for now)
- DhcpClient now has some rudimentry locking
- process 'ADDRINFO' messages from dhcpcd
- Drop tertiary dns

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

nexus: Clean up some of the supplicant variable parsing and add 'wifi.current'

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

nexus: Add driver-stop/start, initial suspend support

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

nexus: Add Controller suspend/resume callbacks, as well as locking

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

nexus: Make ARP probing configurable for DhcpClient

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

nexus: Add linkspeed / rssi retrieval

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

nexus: Add WifiStatusPoller to track RSSI/linkspeed when associated

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

nexus: Disable some debugging and add 'wifi.netcount' property

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

nexus: Replace the hackish property system with something more flexible with namespaces

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

libsysutils: Fix a few bugs in SocketListener

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

nexus: PropertyManager: Add array support

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

nexus: Clean up properties
Signed-off-by: San Mehat <san@google.com>

nexus: WifiController: Change name of 'CurrentNetwork' property

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

1219448 2009-07-10 16:51:01 Chia-chi Yeh

rootdir: Remove ip-up-vpn script, which is replaced by an executable.

2974d1f 2009-07-10 14:02:45 Android (Google) Code Review

Merge change 6741

* changes:
Implement floating point for ARM.

c4d1f67 2009-07-10 14:01:44 Android (Google) Code Review

Merge change 6740

* changes:
Add x86 floating point test.

b7718b9 2009-07-10 14:00:24 Jack Palevich

Implement floating point for ARM.

dd8a23b 2009-07-10 09:12:06 Mike Lockwood

am 7bf68842: adb: Increment ADB_SERVER_VERSION

Merge commit '7bf68842d765ad7e6a51426b625d0de6d2331740'

* commit '7bf68842d765ad7e6a51426b625d0de6d2331740':
adb: Increment ADB_SERVER_VERSION

7bf6884 2009-07-10 09:09:10 Mike Lockwood

adb: Increment ADB_SERVER_VERSION

It was pointed out that we should have done this when we added the "adb root" command.
And doing this will also force people to pick up the recent Linux USB serial number fix.

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

bab8064 2009-07-10 05:54:54 Jack Palevich

Add x86 floating point test.

a0c0d8a 2009-07-10 05:36:07 Android (Google) Code Review

Merge change 6658

* changes:
Finish implementing x86 floating point

2a4e1a9 2009-07-10 05:34:25 Jack Palevich

Finish implementing x86 floating point

Support floating-point if/while statements: if(1.0) { ... }
Support reading values from float and double pointers.

And some additional error checking.
Detect malformed "return" statements
Detect passing the results of "void" functions as arguments.

5b63399 2009-07-10 03:34:12 Jean-Baptiste Queru

Merge branch 'master' of git://android.git.kernel.org/platform/system/core into merge_korg_master

* 'master' of git://android.git.kernel.org/platform/system/core:
adb: Use correct language ID when retrieving USB serial number.
Fix typo in adb commandline help
Fix bug where ECONNABORTED would have always occured on asocket_write.
Helper to perform abortable blocking operations on a socket:

c029229 2009-07-09 16:03:06 Chih-Wei Huang

patch from Yi Sun to fix power status issue

52dddc6 2009-07-09 12:42:06 Android (Google) Code Review

Merge change 6597

* changes:
Implement x86 floating point operations