OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / include / signal.h
2014-12-09 Bernhard Reutner... sigaction: Fix !HAS_REALTIME compilation
2012-11-18 Mike Frysingerdrop support for pre ISO-C compilers
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingersignal.h: needs size_t
2012-06-15 Peter S. Mazingersignal: remove sigblock, siggetmask and sigsetmask
2012-06-15 Peter S. Mazingersigpause.c: provide the X/Open variant, since the BSD...
2012-06-15 Peter S. Mazingerrework cancellation for sigwait, sigtimedwait and sigwa...
2012-06-15 Peter S. Mazingersigsuspend.c: add cancellation support independently...
2012-06-15 Peter S. Mazingerno need for hidden __sigpause, use an internal static...
2012-06-15 Peter S. Mazingersignal: cleanup, include only headers that are needed
2012-06-15 Peter S. Mazingeradd simplified __sigemptyset for internal use
2012-06-15 Peter S. Mazingersignal.h: sync with glibc, mainly proper guards
2012-06-15 Peter S. Mazingersignal.h: disable sigreturn prototype
2012-06-15 Peter S. Mazingersignal.h: disable ssignal and gsignal
2012-06-15 Peter S. Mazingerremove unneeded hidden sigwaitinfo
2012-06-15 Peter S. Mazingerno need for hidden sigtimedwait
2012-06-15 Peter S. Mazingersignal.h: move prototypes for __syscall_[rt_]sigaction...
2012-06-15 Peter S. Mazingersignal.h: provide prototype for __libc_sigaction and...
2012-06-15 Peter S. Mazingersignal.h: disable sigvec() and guard related stuff...
2012-01-29 Bernhard Reutner... handle signal-OBXSI.SUSv4.syms
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-03 Peter S. Mazingerremove ucontext.h and guard sigstack structure with...
2011-03-03 Peter S. Mazingeradd missing prototypes
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Peter S. Mazingersync some headers and disable unused prototypes
2009-09-19 Denys Vlasenkosigpause: remove libc_hidden_proto/def
2009-09-19 Denys Vlasenkosigwait: remove __sigwait and __GI_sigwait symbols...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-15 Denis Vlasenkoremove some duplicates in bits/signum.h. No code changes.
2008-12-15 Denis Vlasenkosigaction overhaul as described in docs/sigaction.txt
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-06-04 Bernd SchmidtUndefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2006-01-15 Peter S. Mazingerrevert 13331 and sync partly header w/ glibc, __sysv_si...
2005-11-14 Eric AndersenLet the #define do all the work
2005-11-10 Eric AndersenLets not just paper over this. Add implementation...
2005-11-10 Peter S. MazingerDisable __xpg_sigpause until it is implemented (if...
2005-11-08 Peter S. MazingerCorrect a problem introduced by porting the glibc header
2005-11-04 Peter S. MazingerSync up w/ glibc
2005-06-16 Eric AndersenJim Ramsay writes:
2003-08-01 Manuel Novoa III Add a new *scanf implementation, includeing the *wscanf...
2002-03-01 Eric AndersenMajor rework of the include files to eliminate redundancy
2001-09-27 Eric AndersenRev all the header files to sync things with glibc...
2001-06-27 Eric AndersenDon't even threaten to include asm/* stuff
2001-01-16 Eric AndersenRemove the nonexistant __sigaction
2000-07-06 Eric AndersenSome more major updates to further superate ucLibc...
2000-05-14 Erik AndersenInitial revision