OSDN Git Service

uclinux-h8/uClibc.git
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...
2006-02-25 Mike Frysingersync with glibc
2006-02-25 Mike Frysingerrename generic variables to avoid conflict with libc...
2006-02-25 "Steven J.... Use the TSD macros and get rid of warnings.
2006-02-25 Peter S. MazingerMove lseek64 into LFS guarded place
2006-02-24 Peter S. MazingerDo not use __XL_NPP macro
2006-02-24 Peter S. MazingerCorrect comments
2006-02-24 Peter S. Mazingerguard __ignore_x correctly, move undefs to their proper...
2006-02-24 Peter KjellerstedtFix the _syscall6() macro (I hope).
2006-02-23 Peter S. MazingerRemove TOPDIR
2006-02-23 Peter S. MazingerMove common parts into internal header, should it be...
2006-02-23 Peter S. MazingerCorrect typo
2006-02-23 Peter KjellerstedtAdded support for the new CRISv32 architecture.
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-23 Peter Kjellerstedt* Include sys/syscall.h so __NR_mmap2 and _syscall6...
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-23 Peter KjellerstedtMoved the definition of MMAP2_PAGE_SHIFT from ldso...
2006-02-23 Peter KjellerstedtInclude bits/uClibc_page.h before dl-syscall.h as the...
2006-02-23 Peter KjellerstedtCorrected a comment regarding mmap2().
2006-02-23 Peter KjellerstedtSpecify a correct MMAP2_PAGE_SHIFT to use when calculat...
2006-02-23 Peter KjellerstedtAllow MMAP2_PAGE_SHIFT to be specified by the architect...
2006-02-23 Peter KjellerstedtA little clean up.
2006-02-23 Peter KjellerstedtCorrected a typo (simularly -> similarly).
2006-02-23 Peter S. MazingerSync w/ glibc, disabling *at interfaces
2006-02-23 Peter S. MazingerSync w/ nptl
2006-02-23 Peter S. MazingerMake use of CFLAGS-OMIT-file
2006-02-23 Peter S. MazingerMove -Os/-O2 first, add some gcc4 specific optimizations
2006-02-23 Peter S. MazingerAdd support for CFLAGS-OMIT-file from nptl
2006-02-23 Mike Frysingeradd support for __UCLIBC_CTOR_DTOR__
2006-02-23 Mike Frysingerdont invert errno as assembly routines store positive...
2006-02-23 Mike Frysingerdont generate asm-generic if it already exists
2006-02-22 Peter S. Mazingerwcscoll_l.o does not exist
2006-02-22 Peter S. Mazingerguard program_invocation_name w/ __ASSEMBLER__
2006-02-22 Peter S. Mazingerexclude 2 more files from multi
2006-02-22 Peter S. Mazingerexclude 2 files from multi if XLOCALE enabled
2006-02-22 Peter S. MazingerCorrect ifndef __ASSEMBLER__
2006-02-22 Peter S. Mazingerguard parts w/ __ASSEMBLER__ to be usable in vfork.S
2006-02-22 Peter KjellerstedtSilence link creation.
2006-02-22 Peter KjellerstedtMade it possible to build without stripping the binaries.
2006-02-22 Peter KjellerstedtMade include/bits/pthreadtypes.h compile again as it...
2006-02-22 Peter Kjellerstedt* Made it possible to dynamically check for supported...
2006-02-22 Peter S. MazingerRemove __clone, add it only back, if threads has a...
2006-02-22 Peter S. MazingerWe need hidden vfork, not __vfork
2006-02-22 Peter S. MazingerMake use of bits/sched.h
2006-02-22 Peter S. MazingerSync w/ glibc, enabled only those defines, that are...
2006-02-22 Peter KjellerstedtRemved the (BROKEN) tag from the CRIS architecture.
2006-02-22 Peter KjellerstedtCleaned up the assembler code a little.
2006-02-22 Peter KjellerstedtNo longer needed.
2006-02-22 Peter KjellerstedtSync with glibc 2.3.6.
2006-02-22 Peter Kjellerstedt* Allow baud rates above 115200 again.
2006-02-22 Peter KjellerstedtAdded a CRIS specific version of termios.h. It is ident...
2006-02-22 Mike Frysingergrab header file from glibc
2006-02-22 Mike Frysingerepoll is linux specific
2006-02-22 Mike Frysingersync headers with glibc
2006-02-22 Mike Frysingermake the fallback case smarter
2006-02-22 Mike Frysingerupdate todo
2006-02-22 Mike Frysingerrevert unintended commit
2006-02-22 Mike Frysingersimplify epoll code
2006-02-22 Mike Frysingersync with glibc
2006-02-22 Mike Frysingerblah, use a stable target instead of messing with times...
2006-02-22 Mike Frysingergrab from glibc
2006-02-22 Mike Frysingererr, need to make sure the wrapper is executed separately
2006-02-22 Mike Frysingerfix running of stat test on filesystems that dont have...
2006-02-22 Mike Frysingeradd clone2 prototype to shutup warnings
2006-02-22 Mike Frysingerupdate malloc(0) check to handle expected behavior...
next