• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

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

system/core


RSS
Rev. Hora Autor
7b5e7d8 cupcake-x86 2009-07-21 23:23:27 Chih-Wei Huang

add mountd

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

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

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

patch from Yi Sun to fix power status issue

dc9d52f 2009-07-09 01:07:22 Mike Lockwood

adb: Use correct language ID when retrieving USB serial number.

Fixes http://code.google.com/p/android/issues/detail?id=2609

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

417a323 2009-06-09 04:40:30 Kenny Root

Fix typo in adb commandline help

Android developers are not expected to have PDP-11s.

fa5bf90 2009-05-30 08:10:22 Nick Pelly

Fix bug where ECONNABORTED would have always occured on asocket_write.

Use POLLOUT for writes. Duh.

260f48a 2009-05-30 08:10:16 Nick Pelly

Helper to perform abortable blocking operations on a socket:
asocket_connect()
asocket_accept()
asocket_read()
asocket_write()
These calls are similar to the regular syscalls, but can be aborted with:
asocket_abort()

Calling close() on a regular POSIX socket does not abort blocked syscalls on
that socket in other threads.

After calling asocket_abort() the socket cannot be reused.

Call asocket_destory() *after* all threads have finished with the socket to
finish closing the socket and free the asocket structure.

The helper is implemented by setting the socket non-blocking to initiate
syscalls connect(), accept(), read(), write(), then using a blocking poll()
on both the primary socket and a local pipe. This makes the poll() abortable
by writing a byte to the local pipe in asocket_abort().

asocket_create() sets the fd to non-blocking mode. It must not be changed to
blocking mode.

Using asocket will triple the number of file descriptors required per
socket, due to the local pipe. It may be possible to use a global pipe per
process rather than per socket, but we have not been able to come up with a
race-free implementation yet.

All functions except asocket_init() and asocket_destroy() are thread safe.

7be77b5 2009-03-28 07:31:14 The Android Open Source Project

Merge commit 'korg/cupcake'

8fbedcf 2009-03-26 09:02:32 Nick Pelly <>

Automated import from //branches/cupcake/...@142808,142808

3207e48 2009-03-20 15:09:00 The Android Open Source Project

auto import from //branches/cupcake_rel/...@141571

f614d64 2009-03-19 09:39:49 The Android Open Source Project

auto import from //branches/cupcake_rel/...@140373

83b6548 2009-03-19 01:29:29 Jean-Baptiste Queru

Merge commit 'remotes/korg/cupcake' into merge

Conflicts:
init/devices.c
libpixelflinger/Android.mk

e037fd7 2009-03-14 05:04:37 The Android Open Source Project

auto import from //branches/cupcake_rel/...@138607

2015549 2009-03-12 04:12:01 The Android Open Source Project

auto import from //branches/cupcake/...@137873

e4749f3 2009-03-10 03:52:15 The Android Open Source Project

auto import from //branches/cupcake/...@137197

dd7bc33 2009-03-04 12:32:55 The Android Open Source Project

auto import from //depot/cupcake/@135843

e54eebb 2009-03-04 11:29:04 The Android Open Source Project

auto import from //depot/cupcake/@135843

a1e1c1b 2009-03-04 07:04:41 The Android Open Source Project

auto import from //depot/cupcake/@132589

c2d26a1 2009-03-03 15:54:47 The Android Open Source Project

auto import from //depot/cupcake/@137055

3e292b9 2009-02-21 00:38:35 The Android Open Source Project

auto import from //branches/cupcake/...@132569

261ed75 2009-02-20 03:57:36 The Android Open Source Project

auto import from //branches/cupcake/...@132276

1b8e5a6 2009-02-14 05:57:54 The Android Open Source Project

auto import from //branches/cupcake/...@131421

13f797d 2009-02-11 08:44:07 The Android Open Source Project

auto import from //branches/cupcake/...@130745

4a4c9f6 2009-01-22 17:16:17 The Android Open Source Project

Merge branch 'cupcake'

dcf3ce2 2009-01-22 17:13:45 The Android Open Source Project

auto import from //branches/cupcake/...@127436

1b63458 2009-01-21 07:05:44 The Android Open Source Project

Merge branch 'cupcake'

8ac3a13 2009-01-21 07:04:01 The Android Open Source Project

auto import from //branches/cupcake/...@127101

439f6ca 2009-01-16 09:22:10 android-build SharedAccount

auto import from //branches/cupcake/...@126645

2eef602 2009-01-16 09:12:14 The Android Open Source Project

auto import from //branches/cupcake/...@126645

038862e 2009-01-10 11:04:23 The Android Open Source Project

Merge branch 'cupcake'