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
/
signal
/
raise.c
Age
Commit message (
Expand
)
Author
2012-06-15
signal: cleanup, include only headers that are needed
Peter S. Mazinger
2009-09-19
raise: remove unused hidden weak symbol __raise
Denys Vlasenko
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2006-07-05
update license
Mike Frysinger
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-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-11-14
Hide internally used symbols, use weak_alias for raise/sigwait, as they could...
Peter S. Mazinger
2002-01-02
Once again, rework the signal handling to be even more correct. We no
Eric Andersen
2000-10-11
Finish reorganizing things. At least I think I've finished.
Eric Andersen