<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_bionic, branch cm-14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/'/>
<entry>
<title>Revert "bionic: Registration of trapping calls during libc initialization"</title>
<updated>2016-10-27T18:13:17+00:00</updated>
<author>
<name>Arne Coucheron</name>
<email>arco68@gmail.com</email>
</author>
<published>2016-10-27T07:47:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=6b9dac8b7f047fed67a608ae777877facf20f0fe'/>
<id>6b9dac8b7f047fed67a608ae777877facf20f0fe</id>
<content type='text'>
 * Breaks camera on some devices.

This reverts commit 0ca32a954f09c5eca1afd9b009389e10a88d3537.

Change-Id: Id8652cf0e35ecf1ff4bb00899e1342ce04ebc409
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Breaks camera on some devices.

This reverts commit 0ca32a954f09c5eca1afd9b009389e10a88d3537.

Change-Id: Id8652cf0e35ecf1ff4bb00899e1342ce04ebc409
</pre>
</div>
</content>
</entry>
<entry>
<title>linker: load shims prior to dt_needed check</title>
<updated>2016-10-17T06:24:51+00:00</updated>
<author>
<name>jrior001</name>
<email>jriordan001@gmail.com</email>
</author>
<published>2016-10-07T23:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=0d0b7a99e1baea5875467325829e0dafabb270b1'/>
<id>0d0b7a99e1baea5875467325829e0dafabb270b1</id>
<content type='text'>
This allows shims to override existing symbols, not just
inject new symbols.

Change-Id: Ib9216bcc651d8d38999c593babb94d76dc1dbc95
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows shims to override existing symbols, not just
inject new symbols.

Change-Id: Ib9216bcc651d8d38999c593babb94d76dc1dbc95
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "bionic: Allow devices to add device specfic static libs"</title>
<updated>2016-10-15T15:23:59+00:00</updated>
<author>
<name>Michael Bestas</name>
<email>mikeioannina@cyanogenmod.org</email>
</author>
<published>2016-10-15T15:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=938781ed79fdc20023668b6bed04d7a3483bb470'/>
<id>938781ed79fdc20023668b6bed04d7a3483bb470</id>
<content type='text'>
* This functionality is replaced by shims

This reverts commit 23ed1c8d5cb9bf555663d19b82ba35a2b2b9a3e2.

Change-Id: I3a64fa54eae50724309cdf1899b3b10f2af2c69b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This functionality is replaced by shims

This reverts commit 23ed1c8d5cb9bf555663d19b82ba35a2b2b9a3e2.

Change-Id: I3a64fa54eae50724309cdf1899b3b10f2af2c69b
</pre>
</div>
</content>
</entry>
<entry>
<title>bionic: fix scorpion architecture</title>
<updated>2016-10-04T12:47:35+00:00</updated>
<author>
<name>SteadyQuad</name>
<email>SteadyQuad@gmail.com</email>
</author>
<published>2016-10-03T09:30:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=569e6a1d9bdb91879cbe06575380508b82df5cbb'/>
<id>569e6a1d9bdb91879cbe06575380508b82df5cbb</id>
<content type='text'>
use memmove.S from denver instead of krait

Change-Id: I6b346c79e803033bd20a5f6f96ddd3f1f1146f7a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use memmove.S from denver instead of krait

Change-Id: I6b346c79e803033bd20a5f6f96ddd3f1f1146f7a
</pre>
</div>
</content>
</entry>
<entry>
<title>linker: Make platform text relocations denial optional</title>
<updated>2016-10-04T00:18:05+00:00</updated>
<author>
<name>Adrian DC</name>
<email>radian.dc@gmail.com</email>
</author>
<published>2016-08-27T13:09:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=81af26a3a033723fb34ddf280e33a9d4a6ce82c4'/>
<id>81af26a3a033723fb34ddf280e33a9d4a6ce82c4</id>
<content type='text'>
 * Use the TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
    configuration to allow a device to use legacy proprietary
    libraries like camera on non-user build variants

 * Partial revert "Remove textrels support for platform libs"
    commit 8068786ae67835291521e52f39c695e40f3ad20d.

Change-Id: I994ab1a600a0b237b496ceebe2dd54febc28a6bd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Use the TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true
    configuration to allow a device to use legacy proprietary
    libraries like camera on non-user build variants

 * Partial revert "Remove textrels support for platform libs"
    commit 8068786ae67835291521e52f39c695e40f3ad20d.

Change-Id: I994ab1a600a0b237b496ceebe2dd54febc28a6bd
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: allow forcing compilation with gcc</title>
<updated>2016-10-01T07:38:50+00:00</updated>
<author>
<name>Simon Shields</name>
<email>keepcalm444@gmail.com</email>
</author>
<published>2016-09-14T06:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=ad8a68c670dcfff756f061032754490dfb7be730'/>
<id>ad8a68c670dcfff756f061032754490dfb7be730</id>
<content type='text'>
* fixes flo/mako sensors

Change-Id: Ic9327ed627b64aafc6a41db45dcb4d28e585c580
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fixes flo/mako sensors

Change-Id: Ic9327ed627b64aafc6a41db45dcb4d28e585c580
</pre>
</div>
</content>
</entry>
<entry>
<title>bionic: Use a more simple strrchr for arm64</title>
<updated>2016-09-29T20:55:56+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>steve@cyngn.com</email>
</author>
<published>2016-09-29T20:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=5acc9f7e5b17c3aa2069f73ca266bf0de408bbef'/>
<id>5acc9f7e5b17c3aa2069f73ca266bf0de408bbef</id>
<content type='text'>
 * Current version seems like overkill, and it doesn't compile with
   Clang. Use a simplified version from ARM.

Change-Id: I2fe5467b6a504ea04b5f28a08d92e7c2306772d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Current version seems like overkill, and it doesn't compile with
   Clang. Use a simplified version from ARM.

Change-Id: I2fe5467b6a504ea04b5f28a08d92e7c2306772d0
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: AArch64: Tune memcpy</title>
<updated>2016-09-29T20:55:55+00:00</updated>
<author>
<name>Wilco Dijkstra</name>
<email>Wilco.Dijkstra@arm.com</email>
</author>
<published>2015-11-06T14:09:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=c860e663052ee6a19bc6aaa6076280482f5891e2'/>
<id>c860e663052ee6a19bc6aaa6076280482f5891e2</id>
<content type='text'>
* Further tuning for performance.

Change-Id: Id08eaab885f9743fa7575077924a947c1b88e4ff
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Further tuning for performance.

Change-Id: Id08eaab885f9743fa7575077924a947c1b88e4ff
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: ARM64: add assembly strrchr</title>
<updated>2016-09-29T20:55:55+00:00</updated>
<author>
<name>Richard Earnshaw</name>
<email>rearnsha@arm.com</email>
</author>
<published>2014-12-08T15:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=6861b5ad733290086db82eeded4004c521edbf56'/>
<id>6861b5ad733290086db82eeded4004c521edbf56</id>
<content type='text'>
Change-Id: I59a0aa618bf8139dc0368af9ddf881eba5d3eadf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I59a0aa618bf8139dc0368af9ddf881eba5d3eadf
</pre>
</div>
</content>
</entry>
<entry>
<title>libc: ARM64: improve performance in strlen</title>
<updated>2016-09-29T20:55:55+00:00</updated>
<author>
<name>Wilco Dijkstra</name>
<email>wdijkstr@arm.com</email>
</author>
<published>2015-01-20T10:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_bionic/commit/?id=fb0c2c6af70ca9c51e143a4635c7ca2fb5ab66a7'/>
<id>fb0c2c6af70ca9c51e143a4635c7ca2fb5ab66a7</id>
<content type='text'>
Change-Id: Ic20f93a0052a49bd76cd6795f51e8606ccfbf11c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ic20f93a0052a49bd76cd6795f51e8606ccfbf11c
</pre>
</div>
</content>
</entry>
</feed>
