3744 Commits (729fef0a9358e2f6f1cd8c75a1a0f7ee48b08c95)
 

Author SHA1 Message Date
Bobby Bingham c21051e90c prevent fork's errno from being clobbered by atfork handlers 9 years ago
Rich Felker a39f20bf9f add iso-2022-jp support (decoding only) to iconv 9 years ago
Rich Felker 5b546faa67 add iconv framework for decoding stateful encodings 9 years ago
Rich Felker 0df5b39a1e simplify/optimize iconv utf-8 case 9 years ago
Rich Felker 9eb6dd5165 handle ascii range individually in each iconv case 9 years ago
Rich Felker bff59d13a8 move iconv_close to its own translation unit 9 years ago
Rich Felker 79f49effa0 refactor iconv conversion descriptor encoding/decoding 9 years ago
A. Wilcox 30fdda6c99 fix getaddrinfo error code for non-numeric service with AI_NUMERICSERV 9 years ago
Rich Felker 67b2994789 fix mismatched type of __pthread_tsd_run_dtors weak definition 9 years ago
Szabolcs Nagy 13935337f3 s390x: use generic ioctl.h 9 years ago
Szabolcs Nagy 4dc44ce8e2 microblaze: add statx syscall from linux v4.13 9 years ago
Szabolcs Nagy ffd048a07b aarch64: add extra_context struct from linux v4.13 9 years ago
Szabolcs Nagy 6651ef1f06 add new tcp.h socket options from linux v4.13 9 years ago
Szabolcs Nagy 14ced22830 add new fcntl.h macros from linux v4.13 9 years ago
Szabolcs Nagy 754f66afb7 ioctl TIOCGPTPEER from linux v4.13 9 years ago
Szabolcs Nagy c35a8bf456 add SO_ getsockopt options from linux v4.13 9 years ago
Szabolcs Nagy 5daaed6a0e s390x: add syscall number for s390_guarded_storage from linux v4.12 9 years ago
Szabolcs Nagy 2dc6760f3c i386: add arch_prctl syscall number from linux v4.12 9 years ago
Szabolcs Nagy 840d45bebd aarch64: add new HWCAP_* flags from linux v4.12 9 years ago
Szabolcs Nagy 4c81122711 add ARPHDR_VSOCKMON from linux v4.12 9 years ago
Szabolcs Nagy 54f04d9991 add new SO_ socket options from linux v4.12 9 years ago
Szabolcs Nagy 9864f60e92 add statx syscall numbers from linux v4.11 9 years ago
Szabolcs Nagy c519658cea add TCP_NLA_* enums from linux v4.11 9 years ago
Szabolcs Nagy ee3ae7827b add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11 9 years ago
Szabolcs Nagy 3eb82f7338 add ETH_P_IBOE from linux v4.11 9 years ago
Szabolcs Nagy bd1560f6eb update aarch64 hwcap.h for linux v4.11 9 years ago
Szabolcs Nagy cee73f0c10 add kexec_file_load syscall number on powerpc from linux v4.10 9 years ago
Szabolcs Nagy 8f56955713 add microblaze syscall numbers from linux v4.10 9 years ago
Szabolcs Nagy d800403032 add TFD_TIMER_CANCEL_ON_SET that timerfd.h was missing 9 years ago
Szabolcs Nagy f5638c22e3 add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10 9 years ago
Szabolcs Nagy 013696918b add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10 9 years ago
Szabolcs Nagy 5c596ed867 add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 9 years ago
Rich Felker 6fc6ca1a32 adjust posix_spawn dup2 action behavior to match future requirements 9 years ago
Rich Felker eb03bde2f2 release 1.1.18 9 years ago
Rich Felker 1b9406b03c fix build regression on ARM for ISA levels less than v5 9 years ago
Rich Felker ec04d122f1 fix regression in glob with literal . or .. path component 9 years ago
Will Dietz 004dc9549b posix_spawn: use larger stack to cover worst-case in execvpe 9 years ago
Rich Felker 2cd663fb2d release 1.1.17 9 years ago
Rich Felker 45ca5d3fcb in dns parsing callback, enforce MAXADDRS to preclude overflow 9 years ago
Rich Felker 5b5eb527c5 fix incorrect base name offset from nftw when pathname ends in slash(es) 9 years ago
Rich Felker c1e27367a9 fix read-after-free type error in pthread_detach 9 years ago
Szabolcs Nagy 907476925f math: rewrite fma with mostly int arithmetics 9 years ago
Rich Felker b3516058eb for executing init array functions, use function type with prototype 9 years ago
Rich Felker e364774d7c fix access by setjmp and longjmp to __hwcap on arm built as thumb2 9 years ago
Rich Felker 48be5b6313 fix use of memset without declaration in sched.h cpu set macros 9 years ago
Szabolcs Nagy c10bc61508 powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.h 9 years ago
Rich Felker da438ee1fc work around incorrect EPERM from mmap syscall 9 years ago
Rich Felker 8c4be3e220 fix glob descent into . and .. with GLOB_PERIOD 9 years ago
Rich Felker 565dbee24d don't treat numeric port strings as servent records in getservby*() 9 years ago
Rich Felker 9e01be6e49 fix signal masking race in pthread_create with priority attributes 9 years ago