| Commit message (Expand) | Author | Age | Files | Lines |
* | add support for SIGEV_THREAD_ID timers | James Y Knight | 2020-10-28 | 1 | -3/+13 |
* | implement _Fork and refactor fork using it | Rich Felker | 2020-10-14 | 1 | -0/+1 |
* | netinet/if_ether.h: add ETH_P_MRP from linux v5.8 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+1 |
* | elf.h: add .note.gnu.property related definitions | Szabolcs Nagy | 2020-09-09 | 1 | -0/+2 |
* | netinet/tcp.h: update to linux v5.7 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+3 |
* | sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+1 |
* | sys/fanotify.h: update to linux v5.7 | Szabolcs Nagy | 2020-09-09 | 1 | -1/+3 |
* | sched.h: add CLONE_NEWTIME from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+1 |
* | sys/random.h: add GRND_INSECURE from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+1 |
* | sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+3 |
* | netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -0/+1 |
* | netinet/tcp.h: update for linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -2/+4 |
* | netinet/in.h: add IPPROTO_ macros from linux v5.6 | Szabolcs Nagy | 2020-09-09 | 1 | -1/+3 |
* | netinet/tcp.h: update tcp_info for linux v5.5 | Szabolcs Nagy | 2020-09-09 | 1 | -1/+8 |
* | fix regression with applications that expect struct winsize in ioctl.h | Rich Felker | 2020-08-30 | 3 | -7/+5 |
* | add tcgetwinsize and tcsetwinsize functions, move struct winsize | Rich Felker | 2020-08-24 | 2 | -7/+10 |
* | add gettid function | Rich Felker | 2020-08-17 | 1 | -0/+1 |
* | remove duplicate definitions of INET[6]_ADDRSTRLEN | Rich Felker | 2020-03-04 | 2 | -7/+0 |
* | add PTHREAD_NULL | Rich Felker | 2020-02-26 | 1 | -0/+3 |
* | fix misleading use of _POSIX_VDISABLE in sys/ttydefaults.h | Rich Felker | 2020-01-29 | 1 | -5/+0 |
* | fix unprotected macro argument in sys/ttydefaults.h | Rich Felker | 2020-01-29 | 1 | -1/+1 |
* | move struct dirent to bits header, allow NAME_MAX to vary | Rich Felker | 2020-01-25 | 2 | -12/+4 |
* | define RLIMIT_RTTIME, bump RLIMIT_NLIMITS | Leah Neukirchen | 2020-01-11 | 1 | -1/+2 |
* | unconditonally define alloca as __builtin_alloca | Michael Forney | 2020-01-01 | 1 | -2/+0 |
* | remove gratuitous aligned attribute from __ptrace_syscall_info | Rich Felker | 2020-01-01 | 1 | -1/+2 |
* | sys/wait.h: add P_PIDFD from linux v5.4 | Szabolcs Nagy | 2019-12-30 | 1 | -1/+2 |
* | netinet/tcp.h: add new tcp_info fields from linux v5.4 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+2 |
* | sys/prctl.h: add PR_*_TAGGED_ADDR_* from linux v5.4 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+4 |
* | sys/mman.h: add MADV_COLD and MADV_PAGEOUT from linux v5.4 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+2 |
* | sys/ptrace.h: add PTRACE_GET_SYSCALL_INFO from linux v5.3 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+28 |
* | sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+1 |
* | netinet/if_ether.h: add ETH_P_LLDP from linux v5.3 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+1 |
* | netinet/tcp.h: add TCP_TX_DELAY from linux v5.3 | Szabolcs Nagy | 2019-12-30 | 1 | -0/+1 |
* | add uapi guards for new netinet/ip.h conflict with struct iphdr | A. Wilcox | 2019-12-22 | 1 | -0/+2 |
* | adjust utmpx struct layout for time64, 32-/64-bit arch compat | Rich Felker | 2019-12-22 | 1 | -1/+6 |
* | fix elf_prstatus regression on time64, existing wrong definition on x32 | Rich Felker | 2019-12-22 | 1 | -4/+3 |
* | fix regression in ioctl definitions provided by arch/generic bits | Rich Felker | 2019-12-18 | 1 | -0/+1 |
* | signal to kernel headers that time_t is 64-bit | Rich Felker | 2019-12-17 | 1 | -0/+1 |
* | move time_t and suseconds_t definitions to common alltypes.h.in | Rich Felker | 2019-11-02 | 1 | -0/+2 |
* | move time64 socket options from arch bits to top-level sys/socket.h | Rich Felker | 2019-11-02 | 1 | -0/+11 |
* | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | 2019-11-02 | 1 | -0/+34 |
* | make time-related socket options overridable by arch bits files | Rich Felker | 2019-11-02 | 1 | -6/+11 |
* | add time64 redirect for, and redirecting implementation of, dlsym | Rich Felker | 2019-11-02 | 1 | -0/+4 |
* | prepare struct sched_param for change in time_t definition | Rich Felker | 2019-10-28 | 1 | -0/+4 |
* | add time64 symbol name redirects to public headers, under arch control | Rich Felker | 2019-10-28 | 21 | -0/+150 |
* | adjust struct timespec definition to be time64-ready | Rich Felker | 2019-10-20 | 1 | -1/+1 |
* | move pthread types out of per-arch alltypes.h | Rich Felker | 2019-10-17 | 1 | -0/+8 |
* | define LONG_MAX via arch alltypes.h, strip down bits/limits.h | Rich Felker | 2019-10-17 | 1 | -5/+11 |
* | make endian.h expose unprefixed macros, functions in standard profile | Rich Felker | 2019-10-17 | 1 | -16/+20 |
* | remove indirect use of endian.h from public headers | Rich Felker | 2019-10-17 | 8 | -10/+0 |