Age | Commit message (Expand) | Author | Files | Lines |
2021-04-20 | add pthread_getname_np function | Érico Rolim | 1 | -0/+1 |
2021-04-19 | define __STDC_UTF_{16,32}__ macros | Érico Nogueira | 1 | -0/+3 |
2021-02-25 | suppress isascii() macro for C++ | Érico Rolim | 1 | -0/+2 |
2021-02-22 | guard against compilers failing to handle setjmp specially by default | Rich Felker | 1 | -3/+11 |
2021-02-15 | signal.h: add MTE specific SIGSEGV codes from linux v5.10 | Szabolcs Nagy | 1 | -0/+2 |
2021-02-15 | sys/prctl.h: add MTE related constants from linux v5.10 | Szabolcs Nagy | 1 | -0/+7 |
2021-02-15 | elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10 | Szabolcs Nagy | 1 | -0/+1 |
2021-02-15 | sys/mman.h: add MAP_HUGE_16KB from linux v5.10 | Szabolcs Nagy | 1 | -0/+1 |
2021-02-15 | sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10 | Szabolcs Nagy | 1 | -0/+1 |
2021-02-15 | sys/membarrier.h: add new constants from linux v5.10 | Szabolcs Nagy | 1 | -0/+4 |
2020-11-30 | implement reallocarray | Ariadne Conill | 1 | -0/+1 |
2020-11-29 | netinet/in.h: add IP_RECVERR_4884 from linux v5.9 | Szabolcs Nagy | 1 | -0/+1 |
2020-11-29 | sys/fanotify.h: add new FAN_* macros from linux v5.9 | Szabolcs Nagy | 1 | -0/+4 |
2020-11-29 | add missing personality values | William Woodruff | 1 | -0/+3 |
2020-10-28 | add support for SIGEV_THREAD_ID timers | James Y Knight | 1 | -3/+13 |
2020-10-14 | implement _Fork and refactor fork using it | Rich Felker | 1 | -0/+1 |
2020-09-09 | netinet/if_ether.h: add ETH_P_MRP from linux v5.8 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | elf.h: add .note.gnu.property related definitions | Szabolcs Nagy | 1 | -0/+2 |
2020-09-09 | netinet/tcp.h: update to linux v5.7 | Szabolcs Nagy | 1 | -0/+3 |
2020-09-09 | sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | sys/fanotify.h: update to linux v5.7 | Szabolcs Nagy | 1 | -1/+3 |
2020-09-09 | sched.h: add CLONE_NEWTIME from linux v5.6 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | sys/random.h: add GRND_INSECURE from linux v5.6 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 | Szabolcs Nagy | 1 | -0/+3 |
2020-09-09 | netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | netinet/tcp.h: update for linux v5.6 | Szabolcs Nagy | 1 | -2/+4 |
2020-09-09 | netinet/in.h: add IPPROTO_ macros from linux v5.6 | Szabolcs Nagy | 1 | -1/+3 |
2020-09-09 | netinet/tcp.h: update tcp_info for linux v5.5 | Szabolcs Nagy | 1 | -1/+8 |
2020-08-30 | fix regression with applications that expect struct winsize in ioctl.h | Rich Felker | 3 | -7/+5 |
2020-08-24 | add tcgetwinsize and tcsetwinsize functions, move struct winsize | Rich Felker | 2 | -7/+10 |
2020-08-17 | add gettid function | Rich Felker | 1 | -0/+1 |
2020-03-04 | remove duplicate definitions of INET[6]_ADDRSTRLEN | Rich Felker | 2 | -7/+0 |
2020-02-26 | add PTHREAD_NULL | Rich Felker | 1 | -0/+3 |
2020-01-29 | fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h | Rich Felker | 1 | -5/+0 |
2020-01-29 | fix unprotected macro argument in sys/ttydefaults.h | Rich Felker | 1 | -1/+1 |
2020-01-25 | move struct dirent to bits header, allow NAME_MAX to vary | Rich Felker | 2 | -12/+4 |
2020-01-11 | define RLIMIT_RTTIME, bump RLIMIT_NLIMITS | Leah Neukirchen | 1 | -1/+2 |
2020-01-01 | unconditonally define alloca as __builtin_alloca | Michael Forney | 1 | -2/+0 |
2020-01-01 | remove gratuitous aligned attribute from __ptrace_syscall_info | Rich Felker | 1 | -1/+2 |
2019-12-30 | sys/wait.h: add P_PIDFD from linux v5.4 | Szabolcs Nagy | 1 | -1/+2 |
2019-12-30 | netinet/tcp.h: add new tcp_info fields from linux v5.4 | Szabolcs Nagy | 1 | -0/+2 |
2019-12-30 | sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 | Szabolcs Nagy | 1 | -0/+4 |
2019-12-30 | sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 | Szabolcs Nagy | 1 | -0/+2 |
2019-12-30 | sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 | Szabolcs Nagy | 1 | -0/+28 |
2019-12-30 | sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 | Szabolcs Nagy | 1 | -0/+1 |
2019-12-30 | netinet/if_ether.h: add ETH_P_LLDP from linux v5.3 | Szabolcs Nagy | 1 | -0/+1 |
2019-12-30 | netinet/tcp.h: add TCP_TX_DELAY from linux v5.3 | Szabolcs Nagy | 1 | -0/+1 |
2019-12-22 | add uapi guards for new netinet/ip.h conflict with struct iphdr | A. Wilcox | 1 | -0/+2 |
2019-12-22 | adjust utmpx struct layout for time64, 32-/64-bit arch compat | Rich Felker | 1 | -1/+6 |
2019-12-22 | fix elf_prstatus regression on time64, existing wrong definition on x32 | Rich Felker | 1 | -4/+3 |