Android-x86
Fork
Spenden

  • R/O
  • HTTP
  • SSH
  • HTTPS

system-extras: Liste der Commits

system/extras


RSS
Rev. Zeit Autor
92c8f82 donut-x86 android-x86-1.6 2009-10-29 12:11:19 Chih-Wei Huang

su.c: disable permission checking

71e7624 2009-09-04 06:13:18 Jean-Baptiste Queru

merge from donut

43896f6 2009-08-15 11:22:06 Debajit Ghosh

Remove (experimental) backup tool.

4f6d2a2 2009-08-03 23:45:49 Jean-Baptiste Queru

merge from donut

913f841 2009-07-30 06:57:08 Jean-Baptiste Queru

merge from donut

e92807b 2009-07-26 09:48:03 Jean-Baptiste Queru

Merge korg/donut into korg/master

894b139 2009-07-24 08:48:44 Chris Palmer

Simple checks to make sure /dev/mem and /dev/kmem do not exist.

7082788 2009-07-17 02:17:09 Android (Google) Code Review

Merge change 6868 into donut

* changes:
Test to ensure that /sdcard is mounted with security-critical options.

8987a8e 2009-07-14 09:26:37 Shabsi Walfish

Moves the out location of perm_checker and perm_checker.conf to /data/local

18d9c5d 2009-07-14 06:46:41 Shabsi Walfish

Updates the filesystem permissions test so that the binary and config file can
be located anywhere (and change the default config file location to
/data/local).

b000782 2009-07-11 09:38:26 Chris Palmer

Test to ensure that /sdcard is mounted with security-critical options.

b381ead 2009-07-10 20:49:19 David 'Digit' Turner

Don't build libstdc++ host tests with the Bionic headers.

This creates conflicts (e.g. <cfloat> includes <sys/limits.h> which is not
always available on the host).

Add missing using ::<function> statements to test_cstdlib.cpp.

Remove obsolete debug trace (LOCAL_MODULE=xxxxx) in Android.mk

360efc1 2009-06-30 03:20:09 Dianne Hackborn

Rename backup command to rawbu.

Rename the command to reflect that it is a low-level backup, since
we are introducing a higher-level backup mechanism in the framework.
Also change the syntax a little to make it less dangerous -- you
now must explicitly specify a backup or restore, and if you don't
do so it will abort with its help message.

5570651 2009-06-27 07:22:38 Android (Google) Code Review

Merge change 4730 into donut

* changes:
fstest: Fix device, directory, and file permissions for VPN.

9c67529 2009-06-23 09:22:38 Sriram Raman

Remove sound, memtest, vibrator, timetest, cachetest from tests build

32c21d9 2009-06-19 16:52:11 Chia-chi Yeh

fstest: Fix device, directory, and file permissions for VPN.

d6079c6 2009-06-11 01:11:59 Nicolas Catania

Added main with command line args to plot the data.

New shell script to generate scalability data.

Fixed copyright notice.
Fixed incomplete metadata issue when debugfs was not mounted.

3d44de4 2009-06-03 02:53:34 Android (Google) Code Review

Merge change 1918 into donut

* changes:
Load test for the sdcard.

39c016f 2009-05-29 00:39:34 Nicolas Catania

Load test for the sdcard.

Simulate loads on the sdcard for write, read and open operations using
one or more process.

The number of processes to run concurently can be specified on the command line.
The size of the file and the number of iterations (for averaging result) are
also a command line flag.

The user can have summary of the performance plus the raw data for
processing with a separate tool.

There is a basic python script to help plotting the result.

611cdcc 2009-05-29 00:37:31 David 'Digit' Turner

Add a new unit test that checks that the static C++ constructors of
shared libraries and dynamic executables are called only once, and in
the correct order.

d7f225b 2009-05-19 18:52:08 Android (Google) Code Review

Merge change 1908 into donut

* changes:
Add <cmath> test

4c04610 2009-05-19 06:34:57 David 'Digit' Turner

Add <cmath> test

89f9b91 2009-05-19 03:15:24 San Mehat

showmap: Add support for 2.6.29

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

fb96abd 2009-05-08 12:57:18 Arve Hjønnevåg

Bring timetest back.

ac6a88e 2009-05-05 22:54:39 David 'Digit' Turner

Add a new test to check the behaviour of getaddrinfo()

acbb5bc 2009-05-01 10:45:16 Dima Zavin

fb_test: Look for fbdev in several possible locations.

Also, only try to set console graphics mode if we have an fbcon.

This should make this utility a little more robust, and a hopefully
more useful for bringup.

Signed-off-by: Dima Zavin <dima@android.com>

d15831a 2009-04-23 09:57:01 Jean-Baptiste Queru

merge cupcake into donut

1f6b24c 2009-04-15 10:18:16 The Android Open Source Project

Merge commit 'korg/cupcake'

8c88d7d 2009-04-11 02:51:56 Niko Catania <>

AI 145714: Added cstring wrapper around string.h.
In new, include cstddef which declares std::size_t.
BUG=1601432

Automated import of CL 145714

1aa5708 2009-04-09 01:01:38 Niko Catania <>

AI 145059: (Almost) final set of wrapper around the C headers for stdc++ and their tests.
The only one left is cstring.
* bionic/libstdc++/include/cstdlib:
* bionic/libstdc++/include/cstdio:
* bionic/libstdc++/include/cstdint:
* bionic/libstdc++/include/csignal:
* bionic/libstdc++/include/csetjmp:
Added header file.
Checks the bionic headers file were picked up instead of the host ones.
Added test for new header files
* system/extras/tests/bionic/libstdc++/Android.mk:
Added tests for the new header files.
EXTRA_CFLAGS: include the bionic header files.
BUG=1601432

Automated import of CL 145059

Show on old repository browser