summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm
Commit message (Expand)AuthorAgeFilesLines
...
* typo, thx vapierPeter S. Mazinger2005-12-081-1/+0
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-082-4/+2
* Try to mimic glibc sigaction, sjhill, could you please test w/ this version?Peter S. Mazinger2005-12-081-4/+4
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+2
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-3/+4
* Remove prototypes that are in kernel_sigaction.h alreadyPeter S. Mazinger2005-12-021-5/+0
* Hide mostly used functionsPeter S. Mazinger2005-12-012-5/+5
* define MREMAP_FIXEDMike Frysinger2005-11-271-0/+1
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* rename common Makefile.arch to prevent include funkiness from occuringMike Frysinger2005-11-191-1/+1
* update copyright and license, add _BITS_SETJMP_H protection around the file, ...Mike Frysinger2005-11-161-1/+5
* add support for cirrus maverick fpu using patch for glibc http://yann.poupet....Mike Frysinger2005-11-106-1/+160
* sync with glibcMike Frysinger2005-11-102-6/+10
* update licenseMike Frysinger2005-11-103-34/+10
* unify common code thus making arch-specific Makefiles very simple :)Mike Frysinger2005-11-041-23/+5
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-2/+2
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-69/+8
* Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does ...Peter S. Mazinger2005-10-281-6/+0
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+38
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-35/+23
* merge additional license cruft from glibcMike Frysinger2005-10-051-0/+17
* Add .type _init/_fini unconditionally to arm/crt1.SPeter S. Mazinger2005-09-291-4/+3
* Build crt[in].o with disabled ssp.Peter S. Mazinger2005-09-281-3/+3
* arm/crt1.S needs features.h and the weak _init/_fini independently of __PIC__...Peter S. Mazinger2005-09-281-8/+10
* Speed up clean target, don't recurse where possible, remove unneeded actionsPeter S. Mazinger2005-09-271-1/+0
* declare _init/_fini weak if UCLIBC_CTOR_DTOR is not definedMike Frysinger2005-09-181-0/+8
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-153-14/+36
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+33
* eat whitespaceMike Frysinger2005-08-142-9/+7
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-143-8/+33
* whitespace itMike Frysinger2005-08-041-4/+5
* yvasilev writes in Bug 235:Mike Frysinger2005-08-041-1/+8
* remove outdated comment and announce support for nanosecondsMike Frysinger2005-07-291-2/+2
* we are handed errno as a negative value so we need to reverse itMike Frysinger2005-07-291-1/+1
* rip out previous armeb old-stat abi compat code since arm linux opinion is th...Mike Frysinger2005-07-171-16/+2
* make sure the stat64 struct is packed to prevent further ABI headaches as don...Mike Frysinger2005-07-161-1/+1
* with the help of John Bowler, track down the ugly ABI change between 2.4 / 2....Mike Frysinger2005-07-161-4/+28
* update comments/syntax and make sure we include features.h for the hidden defineMike Frysinger2005-07-061-4/+4
* import armeb fixes as outlined by John BowlerMike Frysinger2005-07-041-0/+8
* Oops.Joakim Tjernlund2005-06-261-1/+1
* Change L_Scrt1 to __PIC__Joakim Tjernlund2005-06-251-2/+2
* Hopefully fix PIE apps.Joakim Tjernlund2005-06-251-12/+70
* whitespace tweak, dont mind meMike Frysinger2005-06-251-21/+20
* change the old pads to the new nano sec fieldsMike Frysinger2005-06-111-6/+6
* touchup syntax for no real good reason ;)Mike Frysinger2005-06-118-33/+37
* Based on start.S from debian's glibc, this gets arm workingEric Andersen2005-06-101-138/+69
* Add missing file needed for arm to compileEric Andersen2005-06-101-0/+29
* Remove TEXTREL relocations for ARM.Joakim Tjernlund2005-06-107-90/+73
* oops. I'd left some junk in thereEric Andersen2005-06-101-3/+0
* rework arm crt1 properly this time aroundEric Andersen2005-06-101-27/+23