index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
libc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-23
stdio compat layer for plugins
Marcin Bukat
1
-0
/
+2
2017-11-21
Implement a much more capable vuprintf()
Michael Sevakis
1
-45
/
+65
2017-02-03
Improve code for gmtime_r()
Michael Sevakis
1
-68
/
+86
2017-01-26
Move intrinsic RTC implmentation differences to driver files
Michael Sevakis
1
-0
/
+3
2017-01-15
Renamed defines UNALIGNED to ROCKBOX_UNALIGNED - UNALIGNED is already
Matthias Mohr
6
-12
/
+12
2015-01-04
mktime(): Remove redundant assignment of 'result'
Thomas Jarosch
1
-1
/
+0
2014-08-29
Add normal alloca() definition and implement a strdupa and friends
Michael Sevakis
1
-0
/
+5
2014-08-29
Add mempcpy implementation
Michael Sevakis
1
-0
/
+1
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
3
-11
/
+12
2014-08-25
Do a better endian.h setup that isn't as fragile
Michael Sevakis
1
-0
/
+59
2014-08-16
Base scheduler queues off linked lists and do cleanup/consolidation
Michael Sevakis
1
-1
/
+1
2014-08-08
Do some kernel cleanup
Michael Sevakis
1
-1
/
+1
2014-05-09
Make errno a thread-local variable.
Michael Sevakis
2
-3
/
+9
2012-03-18
gmtime: avoid a modulus
Rafaël Carré
1
-1
/
+1
2012-03-12
fix year calculation in gmtime
Bertrik Sikken
1
-1
/
+1
2012-03-11
gmtime: reduce array size: days in month fit in 8 bits
Rafaël Carré
1
-1
/
+2
2012-03-11
Introduce gmtime.c and use it in the AS3514 RTC driver
Bertrik Sikken
2
-0
/
+114
2012-01-22
Move optimized memcpy and friends and strlen to firmware/asm,
Thomas Martitz
4
-467
/
+0
2011-12-04
Don't define str(n,i)cmp(i): we don't use those
Rafaël Carré
1
-14
/
+0
2010-12-02
Fix reds, inclusion of C files into plugins is tricky.
Thomas Martitz
1
-7
/
+22
2010-12-02
Change the gcc options for sdl builds to allow for gnu99 features, it needs s...
Thomas Martitz
1
-16
/
+1
2010-09-20
format() (and its alias vuprintf) return values are uncheck -> void
Rafaël Carré
1
-4
/
+2
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
1
-0
/
+40
2010-07-25
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
1
-2
/
+2
2010-07-11
strstr(): cosmetics
Rafaël Carré
1
-17
/
+17
2010-07-11
strstr: replace GPLv2-only implementation from Linux by LGPLv2.1 from uclibc
Rafaël Carré
1
-22
/
+23
2010-06-22
Add an advanced build option to force compiling and linking our reduced C lib...
Thomas Martitz
9
-3
/
+9
2010-05-30
inttypes.h: remove excessive PRI*PTR declaration when long isn't 64 bits
Rafaël Carré
1
-5
/
+0
2010-05-30
inttypes.h: add (some) iso c99 fprintf format specifiers
Rafaël Carré
1
-1
/
+73
2010-05-15
- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...
Thomas Martitz
1
-1
/
+2
2010-05-15
vuprintf does not belong in stdio.h, causes problems with other versions of s...
Jeffrey Goode
1
-5
/
+0
2010-05-14
Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...
Frank Gevaerts
2
-0
/
+96
2010-05-14
Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...
Thomas Martitz
1
-0
/
+53
2010-05-06
Define size_t the way the gcc/glibc people intended
Frank Gevaerts
1
-12
/
+3
2010-05-06
string.h shouldn't include stddef.h
Frank Gevaerts
1
-2
/
+0
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
30
-0
/
+2779