2018-08-28 |
Szabolcs Nagy | rewrite __aeabi_read_tp in asm
|
commit | commitdiff | tree |
2018-08-23 |
Szabolcs Nagy | fix tls access on arm targets before armv6k
|
commit | commitdiff | tree |
2018-07-18 |
Szabolcs Nagy | add support for arch-specific ptrace command macros
|
commit | commitdiff | tree |
2018-07-18 |
Szabolcs Nagy | sys/ptrace.h: add missing PTRACE_EVENT_STOP
|
commit | commitdiff | tree |
2018-07-18 |
Szabolcs Nagy | uchar.h: define char16_t and char32_t for old c++
|
commit | commitdiff | tree |
2018-06-21 |
Szabolcs Nagy | add memfd_create syscall wrapper
|
commit | commitdiff | tree |
2018-06-21 |
Szabolcs Nagy | add mlock2 linux syscall wrapper
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | s390x: add kexec_file_load syscall number from linux...
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | mips: add HWCAP_ flags from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | aarch64: add HWCAP_ flags from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | add speculation control prctls from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | add ETH_P_PREAUTH ethertype from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | add TCP_NLA_* from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | add {MSG,SEM,SHM}_STAT_ANY from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | add MAP_FIXED_NOREPLACE from linux v4.17
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | powerpc: add pkey syscall numbers from linux v4.16
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | aarch64: add HWCAP_ASIMDFHM from linux v4.16
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from...
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | netinet/if_ether.h: add ETH_TLEN from linux v4.16
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16
|
commit | commitdiff | tree |
2018-06-19 |
Szabolcs Nagy | sys/epoll.h: add EPOLLNVAL from linux v4.16
|
commit | commitdiff | tree |
2018-06-02 |
Szabolcs Nagy | fix TLS layout of TLS variant I when there is a gap...
|
commit | commitdiff | tree |
2018-04-02 |
Szabolcs Nagy | fix fmaf wrong result
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | aarch64: add sve_context struct and related defines...
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | elf.h: add DT_SYMTAB_SHNDX
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | elf.h: syncronize DF_1_ flags with binutils
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | elf.h: update NT_* coredump elf notes for linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | elf.h: add PPC64_OPT_LOCALENTRY
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | elf.h: add AT_* auxval macros for cache geometry
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | sys/prctl.h: add new PR_SVE_* macros from linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | aarch64: update hwcap.h for linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | arm: add get_tls syscall from linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | powerpc: update hwcap.h for linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | s390x: add s390_sthyi system call from v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | netinet/in.h: add new IPV6_FREEBIND from linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | netinet/tcp.h: add TCP_* socket options from linux...
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | add MAP_SYNC and MAP_SHARED_VALIDATE from linux v4.15
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | mips,powerpc: fix TIOCSER_TEMT in termios.h
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | netinet/tcp.h: add tcp_diag_md5sig struct from linux...
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | sys/{mman,shm}.h: add {MAP,SHM}_HUGE_ macros from linux...
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | netinet/if_ether.h: add new ETH_P_ macros from linux...
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | net/if_arp.h: add ARPHRD_RAWIP from linux v4.14
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | signal.h: add missing SIGTRAP si_codes
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | aarch64: add HWCAP_DCPOP from linux v4.14
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | sys/mman.h: add MADV_WIPEONFORK from linux v4.14
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | sys/socket.h: add MSG_ZEROCOPY from linux v4.14
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | sys/socket.h: add SOL_TLS from linux v4.13
|
commit | commitdiff | tree |
2018-02-22 |
Szabolcs Nagy | sys/socket.h: add PF_SMC from linux v4.11
|
commit | commitdiff | tree |
2018-02-07 |
Szabolcs Nagy | better configure check for long double support
|
commit | commitdiff | tree |
2017-11-19 |
Szabolcs Nagy | fix fgetwc when decoding a character that crosses buffer...
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | s390x: use generic ioctl.h
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | microblaze: add statx syscall from linux v4.13
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | aarch64: add extra_context struct from linux v4.13
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add new tcp.h socket options from linux v4.13
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add new fcntl.h macros from linux v4.13
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | ioctl TIOCGPTPEER from linux v4.13
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add SO_ getsockopt options from linux v4.13
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | s390x: add syscall number for s390_guarded_storage...
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | i386: add arch_prctl syscall number from linux v4.12
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | aarch64: add new HWCAP_* flags from linux v4.12
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add ARPHDR_VSOCKMON from linux v4.12
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add new SO_ socket options from linux v4.12
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add statx syscall numbers from linux v4.11
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add TCP_NLA_* enums from linux v4.11
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add TCP_FASTOPEN_CONNECT tcp socket option from linux...
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add ETH_P_IBOE from linux v4.11
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | update aarch64 hwcap.h for linux v4.11
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add kexec_file_load syscall number on powerpc from...
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add microblaze syscall numbers from linux v4.10
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux...
|
commit | commitdiff | tree |
2017-11-05 |
Szabolcs Nagy | add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums...
|
commit | commitdiff | tree |
2017-10-14 |
Szabolcs Nagy | math: rewrite fma with mostly int arithmetics
|
commit | commitdiff | tree |
2017-09-11 |
Szabolcs Nagy | powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h
|
commit | commitdiff | tree |
2017-09-06 |
Szabolcs Nagy | make syscall.h consistent with linux
|
commit | commitdiff | tree |
2017-08-30 |
Szabolcs Nagy | arm: add HWCAP_ARM_ hwcap macros
|
commit | commitdiff | tree |
2017-08-30 |
Szabolcs Nagy | add a_clz_64 helper function
|
commit | commitdiff | tree |
2017-08-30 |
Szabolcs Nagy | s390x: add bits/hwcap.h
|
commit | commitdiff | tree |
2017-08-29 |
Szabolcs Nagy | add SIOCGSTAMPNS socket ioctl macro to ioctl.h
|
commit | commitdiff | tree |
2017-08-29 |
Szabolcs Nagy | fix mips ioctl macros to match linux asm/sockios.h
|
commit | commitdiff | tree |
2017-06-22 |
Szabolcs Nagy | fix arm run-time abi string functions
|
commit | commitdiff | tree |
2017-04-21 |
Szabolcs Nagy | fix scalbn when result is in the subnormal range
|
commit | commitdiff | tree |
2017-03-21 |
Szabolcs Nagy | aarch64: add single instruction math functions
|
commit | commitdiff | tree |
2017-03-15 |
Szabolcs Nagy | fix threshold constants in j0f, y0f, j1f, y1f
|
commit | commitdiff | tree |
2017-03-12 |
Szabolcs Nagy | treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in...
|
commit | commitdiff | tree |
2017-03-06 |
Szabolcs Nagy | fix lsearch and lfind to pass key as first arg to the...
|
commit | commitdiff | tree |
2016-12-30 |
Szabolcs Nagy | update tcp_info struct to linux v4.9
|
commit | commitdiff | tree |
2016-12-30 |
Szabolcs Nagy | add MS_NOREMOTELOCK mount flag from linux v4.9
|
commit | commitdiff | tree |
2016-12-30 |
Szabolcs Nagy | add pkey_{mprotect,alloc,free} syscalls from linux...
|
commit | commitdiff | tree |
2016-12-17 |
Szabolcs Nagy | use lookup table for malloc bin index instead of float...
|
commit | commitdiff | tree |
2016-12-17 |
Szabolcs Nagy | handle ^ and $ in BRE subexpression start and end as...
|
commit | commitdiff | tree |
2016-11-07 |
Szabolcs Nagy | fix ldso reserved library name handling
|
commit | commitdiff | tree |
2016-11-07 |
Szabolcs Nagy | fix accidental global static pointer in ldso
|
commit | commitdiff | tree |
2016-10-20 |
Szabolcs Nagy | fix strtod int optimization in non-nearest rounding...
|
commit | commitdiff | tree |
2016-10-20 |
Szabolcs Nagy | fix strtod and strtof rounding with many trailing zeros
|
commit | commitdiff | tree |
2016-10-20 |
Szabolcs Nagy | fix float formatting of some exact halfway cases
|
commit | commitdiff | tree |
2016-10-20 |
Szabolcs Nagy | math: fix pow signed shift ub
|
commit | commitdiff | tree |
2016-10-20 |
Szabolcs Nagy | update icmphdr struct following linux v4.8
|
commit | commitdiff | tree |
2016-10-20 |
Szabolcs Nagy | add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8
|
commit | commitdiff | tree |