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
/
bits
Age
Commit message (
Expand
)
Author
2015-12-07
add definitions for O_PATH
Waldemar Brodkorb
2015-12-05
remove __UCLIBC_ASM_GLOBAL_DIRECTIVE__
Waldemar Brodkorb
2015-12-05
remove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__
Waldemar Brodkorb
2015-10-08
xtensa: support call0 ABI
Max Filippov
2014-08-25
fcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZ
Khem Raj
2013-11-04
xtensa: fix atomic_decrement_if_positive() return value
Baruch Siach
2013-11-04
xtensa: fix layout of struct sigcontext to match the kernel
Baruch Siach
2013-04-01
libc: rename TRUNCATE64_HAS_4_ARGS to SYSCALL_ALIGN_64BIT
Mike Frysinger
2013-02-05
mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZED
Bernhard Reutner-Fischer
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2012-11-03
xtensa: add missing atomic intrinsics
Chris Zankel
2012-11-03
xtensa: add a set of atomic intrinsics
Chris Zankel
2012-11-03
xtensa: add sigcontext.h
Chris Zankel
2012-10-02
libc/sysdeps: add __kernel_long and __kernel_ulong
Chris Packham
2012-06-15
nios2,xtensa: common uClibc_page.h is good for them
Peter S. Mazinger
2012-06-15
xtensa-config.h: remove XCHAL_MMU_MIN_PTE_PAGE_SIZE used only in uClibc_page.h
Peter S. Mazinger
2012-06-15
add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensa
Peter S. Mazinger
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
2009-11-23
nommu: use MAP_UNINITIALIZE for mallocs
Mike Frysinger
2009-10-07
clean up O_CLOEXEC handling
Mike Frysinger
2009-08-30
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
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-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-03
- add long double math wrappers (Ned Ludd)
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-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-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