index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
xtensa
Age
Commit message (
Expand
)
Author
2012-06-15
cleanup fork()
Peter S. Mazinger
2012-06-15
add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensa
Peter S. Mazinger
2012-05-30
pread/pwrite: drop fallback funcs
Mike Frysinger
2012-05-30
pread/pwrite: handle renamed syscalls in common/ppc/xtensa code
Mike Frysinger
2012-01-28
*: if !HAS_THREADS strong alias sigaction
Bernhard Reutner-Fischer
2012-01-26
*: silence some warnings
Bernhard Reutner-Fischer
2011-03-09
bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target
Peter S. Mazinger
2010-06-24
libc: silence warnings about undefined cpp tokens
Bernhard Reutner-Fischer
2009-12-16
build: Get rids of PIC macro using compiler flag __PIC__ instead
Carmelo Amoroso
2009-11-23
nommu: use MAP_UNINITIALIZE for mallocs
Mike Frysinger
2009-10-07
clean up O_CLOEXEC handling
Mike Frysinger
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2009-08-30
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-08-30
Build posix_fadvice{64} only when UCLIBC_HAS_ADVANCED_REALTIME is set.
Khem Raj
2009-07-29
build: Include Makefile.commonarch from common Makefile.in
Carmelo Amoroso
2009-07-26
add missing UTIME_* defines for *at funcs
Mike Frysinger
2009-07-26
enable nanosecond stat support for everyone
Mike Frysinger
2009-07-09
syscall: unify part 2: NCS variety
Mike Frysinger
2009-07-08
syscall: unify common syscall defines
Mike Frysinger
2009-07-03
uClibc_arch_features: sync defines between ports
Mike Frysinger
2008-12-15
sigaction overhaul as described in docs/sigaction.txt
Denis Vlasenko
2008-12-13
Remove the rest of "bounded pointers" scaffolding. gcc website says"
Denis Vlasenko
2008-12-13
make all "XXXhidden_proto(" consistently not use a space before '('
Denis Vlasenko
2008-12-10
*: remove some __libc_XXX functions:
Denis Vlasenko
2008-12-01
fix sigset_t size for mips (it's the only arch with 128 signals).
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-15
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-11-15
- revert wrong r24049
Bernhard Reutner-Fischer
2008-11-15
- Remove linux-specific prototypes if asked to.
Bernhard Reutner-Fischer
2008-10-28
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-03
- add long double math wrappers (Ned Ludd)
Bernhard Reutner-Fischer
2008-10-03
- use c89-style comments
Bernhard Reutner-Fischer
2008-09-16
- add sync_file_range()
Bernhard Reutner-Fischer
2008-09-13
xtensa: The Xtensa port needs to define the __UCLIBC_TRUNCATE64_HAS_4_ARGS__ ...
Chris Zankel
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
- fix inline keyword
Bernhard Reutner-Fischer
2008-06-11
xtensa: Fix spill routine.
Chris Zankel
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-05-03
- add missing #endif
Bernhard Reutner-Fischer
2008-05-03
- implement splice,vmsplice,tee for all arches
Bernhard Reutner-Fischer
2008-04-24
- fixup asm. No object-code changes
Bernhard Reutner-Fischer
2008-02-20
xtensa: the size of the elf_gregset_t array is actually 128.
Chris Zankel
2008-02-20
Xtensa: Provide an architecture specific sigaction and sa_restorer function i...
Chris Zankel
2008-01-17
A patch from our Blackfin repository, originally from Jie Zhang. This fixes
Bernd Schmidt
2008-01-08
change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...
Mike Frysinger
2008-01-05
Chris Zankel writes:
Mike Frysinger