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
...
*
Hmm, things broke with vapiers update. Lets
Joakim Tjernlund
2005-08-18
1
-2
/
+1
*
add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...
Mike Frysinger
2005-08-18
1
-0
/
+98
*
use generic ELF wrappers
Mike Frysinger
2005-08-18
1
-3
/
+3
*
add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...
Mike Frysinger
2005-08-18
2
-15
/
+19
*
rework some of the code to shrink size
Mike Frysinger
2005-08-18
1
-16
/
+19
*
style tweaks
Mike Frysinger
2005-08-18
1
-39
/
+25
*
remove 0.9.27 compat alias
Mike Frysinger
2005-08-18
1
-1
/
+0
*
add __thumb__ check
Mike Frysinger
2005-08-18
1
-1
/
+1
*
import updates from glibc
Mike Frysinger
2005-08-18
1
-92
/
+292
*
remove some debug code
Mike Frysinger
2005-08-18
1
-2
/
+1
*
we have getprotobyname_r() now so use it
Mike Frysinger
2005-08-18
1
-9
/
+20
*
install the manpages that are in the docs subdir
Mike Frysinger
2005-08-18
1
-3
/
+4
*
moved/updated to docs/man/
Mike Frysinger
2005-08-18
2
-48
/
+0
*
also check for __thumb__
Mike Frysinger
2005-08-18
1
-1
/
+1
*
posix_memalign and posix_fadvise are in uClibc now
Mike Frysinger
2005-08-18
1
-2
/
+1
*
add the posix_memalign function
Mike Frysinger
2005-08-18
2
-2
/
+44
*
update the uClibc webpage
Eric Andersen
2005-08-17
2
-35
/
+62
*
Make uClibc vfork() use kernels vfork() instead of fork().
Joakim Tjernlund
2005-08-17
2
-2
/
+25
*
start of some rpc tests
Mike Frysinger
2005-08-17
3
-0
/
+81
*
make sure UCLIBC_LDSO is defined if we are running in a test subdir rather th...
Mike Frysinger
2005-08-17
1
-0
/
+4
*
dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIX
Mike Frysinger
2005-08-17
1
-1
/
+6
*
We _must_ copy include/asm/ and include/linux/ when installing headers, since
Eric Andersen
2005-08-17
1
-2
/
+1
*
when installing the include files, skip .svn, linux, and asm dirs since they ...
Mike Frysinger
2005-08-17
1
-1
/
+3
*
add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since b...
Mike Frysinger
2005-08-16
1
-0
/
+1
*
add an entry about __fputc_unlocked link errors
Mike Frysinger
2005-08-16
1
-0
/
+17
*
write some good manpages
Mike Frysinger
2005-08-15
2
-0
/
+90
*
For current kernels, we just use the getcwd() syscall. For old 2.0 linux
Eric Andersen
2005-08-15
1
-1
/
+10
*
Just quote the whole darn thing so we can print any error msg we want
Eric Andersen
2005-08-15
1
-1
/
+1
*
remove quote char which doesnt belong
Mike Frysinger
2005-08-15
1
-1
/
+1
*
We do not supply a BSD style getloadavg() function
Eric Andersen
2005-08-15
1
-7
/
+0
*
Fix bug 387, missing _dl_progname for static apps.
Joakim Tjernlund
2005-08-15
1
-0
/
+1
*
Patch from Faidon Liambotis to update the debian stuff
Eric Andersen
2005-08-15
7
-23
/
+84
*
move arch-specific checks out of shared dl-syscall.h and into arch-specific d...
Mike Frysinger
2005-08-15
7
-3
/
+12
*
import thumb support from jbowler in Bug 385
Mike Frysinger
2005-08-15
1
-4
/
+3
*
arm has its own iopl.c now so we dont need ugly #ifdef check for arm
Mike Frysinger
2005-08-15
1
-7
/
+4
*
rip out iopl from ioperm.c so it will override the common iopl.c
Mike Frysinger
2005-08-15
3
-14
/
+36
*
import thumb support from jbowler in Bug 385
Mike Frysinger
2005-08-15
1
-0
/
+15
*
import thumb support from jbowler in Bug 385
Mike Frysinger
2005-08-15
1
-0
/
+33
*
Add utils in make clean rule. From paravoid.
Joakim Tjernlund
2005-08-14
1
-0
/
+1
*
eat whitespace
Mike Frysinger
2005-08-14
2
-9
/
+7
*
import thumb support from jbowler in Bug 385
Mike Frysinger
2005-08-14
3
-8
/
+33
*
per suggestion by psm, remove the variable DYNAMIC_LINKER
Eric Andersen
2005-08-13
2
-2
/
+1
*
Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.
Joakim Tjernlund
2005-08-12
4
-10
/
+4
*
Remove SYSTEM_LDSO option since it no longer works.
Joakim Tjernlund
2005-08-12
2
-18
/
+1
*
Remove hardcoded ld-uClibc.so.0 name in ldso.
Joakim Tjernlund
2005-08-12
4
-8
/
+4
*
revert __error -> __syscall_error change since it doesnt work for clone
Mike Frysinger
2005-08-12
1
-5
/
+11
*
missed one of the __error names in changing to __syscall_error
Mike Frysinger
2005-08-12
1
-1
/
+1
*
touchup PIE support for all the utils and fix stripping on iconv
Mike Frysinger
2005-08-11
1
-3
/
+8
*
add back in the LDPIEFLAG since -fPIE does not imply -pie
Mike Frysinger
2005-08-11
1
-1
/
+17
*
jump straight to __syscall_error
Mike Frysinger
2005-08-11
4
-20
/
+8
[prev]
[next]