| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update license | Mike Frysinger | 2006-07-05 | 1 | -2/+1 |
| | | |||||
| * | update copyright with glibc | Mike Frysinger | 2006-02-20 | 1 | -1/+1 |
| | | |||||
| * | Use <> instead of \"\" | Peter S. Mazinger | 2006-02-15 | 1 | -1/+1 |
| | | |||||
| * | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -13/+9 |
| | | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | ||||
| * | even the hidden version of the weaks in libc (as strong in libpthread) have ↵ | Peter S. Mazinger | 2006-02-02 | 1 | -1/+1 |
| | | | | | to be weaks | ||||
| * | create local prototype for __libc_sigaction | Mike Frysinger | 2006-01-29 | 1 | -0/+5 |
| | | |||||
| * | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 5 | -3/+7 |
| | | |||||
| * | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵ | Peter S. Mazinger | 2006-01-23 | 3 | -5/+7 |
| | | | | | libpthread as well | ||||
| * | Change to build w/ -std=c99 | Peter S. Mazinger | 2006-01-23 | 1 | -2/+1 |
| | | |||||
| * | Get rid of nested warnings | Peter S. Mazinger | 2006-01-23 | 1 | -1/+4 |
| | | |||||
| * | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 8 | -7/+2 |
| | | | | | is a useless attempt | ||||
| * | disable deprecated warnings for some files | Mike Frysinger | 2006-01-20 | 4 | -0/+4 |
| | | |||||
| * | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 2 | -2/+2 |
| | | |||||
| * | revert 13331 and sync partly header w/ glibc, __sysv_signal is referenced in ↵ | Peter S. Mazinger | 2006-01-15 | 2 | -4/+6 |
| | | | | | header, keep it visible | ||||
| * | get rid of duplicates, even bsd_signal is questionable | Peter S. Mazinger | 2006-01-14 | 2 | -7/+4 |
| | | |||||
| * | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 9 | -11/+11 |
| | | |||||
| * | dont hide __libc_sigaction | Mike Frysinger | 2006-01-14 | 1 | -2/+2 |
| | | |||||
| * | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 20 | -70/+93 |
| | | | | | missing headers, other jump relocs removed | ||||
| * | sync with glibc | Mike Frysinger | 2006-01-09 | 1 | -2/+2 |
| | | |||||
| * | hide __sigjmp_save | Mike Frysinger | 2006-01-08 | 1 | -0/+2 |
| | | |||||
| * | Merge from NPTL branch. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+2 |
| | | |||||
| * | The minimum is different for NPTL because of two new signals. | "Steven J. Hill" | 2005-12-10 | 1 | -0/+4 |
| | | |||||
| * | hide __sigsetmask | Peter S. Mazinger | 2005-12-10 | 1 | -3/+2 |
| | | |||||
| * | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
| | | |||||
| * | internal sigpause, do we really default to BSD signals? | Peter S. Mazinger | 2005-12-09 | 5 | -5/+9 |
| | | |||||
| * | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 6 | -12/+11 |
| | | |||||
| * | Get rid again of memset reloc | Peter S. Mazinger | 2005-12-06 | 1 | -1/+1 |
| | | |||||
| * | Get rid of compiler warning. | "Steven J. Hill" | 2005-12-06 | 1 | -1/+1 |
| | | |||||
| * | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 12 | -22/+33 |
| | | |||||
| * | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 10 | -14/+14 |
| | | |||||
| * | sync with glibc (and shrinks the object code nicely by like half) | Mike Frysinger | 2005-12-01 | 4 | -73/+76 |
| | | |||||
| * | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | | |||||
| * | update licenses and sync with glibc | Mike Frysinger | 2005-11-15 | 23 | -421/+493 |
| | | |||||
| * | Hide internally used symbols, use weak_alias for raise/sigwait, as they ↵ | Peter S. Mazinger | 2005-11-14 | 2 | -2/+9 |
| | | | | | could be in libpthread too | ||||
| * | 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 ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
| | | | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | ||||
| * | 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 ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+36 |
| | | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
| * | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -8/+7 |
| | | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
| * | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -4/+4 |
| | | |||||
| * | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
| * | Quick implementation of sigwait. Doesn't handle thread cancelation | Eric Andersen | 2003-10-03 | 2 | -7/+35 |
| | | | | | yet, but should work... | ||||
| * | Update sigaction syscall names to act more like glibc. Fix the x86 sigaction | Eric Andersen | 2003-01-22 | 1 | -2/+14 |
| | | | | | | | implementation such that gdb can actually debug signal handlers. Gdb behaves much better now, for example, on multi-threaded apps. -Erik | ||||
| * | Looks like sigaction on arm needs adjustment, so split this into | Eric Andersen | 2003-01-22 | 1 | -111/+14 |
| | | | | | a common header file and a default implementation. | ||||
| * | Fix pthreads to use the rt signals if present | Eric Andersen | 2002-06-13 | 1 | -43/+21 |
| | | | | | -Erik | ||||
| * | -#ifdef _POSIX_THREADS | Eric Andersen | 2002-05-30 | 1 | -2/+3 |
| | | | | | +#ifdef __UCLIBC_HAS_THREADS__ | ||||
| * | Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask is | Eric Andersen | 2002-02-16 | 1 | -2/+2 |
| | | | | | not always a sigset_t... Fix from Geoffrey Espin. | ||||
| * | A number of naming updates in preparation for adding in | Eric Andersen | 2002-02-13 | 2 | -4/+6 |
| | | | | | | proper threading. Most of this is from Stefan Soucek, with additions and changes as needed from me. | ||||
