Commit History

Author SHA1 Message Date
  A. Wilcox 65c8be3804 fcntl.h: define O_TTY_INIT to 0 6 years ago
  Rich Felker 788d5e24ca remove external __syscall function and last remaining users 6 years ago
  Rich Felker 1bcdaeee6e implement inline 5- and 6-argument syscalls for mipsn32 and mips64 6 years ago
  Rich Felker d3b4869cd3 cleanup mips64 syscall_arch functions 6 years ago
  Rich Felker dcb18bea61 implement inline 5- and 6-argument syscalls for mips 6 years ago
  Rich Felker 6aeb9c6703 use inline syscalls for powerpc (32-bit) 6 years ago
  Rich Felker f76d51a1cc remove cruft for supposedly-buggy clang from or1k & microblaze syscall_arch 6 years ago
  Rich Felker 22e5bbd0de overhaul i386 syscall mechanism not to depend on external asm source 6 years ago
  Rich Felker e97681d6f2 release 1.1.22 6 years ago
  Rich Felker a01ff71f7c in membarrier fallback, allow for possibility that sigaction fails 6 years ago
  Ilya Matveychikov 7784680072 fix the use of syscall result in dl_mmap 6 years ago
  Bobby Bingham e8e780af98 fix signature of function accepted by makecontext 6 years ago
  Dan Gohman 8186880393 fix unintended global symbols in atanl.c 6 years ago
  Frediano Ziglio 7fe51ea85b use __strchrnul instead of strchr and strlen in execvpe 6 years ago
  Ray 086a12b920 delete a redundant if in dynamic linker ctor execution loop 6 years ago
  Rich Felker 8ee0ca0ce6 fix harmless-by-chance typo in priority inheritance mutex code 6 years ago
  Rich Felker 54ca677983 implement priority inheritance mutexes 6 years ago
  Rich Felker 2142cafdc7 clean up access to mutex type in pthread_mutex_trylock 6 years ago
  Drew DeVault 54316a52b2 support archs with no renameat syscall, only renameat2 6 years ago
  Drew DeVault 46fb680c85 support archs with no mlock syscall, only mlock2 6 years ago
  Rich Felker 59f88d7662 fix data race choosing next key slot in pthread_key_create 6 years ago
  Rich Felker 8f12c4e110 fix crash/out-of-bound read in sscanf 6 years ago
  Rich Felker c62dfe6161 fix namespace violation in dependencies of mtx_lock 6 years ago
  Szabolcs Nagy 2a03b0b518 aarch64: add HWCAP_ definitions from linux v5.0 6 years ago
  Szabolcs Nagy cff993cf32 sys/prctl.h: add PR_PAC_RESET_KEYS from linux v5.0 6 years ago
  Szabolcs Nagy 843e453c11 elf.h: add NT_ definitions from linux v5.0 6 years ago
  Szabolcs Nagy 02f769b20d elf.h: update with C-SKY definitions 6 years ago
  Szabolcs Nagy 1114df5d60 aarch64, or1k: add kexec_file_load syscall number from linux v5.0 6 years ago
  Szabolcs Nagy 9e06514e23 netinet/tcp.h: add TCP_NLA_SRTT from linux v5.0 6 years ago
  Szabolcs Nagy 292bda7ceb netinet/udp.h: add UDP_GRO from linux v5.0 6 years ago