OSDN Git Service

Fix bug 430 and reduce ldso size with 1KB :). Not sure if I need to use fstat64,...
[uclinux-h8/uclibc-ng.git] / libc / signal /
2005-01-25 Mike Frysingermerge parallel build support
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-03 Eric AndersenQuick implementation of sigwait. Doesn't handle thread...
2003-01-22 Eric AndersenUpdate sigaction syscall names to act more like glibc...
2003-01-22 Eric AndersenLooks like sigaction on arm needs adjustment, so split...
2002-06-13 Eric AndersenFix pthreads to use the rt signals if present
2002-05-30 Eric Andersen-#ifdef _POSIX_THREADS
2002-02-16 Eric AndersenUse sizeof(sa_mask) instaed of sizeof(sigset_t) since...
2002-02-13 Eric AndersenA number of naming updates in preparation for adding in
2002-02-11 Eric AndersenHAVE_SA_RESTORER is supposed to be true, not false...
2002-02-05 Eric Andersenuse X/Open __sysv_signal name, then use the weak name...
2002-01-30 Eric AndersenFixup setjmp implementation so it actaully works as...
2002-01-02 Eric AndersenFix a few things I'd missed when using old (2.0.x)...
2002-01-02 Eric AndersenOnce again, rework the signal handling to be even more...
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-21 Eric AndersenFix support for sysv style signals
2001-10-17 Eric AndersenThese are now obsolete
2001-10-17 Eric AndersenFix up sig handling so it is more in sync with glibc...
2001-10-03 Eric AndersenMinor cleanups
2001-09-27 Eric AndersenUpdate to accomodate the header file changes
2001-06-15 Eric AndersenAdd in (stub out really) __libc_current_sigrtmin, and
2001-05-16 Eric AndersenSigpause was broken. Now it is fixed.
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-05-10 Eric AndersenOops. Forgot the makefile updates
2001-05-10 Eric AndersenThese are needed for ash-0.3.8
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-04-04 Manuel Novoa III Add missing function sigfillset.
2001-03-19 Eric AndersenAdd sigintr, from a patch by Michael Shmulevich
2001-01-16 Eric AndersenSymbol cleanup/bugfix. Add in needed global.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-27 Eric AndersenFix up signal handling
2000-10-23 Eric AndersenMore reorg. A place for everything and everything...
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-18 Eric AndersenMore updates. Implement strsignal. Add pwd_grp tests
2000-10-12 Eric AndersenMakefile update
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...