OSDN Git Service

uclinux-h8/uClibc.git
2009-07-20 Mike Frysingerregex: convert #if to #ifdef
2009-07-20 Mike Frysingeradd a wchar.h stub
2009-07-20 Mike Frysingermknod: convert to INLINE_SYSCALL() to sync with glibc
2009-07-20 Mike Frysingernote that we do not want hidden malloc aliases
2009-07-20 Mike Frysingerfix typo in frv endian comment
2009-07-20 Mike Frysingerrelocate i386 string.h to i386-specific dir
2009-07-20 Mike Frysingerstart ignoring include/ symlinks
2009-07-20 Mike Frysingerunifdef: implement err.h funcs locally
2009-07-20 Mike Frysingerppoll: switch to INLINE_SYSCALL() to match glibc
2009-07-20 Mike Frysingeradd hidden aliases for older regex search functions
2009-07-15 Mike Frysingerinstall_headers: convert header removal to Kbuild style
2009-07-15 Mike Frysingeruse -EB/-EL for all targets
2009-07-14 Joseph MyersFix ARM syscall argument loading.
2009-07-14 Giuseppe Cavallarosh: Fix up optimized SH-4 memcpy on big endian.
2009-07-09 Mike Frysingersyscall(): create a common version based on INLINE_SYSC...
2009-07-09 Mike Frysingersyscall: unify part 2: NCS variety
2009-07-09 Mike FrysingerMAKEALL: expand cross-compiler arch search
2009-07-09 Peter Griffinsh: Change __HAVE_SHARED__ to __PIC__
2009-07-09 Mike Frysingerignore generated .i files
2009-07-09 Mike Frysingerdrop missing {INLINE,INTERNAL}_SYSCALL fallback logic
2009-07-09 Mike Frysingersyscall: unify common syscall defines
2009-07-06 Austin Foxleysparc: Update syscalls.h to define INTERNAL_SYSCALL
2009-07-06 Mike FrysingerMAKEALL: start a quick build test helper script
2009-07-06 RonAvoid type-punned pointers that break strict-aliasing
2009-07-06 RonAvoid warnings about shifting more bits than we have
2009-07-06 RonDon't shadow the chroot global
2009-07-06 RonDon't shadow the mask parameter with a local variable...
2009-07-06 RonDon't shadow stat with a local variable
2009-07-06 RonDon't shadow the err() function with a local var
2009-07-06 RonAdd a few missing includes
2009-07-06 RonCheck #if feature test macros are defined where they...
2009-07-06 RonProvide token prototypes for functions that are externa...
2009-07-06 RonMake more utility functions static
2009-07-06 RonAdd noreturn attributes to some functions that won...
2009-07-06 RonMove extern prototype out of function scope
2009-07-06 RonAdd some missing printf/scanf format attributes
2009-07-06 Mike Frysingeruse -isystem with gcc paths
2009-07-03 Ingo van Lili386: store errno value before using __set_errno()
2009-07-03 Mike Frysingerignore generated unifdef
2009-07-03 Mike FrysingeruClibc_arch_features: sync defines between ports
2009-07-03 Mike FrysingerMerge branch 'master' of git://uclibc.org/uClibc
2009-07-02 Bernhard Reutner... add testcases for shm_{open,unlink}
2009-07-02 Carmelo Amorososh: add cacheflush syscall wrapper
2009-07-01 Joseph MyersCorrect ARM memcpy comments.
2009-06-30 Joseph MyersFix Thumb-2 setjmp.
2009-06-30 Joseph MyersFix Thumb-2 memcpy.
2009-06-28 Joseph MyersAdd missing CLIBABI variables __aeabi_stdin, __aeabi_st...
2009-06-28 Mike Frysingerlocale: gen_wc8bit: try to find UTF8 locale automatically
2009-06-28 Mike Frysingerstop installing/screwing with linux-headers
2009-06-28 Mike Frysingeradd gitignore for utils
2009-06-28 André Goddard... wchar: fix inverted parameters in error message
2009-06-28 Steve Bennettlibc.so: include all output formats in linker script
2009-06-28 Mike Frysingerutils: punt readelf
2009-06-02 Bernhard Reutner... include errno.h unconditionally
2009-06-02 Bernhard Reutner... add stub for shm_open() and shm_unlink
2009-06-02 Mike FrysingerBlackfin: make sure all relocs are uppercase
2009-05-27 Mike Frysingerwaitid: linux ABI takes 5 args, not 4
2009-05-27 Bernhard Reutner... tweak .gitignore
2009-05-26 Austin FoxleyAdd working pipe implementation for sparc
2009-05-21 Austin Foxleyfix compilation of linuxthreads for sparc64
2009-05-21 Austin FoxleyAdd a sigaction implementation for sparc
2009-05-05 Carmelo AmorosoMerge branch 'master' of git+ssh://carmelo@git.uclibc...
2009-05-05 Carmelo AmorosoAdd position independent code for crt1.S.
2009-05-05 Austin FoxleyAdd .gitignore
2009-05-04 Peter Griffinsh: Fix FPU config option
2009-04-27 austinfpatch from Joseph S. Meyers
2009-04-23 Denis Vlasenkolibc/string/i386/memset.c: memset 1 byte at a time...
2009-04-19 Denis VlasenkoReinstate {drm,mtd,rdma,sound,video} directory installtion
2009-04-18 Denis Vlasenkoinstall_kernel_headers: comment out copying of extra...
2009-04-18 Denis Vlasenkolibc/inet/resolv.c:
2009-04-13 Mike Frysingermake sure to block all signals when calling daemon...
2009-04-11 austinffor sparc v8 MAGIC1 was defined incorrectly
2009-04-11 austinfsparc also needs CONSTANT_STRING_GOT_FIXUP for doing...
2009-04-09 Bernhard Reutner... - fix typo
2009-04-09 Khem RajFix the ifdef logic broken by last commit for !defined...
2009-04-09 Khem RajThe attached patches fixes the problems found bringing...
2009-04-07 Mike Frysingerimplement daemon() using clone() on no-mmu systems...
2009-04-06 Mike Frysingerapply getline() fix from linux kernel
2009-03-27 Rob Landley32/64 bit sparc got unified in 2.6.29 the way x86/x86_6...
2009-03-25 Bernhard Reutner... - Add strtouq alias (to strtoul) for 64bit
2009-03-25 Bernhard Reutner... - do not pass -Wl with -shared in LDFLAGS_NOSTRIP ...
2009-03-18 austinffix compilation of linuxthreads for sparc
2009-03-16 Carmelo AmorosoFixed makefiles inclusion flow to pass actual configura...
2009-03-16 Carmelo AmorosoAdded string.h header for strerr prototype.
2009-03-16 Mike Frysingerenable mprotect() regardless of MMU as some systems...
2009-03-16 Mike Frysingerimport user.h from the kernel as it is no longer export...
2009-03-16 Khem RajUpdate copyright header.
2009-03-16 Denis Vlasenkodocs/pthreads_hacking.txt: new file
2009-03-14 Mike Frysingerdefault linux-2.4 module support to off for Blackfin...
2009-03-14 Mike Frysingerforce DOPIC for FDPIC ELF targets
2009-03-13 Mike Frysingeradd GNU extension for select timeouts where the sub...
2009-03-12 Denis Vlasenkoadd linuxthreads support for arm. By Will Newton (will...
2009-03-12 Denis Vlasenkolinuxthreads fixes from Will Newton (will.newton AT...
2009-03-10 Denis Vlasenkoresolver:
2009-03-05 Khem RajDefine creat in an independent file
2009-03-05 Carmelo AmorosoUse __always_inline instead of __inline__
2009-03-05 Carmelo AmorosoMake long double support available for sh too.
2009-03-03 Denis Vlasenkomknod: widen the parameters to match kernel
2009-03-02 Denis VlasenkoAdd EPOLLRDHUP constant
2009-02-27 Denis Vlasenkofix breakage in x86_64 defconfig
next