1. 9864f60 add statx syscall numbers from linux v4.11 by Szabolcs Nagy · 7 years ago
  2. 06fbefd add a_clz_64 helper function by Szabolcs Nagy · 7 years ago
  3. 150747b reduce impact of REG_* namespace pollution in x86[_64] signal.h by Rich Felker · 8 years ago
  4. 62eaf40 add pkey_{mprotect,alloc,free} syscalls from linux v4.9 by Szabolcs Nagy · 8 years ago
  5. 5499172 work around gdb issues recognizing sigreturn trampoline on x86_64 by Rich Felker · 8 years ago
  6. ee3f0c5 make brace placement in public header typedef'd structs consistent by Rich Felker · 8 years ago
  7. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  8. 76d7cfb use the generic ioctl.h for x86_64, x32 and aarch64 by Szabolcs Nagy · 8 years ago
  9. 78b1f3c add preadv2 and pwritev2 syscall numbers for linux v4.6 by Szabolcs Nagy · 8 years ago
  10. 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 8 years ago
  11. 5c3412d fix regression disabling use of pause instruction for x86 a_spin by Rich Felker · 8 years ago
  12. 84d4f5e add copy_file_range syscall numbers from linux v4.5 by Szabolcs Nagy · 9 years ago
  13. e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 9 years ago
  14. db66ef1 add sched_getcpu vDSO support by Nathan Zadoks · 9 years ago
  15. 4dfac11 deduplicate the bulk of the arch bits headers by Rich Felker · 9 years ago
  16. 789ff6a add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags by Szabolcs Nagy · 9 years ago
  17. 51d5f13 add mlock2 syscall number from linux v4.4 by Szabolcs Nagy · 9 years ago
  18. 09001a8 add new membarrier, userfaultfd and switch_endian syscalls by Szabolcs Nagy · 9 years ago
  19. 16b5529 clean up x86_64 (and x32) atomics for new atomics framework by Rich Felker · 9 years ago
  20. 1315596 refactor internal atomic.h by Rich Felker · 9 years ago
  21. cb1bf2f properly access mcontext_t program counter in cancellation handler by Rich Felker · 9 years ago
  22. 12b0b7d new dlstart stage-2 chaining for x86_64 and x32 by Rich Felker · 9 years ago
  23. 5a9c8c0 mitigate performance regression in libc-internal locks on x86_64 by Rich Felker · 9 years ago
  24. 3c43c07 fix missing synchronization in atomic store on i386 and x86_64 by Rich Felker · 9 years ago
  25. c648cef fix inconsistency in a_and and a_or argument types on x86[_64] by Rich Felker · 9 years ago
  26. f3ddd17 dynamic linker bootstrap overhaul by Rich Felker · 9 years ago
  27. fd427c4 move O_PATH definition back to arch bits by Rich Felker · 9 years ago
  28. d5a5045 fix MINSIGSTKSZ values for archs with large signal contexts by Rich Felker · 10 years ago
  29. 559de8f fix FLT_ROUNDS to reflect the current rounding mode by Szabolcs Nagy · 10 years ago
  30. f5011c6 fix POLLWRNORM and POLLWRBAND on mips by Trutz Behn · 10 years ago
  31. 56fbaa3 make all objects used with atomic operations volatile by Rich Felker · 10 years ago
  32. f54c28c add syscall numbers for the new execveat syscall by Szabolcs Nagy · 10 years ago
  33. e63833c remove cruft from x86_64 syscall.h by Szabolcs Nagy · 10 years ago
  34. 4758f05 fix typo in x86_64/x32 user_fpregs_struct by Felix Janda · 10 years ago
  35. 2d67ae9 move MREMAP_MAYMOVE and MREMAP_FIXED out of bits by Trutz Behn · 10 years ago
  36. f90fafe add new syscall numbers for bpf and kexec_file_load by Szabolcs Nagy · 10 years ago
  37. 91f15e2 move wint_t definition to the shared part of alltypes.h.in by Rich Felker · 10 years ago
  38. 867b182 add explicit barrier operation to internal atomic.h API by Rich Felker · 10 years ago
  39. 4ffc39c add new syscall numbers for seccomp, getrandom, memfd_create by Szabolcs Nagy · 10 years ago
  40. b7cf71a add threads.h and needed per-arch types for mtx_t and cnd_t by Rich Felker · 10 years ago
  41. 321f4fa add max_align_t definition for C11 and C++11 by Rich Felker · 10 years ago
  42. de7e99c make pointers used in robust list volatile by Rich Felker · 10 years ago
  43. 90e51e4 clean up unused and inconsistent atomics in arch dirs by Rich Felker · 10 years ago
  44. 002e8d8 add syscall numbers for the new renameat2 syscall by Szabolcs Nagy · 10 years ago
  45. 39201d0 add tlsdesc support for x86_64 by Rich Felker · 10 years ago
  46. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  47. bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
  48. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  49. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 10 years ago
  50. fcea534 fix RLIMIT_ constants for mips by Szabolcs Nagy · 10 years ago
  51. 9505bfb fix signal.h breakage from moving stack_t to arch-specific bits by Rich Felker · 11 years ago
  52. bd5f221 move signal.h definition of stack_t to arch-specific bits by Rich Felker · 11 years ago
  53. f6e2f7e move struct semid_ds to from shared sys/sem.h to bits by Rich Felker · 11 years ago
  54. 0f169cb sys/shm.h: move arch specific structs to bits/ by rofl0r · 11 years ago
  55. 50a5098 remove more unnecessary operand-size suffixes from x86_64 atomic.h by Rich Felker · 11 years ago
  56. 3117365 remove gratuitous temp vars, casts, and suffixes in x86_64 atomic.h by Rich Felker · 11 years ago
  57. f29e834 remove size suffix in x86_64 __pthread_self asm by Rich Felker · 11 years ago
  58. 7acbbdf make type of st_dev explicitly dev_t in x86_64 stat.h by Rich Felker · 11 years ago
  59. d18df33 add IUTF8 to termios.h on archs that were missing it by Rich Felker · 11 years ago
  60. a627eb3 fix namespace violations in termios.h, at least mostly by Rich Felker · 11 years ago
  61. f7d348e add O_TMPFILE flag, new in linux 3.11 by Szabolcs Nagy · 11 years ago
  62. c5e34da new mostly-C crt1 implementation by Rich Felker · 11 years ago
  63. 9693501 change jmp_buf to share an underlying type and struct tag with sigjmp_buf by Rich Felker · 11 years ago
  64. 3f08154 remove SIG_ATOMIC_MIN/MAX from stdint bits headers by Rich Felker · 11 years ago
  65. 1c6cace fix regression in size of nlink_t (broken stat struct) on x86_64 by Rich Felker · 11 years ago
  66. c4dd0c9 change wint_t to unsigned by Rich Felker · 11 years ago
  67. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  68. 648c3b4 change uid_t, gid_t, and id_t to unsigned types by Rich Felker · 11 years ago
  69. f389c49 make the dynamic linker find its path file relative to its own location by Rich Felker · 11 years ago
  70. 2f5fe45 make spacing in x86_64 alltypes.h.sh more uniform with other archs by Rich Felker · 11 years ago
  71. a3e2f3c respect iso c namespace in stdio.h and wchar.h regarding va_list by Rich Felker · 11 years ago
  72. 41c34d1 fix ioctl _IOR, _IOW, etc macros to avoid signed overflow (2<<30) by Szabolcs Nagy · 11 years ago
  73. a6367a1 on x86_64 use long instead of long long for 64bit posix types by Szabolcs Nagy · 11 years ago
  74. 22730d6 add FLT_TRUE_MIN, etc. macros from C11 by Rich Felker · 11 years ago
  75. f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 11 years ago
  76. c7af271 eliminate bits/wchar.h by Rich Felker · 11 years ago
  77. 47cf491 re-add useconds_t by rofl0r · 11 years ago
  78. 8d3ee05 add syscall numbers for the new kcmp and finit_module syscalls by Szabolcs Nagy · 11 years ago
  79. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  80. 2d0f495 add deprecated SIGIOT alias for SIGABRT by Rich Felker · 11 years ago
  81. da1442c fix types for wctype_t and wctrans_t by Rich Felker · 12 years ago
  82. 99727da fix wrong float_t on x86_64 by Rich Felker · 12 years ago
  83. 000806c add missing mmap options and madvices to bits/mman.h based on linux headers by Szabolcs Nagy · 12 years ago
  84. bc1a8d2 add missing EXTPROC flag to bits/termios.h by Szabolcs Nagy · 12 years ago
  85. 73bb048 add missing F_GETOWNER_UIDS flag to bits/fcntl.h by Szabolcs Nagy · 12 years ago
  86. 056c8b1 add missing EHWPOISON to bits/errno.h by Szabolcs Nagy · 12 years ago
  87. 3bb167b x86_64/bits/signal.h: fix typo in REG_CSGSFS by rofl0r · 12 years ago
  88. 5c5e45e move signal.h REG_* macros under _GNU_SOURCE protection by Rich Felker · 12 years ago
  89. a631c5d bits/signal.h: add register names for x86(_64) by rofl0r · 12 years ago
  90. 7e0d4fc add more arch-specific MAP_ macros to bits/mman.h by rofl0r · 12 years ago
  91. 0e10f74 add MAP_NORESERVE to bits/mman.h by rofl0r · 12 years ago
  92. a8da6c2 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate by Rich Felker · 12 years ago
  93. 4b75f4e make sys/procfs.h mostly work on most archs by Rich Felker · 12 years ago
  94. c72fc23 sigcontext/mcontext cleanup for arch-specific bits by Rich Felker · 12 years ago
  95. 7538708 fix up leftover, incorrect NSIG definitions in arch-specific signal.h by Rich Felker · 12 years ago
  96. 65b9821 add back NSIG, removed from powerpc in last commit, but for all archs by Rich Felker · 12 years ago
  97. 0004ea6 fix breakage from introducing bits header for sys/io.h by Rich Felker · 12 years ago
  98. 61aa632 add port io functions to sys/io.h by Rich Felker · 12 years ago
  99. 8d2887f fcntl.h: O_SEARCH was missing for powerpc by rofl0r · 12 years ago
  100. 9ec4283 add support for TLS variant I, presently needed for arm and mips by Rich Felker · 12 years ago