fix return value of wmemcmp for extreme wchar_t values
[musl] / arch / microblaze /
2023-02-09 Rich Felkerfix wrong sigaction syscall ABI on mips*, or1k, microbl...
2022-03-08 Szabolcs Nagybits/syscall.h: add landlock syscalls from linux v5.13
2022-03-08 Szabolcs Nagybits/syscall.h: add mount_setattr from linux v5.12
2022-03-08 Szabolcs Nagybits/syscall.h: add epoll_pwait2 from linux v5.11
2021-02-15 Szabolcs Nagybits/syscall.h: add process_madvise from linux v5.10
2020-11-29 Szabolcs Nagybits/syscall.h: add __NR_close_range from linux v5.9
2020-09-09 Szabolcs Nagybits/syscall.h: add __NR_faccessat2 from linux v5.8
2020-09-09 Szabolcs Nagyadd pidfd_getfd and openat2 syscall numbers from linux...
2020-08-27 Rich Felkerdeduplicate __pthread_self thread pointer adjustment...
2020-08-25 Rich Felkerdeduplicate TP_ADJ logic out of each arch, replace...
2020-08-09 Rich Felkerprefer new socket syscalls, fallback to SYS_socketcall...
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-01-30 Rich Felkerremove legacy clock_gettime and gettimeofday from publi...
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-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-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 Felkermove __BYTE_ORDER definition to alltypes.h
2019-10-17 Rich Felkerremove per-arch definitions for va_list
2019-09-11 Szabolcs Nagyadd new syscall numbers from linux v5.2
2019-08-02 Rich Felkermove IPC_STAT definition to a new bits/ipcstat.h file
2019-07-29 Rich Felkerduplicate generic bits/msg.h for each arch using it...
2019-07-29 Rich Felkerduplicate generic bits/sem.h for each arch using it...
2019-07-29 Rich Felkerremove trailing newlines from various versions of bits...
2019-07-29 Rich Felkerduplicate generic bits/shm.h for each arch using it...
2019-07-18 Rich Felkerdecouple struct stat from kernel type
2019-07-01 Szabolcs Nagyadd new syscall numbers from linux v5.1
2019-05-05 Rich Felkerfix passing of 64-bit syscall arguments on microblaze
2019-04-10 Rich Felkerremove cruft for supposedly-buggy clang from or1k ...
2018-12-10 Szabolcs Nagyadd io_pgetevents and rseq syscall numbers from linux...
2018-10-16 Rich Felkermake thread-pointer-loading asm non-volatile
2018-06-20 Rich Felkerwork around broken kernel struct ipc_perm on some big...
2017-11-05 Szabolcs Nagymicroblaze: add statx syscall from linux v4.13
2017-11-05 Szabolcs Nagyadd microblaze syscall numbers from linux v4.10
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2017-06-21 Rich Felkerfix omission of microblaze user.h definitions
2016-08-30 Szabolcs Nagymicroblaze: add syscall numbers from linux v4.7
2016-07-03 Rich Felkermake brace placement in public header typedef'd structs...
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-03-19 Szabolcs Nagydeduplicate bits/mman.h
2016-01-28 Rich Felkerdeduplicate the bulk of the arch bits headers
2016-01-26 Szabolcs Nagyadd MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2...
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-09-17 Rich Felkernew dlstart stage-2 chaining for microblaze
2015-05-22 Rich Felkeradd .text section directive to all crt_arch.h files...
2015-04-30 Szabolcs Nagyfix __syscall declaration with wrong visibility in...
2015-04-18 Szabolcs Nagyadd execveat syscall number to microblaze
2015-04-13 Rich Felkerdynamic linker bootstrap overhaul
2015-04-01 Rich Felkermove O_PATH definition back to arch bits
2015-03-18 Rich Felkerfix MINSIGSTKSZ values for archs with large signal...
2015-03-07 Szabolcs Nagyfix FLT_ROUNDS to reflect the current rounding mode
2015-03-04 Trutz Behnfix POLLWRNORM and POLLWRBAND on mips
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2015-01-31 Trutz Behnmove MREMAP_MAYMOVE and MREMAP_FIXED out of bits
2014-12-23 Szabolcs Nagyadd new syscall numbers for bpf and kexec_file_load
2014-12-21 Rich Felkermove wint_t definition to the shared part of alltypes...
2014-11-23 Rich Felkerunify non-inline version of syscall code across archs
2014-10-10 Rich Felkeradd explicit barrier operation to internal atomic.h API
2014-10-08 Szabolcs Nagyadd new syscall numbers for seccomp, getrandom, memfd_c...
2014-09-07 Rich Felkeradd threads.h and needed per-arch types for mtx_t and...
2014-08-25 Rich Felkeradd working a_spin() atomic for non-x86 targets
2014-08-20 Rich Felkeradd max_align_t definition for C11 and C++11
2014-08-17 Rich Felkermake pointers used in robust list volatile
2014-07-28 Rich Felkerclean up unused and inconsistent atomics in arch dirs
2014-07-19 Rich Felkerfix microblaze atomic store
2014-07-19 Rich Felkerremove cruft from microblaze atomic.h
2014-07-18 Rich Felkerfix microblaze definition of struct stat
2014-06-18 Rich Felkerrefactor to remove arch-specific relocation code from...
2014-06-16 Rich Felkerdynamic linker: permit error returns from arch-specific...
2014-05-30 Szabolcs Nagyadd sched_{get,set}attr syscall numbers and SCHED_DEADL...
2014-04-15 Szabolcs Nagyfix RLIMIT_ constants for mips
2014-04-02 Rich Felkerfix microblaze syscall register clobbers
2014-03-19 Rich Felkerfix signal.h breakage from moving stack_t to arch-speci...
2014-03-19 Rich Felkermove signal.h definition of stack_t to arch-specific...
2014-03-11 Rich Felkermove struct semid_ds to from shared sys/sem.h to bits
2014-02-24 rofl0rfixup general __syscall breakage introduced in x32...
2014-02-23 rofl0rsys/shm.h: move arch specific structs to bits/
2014-01-09 Rich Felkeradd IUTF8 to termios.h on archs that were missing it
2014-01-09 Rich Felkerfix namespace violations in termios.h, at least mostly
2013-11-23 Szabolcs Nagyadd O_TMPFILE flag, new in linux 3.11
2013-11-20 Rich Felkerfix the nominal type of LDBL_* limits on archs with...
2013-09-15 Szabolcs Nagysupport configurable page size on mips, powerpc and...
2013-08-11 Rich Felkeradd missing a_or_l to atomic.h for non-x86 archs
2013-07-26 Rich Felkernew mostly-C crt1 implementation
2013-07-24 Rich Felkerchange jmp_buf to share an underlying type and struct...
2013-07-22 Rich Felkerremove SIG_ATOMIC_MIN/MAX from stdint bits headers
2013-07-22 Rich Felkerfix regression in size of nlink_t (broken stat struct...
2013-07-22 Rich Felkerchange wint_t to unsigned
2013-07-22 Rich Felkerrefactor headers, especially alltypes.h, and improve...
2013-07-19 Rich Felkerchange uid_t, gid_t, and id_t to unsigned types
2013-07-18 Rich Felkermake the dynamic linker find its path file relative...
2013-06-26 Rich Felkerrespect iso c namespace in stdio.h and wchar.h regardin...
next