OSDN Git Service

dlclose fix
[uclinux-h8/uclibc-ng.git] / libc /
2015-12-17 Vladislav GrishenkoFix syslog messages lost if syslogd is temporary busy
2015-12-17 Vladislav GrishenkoFix syslog messages lost after syslogd restarts
2015-12-17 Waldemar Brodkorbresolv: __dns_lookup - immediately switch to next serve...
2015-12-17 Waldemar Brodkorbdynamically allocate ahostbuf buffer
2015-12-17 Waldemar Brodkorbsvc.c: svc_getreqset() buffer overflow
2015-12-17 Waldemar Brodkorblibc/stdio: Rework custom streams interface similar...
2015-12-17 Waldemar Brodkorbfix readdir_r returns success code while it in fact...
2015-12-09 Waldemar BrodkorbReduce the initial buffer size for open_memstream
2015-12-09 Waldemar Brodkorbadd definitions for O_PATH
2015-12-07 Waldemar Brodkorbsh: add back sh2 specific assembly for clone()
2015-12-06 Steve Ellceymips: fix definition.
2015-12-05 Waldemar Brodkorbremove __UCLIBC_ASM_GLOBAL_DIRECTIVE__
2015-12-05 Waldemar Brodkorbremove __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__
2015-11-30 Waldemar Brodkorbbfin: fix clashing with newer gcc
2015-11-30 Waldemar Brodkorbbfin: use vfork.S again
2015-11-13 Waldemar Brodkorbmetag: add missing header file
2015-11-13 Waldemar Brodkorbi386: use socketcall even if newer linux exposes direct...
2015-11-12 Waldemar Brodkorbfanotify: include needed Linux definitions
2015-11-12 Waldemar Brodkorbadd support for euidaccess/eaccess legacy functions
2015-10-28 Waldemar Brodkorbh8300: fix compile with 4.2.x kernel
2015-10-22 Vineet GuptaNPTL/ARCv2: Implement full memory barrier for NPTL
2015-10-22 Waldemar Brodkorbalpha: add special umount2 handling
2015-10-22 Waldemar Brodkorbalpha: fix kernel_stat struct
2015-10-22 Waldemar Brodkorbalpha: fix header name
2015-10-18 Waldemar Brodkorbcleanup special purpose warnings
2015-10-18 Waldemar Brodkorbmips: sync header with glibc
2015-10-17 Waldemar Brodkorblm32: add new architecture
2015-10-16 Waldemar Brodkorbia64: enable and fix compile issues
2015-10-14 Bartosz Golaszewskisyncfs: add system call support
2015-10-14 Bartosz Golaszewskifanotify: add system call support
2015-10-12 Waldemar Brodkorbfix static binaries linked with pthread and compiled...
2015-10-09 Max Filippovxtensa: support call0 ABI
2015-10-09 Yuriy Kolerovlibc: posix_fallocate must return an error number on...
2015-10-09 Yuriy Kolerovlibc: fix sign extension in fallocate()
2015-10-09 Yuriy Kolerovlibc: fix setting return value and errno in fallocate()
2015-10-09 Waldemar Brodkorbadd new architecture support for or1k
2015-08-14 Romain Naouradd mkstemps, mkstemps64 and mkostemps, mkostemps64...
2015-08-10 Waldemar Brodkorbgetenv: allow overwriting of function
2015-07-25 mirabilosfix inline asm changing the stack pointer leading to...
2015-07-24 mirabilosfix MIPS N32 ABI Big Endian setjmp/longjmp
2015-07-24 mirabilosintegrate old m68k vfork bugfix of pre-µClibc-ng tree
2015-07-22 Claudiu ZissulescuARCv2: update memset() so it could be used without...
2015-06-26 Waldemar Brodkorbuse common ptrace.h for xtensa, fixes buildroot issues...
2015-06-24 Waldemar Brodkorbmips64: patches from OpenWrt
2015-06-23 Max Filippovxtensa: fix stack frame size for NPTL
2015-06-23 Max Filippovxtensa: add ret_ERRVAL definition
2015-06-13 Waldemar Brodkorbfix some type differences to linux-next for h8/300
2015-06-07 Waldemar Brodkorbjust use 4k pages for microblaze, the config are missin...
2015-06-04 Waldemar Brodkorbresolve merge conflicts
2015-05-26 Yoshinori Satoh8300: Makefile update
2015-05-26 Yoshinori Satoh8300: headers update
2015-05-26 Yoshinori Satoh8300: Assembly functions
2015-05-20 Daniel Gollesiginfo: add signal info for seccomp related SIGSYS
2015-05-20 Will Newton_scanf.c: Implement 'm' modifier for 'c' and '[' conver...
2015-04-29 Bernhard Reutner... strftime: comment on %0xY %+nY %-nY
2015-04-25 Waldemar BrodkorbRevert "Do not define unimplemented functions"
2015-04-22 Bernhard Reutner... arm: Add BX and BXC macros
2015-04-22 Bernhard Reutner... arm: Fix POP_RET for armv4t && interworking
2015-04-22 Bernhard Reutner... NPTL: Rename a variable
2015-04-17 Waldemar Brodkorbreturn NULL for realloc(p,0) like glibc
2015-04-17 Waldemar Brodkorbsimplify malloc, remove sbrk support
2015-04-17 Waldemar Brodkorbstick with one malloc implementation for all
2015-04-15 Waldemar Brodkorbfix static linking of pthread apps
2015-04-15 Waldemar Brodkorbuse weak to fix f.e. cdrkit static compile. fixes #3
2015-04-14 Bernhard Reutner... arm: thumb1: Fix conflicting types for _v3
2015-04-12 Waldemar Brodkorbremove more of the link_warnings
2015-04-12 Waldemar Brodkorbremove link warnings
2015-04-02 Waldemar Brodkorbremove regex old and fnmatch old
2015-03-31 Bernhard Reutner... libc: Fix page-size in getifaddrs()
2015-03-31 Bernhard Reutner... buildsys: Do not build crt upon pregen
2015-03-31 Bernhard Reutner... buildsys: tweak ucontext_i.h prerequisites
2015-03-30 Waldemar Brodkorbremove sh64 support
2015-03-29 Waldemar Brodkorbmerge uClibc master
2015-03-26 Alexey BrodkinARC: don't hard-code ELF_NGREG
2015-03-26 Vineet GuptaARC/signal: shield sa_restorer from compiler toggle...
2015-03-25 Bernhard Reutner... SH: add 't' to syscall clobber list
2015-03-25 Bernhard Reutner... utmp: favour POSIX utmpx over SVID utmp
2015-03-25 Bernhard Reutner... utmp: Remove unneeded alias
2015-03-23 Bernhard Reutner... mips: switch float_t to float
2015-03-23 Bernhard Reutner... utmp: indent
2015-03-23 Bernhard Reutner... utmp: Remove unneeded aliases
2015-03-23 Bernhard Reutner... utmp: add _unlocked suffix to internal helpers
2015-03-23 Bernhard Reutner... buildsys: HAS_UTMP (XPG2, SVr4 compat) knob
2015-03-23 Bernhard Reutner... libc: TIME64_COMPAT32 for sparc, mips
2015-03-23 Bernhard Reutner... Revert "utent.c, wtent.c: move functions from utxent.c"
2015-03-22 Bernhard Reutner... libc: add getrandom(2)
2015-03-22 Bernhard Reutner... libc: Fix vfprintf compilation without HAS_FLOATS
2015-03-22 Khem Rajnptl/arm: Move aeabi_read_tp to uclibc_nonshared.a
2015-03-22 Khem Rajatexit_old: Do not add it to shared libc
2015-03-18 Bernhard Reutner... malloc-standard: Add locking to malloc_trim
2015-03-18 Zhiqiang Zhangmalloc: checked_request2size failure deadlocks
2015-03-18 Bernhard Reutner... libm: Add missing C99 float/ld wrappers
2015-03-17 Bernhard Reutner... libc: update strverscmp
2015-03-17 Bernhard Reutner... include: silence __leaf warning
2015-03-16 Alexey Brodkinresolv: fix unaligned tmp buffer corner-case
2015-03-14 Waldemar BrodkorbAdd fix from OpenWrt for MIPS64 N64 ABI
2015-03-13 Bernhard Reutner... unistd.h: put getppid under XOPEN2K8
2015-03-08 Waldemar Brodkorbfix regression for ARM thumb mode
2015-03-04 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2015-03-03 Gustavo Zacariassparc/clone.S: guard tcb-offsets.h include with RESET_PID
next