| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the #define do all the work | Eric Andersen | 2005-11-14 | 1 | -6/+0 |
* | Lets not just paper over this. Add implementation of __xpg_sigpause() | Eric Andersen | 2005-11-10 | 1 | -0/+6 |
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -3/+1 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -36/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+36 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -8/+7 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+4 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Quick implementation of sigwait. Doesn't handle thread cancelation | Eric Andersen | 2003-10-03 | 2 | -7/+35 |
* | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | 2003-01-22 | 1 | -2/+14 |
* | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen | 2003-01-22 | 1 | -111/+14 |
* | Fix pthreads to use the rt signals if present | Eric Andersen | 2002-06-13 | 1 | -43/+21 |
* | -#ifdef _POSIX_THREADS | Eric Andersen | 2002-05-30 | 1 | -2/+3 |
* | Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is | Eric Andersen | 2002-02-16 | 1 | -2/+2 |
* | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 2 | -4/+6 |
* | HAVE_SA_RESTORER is supposed to be true, not false, on most arches. | Eric Andersen | 2002-02-11 | 1 | -10/+23 |
* | use X/Open __sysv_signal name, then use the weak name for sysv_signal | Eric Andersen | 2002-02-05 | 1 | -2/+2 |
* | Fixup setjmp implementation so it actaully works as expected | Eric Andersen | 2002-01-30 | 1 | -14/+12 |
* | Fix a few things I'd missed when using old (2.0.x) kernels. | Eric Andersen | 2002-01-02 | 3 | -51/+2 |
* | Once again, rework the signal handling to be even more correct. We no | Eric Andersen | 2002-01-02 | 27 | -391/+739 |
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 2 | -2/+4 |
* | Fix support for sysv style signals | Eric Andersen | 2001-11-21 | 2 | -1/+59 |
* | These are now obsolete | Eric Andersen | 2001-10-17 | 2 | -74/+0 |
* | Fix up sig handling so it is more in sync with glibc behavior | Eric Andersen | 2001-10-17 | 15 | -87/+410 |
* | Minor cleanups | Eric Andersen | 2001-10-03 | 3 | -0/+3 |
* | Update to accomodate the header file changes | Eric Andersen | 2001-09-27 | 6 | -8/+10 |
* | Add in (stub out really) __libc_current_sigrtmin, and | Eric Andersen | 2001-06-15 | 2 | -1/+36 |
* | Sigpause was broken. Now it is fixed. | Eric Andersen | 2001-05-16 | 1 | -21/+49 |
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -2/+1 |
* | Oops. Forgot the makefile updates | Eric Andersen | 2001-05-10 | 1 | -1/+1 |
* | These are needed for ash-0.3.8 | Eric Andersen | 2001-05-10 | 1 | -0/+36 |
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 5 | -5/+5 |
* | Add missing function sigfillset. | Manuel Novoa III | 2001-04-04 | 2 | -1/+39 |
* | Add sigintr, from a patch by Michael Shmulevich | Eric Andersen | 2001-03-19 | 2 | -1/+58 |
* | Symbol cleanup/bugfix. Add in needed global. | Eric Andersen | 2001-01-16 | 2 | -1/+4 |
* | A large update from Manuel Novoa III <mnovoa3@bellsouth.net>. | Eric Andersen | 2001-01-11 | 1 | -2/+2 |
* | Fix doc blunder. | Eric Andersen | 2000-11-04 | 1 | -4/+4 |
* | Make spelling of uClibc be consistant. | Eric Andersen | 2000-11-04 | 1 | -1/+1 |
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 3 | -6/+1 |
* | Fix up signal handling | Eric Andersen | 2000-10-27 | 5 | -2/+140 |
* | More reorg. A place for everything and everything in its place... | Eric Andersen | 2000-10-23 | 8 | -1/+258 |
* | Strip all object files of all non global symbols and .note and | Eric Andersen | 2000-10-20 | 1 | -2/+4 |
* | More updates. Implement strsignal. Add pwd_grp tests | Eric Andersen | 2000-10-18 | 1 | -1/+1 |
* | Makefile update | Eric Andersen | 2000-10-12 | 1 | -1/+1 |
* | Finish reorganizing things. At least I think I've finished. | Eric Andersen | 2000-10-11 | 2 | -0/+57 |