only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / arch /
2020-05-21 Rich Felkerfix incorrect SIGSTKFLT on all mips archs
2020-04-26 Rich Felkerremove arm (32-bit) support for vdso clock_gettime
2020-03-15 Samuel Hollanddefine MAP_SYNC on powerpc/powerpc64
2020-03-15 Rich Felkerwork around negated error code bug on some mips kernels
2020-03-15 Rich Felkerremove useless mips syscall asm constraint, align style...
2020-03-15 Rich Felkerrevert mips (32-bit, o32) syscall asm clean-up due...
2020-03-15 Rich Felkerrevert mips64/n32 syscall asm clean-up due to regressions
2020-02-05 Rich Felkerremove legacy time32 timer[fd] syscalls from public...
2020-02-05 Rich Felkerremove further legacy time32 clock syscalls from public...
2020-02-04 Rich Felkermove riscv64 register index constants to signal.h
2020-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
2020-01-26 Rich Felkermove struct dirent to bits header, allow NAME_MAX to...
2020-01-22 Luís Marquesfix riscv64 a_cas inline asm operand sign extension
2019-12-30 Szabolcs Nagymips: add clone3 syscall numbers from linux v5.4
2019-12-30 Szabolcs Nagymips: add hwcap bits from linux v5.4
2019-12-30 Szabolcs Nagyadd clone3 syscall number from linux v5.3
2019-12-30 Szabolcs Nagyadd pidfd_open syscall number from linux v5.3
2019-12-30 Khem Rajfix types for mips sigcontext/mcontext_t regset members
2019-11-05 Rich Felkerfix build regression on mips64 due to endian.h removal
2019-11-02 Rich Felkermove time_t and suseconds_t definitions to common allty...
2019-11-02 Rich Felkermove time64 ioctl numbers to generic bits/ioctl.h
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkerswitch all existing 32-bit archs to 64-bit time_t
2019-11-02 Rich Felkeradd x32 bits/ioctl_fix.h defining time-related sockios...
2019-11-02 Rich Felkeradd back x32 bits/socket.h defining time-related socket...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-11-02 Rich Felkerfix x32 msghdr struct by removing x32 bits/socket.h
2019-10-28 Rich Felkeradd missing m68k user.h/procfs.h regset types
2019-10-20 Rich Felkerinternally, define time64 rusage syscalls on x32 as...
2019-10-19 Rich Felkeruse struct pt_regs * rather than void * for powerpc...
2019-10-19 Rich Felkerfix fpregset_t type on powerpc64
2019-10-17 Rich Felkermove pthread types out of per-arch alltypes.h
2019-10-17 Rich Felkerdefine LONG_MAX via arch alltypes.h, strip down bits...
2019-10-17 Rich Felkerremove use of endian.h from arch reloc.h headers, clean up
2019-10-17 Rich Felkerremove indirect use of endian.h from public headers
2019-10-17 Rich Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-10-17 Rich Felkerremove i386 support for legacy struct __va_list
2019-10-02 Rich Felkerreintroduce riscv64 struct sigcontext
2019-09-30 Rich Felkerfix riscv64 elf_fpregset_t type and member names mismatch
2019-09-29 Rich Felkerfix riscv64 signal.h namespace violations and ucontext...
2019-09-27 Rich Felkerclean up mips (32-bit, o32) syscall asm constraints
2019-09-26 Rich Felkerfix mips r6 syscall clobber lists not to include hi...
2019-09-25 Palmer Dabbeltcorrect the operand specifiers in the riscv64 CAS routines
2019-09-11 Szabolcs Nagyaarch64: add HWCAP2 flags from linux v5.2
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-09-08 Rich Felkerhonor __WCHAR_TYPE__ on archs with legacy long definiti...
2019-08-19 Rich Felkerfix clash between sys/user.h and kernel ptrace.h on...
2019-08-14 Khem Rajre-add ELF gregs and fpregs types to riscv64 user.h
2019-08-11 Samuel Hollandadd support for powerpc/powerpc64 unaligned relocations
2019-08-06 Rich Felkerremove riscv64 bits/user.h contents
2019-08-06 Baruch Siachfix risc64 conflict with kernel headers
2019-08-03 Rich Felkerupdate riscv64 syscall numbers to linux v5.1
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-08-01 Rich Felkerioctl: add fallback for new time64 SIOCGSTAMP[NS]
2019-08-01 Rich Felkerget/setsockopt: add fallback for new time64 SO_RCVTIMEO...
2019-07-30 Rich Felkerremove gratuitously-different arch-specific bits/ipc...
2019-07-30 Rich Felkerremove arch-specific bits/ipc.h that are identical...
2019-07-30 Rich Felkermove IPC_64 from public bits/ipc.h to syscall_arch.h
2019-07-29 Rich Felkerremove duplicates of new generic bits/msg.h
2019-07-29 Rich Felkeruse 64-bit msqid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerremove duplicates of new generic bits/sem.h
2019-07-29 Rich Felkeruse 64-bit semid_ds layout in the generic version of...
2019-07-29 Rich Felkercollapse out byte order conditions in bits/sem.h for...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
2019-07-29 Rich Felkerextricate bits/sem.h from x32 time_t hack
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-29 Rich Felkerremove duplicates of new generic bits/shm.h
2019-07-29 Rich Felkeruse 64-bit shmid_ds layout in the generic version of...
2019-07-29 Rich Felkerduplicate generic bits/shm.h for each arch using it...
2019-07-29 Rich Felkerremove x32 syscall timespec fixup hacks
2019-07-27 Rich Felkerinternally, define time64 syscalls on x32 as the existi...
2019-07-27 Rich Felkerdon't use futimesat syscall as utimensat fallback on x32
2019-07-18 Rich Felkerremove mips/n32/64 stat struct hacks from syscall machinery
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-18 Rich Felkerremove utterly wrong includes from mips64/n32 bits...
2019-07-17 Rich Felkeruse register constraint instead of memory operand for...
2019-07-17 Rich Felkerfix riscv64 atomic asm constraints
2019-07-17 Rich Felkerfix riscv64 syscall asm constraint
2019-07-17 Rich Felkerclean up mips64/n32 syscall asm constraints
2019-07-17 Rich Felkerdeduplicate mips64/n32 syscall clobbered register lists
2019-07-15 Rich Felkerfix build failure on arm building C code in thumb1...
2019-07-10 Samuel Hollandfix conflicting mips and powerpc definitions for TIOCSE...
2019-07-04 Rich Felkerremove spurious MAP_32BIT definition from riscv64 arch
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-07-01 Szabolcs Nagymips64: fix syscall numbers of io_pgetevents and rseq
2019-07-01 Szabolcs Nagys390x: drop SO_ definitions from bits/socket.h
2019-06-14 Rich Felkeradd riscv64 architecture support
2019-05-23 Rich Felkermake powerpc64 vrregset_t logical layout match expected API
2019-05-22 Rich Felkerfix vrregset_t layout and member naming on powerpc64
2019-05-11 Rich Felkerimprove i386 inline syscall asm on non-broken compilers
2019-05-11 Rich Felkerfix regression in i386 inline syscall asm producing...
2019-05-05 Rich Felkerfix broken posix_fadvise on mips due to missing 7-arg...
2019-05-05 Rich Felkerfix build regression on mips n32 due to typo in new...
2019-05-05 Rich Felkerfix passing of 64-bit syscall arguments on microblaze
2019-04-23 Rich Felkerfix regression in s390x SO_PEERSEC definition
2019-04-17 Szabolcs Nagymath: add fp_arch.h with fp_barrier and fp_force_eval
2019-04-10 Rich Felkerimplement inline 5- and 6-argument syscalls for mipsn32...
2019-04-10 Rich Felkercleanup mips64 syscall_arch functions
next