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
/
i386
/
sigaction.c
Age
Commit message (
Expand
)
Author
2008-07-23
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-05-19
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
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-25
Guard the use of sigreturn as in x86_64, thx blindvt
Peter S. Mazinger
2006-01-23
make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...
Peter S. Mazinger
2006-01-23
Make i386 build w/ -std=c99 (almost)
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-21
tweak restore function definitions like glibc does it to get rid of warnings
Mike Frysinger
2003-02-03
Oops. I'd left an extra invocation of sigaction in there...
Eric Andersen
2003-01-22
Update sigaction syscall names to act more like glibc. Fix the x86 sigaction
Eric Andersen