OSDN Git Service

uclinux-h8/uClibc.git
2012-01-27 Carmelo Amorosolibc_arm: avoid multiple version of __aeabi_unwind_cpp_...
2012-01-26 Bernhard Reutner... buildsys: use single slash version of -print-whatever
2012-01-26 Bernhard Reutner... buildsys: turn off forced EXTRA_WARNINGS on i386
2012-01-26 Bernhard Reutner... *: silence some warnings
2012-01-26 Bernhard Reutner... syscall: flag ia64 syscall error path as unlikely
2012-01-26 Bernhard Reutner... arm: tweak comment
2012-01-24 Richard Braunlibc: fix signal handling in system()
2012-01-24 Carmelo Amorosoldso/mips: fix symbol lookup for JUMP_SLOT and COPY...
2012-01-24 Carmelo Amorosolibdl: fix dlclose handling of symbol scope
2012-01-24 Khem RajRules: Check for CROSS_COMPILE to be empty
2012-01-24 Khem Rajlibubacktrace: Add arm implementation
2012-01-24 Khem Rajmips/libdl: Apply relocations after appending the new...
2012-01-18 Denys Vlasenkoi386/sigaction.c: slightly more readable form of [rt_...
2012-01-18 Bernhard Reutner... stubs: mark stubs as used
2012-01-18 Bernhard Reutner... stdlib: use shorhand wur for realloc prototype
2012-01-18 Bernhard Reutner... buildsys: add cppcheck wrapper script
2012-01-18 Bernhard Reutner... libcrypt: shrink crypt() again - unmodularise
2012-01-18 Bernhard Reutner... nptl: .gitignore generated pt-crt{i,n}.S
2012-01-18 Bernhard Reutner... tests: only test crypt if we have an impl
2012-01-18 Bernhard Reutner... tests: add sha356/512 tests
2012-01-18 Bernhard Reutner... tests: silence warnings in crypt
2012-01-17 Mike Frysingerbuildsys: use = for --sort-section linker flag
2012-01-17 Mike Frysingertests: mark all helper scripts +x
2012-01-16 Mike Frysingerbuildsys: handle more clean targets
2012-01-16 Mike Frysingerbuildsys: fix handling of CFLAG_-W{a,l} vars
2012-01-16 Mike Frysingertests: tst-futimens1: add missing mode args to open()
2012-01-16 Mike Frysingertests: test-canon: include sys/stat.h for mkdir()
2012-01-16 Mike Frysingertests: fdopen: add missing mode args to open()
2012-01-16 Mike Frysingertests: opendir-tst1: add header for mknod()
2012-01-16 Mike Frysingertests: mmap2: ignore permission denied errors on /dev/mem
2012-01-16 Mike Frysingerbuildsys: skip compiler flag checking for clean targets
2012-01-16 Khem Rajmips/dlfcn.h: Disable RTLD_DEEPBIND
2012-01-15 Mike Frysingerbuildsys: simplify include_clean greatly
2012-01-15 Mike Frysingerbuildsys: fix detection of silent make
2012-01-15 Mike Frysingertests: skip redundant -Wstrict-prototypes setup
2012-01-15 Bernhard Reutner... libc: build abort with unwind-info for backtrace
2012-01-15 Markos Chandraslinuxthreads/signals: do not restore handler for invali...
2012-01-15 Mike Frysingerbuildsys: cache build flags in vars
2012-01-13 Carmelo Amorosolibubacktrace: use -asynchronous-funwind-tables rather...
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.
next