OSDN Git Service

uclinux-h8/uClibc.git
2006-03-05 Peter S. Mazingercheck_ld takes only 1 arg as pointed out by pkj
2006-03-05 Mike Frysingeruse sched_yield, not pthread_yield
2006-03-04 Mike Frysingerdisable older rlimit support by default
2006-03-03 Peter S. MazingerRename getopt_long-susv3 to -simple
2006-03-03 Peter S. MazingerUpstream update
2006-03-03 Peter S. MazingerAdd --gc-sections, saves 2k on libc.so
2006-03-03 Peter S. MazingerMark parts as unsupported by gnu glob, but leave it...
2006-03-02 Peter S. MazingerRemove CFLAGS-OMIT support, rename getline to get testr...
2006-03-02 Peter S. MazingerMove hidden test file for tst-regex2 as well
2006-03-02 Mike Frysingerhide div functions in libc, but export them in ldso...
2006-03-02 Mike Frysingergrab register definitions from regdef.h instead of...
2006-03-02 Mike Frysingermake all the warnings the same and add line #s so we...
2006-03-02 Mike Frysingerkill spurious semicolons
2006-03-02 Mike Frysingerclean out arch subdirs as well
2006-03-02 Mike Frysingerrename file so we block the common version from being...
2006-03-02 Mike Frysingerinform people test is skipped on non-locale hosts
2006-03-02 Mike Frysingerallow env to inject more CFLAGS/LDFLAGS, and remove...
2006-03-01 Mike Frysingerdisable test since we purposefully dont handle it
2006-03-01 Mike Frysingerdont execute shell tests if we just want to compile
2006-03-01 Mike Frysingerfix test failure pointed out by nightly build
2006-03-01 Peter S. MazingerAdd another test, use for those hanging -c
2006-03-01 Peter S. MazingerAdd CFLAGS-OMIT support to glibc targets for now being...
2006-03-01 Peter S. MazingerMove regex tests to their own subdir and dont run them...
2006-03-01 Peter S. MazingerAdd AT&T research regex testsuite
2006-03-01 Peter S. MazingerAdd support to remove a flag from CFLAGS
2006-03-01 Peter S. MazingerAdd -D__ASSEMBLER__ to compile.S so that -std=c99 would...
2006-03-01 Peter S. MazingerUpdate copyright
2006-03-01 Peter S. MazingerRemove duplicate include
2006-03-01 Peter S. MazingerUpdate copyright
2006-03-01 Peter S. Mazingercopyright update
2006-03-01 Peter S. Mazingertypo
2006-03-01 Peter S. Mazingerupdate
2006-03-01 Peter S. MazingerSync w/ glibc and define _STAT_VER/_MKNOD_VER to 0...
2006-03-01 Mike Frysingerfix whitespace in comment
2006-03-01 Mike Frysingersync with blackfin cvs
2006-03-01 Mike Frysingerstart of test suite to catch errors in source code
2006-03-01 Mike Frysingeradd support for shell script tests
2006-03-01 Mike Frysingermove to new time dir
2006-03-01 Mike Frysingergrab some time tests from glibc
2006-03-01 Mike Frysingerreturn NULL if year is too big
2006-03-01 Mike Frysingergrab from glibc
2006-03-01 Mike Frysingersync type style with glibc ... this fixes many alpha...
2006-03-01 Mike Frysingeralpha needs ipc64 funk too
2006-03-01 Mike Frysingerneed to define some more registers
2006-02-28 Mike Frysingersync with glibc
2006-02-28 Mike Frysingeradd pipe from glibc to fix popen test
2006-02-28 Mike Frysingerdont need pal.h here
2006-02-28 Peter S. MazingerSync w/ glibc
2006-02-28 Peter S. MazingerCleanup/sync w/ glibc
2006-02-28 Peter S. Mazingerfreelocale() and strxfrm_l() exist only if XLOCALE...
2006-02-28 Peter S. MazingerMark __syscall_*sigaction hidden and add guard to the...
2006-02-28 Peter S. MazingerRemove files not used on target
2006-02-28 Peter S. MazingerProvide hidden sigprocmask, remove __x version
2006-02-28 Mike Frysingerdisable blug-glob1 for now
2006-02-28 Mike Frysingerremove mtrace call
2006-02-28 Mike Frysingerset dynamic linker if we are building as shared
2006-02-28 Mike Frysingergrab regdef.h from glibc and use that instead of kernel...
2006-02-28 Mike Frysingersync with glibc
2006-02-28 Mike Frysingersync with glibc
2006-02-28 Mike Frysingersync with glibc
2006-02-28 Mike Frysingerimport rt_sigaction from glibc to fix alpha signal...
2006-02-28 Mike Frysingertouchup how we generate initfini.s
2006-02-28 Mike Frysingerdisable __gmon_start__ symbol
2006-02-28 Mike Frysingerenable 6 arg version of mmap
2006-02-28 Mike Frysingernote signal handling fubar issues on alpha
2006-02-28 Mike Frysingergrab glibc sigprocmask since common linux one doesnt...
2006-02-28 Mike Frysingersync with glibc
2006-02-28 Mike Frysingeradd support for glibc initfini.c
2006-02-28 Mike Frysingerfail if test.c is found so i stop screwing myself up
2006-02-28 Mike Frysingerneed types.h for size_t as pointed out in buildlog
2006-02-28 Mike Frysingercheck more return values
2006-02-28 Mike Frysingergrab some tests from dalias
2006-02-28 Mike Frysingeradd some tests for strlcat and strlcpy based upon strnc...
2006-02-28 Mike Frysingerpass an option to bug-glob1
2006-02-28 Mike Frysingergrab some tests from glibc
2006-02-27 Peter S. MazingerAdd Rich Felker's getopt_long to be used in conjunction...
2006-02-27 Peter S. MazingerAdd Rich Felker's getsubopt, smaller then the glibc...
2006-02-27 Peter S. MazingerAdd hidden version for susv3 getopt
2006-02-27 Peter S. MazingerRich Felker's glob() ported to uClibc
2006-02-27 Peter S. MazingerDisable parts not supported by (outdated) glob, probabl...
2006-02-27 Peter S. MazingerRemove explicit compile rules
2006-02-27 Peter S. MazingerGet rid of redefines on ppc pointed out by vapier
2006-02-27 Mike Frysingerallow people to select threads
2006-02-27 Mike Frysingerimport ia64 linuxthreads files
2006-02-27 Mike Frysingerfix invalid quoting
2006-02-26 Mike Frysingerdisable fnmatch test until our fnmatch stops sucking
2006-02-26 Mike Frysingerremove warning since it seems to have "gone away" now
2006-02-26 Peter S. MazingerDon't build glob64 for non-LFS
2006-02-26 Peter S. MazingerUse _lfs_64, reorganize a bit, why did stat*fs64 use...
2006-02-26 Peter S. MazingerRemove unneeded hidden_proto(readdir*)
2006-02-26 Peter S. MazingerUse _lfs_64.h in all *64.c
2006-02-26 Peter S. MazingerDefine internal readdir*_r() and use _lfs_64.h
2006-02-26 Peter S. MazingerMove _lfs_64.h to include and adapt files
2006-02-26 Peter S. Mazingerglob depends on fnmatch
2006-02-26 Mike Frysingersync with glibc
2006-02-25 "Steven J.... Whitespace and tab cleaning.
2006-02-25 "Steven J.... I'm seeing double.
2006-02-25 "Steven J.... Remove commented include.
2006-02-25 "Steven J.... Revert change. Calls can only be used when utilizing...
2006-02-25 "Steven J.... This never gets defined. I have a patch pending in...
next