summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* rip out previous armeb old-stat abi compat code since arm linux opinion is ↵Mike Frysinger2005-07-172-89/+11
| | | | that the old stat.h abi was for little endian only ... people should use this patch to fix their armeb kernels: http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=863/1
* add support for nanosecondsMike Frysinger2005-07-171-7/+9
|
* make sure the stat64 struct is packed to prevent further ABI headaches as ↵Mike Frysinger2005-07-161-1/+1
| | | | done in mainline 2.6
* with the help of John Bowler, track down the ugly ABI change between 2.4 / ↵Mike Frysinger2005-07-162-7/+97
| | | | 2.6 on big endian arm kernels and work around it best we can at runtime
* add support for passing nano seconds (if arch supports it)Mike Frysinger2005-07-151-2/+11
|
* allow people to build shared/ldso but disable threadsMike Frysinger2005-07-151-2/+1
|
* a [mostly working] elfinterp.c based on i386 / glibcMike Frysinger2005-07-141-0/+324
|
* when running shared tests, use the toplevel ldsoMike Frysinger2005-07-141-1/+3
|
* remove unused instructionsMike Frysinger2005-07-141-4/+0
|
* import the rest of the glibc start.S so PIE worksMike Frysinger2005-07-141-12/+12
|
* eat pointless whitespaceMike Frysinger2005-07-131-1/+1
|
* dump the address we transfer control toMike Frysinger2005-07-131-1/+2
|
* oops, fix typo in ELF_ST_BIND macrosMike Frysinger2005-07-131-2/+2
|
* use Elf32_Word instead of uint32_t since that is what the ELF spec refers toMike Frysinger2005-07-132-7/+7
|
* use wrapper debug macros to improve readabilityMike Frysinger2005-07-121-62/+17
|
* import fix from glibc to resolve segfault reported by wmq in Bug 335Mike Frysinger2005-07-121-1/+1
|
* dont use void* when we know the type of pointer we wantMike Frysinger2005-07-111-2/+2
|
* force hash buckets to work off of 32bit quantitiesMike Frysinger2005-07-112-4/+4
|
* use the debug dprint macros to clean up readabilityMike Frysinger2005-07-111-15/+6
|
* use the debug dprint macros to clean up readabilityMike Frysinger2005-07-111-8/+4
|
* create a new wrapper macro for debug early outputMike Frysinger2005-07-111-5/+11
|
* minor touchups in debug output/commentsMike Frysinger2005-07-111-3/+2
|
* base __rtld_stack_end off of argv instead of args so we dont have to worry ↵Mike Frysinger2005-07-111-7/+2
| | | | about how each arch treats args
* declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a ↵Mike Frysinger2005-07-111-1/+2
| | | | Word (and it will truncate addresses on 64bit hosts)
* make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to itMike Frysinger2005-07-111-1/+2
|
* add some info on what needs to be done for specific archesMike Frysinger2005-07-101-0/+15
|
* need syscall.h for __NR_clone definitionMike Frysinger2005-07-101-12/+3
|
* define an abort instruction for m68kMike Frysinger2005-07-101-0/+2
|
* define an abort instruction for alphaMike Frysinger2005-07-101-1/+3
|
* alphabetize and warn if an arch is undefinedMike Frysinger2005-07-101-7/+8
|
* merge updates from glibc and fix up to work againMike Frysinger2005-07-102-47/+43
|
* update __UCLIBC_CTOR_DTOR__ checkMike Frysinger2005-07-101-5/+3
|
* punt unused __pthread_return_void funcMike Frysinger2005-07-091-6/+0
|
* import the __syscall_error trick for errno handlingMike Frysinger2005-07-093-11/+35
|
* this should be able to handle both 32 and 64 bit sparcMike Frysinger2005-07-091-1/+1
|
* drop the envp codeMike Frysinger2005-07-091-5/+0
|
* style updatesMike Frysinger2005-07-095-53/+46
|
* rewrite crt in asm using glibc as a basisMike Frysinger2005-07-093-46/+141
|
* update styleMike Frysinger2005-07-093-19/+26
|
* make sure we use long instead of int so we dont truncate 64bit valuesMike Frysinger2005-07-091-3/+3
|
* we need the syscall6() version of mmapMike Frysinger2005-07-091-1/+1
|
* the generic mmap.c is not good enough for us, we need the syscall6() versionMike Frysinger2005-07-092-1/+18
|
* might as well test mmap64() tooMike Frysinger2005-07-092-1/+25
|
* make sure the call to signal() workedMike Frysinger2005-07-091-2/+8
|
* need unistd/string header filesMike Frysinger2005-07-091-0/+3
|
* need the ioctl header fileMike Frysinger2005-07-091-0/+1
|
* setting envp is pointless since no other arch does itMike Frysinger2005-07-091-4/+0
|
* oops, we want to jmp to the syscall handler, not call itMike Frysinger2005-07-084-4/+4
|
* add some more useful debug outputMike Frysinger2005-07-081-6/+10
|
* err, x86_64 is RELA, not RELMike Frysinger2005-07-081-4/+4
|