• 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
修訂. 時間 作者
de6f62a 2009-07-25 06:42:27 Xavier Ducrohet

Add support for Samsung and Motorola devices.

Also update the linux code. Some devices have more complex USB descriptors
which can't be parsed with the simple assumption of just skipping the
endpoint descriptors.

d39e972 2009-07-24 15:59:16 Doug Zongker

am d52f54c4: install recovery image using patch mechanism

Merge commit 'd52f54c4552d2f35b3c2c2ac60350ac83760222f'

* commit 'd52f54c4552d2f35b3c2c2ac60350ac83760222f':
install recovery image using patch mechanism

d52f54c 2009-07-24 07:18:34 Doug Zongker

install recovery image using patch mechanism

With the corresponding change in build/tools, the recovery image is
installed via a shell script that is emitted by the OTA builder.

2ff5c22 2009-07-24 07:11:22 Jack Palevich

Keep track of the current arena.

This means we don't have to pass it around as an argument.

This change was made because I'm about to start creating pointer types
during expression evaluation, and I didn't want to add an arena
argument to all the expression functions.

89baa20 2009-07-24 03:45:15 Jack Palevich

Fix the ARM postdecrement operator.

Add a test for ++ and -- so this bug won't happen again.

7b5e7d8 cupcake-x86 2009-07-21 23:23:27 Chih-Wei Huang

add mountd

c1e49f9 2009-07-18 08:39:00 Android (Google) Code Review

Merge change 7792

* changes:
Code generator cleanup

0761a49 2009-07-18 08:38:41 Android (Google) Code Review

Merge change 7791

* changes:
Remove unused logging code.

10b9087 2009-07-18 08:38:25 Android (Google) Code Review

Merge change 7790

* changes:
Track lvalues vs. rvalues.

58c30ee 2009-07-18 08:35:23 Jack Palevich

Code generator cleanup

Factor ARM integer binary operation setup code into a function.

Don't pass redundant pType information into loadR0FromR0, storeR0ToTOS,
gcmp, gUnaryCmp, li

Separate inc/dec from variable loading. Generates worse code, but now
we handle pointer inc/dec and char inc/dec.

b40367b 2009-07-18 05:51:51 Jack Palevich

Remove unused logging code.

ba929a4 2009-07-18 02:20:32 Jack Palevich

Track lvalues vs. rvalues.

6b001d8 2009-07-17 18:09:08 San Mehat

am 1f278215: vold: If we\'re bootstrapping, don\'t automatically mount the SD card. Also fixes some error display bugs (our printf doesnt support %m)

Merge commit '1f27821568065715d3235c0e690c42d0d7a413bc'

* commit '1f27821568065715d3235c0e690c42d0d7a413bc':
vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some

c0334b1 2009-07-17 18:08:59 San Mehat

am d8221d98: vold: vfat: Run up to 3 passes of the disk checker when the checker indicates the FS has been modified. Also create LOST.DIR if it doesn\'t exist on mount.

Merge commit 'd8221d9869f9fe1031219e8f6cbcef0771d767fa'

* commit 'd8221d9869f9fe1031219e8f6cbcef0771d767fa':
vold: vfat: Run up to 3 passes of the disk checker when the checker

a27bd2c 2009-07-17 18:08:57 San Mehat

am b6e70d87: vold: Allow a damaged volume to be re-evaluated for mounting

Merge commit 'b6e70d877886bf363c5789456dcc00bb3f271c95'

* commit 'b6e70d877886bf363c5789456dcc00bb3f271c95':
vold: Allow a damaged volume to be re-evaluated for mounting

3377bfd 2009-07-17 11:05:07 Jack Palevich

Report error (rather than crashing) when a declaration name is missing.

Repo case:

void main()
{
int );
}

8148c5b 2009-07-17 10:24:47 Jack Palevich

Coerce R0 to destination type before storing it into a variable.

dc45646 2009-07-17 08:50:56 Jack Palevich

Implement a "#line" directive.

b1544ca 2009-07-17 07:09:20 Jack Palevich

Detect assignments to undeclared variables.

Previously we only detected reading from undefined variables.

ce105a9 2009-07-17 06:30:33 Jack Palevich

If the compile failed, return NULL from symbol lookups.

1f27821 2009-07-17 03:41:33 San Mehat

vold: If we're bootstrapping, don't automatically mount the SD card. Also fixes some
error display bugs (our printf doesnt support %m)

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

d8221d9 2009-07-17 01:34:53 San Mehat

vold: vfat: Run up to 3 passes of the disk checker when the checker
indicates the FS has been modified. Also create LOST.DIR if it doesn't
exist on mount.

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

b6e70d8 2009-07-16 23:29:35 San Mehat

vold: Allow a damaged volume to be re-evaluated for mounting

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

0a9fe4b 2009-07-16 16:19:21 Chih-Wei Huang

Fix permission of /dev/video0 and /dev/snd/

588d2bd 2009-07-16 11:04:49 Android (Google) Code Review

Merge change 7495

* changes:
Improve error handling

d1f57e6 2009-07-16 10:23:22 Jack Palevich

Improve error handling

Don't segfault if the right-hand operand of a binary operator is missing.
Don't segfault if a semicolon is missing at the end of a forward
declaration.

6b840e9 2009-07-16 08:54:57 Android (Google) Code Review

Merge change 7456

* changes:
init: Change owner of /dev/uinput to system

0f0776e 2009-07-16 08:18:07 Android (Google) Code Review

Merge change 7464

* changes:
Improve numerical constant parsing.

2aaf21f 2009-07-16 08:16:37 Jack Palevich

Improve numerical constant parsing.

be65da4 2009-07-16 08:00:00 Ken Schultz

init: Change owner of /dev/uinput to system

This will allow the the uinput driver to be used by the system process
as well as bluetooth, which is needed for sensors.

Signed-off-by: Ken Schultz <kschultz@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>