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
*
remove trailing ';' from _syscallX()
Peter S. Mazinger
2011-03-09
8
-13
/
+13
*
bits/statvfs.h: update, adding ST_RELATIME
Peter S. Mazinger
2011-03-09
1
-2
/
+4
*
add bits/atomic.h for hppa
Peter S. Mazinger
2011-03-09
1
-0
/
+103
*
bits/statvfs.h: the common one is good for alpha and sparc
Peter S. Mazinger
2011-03-09
2
-202
/
+0
*
bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target
Peter S. Mazinger
2011-03-09
23
-92
/
+0
*
bits/kernel_stat.h: use the same guard on all archs
Peter S. Mazinger
2011-03-09
4
-9
/
+9
*
types.h: remove __ipc_pid_t
Peter S. Mazinger
2011-03-09
1
-5
/
+0
*
guard *_chk() related stuff with UCLIBC_HAS_FORTIFY
Peter S. Mazinger
2011-03-09
6
-10
/
+18
*
nios2: Correct guard #defines in bits/kernel_types.h
Tobias Klauser
2011-03-08
1
-3
/
+3
*
nptl: fix compilation on x86_64
William Pitcock
2011-03-08
6
-14
/
+6
*
shm.h: fix vax's bits/shm.h
Peter S. Mazinger
2011-03-08
1
-3
/
+9
*
Makefile.in: remove uClibc_fpmax.h independently of any config option
Peter S. Mazinger
2011-03-08
1
-1
/
+1
*
resolv.h: disable unneeded prototypes
Peter S. Mazinger
2011-03-08
1
-0
/
+20
*
Makefile.in: remove uClibc_uwchar.h and uClibc_va_copy.h on install
Peter S. Mazinger
2011-03-08
1
-0
/
+2
*
Makerules: respect HARDWIRED_ABSPATH in interp.c
Peter S. Mazinger
2011-03-08
1
-0
/
+6
*
try to fix duplicated slashes in the generated lib*.so files (round 2)
Peter S. Mazinger
2011-03-08
1
-0
/
+2
*
Revert "buildsys: prefer the form HEADERS_RM-$(<config>)"
Carmelo Amoroso
2011-03-08
1
-1
/
+3
*
buildsys: prefer the form HEADERS_RM-$(<config>)
Carmelo Amoroso
2011-03-07
1
-3
/
+1
*
locale.c: export newlocale only if XLOCALE is defined
Peter S. Mazinger
2011-03-07
1
-0
/
+2
*
locale.c, locale.h: no need for hidden duplocale
Peter S. Mazinger
2011-03-07
2
-2
/
+0
*
simplify ffs* code
Peter S. Mazinger
2011-03-06
4
-24
/
+12
*
remove unused ARCH_CFLAGS and ARCH_LDFLAGS
Peter S. Mazinger
2011-03-06
1
-6
/
+0
*
Revert "try to fix duplicated slashes in the generated lib*.so files"
Peter S. Mazinger
2011-03-06
3
-19
/
+19
*
Implement ffsl and ffsll.
Bernd Schmidt
2011-03-05
4
-9
/
+59
*
Add sanity checks to ld.so DSBT support
Mark Salter
2011-03-05
1
-1
/
+28
*
The C6X port
Aurelien Jacquiot
2011-03-05
52
-0
/
+3486
*
Allow ABIs where SP points below the stack frame.
Bernd Schmidt
2011-03-05
1
-7
/
+11
*
Add support for DSBT ELF to ld.so
Mark Salter
2011-03-05
6
-6
/
+58
*
Add Makefile support for DSBT ELF.
Bernd Schmidt bernds_cb1@t-online.de
2011-03-05
11
-1
/
+12
*
fix locale build
Peter S. Mazinger
2011-03-04
2
-6
/
+6
*
fix removal of sgtty.h
Peter S. Mazinger
2011-03-04
1
-1
/
+3
*
nptl: fix use of IS_IN_LIBPTHREAD macro
Carmelo Amoroso
2011-03-04
1
-1
/
+1
*
remove obsoleted and incorrect comment
Peter S. Mazinger
2011-03-03
1
-5
/
+0
*
provide internal hidden version of __fcntl_nocancel
Peter S. Mazinger
2011-03-03
2
-0
/
+4
*
add _dl_errno support to errno.h, cleanup
Peter S. Mazinger
2011-03-03
3
-49
/
+7
*
do not enforce FORCE_SHAREABLE_TEXT_SEGMENTS on sh4
Peter S. Mazinger
2011-03-03
1
-1
/
+0
*
sgtty.h is useless, remove it on STRICT_HEADERS
Peter S. Mazinger
2011-03-03
3
-0
/
+9
*
paths.h: add _PATH_GSHADOW
Peter S. Mazinger
2011-03-03
1
-0
/
+1
*
guard nl_catd structure and related constants with STRICT_HEADERS
Peter S. Mazinger
2011-03-03
1
-0
/
+4
*
better guard of IPV6 related stuff
Peter S. Mazinger
2011-03-03
1
-3
/
+6
*
do not care about libc-internal.h, remove hp-timing.h
Peter S. Mazinger
2011-03-03
1
-1
/
+1
*
strcpy: remove unneeded includes from the generic version
Peter S. Mazinger
2011-03-03
1
-3
/
+0
*
update some headers
Peter S. Mazinger
2011-03-03
3
-33
/
+40
*
update some headers
Peter S. Mazinger
2011-03-03
10
-44
/
+81
*
make it possible to compile with -std=gnu99/c99 and use extern inlines
Peter S. Mazinger
2011-03-03
1
-1
/
+1
*
simplify guard of uClibc internals
Peter S. Mazinger
2011-03-03
1
-1
/
+1
*
remove libc-internal.h on install
Peter S. Mazinger
2011-03-03
1
-1
/
+1
*
remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...
Peter S. Mazinger
2011-03-03
9
-6
/
+15
*
make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTF
Peter S. Mazinger
2011-03-03
2
-0
/
+5
*
remove error handling from some syscalls
Peter S. Mazinger
2011-03-03
9
-51
/
+33
[next]