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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleaned up 'sysdep.h' file madness.
"Steven J. Hill"
2005-09-13
3
-627
/
+259
*
Finish merge from trunk.
"Steven J. Hill"
2005-09-13
3
-2
/
+51
*
Fix 'vfork' for MIPS. The SAVE_PID and RESTORE_PID macros should not be in th...
"Steven J. Hill"
2005-09-06
1
-29
/
+0
*
Fix cloberring of errno value.
"Steven J. Hill"
2005-09-03
1
-0
/
+3
*
Import latest 'clone' and 'vfork' functions from glibc. These have been teste...
"Steven J. Hill"
2005-09-03
5
-57
/
+141
*
Sync.
"Steven J. Hill"
2005-08-27
1
-8
/
+3
*
Sync with trunk.
"Steven J. Hill"
2005-08-26
21
-1588
/
+1791
*
Sync with trunk.
"Steven J. Hill"
2005-08-18
2
-3
/
+3
*
Sync with trunk.
"Steven J. Hill"
2005-08-18
1
-0
/
+23
*
Merge/sync with trunk.
"Steven J. Hill"
2005-08-17
11
-44
/
+134
*
Bring in latest from trunk.
"Steven J. Hill"
2005-08-12
4
-20
/
+8
*
It occurred to me that for the uClibc way of doing things, we should be using...
"Steven J. Hill"
2005-08-11
1
-4
/
+0
*
Finally, all of the makefiles that make the magic happen. These changes allow...
"Steven J. Hill"
2005-08-09
1
-18
/
+1
*
Compile cleanups for NPTL support.
"Steven J. Hill"
2005-08-09
1
-0
/
+4
*
In reality, the futex support that was originally added was only for STDIO op...
"Steven J. Hill"
2005-08-09
2
-5
/
+7
*
Changes made to the dynamic loader for TLS/NPTL support. Additional changes m...
"Steven J. Hill"
2005-08-09
2
-0
/
+13
*
Merge from trunk, again.
"Steven J. Hill"
2005-08-09
4
-92
/
+74
*
Merge from trunk.
"Steven J. Hill"
2005-08-09
4
-48
/
+21
*
Merge with latest changes from the trunk.
"Steven J. Hill"
2005-08-04
6
-10
/
+59
*
Properly link in needed TLS functions for the static C library. Added the new...
"Steven J. Hill"
2005-07-31
1
-0
/
+17
*
Last of the merges along with latest changes for NPTL. Nothing much
"Steven J. Hill"
2005-07-30
7
-602
/
+201
*
Finalize the merge from the trunk. There are more files to be
"Steven J. Hill"
2005-07-30
16
-110
/
+182
*
Add new file.
"Steven J. Hill"
2005-07-30
1
-0
/
+550
*
Merge mania continues...
"Steven J. Hill"
2005-07-30
4
-63
/
+443
*
More merges with main trunk.
"Steven J. Hill"
2005-07-30
7
-7
/
+294
*
Merge remaining architecture stuff that does not effect MIPS.
"Steven J. Hill"
2005-07-26
10
-0
/
+770
*
Test of my merge script.
"Steven J. Hill"
2005-07-25
1
-0
/
+89
*
A merging we will go. A merging we will go. Hi ho the merrio' a merging we wi...
"Steven J. Hill"
2005-07-25
59
-1371
/
+568
*
Big set of various patches to get the NPTL libraries to build and link.
"Steven J. Hill"
2005-07-22
1
-1
/
+0
*
Add in MIPS-specific implementation of 'vfork' and clean up other files in NP...
"Steven J. Hill"
2005-07-22
1
-0
/
+100
*
Add futex support into uClibc. Selection of futex support independent of
"Steven J. Hill"
2005-07-22
1
-0
/
+38
*
Changed files for glibc compatibility so that more NPTL files would build.
"Steven J. Hill"
2005-06-12
2
-18
/
+37
*
Fixed up 'clean' target for latest NPTL changes and modified include
"Steven J. Hill"
2005-06-12
1
-0
/
+1
*
Add in function declarations and bit fields for new NPTL clone support.
"Steven J. Hill"
2005-06-03
1
-0
/
+16
*
Update comment blocks.
"Steven J. Hill"
2005-06-03
1
-9
/
+9
*
Added new 'sysdep.h' file for MIPS. It is a complete combination of all 5,
"Steven J. Hill"
2005-05-26
1
-0
/
+549
*
libpthread/nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c
"Steven J. Hill"
2005-05-26
7
-62
/
+117
*
Get rid of crud.
"Steven J. Hill"
2005-05-15
1
-234
/
+0
*
There were two versions of 'pthreadtypes.h' originally in uClibc. Also,
"Steven J. Hill"
2005-05-14
1
-142
/
+0
*
Sync uClibc 'sigthread.h' with the latest version from glibc.
"Steven J. Hill"
2005-05-14
1
-6
/
+6
*
Add missing file to the clean list.
"Steven J. Hill"
2005-05-14
1
-0
/
+1
*
Added new 'bits/atomic.h' for most of the architectures and the top-level 'in...
"Steven J. Hill"
2005-05-12
6
-0
/
+1824
*
This file is no longer used. kill it.
Eric Andersen
2005-05-11
1
-64
/
+0
*
Hopefully fix the problem reported by Peter Mazinger,
Joakim Tjernlund
2005-05-07
6
-32
/
+568
*
Fix trapa value for _syscall6() to conform with new sh syscall ABI.
Paul Mundt
2005-05-07
2
-2
/
+2
*
Fix __sigprocmask weak symbol resolution with gcc4.
Paul Mundt
2005-05-02
2
-1
/
+2
*
Added support for clock_getres() and clock_settime() in addition to
Peter Kjellerstedt
2005-04-28
3
-0
/
+155
*
Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).
Peter Kjellerstedt
2005-04-28
1
-4
/
+6
*
The list of source files was just too much. Especially trying to keep
Peter Kjellerstedt
2005-04-28
1
-42
/
+8
*
Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl
Joakim Tjernlund
2005-04-24
9
-28
/
+419
[prev]
[next]