Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

bionic: 提交列表

bionic


RSS
Rev. 时间 作者
f7946c0 lollipop-x86 2017-02-17 10:30:14 Elliott Hughes

Don't receive structs containing pointers over sockets.

Fixes x86-64 netd.

Change-Id: Iee5ef802ebbf2e000b2593643de4eec46f296c04

16d03fa 2015-03-12 02:09:56 Chih-Wei Huang

add syscalls ioperm and iopl

e980493 2015-03-12 02:09:56 Chih-Wei Huang

change PROP_NAME_MAX to 128

63d2f6d 2015-02-04 23:08:53 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

4177bd8 2015-02-03 02:53:19 Neil Fuller

Fixes to the update-tzdata.py tool

We build one too many times. Creating a missing directory
is sufficient.

The tz2icu needs some files in the CWD. Added symlinks.

Bug: 19230091
(cherry-pick of commit 0662c3e5b33840e19f4c14b85bf619c33b3a0d0f)
Change-Id: Ie21d848f1b776ec745473b9122e003fdf0acf105

700eb04 2015-02-02 20:32:10 Neil Fuller

Update tzdata to tzdata2015a

Time Zone Data v. 2015a (Released 2015-01-29)
http://www.iana.org/time-zones/repository/releases/tzdata2015a.tar.gz

Information from NEWS:

Release 2015a - 2015-01-29 22:35:20 -0800

Changes affecting future time stamps

The Mexican state of Quintana Roo, represented by America/Cancun,
will shift from Central Time with DST to Eastern Time without DST
on 2015-02-01 at 02:00. (Thanks to Steffen Thorsen and Gwillim Law.)

Chile will not change clocks in April or thereafter; its new standard time
will be its old daylight saving time. This affects America/Santiago,
Pacific/Easter, and Antarctica/Palmer. (Thanks to Juan Correa.)

New leap second 2015-06-30 23:59:60 UTC as per IERS Bulletin C 49.
(Thanks to Tim Parenti.)

Changes affecting past time stamps

Iceland observed DST in 1919 and 1921, and its 1939 fallback
transition was Oct. 29, not Nov. 29. Remove incorrect data from
Shanks about time in Iceland between 1837 and 1908.

Some more zones have been turned into links, when they differed
from existing zones only for older time stamps. As usual,
these changes affect UTC offsets in pre-1970 time stamps only.
Their old contents have been moved to the 'backzone' file.
The affected zones are: Asia/Aden, Asia/Bahrain, Asia/Kuwait,
and Asia/Muscat.

Changes affecting code

tzalloc now scrubs time zone abbreviations compatibly with the way
that tzset always has, by replacing invalid bytes with '_' and by
shortening too-long abbreviations.

tzselect ports to POSIX awk implementations, no longer mishandles
POSIX TZ settings when GNU awk is used, and reports POSIX TZ
settings to the user. (Thanks to Stefan Kuhn.)

Changes affecting build procedure

'make check' now checks for links to links in the data.
One such link (for Africa/Asmera) has been fixed.
(Thanks to Stephen Colebourne for pointing out the problem.)

Changes affecting commentary

The leapseconds file commentary now mentions the expiration date.
(Problem reported by Martin Burnicki.)

Update Mexican Library of Congress URL.

Bug: 19212588
Change-Id: Idc07ac862901500d4a1dbd0f4aadcfd0aa9d10b8

f0b38a3 2015-01-09 02:31:57 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

d9e211c 2015-01-08 04:23:34 Dmitriy Ivanov

Print error when prelink fails for main executable

Bug: 18931021
Change-Id: Ieefdcf60f1506af522714300030754a4ed61c08e

ecb7dcc 2014-12-08 23:09:01 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

c7450f7 2014-12-05 06:45:22 Elliott Hughes

Restore symbols from <arpa/nameser.h>.

Bug: 18627252
Bug: https://code.google.com/p/android/issues/detail?id=81690

(cherry picked from commit 42804c4b30e813d3140cba877d3ae6bbef0d3a17)

Change-Id: Idd33578b31bba9a4afdfd15c7b193d10974aea90

f6f04b8 2014-12-03 23:08:43 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

27d276f 2014-12-03 07:54:52 Elliott Hughes

Avoid pathological behavior in OpenBSD's fread.

(cherry picked from commit 20841a137beac5caa824e3586c7bd91d879ff92e)

Bug: https://code.google.com/p/android/issues/detail?id=81155
Bug: 18556607
Change-Id: Ibdfebc20dce4c34ad565014523c9b074e90ea665

152e978 2014-12-03 03:56:50 Elliott Hughes

Merge "Put stdin/stdout/stderr symbols in place." into lmp-mr1-dev

25726c8 2014-12-02 23:08:56 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

111461a 2014-12-02 14:27:59 Elliott Hughes

Put stdin/stdout/stderr symbols in place.

To help with future binary compatibility.

Bug: 18553223
Change-Id: Ia8103b4f189c18528b11948ac9e520f61b9ccc0e

e5477f8 2014-12-02 05:03:25 Lorenzo Colitti

Fail queries fast if no DNS servers are configured.

When no DNS servers are configured (and thus there is no chance
that the DNS query will suceed), res_nsend returns early, but
it does not tell the cache that the query has failed.
Therefore, if the caller retries the query, it will block for
PENDING_REQUEST_TIMEOUT (= 20 seconds) waiting for the "existing
query" (which isn't actually doing anything) to complete.

Bug: 18240188
Bug: 18327075
Change-Id: I0df13ff4a17ee65e640be96695a3af31b020963a

fffca9e 2014-11-24 23:09:01 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

432f645 2014-11-20 08:49:09 Elliott Hughes

Fix flockfile(3) and friends for stdin/stdout/stderr too.

stdin/stdout/stderr are special; their mutexes are initialized by
__sinit. There's no unit test for this, because __sinit has already
been called by the time the first unit test runs, but you could
reproduce this failure with a trivial main() that calls flockfile
or ftrylockfile on one of the standard streams before otherwise
using stdio.

Bug: 18208568

(cherry picked from commit c48c3e4bb3d1665f3e9fa2785daafa72dfe59399)

Change-Id: Ia0c43ed4ac69daea8152aee9516415a6e3f8a042

d602328 2014-11-18 23:09:23 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

fa06d6d 2014-11-17 23:09:15 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

047d943 2014-11-15 08:37:49 Elliott Hughes

sysconf(3) returns long.

On LP32, this makes no difference. Not an ABI change.

On LP64, results are going to be in %rax or x0 whether they're 32- or 64-bit,
and the only difference is going to be whether the top bits are clobbered.

(cherry picked from commit 60d84af1726225320b26683b726e5e735d9d76e8)

Bug: 18390956
Change-Id: I722461498bc5494e2972fb07d5189dffe76e8993

4a50d8e 2014-11-14 06:09:59 Daniel Rosenberg

bionic: libc: Added path to vendor build properties file.

Signed-off-by: Daniel Rosenberg <drosen@google.com>

(cherry picked from commit 71d220c1de1372e20c8bbec4ccf387991a3bb549)

Bug: 18281574
Change-Id: I2843f23ecb4c4ca79b230d8041bbca02dbedeadc

5831077 2014-11-13 23:10:24 The Android Automerger

merge in lmp-mr1-release history after reset to lmp-mr1-dev

c05314a 2014-11-13 02:19:57 Elliott Hughes

Merge "Fix tzdata update tools for 'backzone'." into lmp-mr1-dev

1ca3350 2014-11-12 12:56:09 Elliott Hughes

Upgrade bionic to tzdata2014j.

From the release notes:

Changes affecting current and future time stamps

Turks & Caicos' switch from US eastern time to UTC-4 year-round
did not occur on 2014-11-02 at 02:00. It's currently scheduled
for 2015-11-01 at 02:00. (Thanks to Chris Walton.)

Changes affecting past time stamps

Many pre-1989 time stamps have been corrected for Asia/Seoul and
Asia/Pyongyang, based on sources for the Korean-language Wikipedia
entry for time in Korea. (Thanks to Sanghyuk Jung.) Also, no
longer guess that Pyongyang mimicked Seoul time after World War II,
as this is politically implausible.

Some more zones have been turned into links, when they differed
from existing zones only for older time stamps. As usual,
these changes affect UTC offsets in pre-1970 time stamps only.
Their old contents have been moved to the 'backzone' file.
The affected zones are: Africa/Addis_Ababa, Africa/Asmara,
Africa/Dar_es_Salaam, Africa/Djibouti, Africa/Kampala,
Africa/Mogadishu, Indian/Antananarivo, Indian/Comoro, and
Indian/Mayotte.

Bug: 18330681

(cherry picked from commit b11d8e057c86c3926128af9d07180d9328e144c6)

Change-Id: Ifd48e7446e400dccae3afd5cbef96ca843775477

371dcc1 2014-11-12 12:55:35 Elliott Hughes

Fix tzdata update tools for 'backzone'.

To maintain the status quo, we need to pull in backzone file. This file
can't be built on its own, so the easiest fix is to give zic(1) all the
files at once.

We also now have a situation where we have links to links, so we need to
dereference them until we find actual data.

Bug: 18330681

(cherry picked from commit 2c2463bd3065f0a5fef34a47e3eb94aad64b0cea)

Change-Id: I654b80518a7144038d8b3ea7223f49e2b1d2ad13

5553ed1 2014-11-08 23:09:36 The Android Automerger

merge in lmp-mr1-release history after reset to 9d3382d97a2cdc8c8f78c7825ece16f09292fc36

4107b7d 2014-11-06 23:09:56 The Android Automerger

merge in lmp-mr1-release history after reset to 9d3382d97a2cdc8c8f78c7825ece16f09292fc36

b8e4307 2014-11-05 23:09:40 The Android Automerger

merge in lmp-mr1-release history after reset to 9d3382d97a2cdc8c8f78c7825ece16f09292fc36

e4ae96f 2014-11-05 07:07:46 Dmitriy Ivanov

Revert "Fix dlsym() to take into account RTLD_GLOBAL/LOCAL"

This reverts commit c85e82dde5c4b2accc50a9e17740b9005dfbae6a.

Bug: 18222321
Bug: 18211780
Change-Id: I32f4048bd5ea85dc8a3dfccce8cf141b241ab692

Show on old repository browser