| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | typo, thx vapier | Peter S. Mazinger | 2005-12-08 | 1 | -1/+0 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 2 | -4/+2 |
* | Try to mimic glibc sigaction, sjhill, could you please test w/ this version? | Peter S. Mazinger | 2005-12-08 | 1 | -4/+4 |
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -3/+4 |
* | Remove prototypes that are in kernel_sigaction.h already | Peter S. Mazinger | 2005-12-02 | 1 | -5/+0 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -5/+5 |
* | define MREMAP_FIXED | Mike Frysinger | 2005-11-27 | 1 | -0/+1 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | rename common Makefile.arch to prevent include funkiness from occuring | Mike Frysinger | 2005-11-19 | 1 | -1/+1 |
* | update copyright and license, add _BITS_SETJMP_H protection around the file, ... | Mike Frysinger | 2005-11-16 | 1 | -1/+5 |
* | add support for cirrus maverick fpu using patch for glibc http://yann.poupet.... | Mike Frysinger | 2005-11-10 | 6 | -1/+160 |
* | sync with glibc | Mike Frysinger | 2005-11-10 | 2 | -6/+10 |
* | update license | Mike Frysinger | 2005-11-10 | 3 | -34/+10 |
* | unify common code thus making arch-specific Makefiles very simple :) | Mike Frysinger | 2005-11-04 | 1 | -23/+5 |
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger | 2005-11-03 | 1 | -2/+2 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -69/+8 |
* | Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ... | Peter S. Mazinger | 2005-10-28 | 1 | -6/+0 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+38 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -35/+23 |
* | merge additional license cruft from glibc | Mike Frysinger | 2005-10-05 | 1 | -0/+17 |
* | Add .type _init/_fini unconditionally to arm/crt1.S | Peter S. Mazinger | 2005-09-29 | 1 | -4/+3 |
* | Build crt[in].o with disabled ssp. | Peter S. Mazinger | 2005-09-28 | 1 | -3/+3 |
* | arm/crt1.S needs features.h and the weak _init/_fini independently of __PIC__... | Peter S. Mazinger | 2005-09-28 | 1 | -8/+10 |
* | Speed up clean target, don't recurse where possible, remove unneeded actions | Peter S. Mazinger | 2005-09-27 | 1 | -1/+0 |
* | declare _init/_fini weak if UCLIBC_CTOR_DTOR is not defined | Mike Frysinger | 2005-09-18 | 1 | -0/+8 |
* | rip out iopl from ioperm.c so it will override the common iopl.c | Mike Frysinger | 2005-08-15 | 3 | -14/+36 |
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -0/+33 |
* | eat whitespace | Mike Frysinger | 2005-08-14 | 2 | -9/+7 |
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-14 | 3 | -8/+33 |
* | whitespace it | Mike Frysinger | 2005-08-04 | 1 | -4/+5 |
* | yvasilev writes in Bug 235: | Mike Frysinger | 2005-08-04 | 1 | -1/+8 |
* | remove outdated comment and announce support for nanoseconds | Mike Frysinger | 2005-07-29 | 1 | -2/+2 |
* | we are handed errno as a negative value so we need to reverse it | Mike Frysinger | 2005-07-29 | 1 | -1/+1 |
* | rip out previous armeb old-stat abi compat code since arm linux opinion is th... | Mike Frysinger | 2005-07-17 | 1 | -16/+2 |
* | make sure the stat64 struct is packed to prevent further ABI headaches as don... | Mike Frysinger | 2005-07-16 | 1 | -1/+1 |
* | with the help of John Bowler, track down the ugly ABI change between 2.4 / 2.... | Mike Frysinger | 2005-07-16 | 1 | -4/+28 |
* | update comments/syntax and make sure we include features.h for the hidden define | Mike Frysinger | 2005-07-06 | 1 | -4/+4 |
* | import armeb fixes as outlined by John Bowler | Mike Frysinger | 2005-07-04 | 1 | -0/+8 |
* | Oops. | Joakim Tjernlund | 2005-06-26 | 1 | -1/+1 |
* | Change L_Scrt1 to __PIC__ | Joakim Tjernlund | 2005-06-25 | 1 | -2/+2 |
* | Hopefully fix PIE apps. | Joakim Tjernlund | 2005-06-25 | 1 | -12/+70 |
* | whitespace tweak, dont mind me | Mike Frysinger | 2005-06-25 | 1 | -21/+20 |
* | change the old pads to the new nano sec fields | Mike Frysinger | 2005-06-11 | 1 | -6/+6 |
* | touchup syntax for no real good reason ;) | Mike Frysinger | 2005-06-11 | 8 | -33/+37 |
* | Based on start.S from debian's glibc, this gets arm working | Eric Andersen | 2005-06-10 | 1 | -138/+69 |
* | Add missing file needed for arm to compile | Eric Andersen | 2005-06-10 | 1 | -0/+29 |
* | Remove TEXTREL relocations for ARM. | Joakim Tjernlund | 2005-06-10 | 7 | -90/+73 |
* | oops. I'd left some junk in there | Eric Andersen | 2005-06-10 | 1 | -3/+0 |
* | rework arm crt1 properly this time around | Eric Andersen | 2005-06-10 | 1 | -27/+23 |