OSDN Git Service

uclinux-h8/uClibc.git
2012-06-15 Bernhard Reutner... ldso: use .arm mode for resolver unconditionally
2012-06-13 Filippo Arcidiaconolibc: sh: fixed typo in ucontext header
2012-06-13 Bernhard Reutner... buildsys: prune pthread bits from arch headers
2012-06-13 Kevin Cernekeebuildsys: clean up libubacktrace linker script handling
2012-06-13 Mark SalterUpdate C6X support
2012-06-11 Bernhard Reutner... libubacktrace: arm: Fix typo in assert
2012-06-11 Bernhard Reutner... buildsys: fix typo in help
2012-06-10 Khem Rajeventfd: Implement eventfd2 and fix eventfd
2012-06-06 Kevin CernekeeMIPS: Use $a0 instead of $v0 for __syscall_error()...
2012-06-06 Kevin CernekeeMIPS: Convert __syscall_error() callers to use $a0...
2012-06-06 Filippo Arcidiaconoldso: preload standard path library with setuid bit set
2012-06-06 Mark SalterClean up DSBT support
2012-05-30 Mike Frysingerpread/pwrite: drop fallback funcs
2012-05-30 Mike Frysingerpread/pwrite: handle renamed syscalls in common/ppc...
2012-05-22 Sedat DilekMakerules: Remove duplicated slashes in interp.c
2012-05-22 Sedat DilekRevert "Makerules: respect HARDWIRED_ABSPATH in interp.c"
2012-05-22 James Hoganmmap()->sys_mmap2: do unsigned shift of offset
2012-05-22 Mike Frysingerstdio: implement assignment-allocation "m" character
2012-05-18 Filippo Arcidiaconoldso: sh: handle _dl_skip_args in linker startup instea...
2012-05-15 Bernhard Reutner... ldd: tweak whitespace
2012-05-09 Bernhard Reutner... Revert "help: Document CROSS="
2012-05-08 Bernhard Reutner... ldd.host: Fix compilation for STANDALONE support
2012-05-08 Bernhard Reutner... help: Document CROSS=
2012-05-08 Bernhard Reutner... help: Document BUILD_CFLAGS and BUILD_LDFLAGS
2012-05-08 Bernhard Reutner... utils: pass in config flags for ldd
2012-05-08 Bernhard Reutner... ldd: silence warning if !LDSO_LDD_SUPPORT
2012-05-05 Mike Frysingerlinuxthreads.old: fix build warnings with epoll enabled
2012-05-05 Mark Salterdrop support for old systems lacking vfork
2012-05-05 Mike Frysingerdocs: restore crt from old svn tree
2012-05-03 Bernhard Reutner... config: tweak STRICT_HEADERS description
2012-05-03 Bernhard Reutner... rpmatch: provide out-of-line implementation
2012-05-03 Bernhard Reutner... rpmatch: make decl parsable
2012-05-02 Mike Frysingerrpmatch: fix previous commit w/C++ compilers
2012-04-30 Mike Frysingerrpmatch: simple inline version
2012-04-29 Mike Frysingerepoll.h: sync with glibc
2012-04-27 Mark Salterllseek: support __NR_llseek syscall
2012-04-27 Mark Saltergetpgrp: fix fallback handling
2012-04-26 Bernhard Reutner... arm: use PATH_MEM in ioperm()
2012-04-26 Mike Frysingermmap64: Use correct type for offset parameter
2012-04-25 Bernhard Reutner... atomic.h: handle new mips R10K errata
2012-04-24 Mike Frysingerlinuxthreads.old: refactor nommu logic a little to...
2012-04-24 Mike Frysingerlinuxthreads.old: pass back up saved_errno value in...
2012-04-24 Mike Frysingerlinuxthreads.old: fix set-but-unused warning
2012-04-24 Mike Frysingerlinuxthreads.old: fix typo in pthread_mutex_unlock...
2012-04-23 Mike Frysingergetconf: include a newline in error messages
2012-04-22 Mike Frysingerlinuxthreads.old: only declare __pthread_xxx funcs...
2012-04-17 Bernhard Reutner... sysconf: use getrlimit to determine ARG_MAX
2012-04-17 Bernhard Reutner... config: Fix alphabetical sort order of targets
2012-04-17 Bernhard Reutner... ldd: silence warnings
2012-04-17 Bernhard Reutner... locale: avoid segfault freelocale()
2012-04-17 Bernhard Reutner... test: Ignore various test objects in locale
2012-04-17 Ed Wwchar: Fix BOM emitting in iconv_open()
2012-04-17 Bernhard Reutner... ipc: eventually use stat64 in ftok()
2012-04-17 Bernhard Reutner... resolv: tiny shrinkage in /etc/hosts handling
2012-04-17 Bernhard Reutner... resolv: remove unused variables
2012-04-17 Bernhard Reutner... resolv: Fix /etc/hosts for more than MAXALIASES aliases
2012-04-17 Bernhard Reutner... parse_config: tweak indentation
2012-04-17 Alexander Komyagingetaddrinfo(): avoid call to __check_pf() when not...
2012-04-17 Ed Winet: adjust handling of cacnonname in getaddrinfo
2012-04-11 Mike Frysingermmap64: use INLINE_SYSCALL() helper
2012-04-11 Mike Frysingermmap64: include stdint.h for uint64_t
2012-04-10 Mike Frysingermmap64: always use unsigned 64bit offsets
2012-04-08 Kevin Cernekeetest/misc: Add tst-inotify
2012-04-08 Kevin Cernekeetest/inet: Add tst-sock-nonblock
2012-04-08 Kevin Cernekeetest/time: Add tst-timerfd
2012-04-08 Kevin Cernekeetest/signal: Add tst-signalfd
2012-04-08 Mike FrysingerMAKEALL: add more arch aliases
2012-04-08 Mike FrysingerMAKEALL: fix cross-compiler lookup breakage after CROSS...
2012-04-08 Mike FrysingerMAKEALL: also check for gnu suffixed toolchains too
2012-04-08 Mike Frysingeralpha: trim crt code to fix build errors
2012-04-08 Kevin Cernekeesignalfd.h: Use new "bits/" scheme for arch-specific...
2012-04-08 Kevin Cernekeetimerfd.h: Use new "bits/" scheme for arch-specific...
2012-04-08 Kevin Cernekeeinotify.h: Use new "bits/" scheme for arch-specific...
2012-04-08 Kevin Cernekeeinotify_rm_watch: Change second argument to int
2012-04-08 Kevin Cernekeetest: Ignore various test objects
2012-04-08 Mike Frysingerregex: silence set-but-unused warnings
2012-04-08 Filippo Arcidiaconoldso: fix fdpic support broken from prelink patch
2012-04-08 Mike Frysingerbfin: set an invalid insn for abort
2012-04-08 Mike Frysingerbuildsys: fix building with make-3.82+
2012-04-04 Bernhard Reutner... librt: convince spawn to compile for !LFS
2012-04-04 Bernhard Reutner... stubs: Disregard LFS
2012-04-04 Bernhard Reutner... .gitignore: Ignore dump files
2012-04-04 Bernhard Reutner... buildsys: remove duplicate rule around defconfigs
2012-04-02 Mike Frysingerfchmodat: fix handling of flags
2012-03-29 Mike Frysingerldso: mark _start hidden
2012-03-28 Bernhard Reutner... stdio: Fix char signedness in _load_inttype()
2012-03-27 Bernhard Reutner... buildsys: Fix typo in check-as-var handling
2012-03-27 Mike Frysingerldso: bfin: add alias from __start to _start
2012-03-27 Mike Frysingerspawn: fix building on no-mmu systems
2012-03-27 Mike Frysingerspawn: do not require C99 style
2012-03-27 Mike Frysingerspawn: use glibc style to keep differences down
2012-03-27 Mike Frysingerldso: bfin: tweak style
2012-03-27 Mike Frysingerarm: disable ioperm/iopl stubs
2012-03-27 Mike FrysingerRevert "Fix redefinition of ioperm and iopl in stubs...
2012-03-26 Denys Vlasenkotime.c: Readability improvements - no code changes
2012-03-26 Bernhard Reutner... stubs: unified from future
2012-03-26 Jason WoodwardFix redefinition of ioperm and iopl in stubs.c and...
2012-03-26 Carmelo Amorosonptl: fix compiler warning due to missing prototype
2012-03-26 Carmelo Amorosonptl: fix compiler warning due to unused-but-set-variable
2012-03-26 Carmelo Amorosoinet:rpc: fix build in !NPTL case
next