index
:
blackbird-skiboot
04-16-2019
Blackbird™ skiboot sources
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix strtok for previous tokens being NULL
Balbir singh
2018-05-24
1
-1
/
+4
*
build: use thin archives rather than incremental linking
Nicholas Piggin
2018-02-28
5
-5
/
+5
*
libc: add strnlen()
Oliver O'Halloran
2017-09-15
2
-0
/
+14
*
libc/test/run-snprintf: int -> unsigned int
Stewart Smith
2017-08-24
1
-1
/
+2
*
mktime: fix off-by-one error calling days_in_month
Stewart Smith
2017-08-24
1
-1
/
+1
*
libc/time.c: days_in_month() use char rather than int
Stewart Smith
2017-08-24
1
-1
/
+1
*
libc: Add labs() to stdlib
Shilpasri G Bhat
2017-05-31
4
-1
/
+34
*
gcov: fix typo preventing libc coverage report
Stewart Smith
2017-05-01
1
-1
/
+1
*
libc/stdio/vsnprintf.c: add explicit fallthrough
Stewart Smith
2017-02-02
1
-0
/
+1
*
stdio: Fix default definition of pr_fmt
Benjamin Herrenschmidt
2017-01-05
1
-1
/
+1
*
snprintf: increase testing, %u and 0 padding
Stewart Smith
2016-10-17
1
-0
/
+53
*
libc : Changes variable data type where return value of strlen() stored from ...
Mukesh Ojha
2016-10-11
3
-4
/
+4
*
libc/string: add memcpy_from_ci()
Claudio Carvalho
2016-10-05
3
-5
/
+54
*
strlen: use size_t for len
Stewart Smith
2016-09-02
1
-1
/
+1
*
consolidate gcov flags into HOSTGCOVFLAGS for host binaries
Stewart Smith
2016-09-02
1
-2
/
+2
*
libc: Use 8-bytes stores for non-0 memset too
Benjamin Herrenschmidt
2016-08-18
1
-1
/
+8
*
libc: Remove NULL check for format argument in snprintf()
Cyril Bur
2016-07-18
1
-1
/
+1
*
Add "ffs" inline function
Benjamin Herrenschmidt
2016-07-06
1
-0
/
+5
*
Fix for typos
Frederic Bonnard
2016-06-20
2
-2
/
+2
*
*/test/*: Added '<subdir>-check' make targets
Oliver O'Halloran
2016-03-30
1
-2
/
+5
*
Remove unused scanf and variants
Stewart Smith
2015-11-13
5
-455
/
+3
*
Move FSP specific abort() code to platform layer
Vasant Hegde
2015-09-09
2
-10
/
+4
*
fix wrong operator use in stdlib/rand.c
Stewart Smith
2015-07-08
1
-1
/
+1
*
Increase unit test coverage of printf h and z length modifiers
Stewart Smith
2015-07-02
1
-0
/
+31
*
Increase unit test coverage of printf %p and %o
Stewart Smith
2015-07-02
1
-0
/
+22
*
add tests for libc tolower() and toupper()
Stewart Smith
2015-06-24
2
-0
/
+22
*
add tests for libc isdigit, isprint, isspace, isxdigit
Stewart Smith
2015-06-24
2
-0
/
+93
*
add tests for libc memmove
Stewart Smith
2015-06-24
2
-2
/
+27
*
add tests for libc strncasecmp
Stewart Smith
2015-06-24
2
-0
/
+17
*
add tests for libc strcasecmp
Stewart Smith
2015-06-24
2
-0
/
+27
*
add tests for libc strcmp
Stewart Smith
2015-06-24
2
-0
/
+10
*
add tests for libc memcmp
Stewart Smith
2015-06-24
2
-0
/
+10
*
add tests for libc memchr
Stewart Smith
2015-06-24
2
-0
/
+13
*
libflash/blocklevel: Extend the block level to be able to do ecc
Cyril Bur
2015-06-23
1
-0
/
+2
*
Remove unused struct tm elements
Stewart Smith
2015-06-15
1
-5
/
+0
*
Optimized memset() implementation for POWER
Stewart Smith
2015-06-01
3
-0
/
+55
*
Add pr_fmt to do printf/prlog prefixing automagically
Stewart Smith
2015-05-12
1
-1
/
+9
*
sparse: fix libc declarations
Cédric Le Goater
2015-02-26
1
-6
/
+8
*
sparse: fix Using plain integer as NULL pointer warning
Cédric Le Goater
2015-02-26
2
-2
/
+2
*
sparse: declare errno
Cédric Le Goater
2015-02-26
1
-0
/
+1
*
atoi/atol should assume base 10, not autodetect base.
Daniel Axtens
2015-02-23
3
-6
/
+9
*
Don't recognise a double hex prefix (0x0xNN) as valid.
Daniel Axtens
2015-02-23
3
-8
/
+3
*
Test libc stdlib functions (atoi/strtol and friends)
Daniel Axtens
2015-02-23
1
-0
/
+60
*
Make abort() update sp attn area (like assert does)
Stewart Smith
2015-02-11
1
-1
/
+7
*
Fix commit 16c80346
Jeremy Kerr
2015-02-09
1
-2
/
+11
*
Add OPAL_INVALID_CALL explicitly in opal.h and docs
Stewart Smith
2015-02-05
1
-11
/
+2
*
Makefile: clean the gcov files created during coverage
Neelesh Gupta
2015-02-05
1
-2
/
+11
*
add libc/test/.gitignore for the new libc unit tests
Stewart Smith
2015-01-27
1
-0
/
+10
*
Add skeleton for libc/ctype unit tests
Stewart Smith
2015-01-20
3
-1
/
+62
*
Add skeleton for libc/stdlib unit test
Stewart Smith
2015-01-20
3
-1
/
+62
[next]