summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
...
* cast buf as void* to fix warningMike Frysinger2005-06-291-1/+3
* Oops.Joakim Tjernlund2005-06-261-1/+1
* stack_end in __uClibc_main must point to where argc is.Joakim Tjernlund2005-06-261-4/+3
* Change L_Scrt1 to __PIC__ and delete old crt0.SJoakim Tjernlund2005-06-252-133/+1
* Delete old stuff.Joakim Tjernlund2005-06-251-103/+0
* Change L_Scrt1 to __PIC__Joakim Tjernlund2005-06-251-4/+4
* 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
* sync whitespace with glibcMike Frysinger2005-06-171-8/+8
* 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-1013-137/+102
* 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
* silly rabbitEric Andersen2005-06-101-1/+1
* Dunno yet if I got this right or not, but it now at leastEric Andersen2005-06-102-38/+57
* Finish updating mips for the new ABIEric Andersen2005-06-101-11/+11
* move tv def back with gettimeofday() funcMike Frysinger2005-06-071-4/+5
* Add Peter Mazinger fini/crt compat patch. Select DL_FINI_CRT_COMPAT toJoakim Tjernlund2005-05-285-28/+13
* Add back .size for __startJoakim Tjernlund2005-05-281-0/+1
* Add back .size for _start Joakim Tjernlund2005-05-281-0/+1
* touchup defines so that we can use same ssp.c in both glibc and uclibcMike Frysinger2005-05-271-16/+28
* - keep gcc-4.x happyNed Ludd2005-05-272-1/+6
* erik 0, stupid 1Eric Andersen2005-05-271-2/+2
* style updatesMike Frysinger2005-05-271-9/+9
* With a bit of luck, this might just get mips working againEric Andersen2005-05-273-72/+135
* minor tweak for correctnessEric Andersen2005-05-271-1/+1
* Pass the aligned stack ptr, not the unaligned.Joakim Tjernlund2005-05-261-4/+4
* Clean it up a little.Joakim Tjernlund2005-05-261-10/+6
* Adapt x86 to new __uClibc_start_main.Joakim Tjernlund2005-05-261-96/+106
* Fix PPC wrt new __uClibc_start_main.Joakim Tjernlund2005-05-261-12/+7
* Add PIE support to ARM. From Peter MazingerJoakim Tjernlund2005-05-261-4/+12
* Fix "off by one" bug.Joakim Tjernlund2005-05-261-6/+6
* Adapt startup code in x86 and PPC to almost match glibc. _init vs. __libc_csu...Joakim Tjernlund2005-05-252-29/+26
* Update PowerPC to new ABI.Joakim Tjernlund2005-05-212-14/+102
* Pass main function ptr from crt1 to __uClibc_start_main.Joakim Tjernlund2005-05-212-14/+132
* Finish up reverting NPTLEric Andersen2005-05-203-6/+382
* Get rid of crud."Steven J. Hill"2005-05-151-234/+0
* There were two versions of 'pthreadtypes.h' originally in uClibc. Also,"Steven J. Hill"2005-05-141-142/+0
* Sync uClibc 'sigthread.h' with the latest version from glibc."Steven J. Hill"2005-05-141-6/+6
* Add missing file to the clean list."Steven J. Hill"2005-05-141-0/+1
* Added new 'bits/atomic.h' for most of the architectures and the top-level 'in..."Steven J. Hill"2005-05-126-0/+1824
* This file is no longer used. kill it.Eric Andersen2005-05-111-64/+0
* Hopefully fix the problem reported by Peter Mazinger,Joakim Tjernlund2005-05-076-32/+568
* Fix trapa value for _syscall6() to conform with new sh syscall ABI.Paul Mundt2005-05-072-2/+2
* Fix __sigprocmask weak symbol resolution with gcc4.Paul Mundt2005-05-022-1/+2
* Added support for clock_getres() and clock_settime() in addition toPeter Kjellerstedt2005-04-283-0/+155