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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix up build system for NPTL. I admit it is much cleaner now, but I lost my e...
"Steven J. Hill"
2005-10-04
3
-25
/
+43
*
Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a...
"Steven J. Hill"
2005-09-24
1
-1
/
+1
*
Big sync with trunk.
"Steven J. Hill"
2005-09-24
5
-38
/
+97
*
Finish merge from trunk.
"Steven J. Hill"
2005-09-13
1
-10
/
+0
*
We can now deselect STDIO futex support independently of NPTL.
"Steven J. Hill"
2005-09-06
1
-3
/
+3
*
Add in calls needed for TLS setup for statically linked applications. A call ...
"Steven J. Hill"
2005-08-30
1
-4
/
+15
*
Sync with trunk.
"Steven J. Hill"
2005-08-30
1
-3
/
+4
*
Sync with trunk.
"Steven J. Hill"
2005-08-27
1
-1
/
+1
*
Merge/sync with trunk.
"Steven J. Hill"
2005-08-17
1
-1
/
+1
*
Finalize the merge from the trunk. There are more files to be
"Steven J. Hill"
2005-07-30
9
-51
/
+71
*
Merge mania continues...
"Steven J. Hill"
2005-07-30
1
-0
/
+4
*
Fixed up resolver and errno code such that both thread models can compile wit...
"Steven J. Hill"
2005-07-22
1
-6
/
+7
*
Massive clean up of makefiles with a focus on being able to compile correctly
"Steven J. Hill"
2005-07-22
3
-6
/
+4
*
Fixed up 'clean' target for latest NPTL changes and modified include
"Steven J. Hill"
2005-06-12
3
-12
/
+4
*
Change strptime so that it only modifies struct tm fields specified.
Manuel Novoa III
2005-05-10
1
-1
/
+3
*
Added support for clock_getres() and clock_settime() in addition to
Peter Kjellerstedt
2005-04-28
2
-41
/
+1
*
Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl
Joakim Tjernlund
2005-04-24
4
-6
/
+8
*
In Bug 116, dicksnippe writes:
Mike Frysinger
2005-04-16
1
-3
/
+32
*
cbachman writes Bug 195:
Mike Frysinger
2005-04-16
1
-0
/
+4
*
Prepare for moving ldso FINI handling into libc.
Joakim Tjernlund
2005-03-20
1
-3
/
+7
*
no more cvs
Mike Frysinger
2005-02-12
2
-3
/
+0
*
merge parallel build support
Mike Frysinger
2005-01-25
26
-128
/
+101
*
Jean writes:
Eric Andersen
2005-01-11
1
-1
/
+9
*
Patch from Peter S. Mazinger:
Eric Andersen
2004-12-22
1
-2
/
+2
*
Revert Peter's __lib_gettimeofday patch. There's the minor issue of
Manuel Novoa III
2004-10-31
4
-4
/
+4
*
Fix up __uClibc_init() for so that we prevent starting SUID
Eric Andersen
2004-10-27
1
-17
/
+66
*
Peter S. Mazinger writes:
Eric Andersen
2004-10-19
4
-4
/
+4
*
Atsushi Nemoto writes:
Joakim Tjernlund
2004-09-28
1
-2
/
+2
*
Hide some x86-specific devel asserts.
Manuel Novoa III
2004-09-10
1
-0
/
+5
*
I will always test before I commit.
Eric Andersen
2004-08-16
1
-29
/
+32
*
Setup __pagesize from inside __uClibc_init(), or else when registering
Eric Andersen
2004-08-16
1
-31
/
+31
*
Be a bit more prominant about the fact that setuid handling
Eric Andersen
2004-08-16
1
-3
/
+8
*
The variable used to store pagesize is not the same as the
Eric Andersen
2004-08-16
1
-5
/
+3
*
Fixup PAGE_SIZE problems
Eric Andersen
2004-08-13
1
-1
/
+1
*
doh
Eric Andersen
2004-08-04
1
-1
/
+1
*
Add missing header file needed to define PAGE_SIZE
Eric Andersen
2004-08-04
1
-0
/
+1
*
As Joakim Tjernlund rightly notes, I should have used PAGE_SIZE
Eric Andersen
2004-08-03
1
-2
/
+2
*
Do not grovel about in the ELF header for the page size when
Eric Andersen
2004-07-28
1
-2
/
+5
*
Oops. Missed a spot.
Eric Andersen
2004-06-12
1
-1
/
+1
*
scrap the goofy time + getpid() based "randomness" and use
Eric Andersen
2004-06-06
1
-28
/
+35
*
Joakim Tjernlund writes:
Eric Andersen
2004-05-14
1
-10
/
+6
*
Setup a _dl_pagesize value for use by staticly linked apps
Eric Andersen
2004-05-11
1
-0
/
+2
*
make certain that getpagesize() returns correct the value for mips
Eric Andersen
2004-05-11
1
-3
/
+25
*
Purge trailing white space
Eric Andersen
2004-05-11
1
-13
/
+13
*
Obligatory forgotten file...
Manuel Novoa III
2004-05-08
1
-1
/
+2
*
Change clock() to allow wrapping.
Manuel Novoa III
2004-05-08
1
-86
/
+145
*
"Fix" this so that at least things will link when threading is disabled.
Manuel Novoa III
2004-05-07
1
-4
/
+8
*
Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.
Eric Andersen
2004-04-06
1
-4
/
+0
*
Reduce memory used by static buffers and allocate that memory dynamicly
Eric Andersen
2004-03-18
2
-3
/
+18
*
Rewrite the err/warn functions as they were broken (__noreturn__ funcs
Manuel Novoa III
2004-03-11
3
-76
/
+111
[prev]
[next]