커밋 기록

작성자 SHA1 메시지 날짜
  Mike Frysinger a8ed82a853 allow people to build shared/ldso but disable threads 20 년 전
  Mike Frysinger ef1dacb1fc a [mostly working] elfinterp.c based on i386 / glibc 20 년 전
  Mike Frysinger 56e9950bf3 when running shared tests, use the toplevel ldso 20 년 전
  Mike Frysinger f80ef6bcb8 remove unused instructions 20 년 전
  Mike Frysinger 802c7d3ac8 import the rest of the glibc start.S so PIE works 20 년 전
  Mike Frysinger f50c17eb71 eat pointless whitespace 20 년 전
  Mike Frysinger 34288f4de0 dump the address we transfer control to 20 년 전
  Mike Frysinger cd14230fcf oops, fix typo in ELF_ST_BIND macros 20 년 전
  Mike Frysinger 43346101c5 use Elf32_Word instead of uint32_t since that is what the ELF spec refers to 20 년 전
  Mike Frysinger 8b3f9257b8 use wrapper debug macros to improve readability 20 년 전
  Mike Frysinger 8edeb6297c import fix from glibc to resolve segfault reported by wmq in Bug 335 20 년 전
  Mike Frysinger d2363d3bed dont use void* when we know the type of pointer we want 20 년 전
  Mike Frysinger 84cc817ba5 force hash buckets to work off of 32bit quantities 20 년 전
  Mike Frysinger e55e48a9f6 use the debug dprint macros to clean up readability 20 년 전
  Mike Frysinger 8174ddee1c use the debug dprint macros to clean up readability 20 년 전
  Mike Frysinger 2b6789581c create a new wrapper macro for debug early output 20 년 전
  Mike Frysinger 65ed8b75f3 minor touchups in debug output/comments 20 년 전
  Mike Frysinger bda3391b23 base __rtld_stack_end off of argv instead of args so we dont have to worry about how each arch treats args 20 년 전
  Mike Frysinger f4d9a266b9 declare reloc_addr as ElfW(Addr) instead of Word since it is an Addr, not a Word (and it will truncate addresses on 64bit hosts) 20 년 전
  Mike Frysinger bdf82cbbc1 make sure the SEND_NUMBER_STDERR macro doesnt modify the number given to it 20 년 전
  Mike Frysinger 128d0c53cc add some info on what needs to be done for specific arches 20 년 전
  Mike Frysinger 582cf4bdc3 need syscall.h for __NR_clone definition 20 년 전
  Mike Frysinger c9bb4e57f4 define an abort instruction for m68k 20 년 전
  Mike Frysinger 5473efd367 define an abort instruction for alpha 20 년 전
  Mike Frysinger 42ed684f69 alphabetize and warn if an arch is undefined 20 년 전
  Mike Frysinger df48714b9b merge updates from glibc and fix up to work again 20 년 전
  Mike Frysinger 0f2ea84cef update __UCLIBC_CTOR_DTOR__ check 20 년 전
  Mike Frysinger a8ac67a474 punt unused __pthread_return_void func 20 년 전
  Mike Frysinger 0f40e2b464 import the __syscall_error trick for errno handling 20 년 전
  Mike Frysinger c7f096da1a this should be able to handle both 32 and 64 bit sparc 20 년 전