• 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/corennnnn


RSS
Rev. Time Author
577461c donut-x86 2010-03-12 17:26:16 Chih-Wei Huang

mksh: set EXECSHELL to /system/bin/sh to fix the adb install issue

669c5df 2010-03-04 18:29:27 Luke Yang

add ppp scripts for 3G internet connection

f321ece 2010-03-04 14:47:37 Chih-Wei Huang

init: set permissions properly for /dev/ttyUSB*

0ffb5fc 2010-02-27 16:12:49 Chih-Wei Huang

mksh: remove -fstack-protector-all in LOCAL_CFLAGS

The option generates a symbol __stack_chk_fail_local
which seems doesn't exist on x86 bionic.

15dec7d 2010-02-27 16:12:49 Thorsten Glaser

Import mksh R39c (release)

Retrieved from: cvs -qd _anoncvs@anoncvs.mirbsd.org:/cvs co -PA mksh
Removed: Makefile, CVS/

This code is NOT A CONTRIBUTION, it shall be handled as an external
source. The licence it is under is suitable for Android; it is BSD-
like and contains an explicit copyright grant, and I know of no pa-
tents covering a shell.

180c5a5 2010-02-27 16:12:49 Chih-Wei Huang

do not include goldfish files on x86

8649f04 2010-02-27 16:12:49 Chih-Wei Huang

init: a hack to avoid kernel warning

Change options androidboot.* to androidboot_* so kernel won't warn it.

1c8f6ff 2010-02-27 16:12:49 Jim Huang

Let console applications have a controlling tty.

Since the logic in open_console() is changed, terminating console
application within a shell is now possible via Ctrl-C.
(cherry picked from commit 1d1a1438fcb8d5964a63dd48e74408d394390dcb)

Signed-off-by: Tick Chen <tick@0xlab.org>

a2b55eb 2010-02-27 16:12:49 Yi Sun

change vold to auto detect power uevent tag name

0483119 2010-02-27 16:12:49 Chih-Wei Huang

vold: rfkill bootstrapping

Simulate rfkill add uevents to change permission of bluetooth devices on boot.
This is better since it works after suspend and wakeup.

Also revert back rfkill handling in hotplug.

b8c412e 2010-02-27 16:12:49 Chih-Wei Huang

vold: usb drive bootstrapping

The usb drive plugged before booting can be mounted by this change.

Original author: Luke Chen <jschen.cse@gmail.com>

3ded1b3 2010-02-27 16:12:49 Chih-Wei Huang

init: add an option to disable 3D acceleration

If the hardware OpenGL support doesn't work for you,
disable it by adding HWACCEL=0 to cmdline.

adbd6c3 2010-02-27 16:12:49 Chih-Wei Huang

hotplug.c: handle add bluetooth rfkill events

Change the permission and owner of state to be bluetooth service accessible.

13ae4f2 2010-02-27 16:12:49 Chia-I Wu

init: Create subdirectory for drm subsystem.

ed5fa9c 2010-02-27 16:12:49 Yi Sun

add vold support on usb drive

6ca719b 2010-02-27 16:12:49 Yi Sun

code clean up and fixed a bug caused by wrong type

25f605b 2010-02-27 16:12:49 Yi Sun

fixed a bug caused by the changes in the prop name size

1ab6901 2010-02-27 16:12:49 Yi SUn

add etherenet state tracker support

The dhcpcd somehow can not handle multiple interfaces with on command line.
I have to create different services for different interfaces.

0087221 2010-02-27 16:12:49 Chih-Wei Huang

Fix a possible error on symlinking hotplug. Reported by weiguo10.

6bf821c 2010-02-27 16:12:49 Chih-Wei Huang

add hotplug

598d6ba 2010-02-27 16:12:49 Chih-Wei Huang

Fix permission of /dev/video0

8cca0a3 2010-02-27 16:12:48 Chih-Wei Huang

patch from Yi Sun to fix power status issue

338a050 2010-02-27 16:11:03 Chih-Wei Huang

merge from donut

825bd26 2009-12-04 10:03:56 Christopher Tate

DO NOT MERGE - backport Eclair utils for managing cgroups

e85705c 2009-11-24 02:19:52 Jean-Baptiste Queru

merge from donut

e25ff1c 2009-11-04 03:48:17 Robert CH Chou

Add support for Acer devices

d475db4 2009-11-03 10:30:09 Android Code Review

Merge change I4e5c1c26

* changes:
Fix use of memset function

3b226f9 2009-10-24 23:56:35 Alexey Tarasov

FreeBSD support for usb-connected devices in adb

FreeBSD (and other systems as well) may use libusb to work with USB devices.
libusb is integrated in FreeBSD base system in recent builds (8.0+),
however in other systems it may need include libusb.h like <libusb/libusb.h>
and install library from devel/libusb port or other repository.

Submitted change not supports events (attach/detach) as libusb 1.0 lacks
such functionality and in order to make code more portable I've not used
workarounds as in earlier changeset.

Code was tested on FreeBSD 8.0-RC1, HTC Hero (1.0.0.A6288, Android 1.5)

3166410 2009-10-22 00:55:00 Alexey Tarasov

Make get_my_path() safer

Adds maxLen parameter to get_my_path().
Some small cosmetic fixes.

74d7ff8 2009-10-13 23:45:39 Mike Lockwood

adb: Add "adb disconnect" command for disconnecting TCP/IP devices.

Also check that device is not already connected in "adb connect"

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