958 Commits (30c8a1456ab7a005360f5315ba96f8073593ab51)

Author SHA1 Message Date
Szabolcs Nagy 30c8a1456a netinet/tcp.h: add tcp zerocopy related changes from linux v5.11 5 years ago
Szabolcs Nagy b54f481fbc netinet/if_ether.h: add ETH_P_CFM from linux v5.11 5 years ago
Szabolcs Nagy c5ecaca743 sys/socket.h: add new SO_ socket options from linux v5.11 5 years ago
Szabolcs Nagy f35b99b387 sys/prctl.h: add PR_SET_SYSCALL_USER_DISPATCH from linux v5.11 5 years ago
Érico Nogueira cbacd638e3 add SEEK_DATA and SEEK_HOLE to unistd.h 4 years ago
Ismael Luceno 98e688a9da define NULL as nullptr when used in C++11 or later 5 years ago
Érico Nogueira b76f37fd56 add qsort_r and make qsort a wrapper around it 5 years ago
Érico Rolim bd3b9c4ca5 add pthread_getname_np function 5 years ago
Érico Nogueira 9a40e842df define __STDC_UTF_{16,32}__ macros 5 years ago
Érico Rolim e48e99c112 suppress isascii() macro for C++ 5 years ago
Rich Felker b129cd8690 guard against compilers failing to handle setjmp specially by default 5 years ago
Szabolcs Nagy 87b8f14811 signal.h: add MTE specific SIGSEGV codes from linux v5.10 5 years ago
Szabolcs Nagy 19239cde94 sys/prctl.h: add MTE related constants from linux v5.10 5 years ago
Szabolcs Nagy 8b29f02370 elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10 5 years ago
Szabolcs Nagy d7210f0c12 sys/mman.h: add MAP_HUGE_16KB from linux v5.10 5 years ago
Szabolcs Nagy a7456524d7 sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10 5 years ago
Szabolcs Nagy 54ca1cc7f1 sys/membarrier.h: add new constants from linux v5.10 5 years ago
Ariadne Conill 821083ac7b implement reallocarray 6 years ago
Szabolcs Nagy 67f774625e netinet/in.h: add IP_RECVERR_4884 from linux v5.9 6 years ago
Szabolcs Nagy d078f83657 sys/fanotify.h: add new FAN_* macros from linux v5.9 6 years ago
William Woodruff badc5bb211 add missing personality values 6 years ago
James Y Knight 7c71792e87 add support for SIGEV_THREAD_ID timers 7 years ago
Rich Felker bd153422f2 implement _Fork and refactor fork using it 6 years ago
Szabolcs Nagy f035c7b1e6 netinet/if_ether.h: add ETH_P_MRP from linux v5.8 6 years ago
Szabolcs Nagy 6b1741aaf5 elf.h: add .note.gnu.property related definitions 6 years ago
Szabolcs Nagy 616a8bf660 netinet/tcp.h: update to linux v5.7 6 years ago
Szabolcs Nagy a6c302bec1 sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 6 years ago
Szabolcs Nagy 8adf42f7c1 sys/fanotify.h: update to linux v5.7 6 years ago
Szabolcs Nagy 43b640c2ff sched.h: add CLONE_NEWTIME from linux v5.6 6 years ago
Szabolcs Nagy 3da18e6951 sys/random.h: add GRND_INSECURE from linux v5.6 6 years ago
Szabolcs Nagy 8f4aa78a0c sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 6 years ago
Szabolcs Nagy 1ab341e89b netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 6 years ago
Szabolcs Nagy c6321616b8 netinet/tcp.h: update for linux v5.6 6 years ago
Szabolcs Nagy 8fca0ea4e9 netinet/in.h: add IPPROTO_ macros from linux v5.6 6 years ago
Szabolcs Nagy d4f298149c netinet/tcp.h: update tcp_info for linux v5.5 6 years ago
Rich Felker 1ccc804e13 fix regression with applications that expect struct winsize in ioctl.h 6 years ago
Rich Felker 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
Rich Felker d49cf07541 add gettid function 6 years ago
Rich Felker 2f2348c958 remove duplicate definitions of INET[6]_ADDRSTRLEN 6 years ago
Rich Felker 4e0796dfc7 add PTHREAD_NULL 6 years ago
Rich Felker e6093b5a87 fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h 6 years ago
Rich Felker a0217a2ff7 fix unprotected macro argument in sys/ttydefaults.h 6 years ago
Rich Felker 614c9e7b1e move struct dirent to bits header, allow NAME_MAX to vary 6 years ago
Leah Neukirchen 2507e7f531 define RLIMIT_RTTIME, bump RLIMIT_NLIMITS 6 years ago
Michael Forney a56ec7e8e2 unconditonally define alloca as __builtin_alloca 7 years ago
Rich Felker ac89e2ccf5 remove gratuitous aligned attribute from __ptrace_syscall_info 6 years ago
Szabolcs Nagy f296be74d5 sys/wait.h: add P_PIDFD from linux v5.4 6 years ago
Szabolcs Nagy 5e0c9f246c netinet/tcp.h: add new tcp_info fields from linux v5.4 6 years ago
Szabolcs Nagy 5675aaa559 sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 6 years ago
Szabolcs Nagy d95ead261e sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 6 years ago