3619 Commits (bd1560f6eb5127501ad6b7905479b4135c3d1a02)
 

Author SHA1 Message Date
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
Szabolcs Nagy 822dddfbf1 make syscall.h consistent with linux 9 years ago
Bartosz Brachaczek 9255dad97e handle whitespace before %% in scanf 9 years ago
Alexander Monakov 51bdcdc424 fix OOB reads in Xbyte_memmem 9 years ago
Alexander Monakov cc0dbd5f09 free allocations in clearenv 9 years ago
Alexander Monakov 8e932792c9 overhaul environment functions 9 years ago
Rich Felker 39db00afad fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder 9 years ago
Rich Felker 11ddc314b5 fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs 9 years ago
Szabolcs Nagy 8459c6f264 arm: add HWCAP_ARM_ hwcap macros 9 years ago
Szabolcs Nagy 06fbefd100 add a_clz_64 helper function 9 years ago
Szabolcs Nagy 3356177979 s390x: add bits/hwcap.h 9 years ago
Rich Felker 5f7efb87a2 move IPPORT_RESERVED from netdb.h to netinet/in.h 9 years ago
Rich Felker 5f3b652afe add powerpc64 and s390x to list of supported archs in INSTALL file 9 years ago
Rich Felker 9d4c902c42 fix undefined behavior in memset due to missing sequence points 9 years ago
Alexander Monakov c7f56b4d2f __init_libc: add fallbacks for __progname setup 9 years ago
Szabolcs Nagy cc08669380 add SIOCGSTAMPNS socket ioctl macro to ioctl.h 9 years ago
Szabolcs Nagy 02b50c9d0a fix mips ioctl macros to match linux asm/sockios.h 9 years ago
Rich Felker 670d6d01f5 fix unsynchronized access to FILE structure in fflush(0) 9 years ago
Daniel Sabogal 511b7042b3 fix signed overflow in ftok 9 years ago
Thomas Petazzoni 1698fe6cdc fix build failure for sh4a due to missing colon in asm statement 9 years ago
Rich Felker 80bf595255 trap UB from attempts to join a detached thread 9 years ago
Bobby Bingham e31c8c2d79 ppc64: fix setjmp/longjmp handling of TOC pointer 9 years ago
Leah Neukirchen 52cf5c18f4 qsort: add a short comment about the algorithm 9 years ago
Rich Felker dc2f368e56 disable global visibility override hack (vis.h) by default 9 years ago
Rich Felker 947d330f68 add _NL_LOCALE_NAME extension to nl_langinfo 9 years ago
Jens Gustedt a08910fc2c fix missing volatile qualifier on lock in __get_locale 9 years ago