Historial de Commits

Autor SHA1 Mensaje Fecha
  Mike Frysinger 3606882671 oops, we dont want to use relative paths for the header files hace 20 años
  Mike Frysinger 4e5affec0c remove pointless exit 1 ... if $(AR) fails then make will abort ok hace 20 años
  Mike Frysinger 9763cff2eb fix typo in umount2() emulation of umount() hace 20 años
  Mike Frysinger 8dae092bd9 if the include files get updated we want to rebuild hace 20 años
  Mike Frysinger 59cc1e9342 create generic ELF_* macros to hide 32/64 bit differences hace 20 años
  Mike Frysinger 95223e89a7 whitespace tweaks hace 20 años
  Mike Frysinger 6512a60090 change all Elf32_* usage to ElfW(*) usage since we shouldnt care about the bitsize hace 20 años
  Joakim Tjernlund 61e5097b07 Quick and dirty hack to prevent ld.so from beeing loaded twice. hace 20 años
  Mike Frysinger 5602071008 typecast to long instead of int so pointers on 64bit arches can be typecast safely hace 20 años
  Mike Frysinger 47b68851d3 small whitespace fix hace 20 años
  Mike Frysinger 1c5655bd37 err revert %p->%x change since _dl_printf() is not fprintf() hace 20 años
  Mike Frysinger c50f2ee11d use %p instead of %x to show addresses so we dont have to worry about the sizeof pointers hace 20 años
  Mike Frysinger 62c2005d36 use %p instead of %x to show addresses so we dont have to worry about the sizeof pointers hace 20 años
  "Steven J. Hill" 1f5e605b35 The function '_dl_memset' should always be inlined regardless of the hace 20 años
  Joakim Tjernlund 5188f9d3b2 Oops, fix link fail. hace 20 años
  Joakim Tjernlund 8a8af03dce Add __libc_stack_end to libc. hace 20 años
  Mike Frysinger 087c2c4b9a need stdlib.h for some things hace 20 años
  Mike Frysinger acb9062515 need to include string.h for some mem funcs hace 20 años
  Mike Frysinger d651de236d simplify TESTDIR setting and touchup hace 20 años
  Mike Frysinger 005b595328 clean up and use topdir .config instead of local Config hace 20 años
  Mike Frysinger d097452b7f touchup syntax hace 20 años
  Mike Frysinger cbe1e9b485 touchups syntax and fix warning when using 64bit arches hace 20 años
  Joakim Tjernlund 201e52dd6f declare init/fini as weak if __UCLIBC_CTOR_DTOR__ is turned off hace 20 años
  Mike Frysinger cc90599160 need to include features.h to get uclibc defines hace 20 años
  Mike Frysinger 27e4c91c63 need to include features.h to get uclibc defines hace 20 años
  Mike Frysinger ba4c380d51 previous commit of trimming __IPC_64 wasnt quite correct ... rework __IPC_64 so that it will compile and it is correct hace 20 años
  Mike Frysinger 7d0af1f89e if both __NR_send and __NR_socketcall do not exist, fall back to __NR_sendto (same goes for recv/recvfrom) hace 20 años
  Joakim Tjernlund 13f449ceaa Minor cleanup. hace 20 años
  Mike Frysinger 60a3f7d7d8 syntax tweaks hace 20 años
  Mike Frysinger dd06c9a1f0 update Makefile to match ppc and new files hace 20 años