index
:
platform_external_arm-trusted-firmware
android-s-beta-4
android-s-beta-5
android10-mainline-networking-release
android10-mainline-resolv-release
android11-d1-b-release
android11-d1-release
android11-d1-s1-release
android11-d1-s5-release
android11-d1-s6-release
android11-d1-s7-release
android11-d2-release
android11-dev
android11-gsi
android11-mainline-captiveportallogin-release
android11-mainline-cellbroadcast-release
android11-mainline-conscrypt-release
android11-mainline-documentsui-release
android11-mainline-extservices-release
android11-mainline-media-release
android11-mainline-media-swcodec-release
android11-mainline-networkstack-release
android11-mainline-os-statsd-release
android11-mainline-permission-release
android11-mainline-release
android11-mainline-sparse-2020-dec-release
android11-mainline-sparse-2021-jan-release
android11-mainline-tethering-release
android11-platform-release
android11-qpr1-c-release
android11-qpr1-d-release
android11-qpr1-d-s1-release
android11-qpr1-release
android11-qpr1-s1-release
android11-qpr1-s2-release
android11-qpr2-release
android11-qpr3-release
android11-qpr3-s1-release
android11-release
android11-s1-release
android11-security-release
android11-tests-release
main-cg-testing-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
libc: Import strtoull from FreeBSD project
Madhukar Pappireddy
2021-02-03
3
-0
/
+114
*
libc: Import strtoll from FreeBSD project
Madhukar Pappireddy
2021-02-03
3
-0
/
+136
*
libc: Import strtoul from FreeBSD project
Madhukar Pappireddy
2021-02-03
3
-0
/
+114
*
libc: Import strtol from FreeBSD project
Madhukar Pappireddy
2021-02-03
3
-4
/
+143
*
libc/snprintf: use macro to reduce duplicated code
Heyi Guo
2021-01-20
1
-22
/
+14
*
libc/snprintf: add support to print "%" character
Heyi Guo
2021-01-20
1
-1
/
+8
*
libc/printf: add support to print "%" character
Heyi Guo
2021-01-20
1
-1
/
+4
*
Don't return error information from console_flush
Jimmy Brisson
2020-10-09
1
-4
/
+4
*
Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integration
Olivier Deprez
2020-09-24
3
-0
/
+176
|
\
|
*
plat/arm: Introduce and use libc_asm.mk makefile
Alexei Fedorov
2020-09-02
3
-0
/
+176
*
|
libc: Import strtok_r from FreeBSD project
Madhukar Pappireddy
2020-09-18
1
-0
/
+83
*
|
Merge "libc: Import strlcat from FreeBSD project" into integration
Mark Dykes
2020-09-11
1
-0
/
+56
|
\
\
|
*
|
libc: Import strlcat from FreeBSD project
Madhukar Pappireddy
2020-09-09
1
-0
/
+56
|
|
/
*
|
Merge "libc: Add support for vsnprintf()" into integration
Mark Dykes
2020-09-11
1
-7
/
+37
|
\
\
|
*
|
libc: Add support for vsnprintf()
Madhukar Pappireddy
2020-09-11
1
-7
/
+37
|
|
/
*
/
libc: memset: improve performance by avoiding single byte writes
Andre Przywara
2020-09-03
1
-2
/
+32
|
/
*
Add support for hexadecimal and pointer format specifiers to snprintf()
Javier Almansa Sobrino
2020-08-26
1
-16
/
+103
*
Revert "libc/memset: Implement function in assembler"
Mark Dykes
2020-08-21
4
-160
/
+20
*
libc/memset: Implement function in assembler
Alexei Fedorov
2020-08-19
4
-20
/
+160
*
libc: add memrchr
Ambroise Vincent
2019-12-11
2
-0
/
+25
*
libc: fix sparse warning for __assert()
Masahiro Yamada
2019-09-11
1
-4
/
+5
*
libc: fix memchr implementation
Ambroise Vincent
2019-06-20
1
-2
/
+2
*
Remove several warnings reported with W=1
Ambroise Vincent
2019-04-01
4
-4
/
+8
*
libc: Move setjmp to libc folder
Antonio Nino Diaz
2019-02-08
2
-2
/
+68
*
Sanitise includes across codebase
Antonio Nino Diaz
2019-01-04
5
-8
/
+14
*
libc: Adapt strlcpy to this codebase
Antonio Nino Diaz
2018-11-02
2
-5
/
+5
*
libc: Import strlcpy from FreeBSD
Antonio Nino Diaz
2018-11-02
1
-0
/
+53
*
libc: Integrate strrchr in libc
Antonio Nino Diaz
2018-10-23
2
-9
/
+2
*
libc: Import strrchr from FreeBSD
Antonio Nino Diaz
2018-10-23
1
-0
/
+57
*
Ensure the flow through switch statements is clear
Daniel Boulby
2018-09-21
2
-0
/
+3
*
libc: Fix some MISRA defects
Antonio Nino Diaz
2018-08-30
4
-54
/
+74
*
backtrace: Print backtrace in assert() and panic()
Antonio Nino Diaz
2018-08-30
1
-2
/
+6
*
libc: Use printf and snprintf across codebase
Antonio Nino Diaz
2018-08-22
2
-3
/
+4
*
libc: Move tf_printf and tf_snprintf to libc
Antonio Nino Diaz
2018-08-22
3
-2
/
+317
*
libc: Fix all includes in codebase
Antonio Nino Diaz
2018-08-22
1
-1
/
+2
*
libc: Add AArch32 and AArch64 headers
Antonio Nino Diaz
2018-08-22
1
-1
/
+1
*
libc: Cleanup FreeBSD files
Antonio Nino Diaz
2018-08-22
4
-19
/
+16
*
libc: Import files from FreeBSD
Antonio Nino Diaz
2018-08-22
4
-0
/
+207
*
libc: Introduce cdefs.h, assert.h and strlen.c
Antonio Nino Diaz
2018-08-22
1
-0
/
+17
*
libc: Cleanup remaining files
Antonio Nino Diaz
2018-08-22
11
-116
/
+123
*
libc: Remove printf-like functions
Antonio Nino Diaz
2018-08-22
2
-584
/
+0
*
libc: Remove sscanf() and timingsafe_bcmp()
Antonio Nino Diaz
2018-08-22
3
-67
/
+2
*
libc: Remove non-Arm files
Antonio Nino Diaz
2018-08-22
5
-259
/
+0
*
Add atexit function to libc
Roberto Vargas
2018-08-03
1
-4
/
+16
*
Create a library file for libc
Roberto Vargas
2018-08-03
16
-0
/
+1144