remove duplicate definitions of INET[6]_ADDRSTRLEN
[oweals/musl.git] / arch / or1k /
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 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-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 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 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-04-10 Rich Felkerremove cruft for supposedly-buggy clang from or1k ...
2019-03-13 Szabolcs Nagyaarch64, or1k: add kexec_file_load syscall number from...
2019-03-13 Szabolcs Nagyaarch64, or1k: define rseq syscall number following...
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-02 Szabolcs Nagyfix TLS layout of TLS variant I when there is a gap...
2018-03-10 Rich Felkerreverse definition dependency between PAGESIZE and...
2017-11-05 Szabolcs Nagyadd statx syscall numbers from linux v4.11
2017-09-06 Szabolcs Nagymake syscall.h consistent with linux
2016-12-30 Szabolcs Nagyadd pkey_{mprotect,alloc,free} syscalls from linux...
2016-07-06 Bobby Binghamremove or1k version of sem.h
2016-06-09 Szabolcs Nagyadd preadv2 and pwritev2 syscall numbers for linux...
2016-05-12 Bobby Binghamdeduplicate __NR_* and SYS_* syscall number definitions
2016-03-19 Szabolcs Nagyadd copy_file_range syscall numbers from linux v4.5
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-26 Szabolcs Nagyadd mlock2 syscall number from linux v4.4
2016-01-26 Szabolcs Nagyadd new membarrier, userfaultfd and switch_endian syscalls
2016-01-21 Rich Felkerrefactor internal atomic.h
2015-11-02 Rich Felkerproperly access mcontext_t program counter in cancellat...
2015-10-15 Rich Felkerprevent reordering of or1k and powerpc thread pointer...
2015-09-17 Rich Felkernew dlstart stage-2 chaining for or1k
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-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-02-09 Szabolcs Nagyadd syscall numbers for the new execveat syscall
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-11-05 Rich Felkerfix 64-bit syscall argument passing on or1k
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-31 Rich Felkerfix broken offset argument to the mmap2 syscall on...
2014-07-31 Rich Felkerprovide PAGE_SIZE as a constant value of 8192 on or1k
2014-07-28 Rich Felkerremove unused a_cas_l from or1k atomic.h
2014-07-20 Szabolcs Nagyadd syscall numbers for the new renameat2 syscall
2014-07-20 Rich Felkerfix or1k atomic store
2014-07-18 Stefan Kristianssonadd or1k (OpenRISC 1000) architecture port