index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
sysdeps
/
linux
/
x86_64
/
sigaction.c
Age
Commit message (
Expand
)
Author
2012-06-15
signal.h: provide prototype for __libc_sigaction and remove all others
Peter S. Mazinger
2012-01-28
*: if !HAS_THREADS strong alias sigaction
Bernhard Reutner-Fischer
2010-04-15
nptl: fix libc sigaction signal checking
Timo Teräs
2008-12-15
sigaction overhaul as described in docs/sigaction.txt
Denis Vlasenko
2008-12-13
Remove the rest of "bounded pointers" scaffolding. gcc website says"
Denis Vlasenko
2008-12-01
fix sigset_t size for mips (it's the only arch with 128 signals).
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-08-06
- some more asm keyword fixes (Yann E. MORIN)
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-04-24
- fixup asm. No object-code changes
Bernhard Reutner-Fischer
2007-07-29
Remove stray code alignment (.align 16 and .align 4 directives)
Denis Vlasenko
2006-02-02
even the hidden version of the weaks in libc (as strong in libpthread) have t...
Peter S. Mazinger
2006-01-26
Get rid of missing prototype warnings
Peter S. Mazinger
2006-01-23
make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...
Peter S. Mazinger
2006-01-21
Remove old comment
Peter S. Mazinger
2006-01-15
make gcc4 happy w/ hidden_def/proto, correct some typos
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-10
Merge from NPTL branch. Bring in the remaining changes for sigaction.
"Steven J. Hill"
2005-12-08
Try to mimic glibc sigaction, sjhill, could you please test w/ this version?
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2005-11-23
sync with glibc to get rid of warnings
Mike Frysinger
2005-06-29
unneeded quotes
Mike Frysinger
2005-02-15
some source files for x86_64
Mike Frysinger