summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kernel_headers: Update rtnetlink/pkt_sched headers for 2.6.32android-sdk-tools_r6android-sdk-2.2_r2android-sdk-2.2_r1android-cts-2.2_r7android-cts-2.2_r6android-cts-2.2_r5android-cts-2.2_r4android-cts-2.2_r3android-cts-2.2_r2android-cts-2.2_r1android-2.2_r1.3android-2.2_r1.2android-2.2_r1.1android-2.2_r1android-2.2.2_r1android-2.2.1_r2android-2.2.1_r1San Mehat2010-04-0611-283/+678
| | | | | | | For: For http://b/issue?id=2576057 Change-Id: I553ca14974aaec4434e384979e0bb7007dcf6033 Signed-off-by: San Mehat <san@google.com>
* Fix comparison of IPv6 prefixesKenny Root2010-03-241-1/+1
| | | | | | | Typo assigned prefixlen1 twice instead of to the two different variables for comparison and difference computation. Change-Id: I6631b8269ca6aae264c8d7d414127b756838df96
* libc: kernel: update msm_kgsl.hDima Zavin2010-03-241-1/+6
| | | | | Change-Id: I8cd5a186071892bdc2b2b29061dd6c1fd927c0f5 Signed-off-by: Dima Zavin <dima@android.com>
* Fix typo that broke recursive mutexes implementation.David 'Digit' Turner2010-03-231-1/+1
| | | | Change-Id: I832901604b487c6a50304c311b5ba135e153530d
* pthread: Use private futexes by default in condition variablesDavid 'Digit' Turner2010-03-222-27/+27
| | | | | | | Now that the system properly uses shared condvars when needed, we can enable the use of private futexes for them too. Change-Id: Icf8351fc0a2309f764cba45c65bc3af047720cdf
* merge from open-source masterThe Android Open Source Project2010-03-2227-59/+189
|\ | | | | | | Change-Id: I70266ee8c520b216773f267e46c8273d2334c31d
| * Merge "bionic: on pthread_join(), avoid extra check in case we find the thread"David Turner2010-03-181-5/+4
| |\
| | * bionic: on pthread_join(), avoid extra check in case we find the threadAndré Goddard Rosa2010-02-051-5/+4
| | | | | | | | | | | | | | | | | | ... by using similar logic as used in pthread_detach(). Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
| * | Merge "bionic: ftell() returns a long, not an int"David Turner2010-03-181-1/+1
| |\ \
| | * | bionic: ftell() returns a long, not an intAndré Goddard Rosa2010-02-051-1/+1
| | |/ | | | | | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
| * | Added support for dladdr()Matt Fischer2010-03-175-15/+101
| | | | | | | | | | | | | | | | | | | | | | | | dladdr() is a GNU extension function, which allows the caller to retrieve symbol information for a specified memory address. It is useful for things like generating backtrace information at runtime. Change-Id: I3a1def1a6c9c666d93e1e97b7d260dfa5b9b79a9
| * | Merge "x86 syscall system call implementation"David Turner2010-03-172-0/+53
| |\ \
| | * | x86 syscall system call implementationBruce Beare2010-03-042-0/+53
| | | |
| * | | Merge "Fix pread()/pwrite() stubs"David Turner2010-03-172-4/+4
| |\ \ \
| | * | | Fix pread()/pwrite() stubsMatt Fischer2010-02-122-4/+4
| | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | On ARM EABI, 64-bit function parameters must be aligned to an even/odd register pair. The weird way these stubs were written (using separate lo/hi parameters) prevented this alignment from being enforced by the compiler.
| * | | Merge "bionic: remove unneeded variable from chk_realloc()"David Turner2010-03-161-2/+3
| |\ \ \
| | * | | bionic: remove unneeded variable from chk_realloc()André Goddard Rosa2010-02-051-2/+3
| | |/ / | | | | | | | | | | | | | | | | | | | | ... and simplify the generated code. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
| * | | Merge "bionic: equalize the <unknown> program name between ssp.c and ↵David Turner2010-03-161-2/+2
| |\ \ \ | | | | | | | | | | | | | | | libc_init_common.c"
| | * | | bionic: equalize the <unknown> program name between ssp.c and libc_init_common.cAndré Goddard Rosa2010-02-051-2/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | ... for the consistency sake. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
| * | | Merge "improve readability of string: fix indentation and remove trailing ↵David Turner2010-03-1613-18/+17
| |\ \ \ | | | | | | | | | | | | | | | spaces"
| | * | | improve readability of string: fix indentation and remove trailing spacesAndré Goddard Rosa2010-01-3013-18/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
| * | | | Merge "optimize delete/delete[] operators by removing unneeded branch"David Turner2010-03-161-12/+4
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | optimize delete/delete[] operators by removing unneeded branchAndré Goddard Rosa2010-01-301-12/+4
| | |/ | | | | | | | | | | | | | | | Remove redundant not NULL check already done in free(). Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
* | | Merge "Fix strtod security bug."David 'Digit' Turner2010-03-221-28/+142
|\ \ \
| * | | Fix strtod security bug.David 'Digit' Turner2010-03-091-28/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To avoid introducing NULL checks everytime a Bigint computation is performed, introduce a special value (BIGINT_INVALID) and only check for it when absolutely needed (which means when the code needs to access the Bigint's internal structure fields). Change-Id: Ie3954523b0985b6a8cb62340802d8dcf63cbf16f
* | | | Use private futexes for pthread_mutex_t.David 'Digit' Turner2010-03-186-167/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not change the implementation of conditional variables since we're waiting for other system components to properly use pthread_condattr_init/setpshared before that. Also remove an obsolete x86 source file. Change-Id: Ia3e3fbac35b87a534fb04d4381c3c66b975bc8f7
* | | | Add pthread_condattr_init/destroy/setpshared/getpsharedDavid 'Digit' Turner2010-03-183-4/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this does not change the implementation of conditional variables which still use shared futexes, independent on the flags being selected. This will be fixed in a later patch, once our system is modified to use pthread_condattr_setpshared(attr, PTHREAD_PROCESS_SHARED) properly. Change-Id: I935de50964cd41f97a13dbfd6626d3407b0406c3
* | | | Fix indentation in pthread mutex implementation.David 'Digit' Turner2010-03-171-207/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is preliminary work to simplify later changes to support private futexes. Change-Id: I06750936a93747a5e3f5a10228cbdc29e39c528c
* | | | Revert "bionic: pthread: use private futexes by default for mutexes and ↵Fabrice Di Meglio2010-03-116-611/+298
| | | | | | | | | | | | | | | | | | | | | | | | condvars" This reverts commit ba9c6f0989ae94778ba2b9f597adc827c9dc81e8.
* | | | bionic: pthread: use private futexes by default for mutexes and condvarsDavid 'Digit' Turner2010-03-116-298/+611
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Private futexes are a recent kernel addition: faster futexes that cannot be shared between processes. This patch uses them by default, unless the PROCESS_SHARED attribute flag is used when creating a mutex and/or conditional variable. Also introduces pthread_condattr_init/destroy/setpshared/getpshared. Change-Id: I3a0e2116f467072b046524cb5babc00e41057a53
* | | | Merge "Only use NEON memcpy if __ARM_NEON__ is defined"Colin Cross2010-03-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Only use NEON memcpy if __ARM_NEON__ is definedColin Cross2010-03-091-1/+1
| | | | | | | | | | | | | | | | Change-Id: I32e6b9385d46efeec15dee8e395a82eef24ba3ea
* | | | Merge "Fix spurious DNS lookups in the C library."David 'Digit' Turner2010-03-095-5/+19
|\ \ \ \
| * | | | Fix spurious DNS lookups in the C library.David 'Digit' Turner2010-03-085-5/+19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that the 'defdname' field of res_state structure was not properly initialized in __res_vinit(). This field is used to store the default domain name, which is normally build from calling gethostname() (see line 549 of res_init.c). Unfortunately, in the typical Android case, gethostname() returns an error (the hostname is configured) and a random stack string is used later to build the DNS search list (see lines 556+ in res_init.c) For the sake of illustration, let's say the search list is set to a random value like 'xWLK'. The end result is that when trying to result an unknown domain name (e.g. 'www.ptn'), the query fails then the resolver tries to make a new query with the DNS search list path(s) appended (e.g. 'www.ptn.xWLK'). The patch simply initializes 'defdname' to an empty string to avoid this when the net.dns.search system property is not set. Also contains whitespace/formatting fixes
* | | | Add an empty CleanSpec.mkJean-Baptiste Queru2010-03-081-0/+49
|/ / / | | | | | | | | | Change-Id: Id233ea6f854253776f57e64196e262c5a057e654
* | | Fix timezone management in the C libraryDavid 'Digit' Turner2010-03-052-0/+14
| | | | | | | | | | | | | | | | | | | | | Define 'timezone' and 'daylight' global variables that are already defined in <time.h> Properly update the 'tm_gmtoff' field in 'struct tm' values.
* | | Merge "QUalcomm H.264 encoder support."Gloria Wang2010-03-031-69/+254
|\ \ \
| * | | QUalcomm H.264 encoder support.Gloria Wang2010-03-031-69/+254
| | | |
* | | | am 71fbeecd: (-s ours) am fd5b1bb8: Add stdlib functions mbstowcs() and ↵Dan Bornstein2010-03-030-0/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | wcstombs(). DO NOT MERGE. Merge commit '71fbeecdbd7bcf2282e4b032ceb2f6ead13dc9cb' * commit '71fbeecdbd7bcf2282e4b032ceb2f6ead13dc9cb': Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE.
| * | | am fd5b1bb8: Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE.Dan Bornstein2010-03-032-0/+12
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'fd5b1bb85d0a971fd8469112a157380c4d3a146f' into eclair-mr2-plus-aosp * commit 'fd5b1bb85d0a971fd8469112a157380c4d3a146f': Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE.
| | * | | Add stdlib functions mbstowcs() and wcstombs(). DO NOT MERGE.Dan Bornstein2010-03-032-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | As with the other wchar functions in Bionic, these are really minimally functional stubs.
* | | | | bonic: libc: cpuacct support for setuid functionsMike Chan2010-03-0221-43/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any of the setuid functions now updates /acct/uid/ with its own tid before changing users. This is so we can properly account for cpu time per uid. Change-Id: I34186cf4d5228cac8439e582a9e26c01ef3011e4 Signed-off-by: Mike Chan <mike@android.com>
* | | | | libc: kernel: update pmem header with cache flush ioctlDima Zavin2010-03-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ied08844035d4526175dcdcb7f219f9f90c4679d2 Signed-off-by: Dima Zavin <dima@android.com>
* | | | | add sigaltstack syscallAndrei Popescu2010-03-0210-0/+85
| | | | |
* | | | | Fix pthread_sigmask() to return correct error values.David 'Digit' Turner2010-03-012-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Before that, it returned -1 on error and set errno (not Posix) After the patch, it returns the error code and leaves errno untouched.
* | | | | Merge "Implement support for RFC 3484 (address selection/sorting) in bionic. ↵David Turner2010-02-242-27/+362
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | (The Java changes required not to mess up the ordering from bionic will arrive in a later commit.) In particular, this will give us more correct behavior when on a 6to4 network, in that IPv4 will usually be preferred over 6to4."
| * | | | | Implement support for RFC 3484 (address selection/sorting) in bionic. (TheSteinar H. Gunderson2010-02-242-27/+362
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Java changes required not to mess up the ordering from bionic will arrive in a later commit.) In particular, this will give us more correct behavior when on a 6to4 network, in that IPv4 will usually be preferred over 6to4. Most of RFC 3484 is implemented -- what's not is rule 3 (avoid deprecated addresses), 4 (prefer home addresses) and 7 (prefer native transport) as they require low-level access to the kernel routing table via netlink. (glibc also started out this way, and these rules are primarily useful in pretty obscure circumstances, so we should be fine for the time being.) Also, rule 9 (use longest matching prefix) has been modified so it does not try to sort IPv4 addresses; given current IPv4 addressing practice these rules are pretty much meaningless. Finally, I've added support for Teredo as a separate label, with slightly lower preference than 6to4. (Vista puts the preference below IPv4 by default. glibc puts the preference together with non-tunneled IPv6.) Note that this patch removes support for the "sortlist" directive in resolv.conf; I've never seen it in actual use, it's irrelevant for Android (since we don't use resolv.conf anyway), and it's not clear how it would be implemented alongside RFC 3484.
* | | | | | bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappersSan Mehat2010-02-2312-0/+175
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>
* | | | | Merge "Merge memory checking functionality from sandbox"Vladimir Chtchetkine2010-02-175-54/+1068
|\ \ \ \ \
| * | | | | Merge memory checking functionality from sandboxVladimir Chtchetkine2010-02-165-54/+1068
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I304c789a752c9f4af4944ca14b9bf1e7644da15a