OSDN Git Service

uclinux-h8/uclibc-ng.git
2005-07-06 Mike FrysingerPeter S. Mazinger writes: we dont need features.h
2005-07-06 Mike Frysingersyntax touchups as suggested by Peter S. Mazinger
2005-07-06 Mike Frysingerimport start of ldso based on glibc
2005-07-06 Mike Frysingermake sure ldso.o depends on more files in subdirs
2005-07-06 Mike Frysingeruse % as the function marker instead of @
2005-07-06 Mike Frysingeradd support for __MALLOC_GLIBC_COMPAT__ (malloc(0)...
2005-07-06 Mike Frysingerwe need stdio.h for printf()
2005-07-06 Mike Frysingermake test failures fatal
2005-07-04 Mike Frysingerimport armeb fixes as outlined by John Bowler
2005-07-04 Mike Frysingeruse the a_val member instead of a_ptr/a_fcn since newer...
2005-07-02 Mike Frysingermove to new test framework
2005-07-02 Mike Frysingermove to new test framework
2005-07-02 Mike Frysingermove to new test framework
2005-07-02 Mike Frysingernew testing framework to unify duplicated code in subdirs
2005-07-02 Mike Frysingerexit according to how many tests failed
2005-07-02 Mike Frysingermake sure we strip quotes from the cross compiler prefix
2005-07-02 Mike Frysingernew testcase for clone()
2005-07-02 Mike Frysingersync with glibc
2005-07-02 Mike Frysingeruse new __always_inline define
2005-07-02 Mike Frysingeruse new __always_inline define
2005-07-02 Mike Frysingersync with glibc versions
2005-07-02 Mike Frysingeruse C style comments
2005-07-02 Mike Frysingersync with glibc
2005-07-02 Mike Frysingersync with glibc
2005-07-01 Mike Frysingerenable clone.S
2005-07-01 Mike Frysingersync up against latest glibc and add errno handling
2005-07-01 Mike Frysingermake sure we include features.h to get the hidden define
2005-07-01 Mike Frysingermake sure we include features.h to get the hidden define
2005-07-01 Mike Frysingertweak whitespace/syntax
2005-07-01 Mike Frysingerremove errno include since we dont use any errno stuff...
2005-07-01 Mike Frysingeradd a new option for enabling pthreads debug output
2005-07-01 Mike Frysingerwe have to depend on BUILD_UCLIBC_LDSO in order for...
2005-07-01 Mike Frysingerupdate the debug macros so they build with newer gcc...
2005-07-01 Mike FrysingerGNU libc -> glibc
2005-07-01 Mike Frysingeruse $(CROSS_COMPILER_PREFIX) by default for CROSS setting
2005-07-01 Mike Frysingerreenable the glibc portion of the test so that we can...
2005-07-01 Mike Frysingerupdate tests to check exit status and abort only if...
2005-07-01 Mike Frysingermake the test silent/non-interactive and only abort...
2005-07-01 Mike Frysingermake test output nicer so its easier to go through...
2005-07-01 Mike Frysingerremove old depend on Config and make it so that a test...
2005-06-30 Mike Frysingerdont try to run ldd if LDSO_LDD_SUPPORT is disabled...
2005-06-30 Mike Frysingertype cast output to prevent build warnings
2005-06-30 Mike Frysingertype cast output to prevent build warnings
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
next