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
/
signal
Commit message (
Expand
)
Author
Age
Files
Lines
*
include string.h for memset()
Bernhard Reutner-Fischer
2009-11-17
1
-0
/
+2
*
sigwait: remove __sigwait for realtime case as well
Austin Foxley
2009-09-18
1
-4
/
+3
*
sigpause: remove libc_hidden_proto/def
Denys Vlasenko
2009-09-18
1
-1
/
+0
*
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2009-09-18
1
-4
/
+1
*
add non realtime sigwait from master and cleanup a bit
Austin Foxley
2009-09-18
1
-11
/
+68
*
raise: remove unused hidden weak symbol __raise
Denys Vlasenko
2009-09-18
1
-6
/
+2
*
trim Experimentally off and uncommented hidden
Austin Foxley
2009-09-18
17
-30
/
+0
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-19
1
-0
/
+2
*
Synch whole signal handling rework with trunk. Tested on nptl-sh4.
Carmelo Amoroso
2009-01-22
1
-42
/
+14
*
- pull r24593:24596 from trunk
Bernhard Reutner-Fischer
2008-12-29
2
-9
/
+9
*
Synch with trunk @ 24392
Carmelo Amoroso
2008-12-12
3
-18
/
+14
*
Synch with trunk @ 24261
Carmelo Amoroso
2008-12-11
4
-28
/
+25
*
Synch with trunk @ 24242
Carmelo Amoroso
2008-12-03
15
-91
/
+68
*
Synch with trunk @ 24165
Carmelo Amoroso
2008-11-27
20
-31
/
+37
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
1
-4
/
+4
*
Synch with trunk at rev 22997.
Carmelo Amoroso
2008-07-31
4
-5
/
+5
*
BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...
Carmelo Amoroso
2008-07-09
15
-50
/
+16
*
Synch the whole build system. Also including recent fix on testsuite build sy...
Carmelo Amoroso
2008-07-09
1
-6
/
+11
*
Last to missing files. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Carmelo Amoroso
2007-11-22
1
-1
/
+1
*
Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...
Carmelo Amoroso
2007-11-20
1
-2
/
+0
*
Changes for NPTL.
"Steven J. Hill"
2006-08-22
2
-1
/
+94
*
Merge from trunk.
"Steven J. Hill"
2006-08-22
2
-2
/
+3
*
Merge from trunk.
"Steven J. Hill"
2006-02-26
26
-169
/
+123
*
Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER a...
"Steven J. Hill"
2006-02-05
2
-4
/
+82
*
Get rid of more glibc NPTL symbol and alias madness. Also disable usage of
"Steven J. Hill"
2006-01-14
1
-0
/
+4
*
Finish merges from trunk.
"Steven J. Hill"
2005-12-10
1
-0
/
+2
*
Merge from trunk.
"Steven J. Hill"
2005-12-10
9
-8
/
+19
*
Fix up sigaction for NPTL.
"Steven J. Hill"
2005-12-10
1
-7
/
+6
*
NPTL changes for signal handling, getpid, sleep, raise and a few things
"Steven J. Hill"
2005-12-08
1
-0
/
+4
*
Fix 'sigaction' for NPTL and other thread models.
"Steven J. Hill"
2005-12-08
6
-24
/
+7
*
Merge from trunk.
"Steven J. Hill"
2005-12-08
1
-1
/
+1
*
Finish up merge from trunk.
"Steven J. Hill"
2005-12-06
1
-1
/
+1
*
Merge from trunk.
"Steven J. Hill"
2005-12-03
11
-8
/
+26
*
Merge from trunk.
"Steven J. Hill"
2005-12-02
11
-124
/
+52
*
Copy from trunk.
"Steven J. Hill"
2005-12-01
1
-0
/
+44
*
Massive merge from trunk.
"Steven J. Hill"
2005-11-18
24
-412
/
+495
*
Massive merge from trunk.
"Steven J. Hill"
2005-11-17
1
-4
/
+1
*
Update signal handlers for NPTL.
"Steven J. Hill"
2005-11-16
3
-14
/
+12
*
Copy from trunk.
"Steven J. Hill"
2005-10-30
1
-0
/
+36
*
merge parallel build support
Mike Frysinger
2005-01-25
1
-4
/
+4
*
Peter Kjellerstedt writes:
Eric Andersen
2003-10-18
1
-1
/
+1
*
Quick implementation of sigwait. Doesn't handle thread cancelation
Eric Andersen
2003-10-03
2
-7
/
+35
*
Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
Eric Andersen
2003-01-22
1
-2
/
+14
*
Looks like sigaction on arm needs adjustment, so split this into
Eric Andersen
2003-01-22
1
-111
/
+14
*
Fix pthreads to use the rt signals if present
Eric Andersen
2002-06-13
1
-43
/
+21
*
-#ifdef _POSIX_THREADS
Eric Andersen
2002-05-30
1
-2
/
+3
*
Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is
Eric Andersen
2002-02-16
1
-2
/
+2
*
A number of naming updates in preparation for adding in
Eric Andersen
2002-02-13
2
-4
/
+6
*
HAVE_SA_RESTORER is supposed to be true, not false, on most arches.
Eric Andersen
2002-02-11
1
-10
/
+23
*
use X/Open __sysv_signal name, then use the weak name for sysv_signal
Eric Andersen
2002-02-05
1
-2
/
+2
[next]