OSDN Git Service

uclinux-h8/uclibc-ng.git
2005-06-30 Mike Frysingerremove unused variable
2005-06-30 Mike Frysingerfix type casting so we dont have any warnings on 32...
2005-06-30 Mike Frysingerfix ALL_SUBDIRS/DIRS setting so clean always kills...
2005-06-30 Mike Frysingerexit with an error if thread functions failed so make...
2005-06-30 Mike Frysingeroops, we dont want to use relative paths for the header...
2005-06-30 Mike Frysingerremove pointless exit 1 ... if $(AR) fails then make...
2005-06-30 Mike Frysingerfix typo in umount2() emulation of umount()
2005-06-30 Mike Frysingerif the include files get updated we want to rebuild
2005-06-30 Mike Frysingercreate generic ELF_* macros to hide 32/64 bit differences
2005-06-30 Mike Frysingerwhitespace tweaks
2005-06-30 Mike Frysingerchange all Elf32_* usage to ElfW(*) usage since we...
2005-06-30 Joakim TjernlundQuick and dirty hack to prevent ld.so from beeing loade...
2005-06-30 Mike Frysingertypecast to long instead of int so pointers on 64bit...
2005-06-30 Mike Frysingersmall whitespace fix
2005-06-30 Mike Frysingererr revert %p->%x change since _dl_printf() is not...
2005-06-30 Mike Frysingeruse %p instead of %x to show addresses so we dont have...
2005-06-30 Mike Frysingeruse %p instead of %x to show addresses so we dont have...
2005-06-30 "Steven J.... The function '_dl_memset' should always be inlined...
2005-06-30 Joakim TjernlundOops, fix link fail.
2005-06-29 Joakim TjernlundAdd __libc_stack_end to libc.
2005-06-29 Mike Frysingerneed stdlib.h for some things
2005-06-29 Mike Frysingerneed to include string.h for some mem funcs
2005-06-29 Mike Frysingersimplify TESTDIR setting and touchup
2005-06-29 Mike Frysingerclean up and use topdir .config instead of local Config
2005-06-29 Mike Frysingertouchup syntax
2005-06-29 Mike Frysingertouchups syntax and fix warning when using 64bit arches
2005-06-29 Joakim Tjernlunddeclare init/fini as weak if __UCLIBC_CTOR_DTOR__ is...
2005-06-29 Mike Frysingerneed to include features.h to get uclibc defines
2005-06-29 Mike Frysingerneed to include features.h to get uclibc defines
2005-06-29 Mike Frysingerprevious commit of trimming __IPC_64 wasnt quite correc...
2005-06-29 Mike Frysingerif both __NR_send and __NR_socketcall do not exist...
2005-06-29 Joakim TjernlundMinor cleanup.
2005-06-29 Mike Frysingersyntax tweaks
2005-06-29 Mike Frysingerupdate Makefile to match ppc and new files
2005-06-29 Mike Frysingermake sure we setup stat64 too
2005-06-29 Mike Frysingeradd syscall error handling with jockes simple errno...
2005-06-29 Mike Frysingerunneeded quotes
2005-06-29 Mike Frysingerrename crt0.S to crt1.S and clean up so it actually...
2005-06-29 Mike Frysingerdeclare init/fini as weak if __UCLIBC_CTOR_DTOR__ is...
2005-06-29 Mike Frysingercast buf as void* to fix warning
2005-06-29 Mike Frysingeralways define __IPC_64 regardless of __NR_ipc
2005-06-29 Mike Frysingertweak to get rid of warning when TZ is disabled
2005-06-29 Mike Frysingerwhitespace/syntax updates
2005-06-29 Mike Frysingerif we have a signal handler in place to cover SIGABRT...
2005-06-29 Mike Frysingerifdef out check which always fails
2005-06-29 Mike Frysingeralso symlink asm-$TARGET_ARCH if it exists
2005-06-27 Mike Frysingerremove __IPC_64 in syscall() macro since real 64bit...
2005-06-27 Joakim TjernlundAdd __libc_stack_end to ld.so. The libc.a version remai...
2005-06-26 Joakim TjernlundOops.
2005-06-26 Joakim Tjernlundstack_end in __uClibc_main must point to where argc is.
2005-06-25 Joakim TjernlundChange L_Scrt1 to __PIC__ and delete old crt0.S
2005-06-25 Joakim TjernlundDelete old stuff.
2005-06-25 Joakim TjernlundChange L_Scrt1 to __PIC__
2005-06-25 Joakim TjernlundChange L_Scrt1 to __PIC__
2005-06-25 Joakim TjernlundHopefully fix PIE apps.
2005-06-25 Mike Frysingeruse _dl_debug_file instead of hardcode 2
2005-06-25 Mike Frysingermove _dl_if_debug_dprint() to shared ldso header
2005-06-25 Mike Frysingercreate some DEBUG macros for the ld debug early
2005-06-25 Mike Frysingerwhitespace/syntax cleanups
2005-06-25 Mike Frysingerrework the debug _dl_dprintf usage to avoid #ifdef...
2005-06-25 Mike Frysingerwould help if it actually compiled :/
2005-06-25 Mike Frysingerhide the #ifdef debug macros/printfs behind one functio...
2005-06-25 Mike Frysingerwhitespace tweak, dont mind me
2005-06-21 Joakim TjernlundFic gcc 4.0 compilation. Still no confimation that...
2005-06-17 Mike Frysingersync whitespace with glibc
2005-06-16 Eric AndersenJim Ramsay writes:
2005-06-11 Mike Frysingerchange the old pads to the new nano sec fields
2005-06-11 Mike Frysingertouchup syntax for no real good reason ;)
2005-06-10 Eric AndersenBased on start.S from debian's glibc, this gets arm...
2005-06-10 Eric AndersenAdd missing file needed for arm to compile
2005-06-10 Eric AndersenBased in part on related code in glibc, this might...
2005-06-10 Joakim TjernlundRemove TEXTREL relocations for ARM.
2005-06-10 Eric Andersenoops. I'd left some junk in there
2005-06-10 Eric Andersenrework arm crt1 properly this time around
2005-06-10 Eric Andersensilly rabbit
2005-06-10 Eric AndersenDunno yet if I got this right or not, but it now at...
2005-06-10 Eric AndersenFinish updating mips for the new ABI
2005-06-07 Mike Frysingermove tv def back with gettimeofday() func
2005-06-03 Eric AndersenFix a broken link
2005-06-03 Mike Frysingerclean up syntax/whitespace and a few variables to minim...
2005-06-03 Mike Frysingertweak whitespace to minimize diffs between i386/m68k
2005-06-01 Joakim TjernlundAdd debug printout of RTLD_GLOBAL and RTLD_NOW flag.
2005-06-01 Joakim TjernlundInitial support for both RUNPATH support.
2005-05-31 Joakim TjernlundFix bug 60
2005-05-28 Joakim TjernlundAdd Peter Mazinger fini/crt compat patch. Select DL_FIN...
2005-05-28 Joakim TjernlundFilter out any -z defs since this lib will have undefin...
2005-05-28 Joakim Tjernlundfix warnings like
2005-05-28 Joakim Tjernlundgcc says
2005-05-28 Joakim TjernlundI added, then removed and now I add this again :)....
2005-05-28 Joakim TjernlundAdd patch at bugs 274. From Peter Manzinger.
2005-05-28 Joakim TjernlundAdd back .size for __start
2005-05-28 Joakim TjernlundAdd back .size for _start
2005-05-27 Mike Frysingertouchup defines so that we can use same ssp.c in both...
2005-05-27 Ned Ludd- keep gcc-4.x happy
2005-05-27 Eric Andersenerik 0, stupid 1
2005-05-27 Mike Frysingerstyle updates
2005-05-27 Eric AndersenWith a bit of luck, this might just get mips working...
2005-05-27 Eric Andersenminor tweak for correctness
2005-05-26 Joakim TjernlundPass the aligned stack ptr, not the unaligned.
2005-05-26 Joakim TjernlundClean it up a little.
next