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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
add gitignore for utils
Mike Frysinger
2009-06-28
1
-0
/
+4
|
*
wchar: fix inverted parameters in error message
André Goddard Rosa
2009-06-28
1
-1
/
+1
|
*
libc.so: include all output formats in linker script
Steve Bennett
2009-06-28
1
-2
/
+2
|
*
utils: punt readelf
Mike Frysinger
2009-06-28
2
-352
/
+1
|
*
include errno.h unconditionally
Bernhard Reutner-Fischer
2009-06-02
1
-4
/
+3
|
*
add stub for shm_open() and shm_unlink
Bernhard Reutner-Fischer
2009-06-02
1
-0
/
+98
*
|
Blackfin: make sure all relocs are uppercase
Mike Frysinger
2009-06-01
4
-33
/
+33
|
/
*
waitid: linux ABI takes 5 args, not 4
Mike Frysinger
2009-05-27
1
-4
/
+16
*
tweak .gitignore
Bernhard Reutner-Fischer
2009-05-27
1
-0
/
+17
*
Add working pipe implementation for sparc
Austin Foxley
2009-05-26
3
-3
/
+69
*
fix compilation of linuxthreads for sparc64
Austin Foxley
2009-05-21
2
-3
/
+0
*
Add a sigaction implementation for sparc
Austin Foxley
2009-05-20
2
-1
/
+95
*
Merge branch 'master' of git+ssh://carmelo@git.uclibc.org/git/uClibc
Carmelo Amoroso
2009-05-05
1
-0
/
+8
|
\
|
*
Add .gitignore
Austin Foxley
2009-05-05
1
-0
/
+8
*
|
Add position independent code for crt1.S.
Carmelo Amoroso
2009-05-05
1
-0
/
+45
|
/
*
sh: Fix FPU config option
Peter Griffin
2009-05-04
1
-1
/
+1
*
patch from Joseph S. Meyers
austinf
2009-04-27
1
-3
/
+3
*
libc/string/i386/memset.c: memset 1 byte at a time is a bit gross
Denis Vlasenko
2009-04-23
1
-9
/
+56
*
Reinstate {drm,mtd,rdma,sound,video} directory installtion
Denis Vlasenko
2009-04-19
1
-11
/
+11
*
install_kernel_headers: comment out copying of extra directories,
Denis Vlasenko
2009-04-18
1
-9
/
+11
*
libc/inet/resolv.c:
Denis Vlasenko
2009-04-18
2
-278
/
+467
*
make sure to block all signals when calling daemon() to prevent delivery whil...
Mike Frysinger
2009-04-13
1
-1
/
+13
*
for sparc v8 MAGIC1 was defined incorrectly
austinf
2009-04-11
1
-1
/
+1
*
sparc also needs CONSTANT_STRING_GOT_FIXUP for doing debug printing in ldso
austinf
2009-04-11
1
-1
/
+1
*
- fix typo
Bernhard Reutner-Fischer
2009-04-09
1
-1
/
+1
*
Fix the ifdef logic broken by last commit for !defined (__mcoldfire__)
Khem Raj
2009-04-09
1
-3
/
+1
*
The attached patches fixes the problems found bringing up uclibc on coldfire
Khem Raj
2009-04-09
4
-10
/
+31
*
implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier
Mike Frysinger
2009-04-07
3
-17
/
+26
*
apply getline() fix from linux kernel
Mike Frysinger
2009-04-06
1
-5
/
+4
*
32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28.
Rob Landley
2009-03-27
1
-1
/
+2
*
- Add strtouq alias (to strtoul) for 64bit
Bernhard Reutner-Fischer
2009-03-25
2
-1
/
+6
*
- do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger)
Bernhard Reutner-Fischer
2009-03-25
1
-2
/
+2
*
fix compilation of linuxthreads for sparc
austinf
2009-03-18
6
-17
/
+18
*
Fixed makefiles inclusion flow to pass actual configuration variable values.
Carmelo Amoroso
2009-03-16
51
-222
/
+341
*
Added string.h header for strerr prototype.
Carmelo Amoroso
2009-03-16
1
-0
/
+1
*
enable mprotect() regardless of MMU as some systems have MPUs which allows me...
Mike Frysinger
2009-03-16
1
-1
/
+1
*
import user.h from the kernel as it is no longer exported by the kernel
Mike Frysinger
2009-03-16
1
-0
/
+57
*
Update copyright header.
Khem Raj
2009-03-16
1
-1
/
+1
*
docs/pthreads_hacking.txt: new file
Denis Vlasenko
2009-03-16
1
-0
/
+748
*
default linux-2.4 module support to off for Blackfin targets
Mike Frysinger
2009-03-14
1
-2
/
+3
*
force DOPIC for FDPIC ELF targets
Mike Frysinger
2009-03-14
1
-0
/
+1
*
add GNU extension for select timeouts where the sub-second field is actually ...
Mike Frysinger
2009-03-13
1
-1
/
+20
*
add linuxthreads support for arm. By Will Newton (will.newton AT gmail.com)
Denis Vlasenko
2009-03-12
2
-0
/
+208
*
linuxthreads fixes from Will Newton (will.newton AT gmail.com):
Denis Vlasenko
2009-03-12
7
-29
/
+46
*
resolver:
Denis Vlasenko
2009-03-10
1
-63
/
+7
*
Define creat in an independent file
Khem Raj
2009-03-05
2
-5
/
+15
*
Use __always_inline instead of __inline__
Carmelo Amoroso
2009-03-05
11
-38
/
+38
*
Make long double support available for sh too.
Carmelo Amoroso
2009-03-05
1
-1
/
+1
*
mknod: widen the parameters to match kernel
Denis Vlasenko
2009-03-03
5
-18
/
+21
*
Add EPOLLRDHUP constant
Denis Vlasenko
2009-03-02
1
-0
/
+2
[prev]
[next]