index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
lstat/stat/fstat: Use 64bit version of syscall if available
master
Khem Raj
2012-02-05
3
-13
/
+42
*
Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...
Khem Raj
2012-02-05
1
-2
/
+2
*
tmpnam, tempnam are obsolete in SUSV4
Bernhard Reutner-Fischer
2012-01-29
2
-1
/
+5
*
*: if !HAS_THREADS strong alias sigaction
Bernhard Reutner-Fischer
2012-01-28
8
-2
/
+45
*
buildsys: fixup sigaction handling
Bernhard Reutner-Fischer
2012-01-28
5
-19
/
+5
*
libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy code
Carmelo Amoroso
2012-01-27
1
-2
/
+1
*
*: silence some warnings
Bernhard Reutner-Fischer
2012-01-26
18
-68
/
+111
*
syscall: flag ia64 syscall error path as unlikely
Bernhard Reutner-Fischer
2012-01-26
1
-2
/
+2
*
arm: tweak comment
Bernhard Reutner-Fischer
2012-01-26
1
-2
/
+2
*
i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitions
Denys Vlasenko
2012-01-18
1
-5
/
+4
*
stubs: mark stubs as used
Bernhard Reutner-Fischer
2012-01-18
1
-0
/
+1
*
mips/dlfcn.h: Disable RTLD_DEEPBIND
Khem Raj
2012-01-16
1
-0
/
+2
*
x86_64: add PLT bypass for __sigsetjmp
Mike Frysinger
2011-12-03
3
-2
/
+7
*
buildsys: s/CROSS/CROSS_COMPILE/g
Carmelo Amoroso
2011-11-25
1
-3
/
+3
*
libc: do not rely upon ulimit kernel syscall.
Carmelo Amoroso
2011-11-23
1
-8
/
+0
*
Add a C6X-specific ipc.h.
Bernd Schmidt
2011-11-14
1
-0
/
+55
*
libc: flesh out linux scheduler functions
Henning Heinold
2011-11-07
9
-17
/
+277
*
ldso: support RTLD_NOLOAD
Timo Teräs
2011-11-07
1
-2
/
+2
*
powerpc: Fix typo in clone()
Bernhard Reutner-Fischer
2011-11-04
1
-1
/
+1
*
Add stub for eventfd.
Jean-Christian de Rivaz
2011-11-04
1
-0
/
+4
*
libm: implement a generic sincos().
William Pitcock
2011-11-04
1
-1
/
+1
*
setegid: use setresgid conditionally
Bernhard Reutner-Fischer
2011-11-02
1
-0
/
+6
*
stubs: remove leftover undefs
Bernhard Reutner-Fischer
2011-11-02
1
-61
/
+0
*
stubs: handle linux module functions
Bernhard Reutner-Fischer
2011-11-02
2
-4
/
+5
*
stubs: handle linux-specific
Bernhard Reutner-Fischer
2011-11-02
2
-19
/
+184
*
stubs: fix inverted socket logic
Bernhard Reutner-Fischer
2011-11-02
1
-19
/
+19
*
stubs: undef linux specific unless they were asked for
Bernhard Reutner-Fischer
2011-11-02
1
-0
/
+34
*
Add eventfd support.
Jean-Christian de Rivaz
2011-10-31
3
-1
/
+68
*
sparc: fix build for linuxthreads.old
Rob Landley
2011-10-27
1
-1
/
+1
*
sh: fix build for SH in !NPTL case
Rob Landley
2011-10-27
1
-1
/
+1
*
microblaze mmu/elf/shared lib support
Ryan Flux
2011-10-06
3
-1
/
+40
*
microblaze linux has no SDA support
Steve Bennett
2011-10-06
2
-8
/
+0
*
microblaze can be either big or little endian
Steve Bennett
2011-10-06
1
-1
/
+8
*
Use the generic bits/select.h for microblaze
Steve Bennett
2011-10-06
1
-58
/
+0
*
ctor/dtor nptl: Fix init and fini function compilation
Khem Raj
2011-06-13
1
-15
/
+0
*
ARM: remove EABI/OABI selection
Yann E. MORIN
2011-06-11
2
-4
/
+9
*
ARM: detect BX availibility at build time
Yann E. MORIN
2011-06-11
1
-1
/
+8
*
ARM: #include <bits/arm_asm.h> where __USE_BX__ is used
Yann E. MORIN
2011-06-11
1
-0
/
+1
*
Fix __libc_epoll_pwait compile failure on x86
Phil Blundell
2011-06-10
1
-2
/
+3
*
libc: make common longjmp usable with NPTL
Filippo Arcidiacono
2011-05-27
1
-2
/
+2
*
sh: use the common implementation for longjmp
Filippo Arcidiacono
2011-05-27
3
-62
/
+2
*
sh: fix build in !NPTL case
Filippo Arcidiacono
2011-05-27
2
-1
/
+5
*
unwind.h: Move to libc/sysdeps from nptl sysdeps
Khem Raj
2011-05-13
2
-0
/
+499
*
epoll: redo cancellation to match master
Bernhard Reutner-Fischer
2011-05-13
1
-15
/
+32
*
epoll.c: add cancellation to epoll_[p]wait()
Peter S. Mazinger
2011-05-13
1
-4
/
+21
*
NPTL: needs madvise internally
Bernhard Reutner-Fischer
2011-05-12
1
-4
/
+3
*
socket: fix stubs
Bernhard Reutner-Fischer
2011-05-12
1
-19
/
+19
*
epoll: unify epoll.h
Bernhard Reutner-Fischer
2011-05-11
2
-146
/
+24
*
commentary typo fix
Bernhard Reutner-Fischer
2011-05-11
1
-3
/
+3
*
Implement epoll_create1 and epoll_pwait system calls.
Thierry Reding
2011-05-11
3
-5
/
+87
[next]