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
/
include
/
signal.h
Age
Commit message (
Expand
)
Author
2012-06-15
remove unneeded hidden sigwaitinfo
Peter S. Mazinger
2012-06-15
no need for hidden sigtimedwait
Peter S. Mazinger
2012-06-15
signal.h: move prototypes for __syscall_[rt_]sigaction to common place
Peter S. Mazinger
2012-06-15
signal.h: provide prototype for __libc_sigaction and remove all others
Peter S. Mazinger
2012-06-15
signal.h: disable sigvec() and guard related stuff with STRICT_HEADERS
Peter S. Mazinger
2012-01-29
handle signal-OBXSI.SUSv4.syms
Bernhard Reutner-Fischer
2011-03-03
remove ucontext.h and guard sigstack structure with SUSV4_LEGACY and STRICT_H...
Peter S. Mazinger
2011-03-03
add missing prototypes
Peter S. Mazinger
2009-11-19
sync some headers and disable unused prototypes
Peter S. Mazinger
2009-09-19
sigpause: remove libc_hidden_proto/def
Denys Vlasenko
2009-09-19
sigwait: remove __sigwait and __GI_sigwait symbols - they are unused
Denys Vlasenko
2008-12-29
- expand SUSv3_LEGACY
Bernhard Reutner-Fischer
2008-12-15
remove some duplicates in bits/signum.h. No code changes.
Denis Vlasenko
2008-12-15
sigaction overhaul as described in docs/sigaction.txt
Denis Vlasenko
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-06-04
Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since we
Bernd Schmidt
2008-06-03
- adds several config-options to allow for turning off certain features
Bernhard Reutner-Fischer
2006-01-15
revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ...
Peter S. Mazinger
2005-11-14
Let the #define do all the work
Eric Andersen
2005-11-10
Lets not just paper over this. Add implementation of __xpg_sigpause()
Eric Andersen
2005-11-10
Disable __xpg_sigpause until it is implemented (if at all) in uClibc
Peter S. Mazinger
2005-11-08
Correct a problem introduced by porting the glibc header
Peter S. Mazinger
2005-11-04
Sync up w/ glibc
Peter S. Mazinger
2005-06-16
Jim Ramsay writes:
Eric Andersen
2003-08-01
Add a new *scanf implementation, includeing the *wscanf functions.
Manuel Novoa III
2002-03-01
Major rework of the include files to eliminate redundancy
Eric Andersen
2001-09-27
Rev all the header files to sync things with glibc 2.2.4
Eric Andersen
2001-06-27
Don't even threaten to include asm/* stuff
Eric Andersen
2001-01-16
Remove the nonexistant __sigaction
Eric Andersen
2000-07-06
Some more major updates to further superate ucLibc from the kernel
Eric Andersen
2000-05-14
Initial revision
Erik Andersen