| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Change-Id: Ifb031d29ee697ee0682bd651e0081493e8016e67
(cherry picked from commit f58ac87182da214c7cdd697a4fa09aeb7b995305)
|
|
|
|
| |
Change-Id: I4e170118abf452dd87ffe79d343ba1e2b53955de
|
|
|
|
| |
Change-Id: Ic280872ef3137febd9d4a87d5c7662e264692071
|
|
|
|
| |
Change-Id: I37a2c297b318b8e1b1ce8b29a7ccc58ba214708a
|
|
|
|
|
|
|
|
|
|
|
|
| |
I've also added insque(3) and remque(3) (from NetBSD because the OpenBSD
ones are currently broken for non-circular lists).
I've not added the three hash table functions that should be in this header
because they operate on a single global hash table and thus aren't likely
to be useful.
Bug: https://code.google.com/p/android/issues/detail?id=73719
Change-Id: I97397a7b921e2e860fd9c8032cafd9097380498a
|
|
|
|
| |
Change-Id: Id6fcb74292e661504d0758bfce24abdc18cb8d32
|
|
|
|
|
|
|
| |
Also fix a few formatting issues in copyright headers that were confusing
the script (though obviously it would be better if the script were smarter).
Change-Id: I7f561bef4f84fdcbd84f375ee226bd65db0e507b
|
|
|
|
| |
Change-Id: Ia131634cd97ca9523e1b63dce41f66247cbaa311
|
|
|
|
| |
Change-Id: Iac666f69b930e31bbeac3438812d544c6af55b0f
|
|
|
|
| |
Change-Id: I751c4eeda813b811faa4ee26c64445896db3d5bd
|
|
|
|
| |
Change-Id: Ie72a01cddd5b813393656f603689e497b0f88ddd
|
|
|
|
|
|
|
| |
Also standardize the orthography in a few places to reduce near-duplicates
in the NOTICE files.
Change-Id: I347c75e817be61ec1b9c5b4b96226feedc8d09ab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This memcpy code uses NEON/VFP to achieve very good performance
on ARMv7-A processors. It is specifically tuned for A15 but should
provide good performance on A9 also. It is equivalent to the code
in cortex-strings rev 116.
This patch is a follow up the existing gerrit change:
I7f6f77995f3ca903ad9c66d14261441667a2a935
This version includes a tweak for performance on misaligned
buffers and splits the header comment into license and
documentation sections.
Change-Id: Ibd2e23c8d8e01357ba0247be1d05192de3ceba69
Signed-off-by: Will Newton <will.newton@linaro.org>
|
|
|
|
| |
Change-Id: I4c646dcb8be9e88dd54d069a03bbc5fbfd92de03
|
|
|
|
| |
Change-Id: I786feb42719bceaa7da91565e350c1333b0d301f
|
|
|
|
| |
Change-Id: Ifff41d69c13322dbc6f928ce7d4c65f76fe36772
|
|
|
|
|
|
|
|
|
|
|
| |
Fix license clause numbering.
Convert libc/stdio from K&R to ANSI C.
And add '__restrict' where it appeared in the header prototypes.
Change-Id: I5fdb22f79d3effa2298d03f9aa8412b4b087da04
Upstream: http://svnweb.freebsd.org/base?view=revision&revision=249810
|
|
|
|
|
|
| |
Also clean up some obsolete cruft.
Change-Id: Iec3b36f6607f7a08b72de99294ed5b6cd910dd5f
|
|
|
|
| |
Change-Id: I978275cf6604b90595ee79d897c0460eeadc7dc8
|
|
|
|
|
|
|
| |
Also regenerate the NOTICE files. One had slipped behind.
Bug: 7012465
Change-Id: Ice2e909b521472eb1acd53d8151038bebe19984a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some userspace programs (e.g. perf) need getline.
Changes:
() add getdelim.c, getline.c from NetBSD (http://netbsd.org/) under the
NetBSD Foundation's (TNF) license ("2 clause" Berkeley-style license).
() add stub for reentrant.h header that is needed by getdelim.c
() add tests for getdelim(3) and getline(3).
() update NOTICE file.
Change-Id: I22ed82dd5904b9d7a3695535c04f502be3c27c5d
Signed-off-by: Irina Tirdea <irina.tirdea@intel.com>
|
|
|
|
|
|
|
|
|
| |
Please see "man 3 ftw" for a description of the
ftw / nftw functions.
This code is taken directly from netbsd unmodified.
Change-Id: Ia4879ac57212b424adf5281b5e92858e216d0f14
|
|
|
|
| |
Change-Id: I0673d6263de2c5a21cd549f18c0648d0fa4bb40f
|
|
|
|
| |
Change-Id: If32b28dd85d6a7ab8957ab81d19fa4c0de9499d5
|
|
|
|
|
|
|
| |
Also make sure we get the whole of any copyright header, in case
there's text before the "Copyright" line.
Change-Id: Iabcc5e0931a39c0107b833539fec7c5a3d134592
|
|
|
|
|
|
| |
tdestroy is a GNU extension, so that stays.
Change-Id: Iedebaff25ea7e92b1ab1dd4440da12b67b99aa40
|
|
|
|
|
|
|
|
| |
This reverts commit 8793e7c7d21a0434d1b5e63364c88b2b125a3d29,
and fixes the build by building upstream NetBSD source as a
separate library that's then swallowed whole into libc_common.
Change-Id: I6c9317d8c48b5ccaf85a7b185bc07fb31176ff97
|
|
|
|
|
|
| |
This reverts commit be1d78b0dc899a732c0e9d7515d3023e8004e368
Change-Id: I11a95db474796f3da004f27652b081d5ba4ec9b4
|
|
|
|
|
|
|
|
| |
There were two bugs in our implementation. Intel found one, but another
remainined, and tracking upstream is the way forward for functions where
we add no value.
Change-Id: Ida9bac0293fb2c4cbc942b1e0515ee0477c6538b
|
|
|
|
|
|
|
| |
Remove the hand-collated ones, and switch to a script that pulls the
copyright headers out of every file and collects the unique ones.
Change-Id: Ied3b98b3f56241df97166c410ff81de4e0157c9d
|
|
|
|
|
|
|
|
|
|
| |
This allows debugging tools to know they are working with Android
binaries and adapt accordingly.
Signed-off-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
Signed-off-by: Michael Hope <michael.hope@linaro.org>
Change-Id: Ic906992fcad61c028bb765821637a3e1333bf52b
|
|
|
|
|
|
| |
Change Copyright date in libc/NOTICE to reflect the current modifications.
Change-Id: I313d719656caaa449c1100d35dbb7d14c1489e1a
|
| |
|
| |
|
|
|