OSDN Git Service

uclinux-h8/uClibc.git
2012-01-13 Carmelo Amorosolibc: allow to backtrace out of abort call
2012-01-02 Mike Frysingerconfig: remove some redundant words in the menus
2012-01-02 Mike Frysingerldso: setup search path even when there are no "/"
2012-01-02 Mike Frysingerldso: simplify interp path search logic
2012-01-01 Denys Vlasenkogetpass: s/sizeof(buf)-1/sizeof(buf)/ in fgets
2011-12-30 Bernhard Reutner... bump version to 0.9.33-rc1-git
2011-12-30 Bernhard Reutner... release 0.9.33-rc1
2011-12-23 Denys Vlasenkogetpass: several fixes
2011-12-22 Carmelo Amorosolibubacktrace: use -funwind-tables rather than -fexecptions
2011-12-22 William Pitcocklibcrypt: add support for SHA256-CRYPT password hashing
2011-12-22 William Pitcocklibcrypt: add support for SHA512-CRYPT password hashing
2011-12-22 William Pitcocklibcrypt: make crypt() itself more modular
2011-12-22 Timo Teräslibdl: rudimentary locking for dlopen/dlsym/dlclose
2011-12-22 Natanael Copasys/queue.h: update to eglibc version
2011-12-03 Mike Frysingerx86_64: add PLT bypass for __sigsetjmp
2011-12-03 Mike Frysingergetutid: add a hidden def
2011-11-27 Mike Frysingerldso: bfin: fix sram_flags init
2011-11-27 Mike Frysingerldso: bfin: shrink sram mapping func
2011-11-27 Mike Frysingerldso: fdpic: clean up style
2011-11-27 Mike Frysingerldso: fdpic: unify duplicate bfin/frv logic
2011-11-27 Mike Frysingermake ARRAY_SIZE commonly available internally
2011-11-27 Mike Frysingerldso: use __func__ rather than __FUNCTION__
2011-11-27 Mike Frysingerbuildsys: drop manual TARGET_SUBARCH .config lookup
2011-11-27 Mike Frysingerinclude/: ignore new sys/eventfd.h symlink
2011-11-25 Carmelo Amorosobuildsys: s/CROSS/CROSS_COMPILE/g
2011-11-24 Bernhard Reutner... nptl: add missing pt-tempname.c
2011-11-23 Carmelo Amorosolibc: do not rely upon ulimit kernel syscall.
2011-11-23 Filippo Arcidiaconolibdl: fix size parameter when unmap library in dlclose
2011-11-20 Mike Frysingerstdio: add support for "e" flag with fopen()
2011-11-20 Mike Frysingerlibcrypt: do not cast away const of key/salt
2011-11-18 Bernhard Reutner... libubacktrace: use .so.$(ABI_VERSION)
2011-11-18 Bernhard Reutner... nptl: sem_open: use open64 if LFS
2011-11-17 Bernhard Reutner... misc: hide __gen_tempname
2011-11-17 Bernhard Reutner... stdio: hide _stdio_validate_FILE
2011-11-17 Bernhard Reutner... regex_old: make some internal helpers static
2011-11-17 Bernhard Reutner... inet: hide relocations
2011-11-17 Bernhard Reutner... unistd: hide relocations
2011-11-17 Bernhard Reutner... resolv: hide relocations
2011-11-14 Bernd SchmidtAdd a C6X-specific ipc.h.
2011-11-08 Carmelo Amorosobuildsys: do not install ld.so linker script
2011-11-08 Jason Woodwardlibubacktrace: Conditionally link libgcc_eh
2011-11-08 Bernhard Reutner... libm: pass CFLAGS to e500 fenv
2011-11-08 Jason Woodwardhonor UCLIBC_HAS_FENV for e500
2011-11-08 Jason WoodwardFix e500 fpu libm build
2011-11-07 Henning Heinoldlibc: flesh out linux scheduler functions
2011-11-07 Timo Teräsldso: support RTLD_NOLOAD
2011-11-07 Bernhard Reutner... stdlib: add qsort_r
2011-11-04 Bernhard Reutner... powerpc: Fix typo in clone()
2011-11-04 Jean-Christian... Add stub for eventfd.
2011-11-04 William Pitcocklibm: implement a generic sincos().
2011-11-04 William Pitcocklibm: add cabsf() and cabsl() functions.
2011-11-04 William Pitcocklibm: implement generic cexp(), cexpf() and cexpl().
2011-11-04 Bernhard Reutner... config: document eventfd
2011-11-02 Bernhard Reutner... setegid: use setresgid conditionally
2011-11-02 Bernhard Reutner... stubs: remove leftover undefs
2011-11-02 Bernhard Reutner... buildsys: eventually remove sys/eventfd.h
2011-11-02 Bernhard Reutner... stubs: handle linux module functions
2011-11-02 Bernhard Reutner... stubs: handle linux-specific
2011-11-02 Bernhard Reutner... stubs: fix inverted socket logic
2011-11-02 Bernhard Reutner... stubs: undef linux specific unless they were asked for
2011-10-31 Jean-Christian... Add eventfd support.
2011-10-27 Rob Landleysparc: fix build for linuxthreads.old
2011-10-27 Carmelo Amorosoresolver: add a dependencies for DNS resolver feature
2011-10-27 Bernhard Reutner... pthreads: fix build when DNS resolver is not enabled.
2011-10-27 Rob Landleysh: fix build for SH in !NPTL case
2011-10-27 Carmelo Amorosolinuxthreads: fix typo in __UCLIBC_HAS_IPv4__ macro
2011-10-25 Carmelo Amorosoldso: let people disable to lookup into LD_LIBRARY_PATH
2011-10-25 Carmelo Amorosoldso: minor fixes to implicit search path
2011-10-25 Carmelo Amorosoldso: disable the implicit path search in stand-alone...
2011-10-25 Carmelo Amorosoconfig: add support for <custom>_defconfig
2011-10-25 Carmelo Amorosoconfig: revise defconfigs strategy
2011-10-25 Carmelo Amorosoconfig: tidy-up of config targets
2011-10-21 Bernhard Reutner... resolv: fix memory leak
2011-10-20 Bernhard Reutner... resolv: commentary typo fix
2011-10-20 Bernhard Reutner... gethostbyname_r: set correct h_errno upon failure
2011-10-20 Bernhard Reutner... resolv: fix compilation
2011-10-19 Carmelo Amorosolibdl: remove _dl_ldsopath from libdl.a
2011-10-18 Carmelo Amorosoldd: take LD_LIBRARY_PATH into account
2011-10-14 Bernhard Reutner... Config.in: fix erroneously deleted line
2011-10-14 Bernhard Reutner... ldso: silence harmless warning for !LDSO_PRELINK_SUPPORT
2011-10-12 Guillaume Bourcierlibc: fix daylight saving time handling
2011-10-06 Mike Frysingerldso: unify pread syscall definition
2011-10-06 Mike Frysingerldso: bfin/frv: drop dead simulator code
2011-10-06 Mike Frysingerldso: merge duplicate dl-syscalls.h code to common...
2011-10-06 Ryan Fluxmicroblaze mmu/elf/shared lib support
2011-10-06 Steve Bennettmicroblaze linux has no SDA support
2011-10-06 Steve Bennettmicroblaze can be either big or little endian
2011-10-06 Ryan Fluxmicroblaze has long double support too
2011-10-06 Steve BennettUse the generic bits/select.h for microblaze
2011-10-01 Mike Frysingertests: ignore new inet test
2011-10-01 Mike Frysingertests: add fallback for mktemp()
2011-10-01 Mike Frysingerldso: x86_64: delete unused variable
2011-10-01 Mike Frysingerldso: constify reloc array itself
2011-09-15 Denys VlasenkoDefeat compiler optimization which assumes function...
2011-09-12 Bernhard Reutner... config: tweak help text
2011-09-10 Denys Vlasenkoresolv: simple optimizations and style/readability...
2011-08-26 Carmelo Amorosoldso: fix build with PRELINK enabled and !TLS
2011-08-26 Bernhard Reutner... ldso: add missing include
2011-08-26 Daniel Mackinet: build all res_* and ns_* functions conditionally
2011-08-26 Daniel Mackinclude/resolv.h: provide __res_state._u even if !__UCL...
next