OSDN Git Service

uclinux-h8/uclibc-ng.git
2005-07-09 Mike Frysingerpunt unused __pthread_return_void func
2005-07-09 Mike Frysingerimport the __syscall_error trick for errno handling
2005-07-09 Mike Frysingerthis should be able to handle both 32 and 64 bit sparc
2005-07-09 Mike Frysingerdrop the envp code
2005-07-09 Mike Frysingerstyle updates
2005-07-09 Mike Frysingerrewrite crt in asm using glibc as a basis
2005-07-09 Mike Frysingerupdate style
2005-07-09 Mike Frysingermake sure we use long instead of int so we dont truncat...
2005-07-09 Mike Frysingerwe need the syscall6() version of mmap
2005-07-09 Mike Frysingerthe generic mmap.c is not good enough for us, we need...
2005-07-09 Mike Frysingermight as well test mmap64() too
2005-07-09 Mike Frysingermake sure the call to signal() worked
2005-07-09 Mike Frysingerneed unistd/string header files
2005-07-09 Mike Frysingerneed the ioctl header file
2005-07-09 Mike Frysingersetting envp is pointless since no other arch does it
2005-07-08 Mike Frysingeroops, we want to jmp to the syscall handler, not call it
2005-07-08 Mike Frysingeradd some more useful debug output
2005-07-08 Mike Frysingererr, x86_64 is RELA, not REL
2005-07-08 Mike Frysingerneed _DEBUG macros for NUMBER too
2005-07-08 Mike FrysingerCRT0_ -> CRT_
2005-07-08 Mike Frysingerwhitespace clean up
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerhelp if i named the var correctly ...
2005-07-08 Mike Frysingerdl-debug.h for sparc
2005-07-08 Mike Frysingerdl-debug.h for m68k
2005-07-08 Mike Frysingerfix GET_ARGV() so it pulls out the argc/argv/envp properly
2005-07-07 Mike Frysingerget rid of arch-specific defines in dl-startup.c and...
2005-07-07 Mike Frysingeradd debug code for showing argc/argv/envp and touch...
2005-07-07 Mike Frysingerclean up whitespace
2005-07-07 Mike Frysingerremove broken asm code in elf_machine_dynamic() and...
2005-07-07 Mike Frysingerclean up from psm ... merge glibc updates and punt...
2005-07-07 Mike Frysingerdont need errno.h anymore
2005-07-07 Mike Frysingeradd update from psm to support 6 arguments to syscall
2005-07-07 Mike Frysingerupdate syntax
2005-07-07 Mike FrysingerYoshinori Sato writes:
2005-07-07 Mike Frysingermake RUNPATH/RPATH support configurable
2005-07-07 Mike Frysingerrip out all the duplicated debug code and move into...
2005-07-06 Mike Frysingerneed features.h for the misc attribute defines and...
2005-07-06 Mike Frysingersetup ELF_R_TYPE() wrapper for ELF{32,64}_R_TYPE()
2005-07-06 Mike Frysingerupdate comments/syntax and make sure we include feature...
2005-07-06 Mike FrysingerPeter S. Mazinger writes: use the __syscall_error.c...
2005-07-06 Mike Frysingererr, need to commit the rest of the changes from psm too
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...
next