OSDN Git Service

uclinux-h8/uclibc-ng.git
2006-02-14 Mike Frysingeradd more test dirs, touchup output, and some other...
2006-02-14 Mike Frysingeradd support for pretty output, remove LDD, make sure...
2006-02-14 Mike Frysingergrab a bunch of tests from glibc
2006-02-14 Mike Frysingersync with glibc
2006-02-14 Mike Frysingerrename test to match glibc
2006-02-14 Mike Frysingersync with glibc
2006-02-14 "Steven J.... Apply patch from Joseph Myers for MIPS pipe and get...
2006-02-14 Mike Frysingerconvert to new test system
2006-02-14 Mike Frysingerrename
2006-02-14 Mike Frysingerfix gcc warning: ex3.c:31: warning: int format, differe...
2006-02-14 Mike Frysingerclean the test dir silently
2006-02-14 Mike Frysingerafter much deliberation, may i present Joseph S. Myers...
2006-02-14 Peter S. Mazingerremove fstat jump reloc
2006-02-13 Mike Frysingerldd usage does not cause a failure in tests and we...
2006-02-13 Peter S. Mazingerguard *printf_function w/ UCLIBC_HAS_GLIBC_CUSTOM_PRINTF
2006-02-13 Peter S. Mazingersome test uses ldd, make check depend on utils
2006-02-13 Peter S. MazingerCorrect building objs in each libc subdir
2006-02-13 Peter S. MazingerRename _mmap.c to mmap.c so that vax does not pick...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-02-13 Peter S. Mazingerenviron is GNU extension
2006-02-13 Peter S. MazingerDo not default to _POSIX_MODE
2006-02-13 Peter S. MazingerRemove __x
2006-02-13 Peter S. MazingerMark functions as GNU extensions
2006-02-13 Peter S. MazingerUpdate some copyrights
2006-02-13 Peter S. MazingerRemove unused prototypes
2006-02-13 Peter S. MazingerWeaken all that I remember being used in libpthread
2006-02-13 Peter S. Mazingerget_current_dir_name is GNU extension as well
2006-02-13 Peter S. MazingerMark some as GNU extensions
2006-02-13 Peter S. MazingerWeaken all internal vfork versions in asm code, wonderi...
2006-02-13 Peter S. Mazingers/#if/#ifdef/
2006-02-13 Peter S. MazingerAdd back the 115200 limit
2006-02-13 Peter S. MazingerDisable deprecated stuff in new linuxthreads
2006-02-13 Peter S. MazingerAdd files for IMA. Yes, I know it's a hack and no,...
2006-02-13 Peter S. MazingerDon't compile daemon.c at all for non-MMU
2006-02-13 Peter S. MazingerRemove vfork.c from Makefile as well
2006-02-13 Peter S. MazingerRemove it, it's the same as the generic one in ../common
2006-02-13 Peter S. MazingerRemove unused file
2006-02-13 Peter S. MazingerRemove unused files
2006-02-13 Peter S. MazingerMore renames for IMA
2006-02-13 Peter S. MazingerDon't compile arc4random if option not set
2006-02-13 Peter S. MazingerMore renames for IMA
2006-02-13 Peter S. MazingerRemove unused file
2006-02-13 Peter S. MazingerRename some files, that will conflict w/ IMA
2006-02-13 Peter S. MazingerRemove unused files
2006-02-13 Peter S. MazingerAdd internal hidden_weak support for asm
2006-02-13 Peter S. MazingerSync w/ glibc
2006-02-12 Mike Frysingergrab pselect from glibc
2006-02-11 Mike FrysingerPaul Brook writes:
2006-02-11 Mike Frysingerrholzmann writes in Bug 716:
2006-02-11 Mike Frysingerconvert to new test framework
2006-02-11 Mike Frysingerconvert to new test framework
2006-02-11 Mike FrysingerJoseph S. Myers writes:
2006-02-11 Mike Frysingerallow for controlling of uclibc vs glibc tests until...
2006-02-11 Mike Frysingeruse := rather than =
2006-02-11 Mike Frysingerautomate the tests a bit
2006-02-11 Mike Frysingeradd back in code cut by previous commit to fix the...
2006-02-11 Mike Frysingerget rid of pass through func
2006-02-11 Mike Frysingerfix my always_inline typo to fix building on most arches
2006-02-10 Mike Frysingeronly check for rlimit stuff if the target doesnt suppor...
2006-02-10 Mike Frysingeradd support for newer [sg]etgroups function and make...
2006-02-10 Mike Frysingersync with glibc, should fix the swap* segfaults in ltp
2006-02-10 Mike Frysingerdont bother with a pass through call
2006-02-10 Mike Frysingeradd support for newer style kernel calls since some...
2006-02-10 Mike Frysingersync with glibc and kill dead code to fix issues found...
2006-02-10 Mike Frysingereat whitespace
2006-02-09 Mike Frysingerfix errno setting
2006-02-09 David Andersadd ARM 7TDMI to processor selection list
2006-02-09 David Andersfix ARM types that are known to have MMU's to select...
2006-02-09 Mike Frysingerfix prototype for 64bit hosts
2006-02-09 Mike Frysingeruse the newer versions of functions when available...
2006-02-09 Mike Frysingerjust drop all of the debug code
2006-02-08 Mike FrysingerBernhard Fischer says: get rid of local ret variable
2006-02-08 Mike Frysingerall my other 64bit changes seems to have "magically...
2006-02-08 Mike Frysingerfix warnings on 64bit hosts
2006-02-08 Mike Frysingerjanlana writes in Bug 700: use standard uint* types...
2006-02-08 Mike Frysingersync with glibc
2006-02-07 Mike Frysingerinclude stdint.h and check __intptr_t_defined to see...
2006-02-07 Mike Frysingerremove outdated file
2006-02-07 Mike Frysingergrab syscall() from glibc
2006-02-06 Mike Frysingerthanks to Thomas, nios should be happy again!
2006-02-06 Mike Frysingerkill _dummy symbol
2006-02-04 Mike Frysingerrfelker reports in Bug 683 that we leak file descriptor...
2006-02-04 Mike Frysingerfix building
2006-02-04 Mike Frysingerfix segfault do to sizeof(NULL) usage
2006-02-04 Mike Frysingeradd note about racecondition
2006-02-04 Mike Frysingeruse O_DIRECTORY when possible, saves us from having...
2006-02-04 Mike Frysingeradd some copyright/license info
2006-02-04 Mike Frysingeruse just __getdents64 rather than either __getdents...
2006-02-04 Mike Frysingerwe get d_type from the kernel so use it
2006-02-04 Mike Frysingermake build output a little less noisy
2006-02-04 Mike Frysingermake build output a little less noisy
2006-02-04 Mike Frysingerfix warning when building on non-mmu hosts
2006-02-04 Mike Frysingerglibc sync
2006-02-04 Mike Frysingertouchup test to have some more helpful output
2006-02-04 Mike Frysingerimport files from glibc for an ia64/static port
2006-02-04 Peter S. MazingerDont link and remove link.h
2006-02-04 Mike Frysingerintegrate frv link.h
2006-02-03 Mike Frysingerunify duplicated code cause i get tired of updating...
2006-02-03 Peter S. MazingerWeaken libc's hidden fork versions, ltp test failed
2006-02-03 Peter S. Mazingerattribute_hidden is enough in the prototype, sync getop...
next