OSDN Git Service

uclinux-h8/uClibc.git
2005-07-26 Mike Frysingerupdate notes about alpha/x86_64
2005-07-26 Eric AndersenUpdate the todo list for 0.9.28
2005-07-25 Manuel Novoa... Fix 2 bugs in strftime related to glibc struct tm exten...
2005-07-23 Manuel Novoa... Since __syscall_error is a C func, we need to store...
2005-07-17 Mike Frysingerwhoops, reversed naming of nano sec members ... kernel...
2005-07-17 Mike Frysingersyntax cleanups
2005-07-17 Mike Frysingertweak whitespace
2005-07-17 Mike Frysingerrip out previous armeb old-stat abi compat code since...
2005-07-17 Mike Frysingeradd support for nanoseconds
2005-07-16 Mike Frysingermake sure the stat64 struct is packed to prevent furthe...
2005-07-16 Mike Frysingerwith the help of John Bowler, track down the ugly ABI...
2005-07-15 Mike Frysingeradd support for passing nano seconds (if arch supports it)
2005-07-15 Mike Frysingerallow people to build shared/ldso but disable threads
2005-07-14 Mike Frysingera [mostly working] elfinterp.c based on i386 / glibc
2005-07-14 Mike Frysingerwhen running shared tests, use the toplevel ldso
2005-07-14 Mike Frysingerremove unused instructions
2005-07-14 Mike Frysingerimport the rest of the glibc start.S so PIE works
2005-07-13 Mike Frysingereat pointless whitespace
2005-07-13 Mike Frysingerdump the address we transfer control to
2005-07-13 Mike Frysingeroops, fix typo in ELF_ST_BIND macros
2005-07-13 Mike Frysingeruse Elf32_Word instead of uint32_t since that is what...
2005-07-12 Mike Frysingeruse wrapper debug macros to improve readability
2005-07-12 Mike Frysingerimport fix from glibc to resolve segfault reported...
2005-07-11 Mike Frysingerdont use void* when we know the type of pointer we...
2005-07-11 Mike Frysingerforce hash buckets to work off of 32bit quantities
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingeruse the debug dprint macros to clean up readability
2005-07-11 Mike Frysingercreate a new wrapper macro for debug early output
2005-07-11 Mike Frysingerminor touchups in debug output/comments
2005-07-11 Mike Frysingerbase __rtld_stack_end off of argv instead of args so...
2005-07-11 Mike Frysingerdeclare reloc_addr as ElfW(Addr) instead of Word since...
2005-07-11 Mike Frysingermake sure the SEND_NUMBER_STDERR macro doesnt modify...
2005-07-10 Mike Frysingeradd some info on what needs to be done for specific...
2005-07-10 Mike Frysingerneed syscall.h for __NR_clone definition
2005-07-10 Mike Frysinger define an abort instruction for m68k
2005-07-10 Mike Frysingerdefine an abort instruction for alpha
2005-07-10 Mike Frysingeralphabetize and warn if an arch is undefined
2005-07-10 Mike Frysingermerge updates from glibc and fix up to work again
2005-07-10 Mike Frysingerupdate __UCLIBC_CTOR_DTOR__ check
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
next