- 02 Mar, 2010 3 commits
-
-
Mike Chan authored
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>
-
Dima Zavin authored
Change-Id: Ied08844035d4526175dcdcb7f219f9f90c4679d2 Signed-off-by:
Dima Zavin <dima@android.com>
-
Andrei Popescu authored
-
- 01 Mar, 2010 1 commit
-
-
David 'Digit' Turner authored
Before that, it returned -1 on error and set errno (not Posix) After the patch, it returns the error code and leaves errno untouched.
-
- 24 Feb, 2010 2 commits
-
-
David Turner authored
Merge "Implement support for RFC 3484 (address selection/sorting) in bionic. (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."
-
Steinar H. Gunderson authored
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.
-
- 23 Feb, 2010 1 commit
-
-
San Mehat authored
Signed-off-by:
San Mehat <san@google.com>
-
- 17 Feb, 2010 1 commit
-
-
Vladimir Chtchetkine authored
-
- 16 Feb, 2010 1 commit
-
-
Vladimir Chtchetkine authored
Change-Id: I304c789a752c9f4af4944ca14b9bf1e7644da15a
-
- 12 Feb, 2010 5 commits
-
-
Niko Catania authored
-
David 'Digit' Turner authored
-
David 'Digit' Turner authored
-
Nicolas Catania authored
Bug:2441631
-
David 'Digit' Turner authored
This fixes getpwnam and getpwgrp which returned NULL for "app_0". "app_0" corresponds to uid/gid 10000 and is perfectly valid.
-
- 11 Feb, 2010 1 commit
-
-
David 'Digit' Turner authored
This provides a mini-printf implementation that reduces the size of the dynamic linker by 25 KB, by preventing the drag of formatting-related routines from the C library. Also allow traces to be sent to the log, instead of stdout. NOTE: You now need to modify Android.mk to enable/disable debug output.
-
- 10 Feb, 2010 1 commit
-
-
Iliyan Malchev authored
-- fixes b/2432550 -- ba_prelink is used to manage non-prelinked libraries, hence ba_nonprelink is a more appropriate name for it Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 09 Feb, 2010 4 commits
-
-
David Turner authored
-
David 'Digit' Turner authored
-
Iliyan Malchev authored
Merge commit '58060c50' * commit '58060c50': bionic: update processed kernel header a1026.h
-
Iliyan Malchev authored
Merge commit 'ee424e23' into eclair-plus-aosp * commit 'ee424e23': bionic: update processed kernel header a1026.h
-
- 08 Feb, 2010 1 commit
-
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 05 Feb, 2010 3 commits
-
-
The Android Open Source Project authored
Merge commit '1db87472' * commit '1db87472': android-2.1_r1 snapshot
-
The Android Open Source Project authored
Merge commit 'ba8bfedd' into eclair-plus-aosp * commit 'ba8bfedd': android-2.1_r1 snapshot
-
The Android Open Source Project authored
-
- 02 Feb, 2010 6 commits
-
-
Iliyan Malchev authored
Merge commit 'c0472409' * commit 'c0472409': bionic: update processed kernel header tpa2018d1.h
-
Iliyan Malchev authored
Merge commit '7ec87a19' * commit '7ec87a19': bionic: add processed kernel headers a1026.h and tpa2018d1.h
-
Iliyan Malchev authored
Merge commit 'd0996bb4' into eclair-plus-aosp * commit 'd0996bb4': bionic: update processed kernel header tpa2018d1.h
-
Iliyan Malchev authored
Merge commit '276313ec' into eclair-plus-aosp * commit '276313ec': bionic: add processed kernel headers a1026.h and tpa2018d1.h
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 31 Jan, 2010 1 commit
-
-
Iliyan Malchev authored
Signed-off-by:
Iliyan Malchev <malchev@google.com>
-
- 29 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 25 Jan, 2010 4 commits
-
-
David Turner authored
-
David 'Digit' Turner authored
Only provide an implementation for ARM at the moment, since it requires specific assembly fragments (the standard syscall stubs cannot be used because the child returns in a different stack).
-
Doug Kwan authored
-
Doug Kwan authored
-
- 21 Jan, 2010 1 commit
-
-
David 'Digit' Turner authored
-
- 15 Jan, 2010 3 commits
-
-
Colin Cross authored
Change-Id: I5fe7e8b6ee5edbb49e707c3b6737a58563781fa3
-
Colin Cross authored
Change-Id: I9bc347d264fe38faf2d0f9935d2ebb43a353196e
-
Colin Cross authored
Change-Id: Id47514a1812d828e95efa2fab0e9c15c5b682b58
-