]> Git Repo - uclibc-ng.git/history - libc
kvx: fix warning about __BITS_PER_LONG not being defined
[uclibc-ng.git] / libc /
2021-12-23 Yann Sionneaukvx: fix warning about __BITS_PER_LONG not being defined
2021-11-26 Peter Seidererlibc/inet/resolv: fix per thread res_state access
2021-08-25 Waldemar BrodkorbMerge remote-tracking branch 'evolvis/dns-things'
2021-08-09 mirabiloslibc/inet/resolv.c: add __hnbad to check DNS entries...
2021-08-09 mirabilosmake __{en,de}code_dotted into macros
2021-08-09 mirabilosactually remove the ifdeffed-out code from the previous...
2021-08-09 mirabiloslibc/inet/resolv.c: use dn_{comp,expand} for __{en...
2021-06-04 Yann Sionneaupowerpc: fix PIE/PIC builds with newer gcc/binutils...
2021-04-09 Nicolas Cavallariopen: Add support for O_TMPFILE
2021-02-18 Paul Cercueilfcntl.h: Make F_DUPFD_CLOEXEC if _USE_XOPEN2K8
2021-01-28 Waldemar Brodkorbuse renameat2 syscall, when renameat isn't available
2021-01-27 Waldemar Brodkorbfix umount2 compilation for alpha on Linux 5.x
2021-01-27 Geoffrey Le Gourriérecsh: Add 64-bit time types from kernel
2020-12-23 Yann Sionneaustdlib: fix potential UB and integer overflow with...
2020-10-19 Yann Sionneauhasmntopt: better option matching
2020-10-02 Yann Sionneaukvx: add support for kvx arch to uClibc-ng
2020-09-22 Yann SionneauFix warning due to unused variable in strlen
2020-09-22 Yann SionneauFix warning about macro redefinition
2020-09-22 Yann SionneauFix warning about missing const qualifier
2020-09-21 Waldemar BrodkorbSupport b64_ntop(), b64_pton() (bsd-compat)
2020-09-15 Yann SionneauFix memory corruption due to struct stat field
2020-09-02 Waldemar BrodkorbRevert "Fix static linking with GCC-10"
2020-08-19 Petr VorelAdd {name, open}_to_handle_at() implementation
2020-08-17 Waldemar Brodkorbriscv64: add __riscv_flush_icache
2020-08-15 Waldemar Brodkorbsys/random.h include stddef.h
2020-08-11 Lance FredricksonFix static linking with GCC-10
2020-08-11 Max Filippovxtensa: add exclusive access support
2020-08-11 Max Filippovxtensa: relax memory constraint in atomic assembly
2020-07-02 Ed WildgooseRename __unused struct members to include a namespace
2020-06-19 Clement Legerinet: add sockatmark implementation
2020-05-17 Romain Naourmips: Do not include hi and lo in __SYSCALL_CLOBBERS...
2020-04-01 Waldemar Brodkorbstatx: make include conditional, fixes non-csky arch...
2020-04-01 Eyal ItkinResolve bug when using unusual MALLOC_ALIGNMENT
2020-02-19 Waldemar Brodkorbmalloc: add missing header for some arch (alpha)
2020-02-16 Eyal ItkinAdd Safe-Linking to fastbins
2020-02-07 Vladimir Murzinaarch64/bits: provide sigstack.h
2020-02-07 Vladimir Murzinaarch64/sys: update ucontext.h
2020-02-07 Vladimir Murzincommon/bits: Fix ipc_perm and semid_ds definitions...
2020-02-03 Waldemar Brodkorbcsky: add statx conditionals
2020-01-30 Vincent HouFix map_newlink abort when interface list changes durin...
2020-01-30 Yann Sionneaupoll: avoid calling select with empty sets which hangs...
2020-01-28 Ata, John (US)fix getenv bug
2019-11-17 Joris Vinkfix PTRAVE_EVENT_SECCOMP typo in ptrace.h
2019-11-08 Waldemar Brodkorbriscv64: implement NPTL/TLS
2019-11-06 Waldemar Brodkorbriscv64: lazy relocations do not work like sparc/m68k
2019-11-05 Waldemar Brodkorbimplement fexecve from glibc
2019-10-31 Waldemar Brodkorbriscv64: add shared library support
2019-10-30 Carlos SantosMake __syscall_error return long, as expected by syscal...
2019-10-15 mirabilosFix value for O_mask_was_saved based on gdb observation
2019-10-15 mirabilossparc64: Make structure match kernel uapi
2019-10-15 mirabilossparc64: Use the jmpbuf-offsets.h header instead of...
2019-10-10 Waldemar Brodkorbaarch64: sync with glibc code to see any differences...
2019-10-05 Stafford Horneor1k: Fix compiling with PIC and latest binutils use...
2019-09-30 Kjetil Oftedalmalloc: Add missing locks for some paths (valloc/memali...
2019-09-30 Adhemerval ZanellaPowerPC: Fix termios definitions
2019-07-05 Petar Jovanovicmips: avoid calling memcpy() from memmove() for MIPS...
2019-07-05 Christoph Hellwigriscv: clear a3/a4 in crt1
2019-07-05 Christoph Hellwigriscv: add the MAP_UNINITIALIZED definition
2019-06-21 Denys Vlasenkofix opendir, fpathconf and ttyname_r to use fstat64...
2019-05-27 Petar Jovanovicmips: fix memmove() call when __ARCH_HAS_BWD_MEMCPY__...
2019-05-27 Romain Naoursparc: remove asm constraint
2019-05-13 Max Filippovpreadv/pwritev: fix offset argument type
2019-05-13 Max Filippovxtensa: don't use l32r opcode explicitly
2019-04-14 Yann SionneauFix TLS allocation and loading in !SHARED case
2019-03-02 Eugene YudinFix NULL pointer dereference in open_memstream()
2018-12-14 Waldemar Brodkorbfix issues in ethers.c
2018-12-14 Max Filippovxtensa: add custom bits/poll.h
2018-12-14 [email protected]several patches for uclibc ng
2018-11-27 Waldemar Brodkorbstatfs.h: sync generic header with glibc
2018-11-23 Volodymyr BoykoDefined INLINE_SYSCALL_NOERR_NCS in mips/bits/syscalls.h
2018-11-01 Christophe LyonAdd support for Thumb-only processors.
2018-11-01 Petr Voreltime.h: Add CLOCK_TAI
2018-11-01 Carlos Santosmkostemp64: clear flags, as mkostemp does
2018-10-20 Waldemar Brodkorbdo not expose recvmmsg/sendmmsg for unsupported kernels
2018-09-21 Guo Renbugfix renameat2 wrong implement.
2018-09-21 Segev Finerwordexp: Fix the usage of the internal _itoa function
2018-08-16 Guo Rensched_setaffinity: use the same style with glibc's
2018-08-10 Christophe Lyonmbtowc: Fix non compliant behavior for end of string
2018-08-10 Christophe Lyonnptl threads: Fix bug in using a weak variable.
2018-08-10 Christophe Lyonnptl: Use vfork on MMU-less for system()
2018-08-10 Christophe Lyonarm/clone.S: Fix threading support
2018-08-10 Christophe LyonAllow to generate PIE 'static' binary
2018-08-10 Christophe LyonAdd runtime support needed for C++ exceptions
2018-08-10 Christophe LyonAdd application startup code for FDPIC
2018-08-10 Christophe Lyonrtld: Add FDPIC code for arm
2018-08-10 Christophe Lyonrtld: Add #if defined (__FDPIC__)
2018-06-10 Waldemar Brodkorbrisc-v: initial 64 bit port, static only (no TLS/NPTL)
2018-04-17 Waldemar Brodkorblibdl: cleanup old inline changelog
2018-04-17 Guo Rencommon/sendfile.c: bugfix can't support offset is NULL
2018-04-17 Waldemar BrodkorbRevert "common/sendfile.c: bugfix can't support offset...
2018-04-13 Guo Renlseek.c: bugfix ltp lseek01.c
2018-04-13 Guo Rencommon/sendfile.c: bugfix can't support offset is NULL
2018-04-13 Thomas Petazzonior1k: add F_{DUPFD_CLOEXEC, SETPIPE_SZ, GETPIPE_SZ}
2018-04-02 Waldemar Brodkorbuse __NR_newfstatat only for modern Linux architectures
2018-03-22 Waldemar Brodkorbhppa: fix runtime issues
2018-03-15 Guo Rencsky: support bsd-setjmp and bsd-_setjmp.
2018-03-12 Waldemar Brodkorbtile: add basic support for tilegx
2018-03-09 Waldemar Brodkorbsparc32: Add nop before __startcontext to stop unwinding
2018-03-01 Waldemar Brodkorbadd missing include to quieten compiler
2018-02-26 Waldemar Brodkorbstat.h: fix issue with aarch64
next
This page took 0.071166 seconds and 7 git commands to generate.