OSDN Git Service

uclinux-h8/uClibc.git
2014-12-15 Anthony G.... mkostemp: fix implementation master
2014-12-15 Bernhard Reutner... test: Some more tests under conditionals
2014-12-15 Bernhard Reutner... stdio: Fix printing 0.0
2014-12-12 Bernhard Reutner... unistd: allow to turn off getopt_long
2014-12-12 Bernhard Reutner... test: disable ptytest unless HAS_PTY
2014-12-12 Bernhard Reutner... config: move STDIO_FUTEXES up a bit
2014-12-09 Bernhard Reutner... sigaction: Fix !HAS_REALTIME compilation
2014-12-03 Bernhard Reutner... mips: rename siginfo _timer members
2014-12-03 Bernhard Reutner... buildsys: remove some obsolete optimization CFLAGS
2014-11-19 Bernhard Reutner... locale: Add wcsftime()
2014-11-13 Bernhard Reutner... nptl: compile pt-vfork in ARM-mode
2014-11-10 Max FilippovConfig.in.arch: enable long double math for xtensa
2014-11-10 Anthony G.... statfs: fix compile error when UCLIBC_LINUX_SPECIFIC...
2014-09-17 Bernhard Reutner... m68k: libc: add fmovem* mcffpu condition
2014-09-16 Gustavo Zacariassparc: update ptrace.h to latest from glibc
2014-09-16 Gustavo Zacariaspowerpc: update ptrace.h to latest from glibc
2014-09-16 Bernhard Reutner... buildsys: remove now redundant lib placement defines
2014-09-16 Bernhard Reutner... libc: silence missing prototype warning
2014-09-16 Bernhard Reutner... buildsys: fix IS_IN_lib*
2014-09-16 Bernhard Reutner... nptl: rephrase *.sym handling
2014-09-09 Bernhard Reutner... buildsys: Fix typo
2014-09-09 Anthony G.... libc: add fallocate() and fallocate64()
2014-09-05 Bernhard Reutner... libc: split multi-source epoll.c
2014-09-04 Waldemar Brodkorbsparc: remove sparc64/sparcv9 code
2014-09-04 Bernhard Reutner... ldso: Fix compile-error on noMMU
2014-09-04 Bernhard Reutner... test: wcsftime depends on XLOCALE
2014-09-04 Bernhard Reutner... test: disable librt shmtest on non-MMU systems
2014-09-04 Bernhard Reutner... buildsys: tweak check_ld flag probing
2014-08-29 Bernhard Reutner... buildsys: refine compile.S
2014-08-29 Bernhard Reutner... buildsys: use SED for create-lds
2014-08-29 Waldemar Brodkorbtest: disable test for systems without FPU
2014-08-28 Waldemar Brodkorbtest: sync with glibc, use do_test
2014-08-28 Waldemar Brodkorbtest: get out of the endless while loop, when bind...
2014-08-28 Waldemar Brodkorbm68k: fix typo
2014-08-28 Waldemar Brodkorbtest: do not depend on compile
2014-08-28 Waldemar Brodkorbtest: NPTL: sync WRITE_BUFFER_SIZE with glibc test
2014-08-28 Waldemar Brodkorbsparc: add missing pthread_spin_lock/pthread_spin_trylock
2014-08-28 Waldemar Brodkorbsparc: remove unused subdirs variable
2014-08-28 Waldemar BrodkorbRevert "sparc: disable cancellable system, as it fails...
2014-08-28 Waldemar BrodkorbRevert "sparc: use HIDDEN_JUMPTARGET for errno"
2014-08-26 Khem Rajtimex: Sync with glibc
2014-08-26 Khem RajDefine IPTOS_CLASS_* macros according to RFC 2474
2014-08-26 Bernhard Reutner... buildsys: remove duplicate UCLIBC_EXTRA_CFLAGS
2014-08-25 Bernhard Reutner... microblaze: Remove duplicate F_{S,G}ETPIPE_SZ
2014-08-25 Khem Rajfcntl.h: Define F_SETPIPE_SZ and F_GETPIPE_SZ
2014-08-25 Bernhard Reutner... mathinline.h: Use __extern_inline
2014-08-25 Khem RajAdd clock_adjtime syscall
2014-08-20 Waldemar Brodkorbfix for pipe() on sparc
2014-08-18 Anthony G.... libc: add issetugid()
2014-08-18 Alexey Brodkintest/math: fix for MIPS that takes 32/64 suffix into...
2014-08-18 Alexey Brodkintest/math: fix for disabled long double math
2014-08-18 Anton KolesovARC: Enable OBSTACK in defconfig for ARC
2014-08-18 Tony Wuuclibc: nptl: fix __lll_lock_wait_private multiple...
2014-08-18 Anton Kolesovlseek: Correct order of offset arguments
2014-08-18 Vineet Guptalibc: posix_fadvise: Fix build breakage for !LFS
2014-08-18 Waldemar Brodkorbunbreak networking code for sparc
2014-08-18 Alexey Brodkintest_nptl: replace __sigpause with sigpause
2014-08-18 Vineet GuptaARC/NPTL: clone to set TP if CLONE_SETTLS
2014-08-18 Vineet GuptaARC/NPTL: Add tests
2014-08-18 Vineet GuptaARC/NPTL: Fix __libc_sigaction redefinition with static...
2014-08-18 Vineet GuptaNPTL: ARC support
2014-08-18 Joern RenneckeARC: ldso: Use @pcl syntax.
2014-08-01 Mike Frysingerbits/time.h: sync with latest glibc
2014-07-24 Jian Pengtest/math: add fallback to libm-test-ulps-generic logic
2014-07-24 Bernhard Reutner... Changelog: complete old data and cycle
2014-07-22 Anton KolesovARC: Implement native GDB requirements in procfs.h
2014-07-22 Vineet GuptaARC: clone: Ensure that @fn returns back to clone
2014-07-22 Vineet GuptaARC: ldso: Dont force frame pointer as it useless for...
2014-07-22 Vineet GuptaARC: make sigaction inline with other arches
2014-07-22 Vineet GuptaARC: syscalls.h: code-reuse/fix-arg-annotations
2014-07-22 Vineet Guptasyscalls-common.h: Rename some macro args for correct...
2014-06-24 Vineet Guptaopen64: ensure that openat check works
2014-06-12 Zhang Pufix pthread_cancel lead to segmentation fault for x86_64.
2014-06-12 Yann E. MORINarm: move check for BX to its own header
2014-06-12 Dan MouldingNPTL: Fix undefined reference to PRIVATE_FUTEX with...
2014-06-12 Will Newtonarm/clone.S: Add missing IT instruction for Thumb2.
2014-06-12 Bernhard Reutner... buildsys: Do not install atomic.h
2014-04-23 Michel Stamresolv: try next server on SERVFAIL
2014-04-23 Gregory Fongtest/math: Adjust arm tests for older ULPs format
2014-04-23 Gregory Fongldso: Add remaining relocation types to the table
2014-04-23 Gregory Fongldso/mips: Remove redundant LD_DEBUG prints
2014-04-23 Gregory Fongldso/mips: actually print results of each relocation
2014-04-23 Bernhard Reutner... ldso: Fix misplaced declaration
2014-04-23 Vineet Guptaweak symbols need to be "defined" weak but "declared...
2014-04-23 Vineet GuptaLT.old: Make __errno_location/__h_errno_location thread...
2014-04-08 Bernhard Reutner... ctype.h: Tweak comment
2014-04-08 Cédric VINCENTldso: fix standalone execution on x86_64 architecture
2014-04-05 Gregory Fongtest/math: add libm-test-ulps-{arm,mips32,mips64} files
2014-04-04 Gregory Fongtest/math: don't try to build test dep as test
2014-04-04 Gregory Fongtest/math: Select correct ULPs for mips32/mips64
2014-04-04 Bernhard Reutner... sysinfo.h: Prevent redeclarations
2014-04-02 Bernhard Reutner... libc: Fix buglet around __progname
2014-04-02 Bernhard Reutner... test: Reuse PTINC in nptl tests
2014-04-01 Steve EllceyFix warnings in MIPS build
2014-04-01 Max Filippovxtensa: add missing .literal_position directives
2014-04-01 Vineet GuptaARC: Make vfork weak in libc
2014-03-12 Steve Ellceylibc: fix mips N64 pread/pwrite build
2014-02-18 Bernhard Reutner... test: Fix math .c dependency
2014-02-15 Bernhard Reutner... buildsys: pass correct linker to compiler driver
2014-02-15 Steve Ellceybuildsys: Add MIPS64R2 support
next