2017-08-30 |
Rich Felker | add powerpc64 and s390x to list of supported archs...
|
commit | commitdiff | tree |
2017-08-29 |
Rich Felker | fix undefined behavior in memset due to missing sequence...
|
commit | commitdiff | tree |
2017-08-29 |
Alexander Monakov | __init_libc: add fallbacks for __progname setup
|
commit | commitdiff | tree |
2017-08-29 |
Szabolcs Nagy | add SIOCGSTAMPNS socket ioctl macro to ioctl.h
|
commit | commitdiff | tree |
2017-08-29 |
Szabolcs Nagy | fix mips ioctl macros to match linux asm/sockios.h
|
commit | commitdiff | tree |
2017-08-29 |
Rich Felker | fix unsynchronized access to FILE structure in fflush(0)
|
commit | commitdiff | tree |
2017-08-12 |
Daniel Sabogal | fix signed overflow in ftok
|
commit | commitdiff | tree |
2017-08-12 |
Thomas Petazzoni | fix build failure for sh4a due to missing colon in...
|
commit | commitdiff | tree |
2017-08-12 |
Rich Felker | trap UB from attempts to join a detached thread
|
commit | commitdiff | tree |
2017-08-12 |
Bobby Bingham | ppc64: fix setjmp/longjmp handling of TOC pointer
|
commit | commitdiff | tree |
2017-08-12 |
Leah Neukirchen | qsort: add a short comment about the algorithm
|
commit | commitdiff | tree |
2017-08-11 |
Rich Felker | disable global visibility override hack (vis.h) by...
|
commit | commitdiff | tree |
2017-08-01 |
Rich Felker | add _NL_LOCALE_NAME extension to nl_langinfo
|
commit | commitdiff | tree |
2017-07-04 |
Jens Gustedt | fix missing volatile qualifier on lock in __get_locale
|
commit | commitdiff | tree |
2017-07-04 |
Alexander Monakov | remove ineffective compiler assist from printf
|
commit | commitdiff | tree |
2017-07-04 |
Alexander Monakov | fix undefined behavior in ptrace
|
commit | commitdiff | tree |
2017-07-04 |
Jens Gustedt | unify the use of FUTEX_PRIVATE
|
commit | commitdiff | tree |
2017-07-04 |
Alexander Monakov | fix undefined behavior in free
|
commit | commitdiff | tree |
2017-07-04 |
Alexander Monakov | reapply va_arg hacks removal to wprintf
|
commit | commitdiff | tree |
2017-07-04 |
Alexander Monakov | remove useless declarations in string.h
|
commit | commitdiff | tree |
2017-07-04 |
Rich Felker | allow specifying argv[0] when invoking a program via...
|
commit | commitdiff | tree |
2017-07-04 |
Rich Felker | fix regression in dlopen promotion from RTLD_LOCAL...
|
commit | commitdiff | tree |
2017-07-04 |
Rich Felker | ldso: avoid spurious & possible erroneous work for...
|
commit | commitdiff | tree |
2017-06-23 |
Rich Felker | powerpc64: add single-instruction math functions
|
commit | commitdiff | tree |
2017-06-23 |
Dmitry Golovin | fix clang CFLAGS checks and silence unused argument...
|
commit | commitdiff | tree |
2017-06-23 |
Rich Felker | s390x: add single-instruction math functions
|
commit | commitdiff | tree |
2017-06-22 |
Szabolcs Nagy | fix arm run-time abi string functions
|
commit | commitdiff | tree |
2017-06-21 |
Rich Felker | fix regression in getspnam[_r] error code for insufficient...
|
commit | commitdiff | tree |
2017-06-21 |
Rich Felker | fix omission of microblaze user.h definitions
|
commit | commitdiff | tree |
2017-06-21 |
Bartosz Brachaczek | fix iconv conversions for iso88592-iso885916
|
commit | commitdiff | tree |
2017-06-21 |
Rich Felker | handle errors from localtime_r in ctime_r
|
commit | commitdiff | tree |
2017-06-15 |
Rich Felker | set errno when getpw*_r, getgr*_r, and getspnam_r fail
|
commit | commitdiff | tree |
2017-06-15 |
Rich Felker | handle localtime errors in ctime
|
commit | commitdiff | tree |
2017-06-15 |
Rich Felker | handle mremap failure in realloc of mmap-serviced allocations
|
commit | commitdiff | tree |
2017-06-14 |
A. Wilcox | getdate: correctly specify error number
|
commit | commitdiff | tree |
2017-06-14 |
A. Wilcox | catopen: set errno to EOPNOTSUPP
|
commit | commitdiff | tree |
2017-06-08 |
Rich Felker | fix glob failure to match plain "/" to root directory
|
commit | commitdiff | tree |
2017-06-08 |
Rich Felker | use hard-coded sh4a atomic opcodes to avoid linker...
|
commit | commitdiff | tree |
2017-06-01 |
Natanael Copa | towupper/towlower: fast path for ascii chars
|
commit | commitdiff | tree |
2017-06-01 |
Rich Felker | remove long-obsolete clang workarounds from mips* syscall_ar...
|
commit | commitdiff | tree |
2017-06-01 |
Rich Felker | fix fstatat syscall on mips64
|
commit | commitdiff | tree |
2017-05-28 |
Samuel Holland | fix fchown fallback on arches without chown(2)
|
commit | commitdiff | tree |
2017-05-28 |
Rich Felker | fix iconv conversions to legacy 8bit encodings
|
commit | commitdiff | tree |
2017-04-23 |
Rich Felker | have posix_spawnattr_setflags check for supported flags
|
commit | commitdiff | tree |
2017-04-23 |
Rich Felker | add no-op POSIX_SPAWN_USEVFORK to spawn.h
|
commit | commitdiff | tree |
2017-04-22 |
Bobby Bingham | s390x: provide sigcontext struct definition
|
commit | commitdiff | tree |
2017-04-22 |
Rich Felker | implement new posix_spawn flag POSIX_SPAWN_SETSID
|
commit | commitdiff | tree |
2017-04-22 |
Rich Felker | remove va_arg hacks in printf core with undefined behavior
|
commit | commitdiff | tree |
2017-04-21 |
Rich Felker | make ttyname[_r] return ENODEV rather than ENOENT
|
commit | commitdiff | tree |
2017-04-21 |
Rich Felker | fix regression in support for resolv.conf attempts...
|
commit | commitdiff | tree |
2017-04-21 |
Szabolcs Nagy | fix scalbn when result is in the subnormal range
|
commit | commitdiff | tree |
2017-04-21 |
Rich Felker | allow full-range file offsets to mmap on archs with...
|
commit | commitdiff | tree |
2017-04-12 |
Rich Felker | fix dl_iterate_phdr in static PIE binaries
|
commit | commitdiff | tree |
2017-04-12 |
Rich Felker | fix read past end of buffer in getaddrinfo backend
|
commit | commitdiff | tree |
2017-03-21 |
Szabolcs Nagy | aarch64: add single instruction math functions
|
commit | commitdiff | tree |
2017-03-21 |
Julien Ramseier | fix strptime output for %C without %y
|
commit | commitdiff | tree |
2017-03-21 |
Julien Ramseier | fix processing of strptime %p format
|
commit | commitdiff | tree |
2017-03-21 |
Julien Ramseier | fix off-by-one in strptime %j
|
commit | commitdiff | tree |
2017-03-21 |
Julien Ramseier | regex: fix newline matching with negated brackets
|
commit | commitdiff | tree |
2017-03-21 |
Rich Felker | increase limit on locale name length from 15 to 23...
|
commit | commitdiff | tree |
2017-03-21 |
Rich Felker | search locale name variants for gettext translations
|
commit | commitdiff | tree |
2017-03-21 |
Rich Felker | make setlocale return a single name for LC_ALL if all...
|
commit | commitdiff | tree |
2017-03-21 |
Rich Felker | fix dlopen/dlsym regression opening libs already loaded...
|
commit | commitdiff | tree |
2017-03-16 |
Rich Felker | fix POSIX-format TZ dst transition times for southern...
|
commit | commitdiff | tree |
2017-03-16 |
Tuan M. Hoang | s390x: fix fpreg_t and remove unused per_struct
|
commit | commitdiff | tree |
2017-03-15 |
Rich Felker | precalculate gnu hash rather than doing it lazily in...
|
commit | commitdiff | tree |
2017-03-15 |
Szabolcs Nagy | fix threshold constants in j0f, y0f, j1f, y1f
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | remove unused refcnt field for shared libraries
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | avoid loading of multiple libc versions via explicit...
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | fix one-byte overflow in legacy getpass function
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | fix wide scanf's use of a compound literal past its...
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | fix possible fd leak, unrestored cancellation state...
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | in static dl_iterate_phdr, fix use of possibly-uninitialized...
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | fix free of uninitialized buffer pointer on error in...
|
commit | commitdiff | tree |
2017-03-14 |
Rich Felker | emulate lazy relocation as deferrable relocation
|
commit | commitdiff | tree |
2017-03-13 |
Rich Felker | reorder addend handling before symbol lookup in relocation...
|
commit | commitdiff | tree |
2017-03-13 |
Rich Felker | rework ldso handling of global symbol table for consistency
|
commit | commitdiff | tree |
2017-03-12 |
Szabolcs Nagy | treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in...
|
commit | commitdiff | tree |
2017-03-08 |
Rich Felker | fix ld-behavior-dependent crash in ppc64 ldso startup
|
commit | commitdiff | tree |
2017-03-06 |
Szabolcs Nagy | fix lsearch and lfind to pass key as first arg to the...
|
commit | commitdiff | tree |
2017-02-23 |
Rich Felker | allow page size to vary on arm
|
commit | commitdiff | tree |
2017-02-15 |
Rich Felker | fix build regression in arm atomics asm with new binutils
|
commit | commitdiff | tree |
2017-02-15 |
Bobby Bingham | s390x: implement dlsym
|
commit | commitdiff | tree |
2017-01-29 |
Rich Felker | avoid unbounded strlen in gettext functions
|
commit | commitdiff | tree |
2017-01-29 |
Rich Felker | fix use of uninitialized pointer in gettext core
|
commit | commitdiff | tree |
2017-01-29 |
Rich Felker | fix bindtextdomain logic error deactivating other domains
|
commit | commitdiff | tree |
2017-01-19 |
Rich Felker | fix spurious EINTR errors from multithreaded set*id...
|
commit | commitdiff | tree |
2017-01-05 |
Rich Felker | fix crash from corrupted tls module list after failed...
|
commit | commitdiff | tree |
2017-01-05 |
Rich Felker | treat base 1 as an error in strtol-family functions
|
commit | commitdiff | tree |
2017-01-05 |
Rich Felker | fix getopt[_long] clobbering of optopt on success
|
commit | commitdiff | tree |
2017-01-04 |
Rich Felker | reduce impact of REG_* namespace pollution in x86[_64...
|
commit | commitdiff | tree |
2017-01-03 |
Rich Felker | make globfree safe after failed glob from over-length...
|
commit | commitdiff | tree |
2017-01-02 |
Rich Felker | fix strftime %y for negative years
|
commit | commitdiff | tree |
2017-01-01 |
Rich Felker | release 1.1.16
|
commit | commitdiff | tree |
2016-12-30 |
Szabolcs Nagy | update tcp_info struct to linux v4.9
|
commit | commitdiff | tree |
2016-12-30 |
Szabolcs Nagy | add MS_NOREMOTELOCK mount flag from linux v4.9
|
commit | commitdiff | tree |
2016-12-30 |
Szabolcs Nagy | add pkey_{mprotect,alloc,free} syscalls from linux...
|
commit | commitdiff | tree |
2016-12-20 |
Rich Felker | fix support for initialized TLS in static PIE binaries
|
commit | commitdiff | tree |
2016-12-20 |
Rich Felker | when building for arm as thumb2 code, also request...
|
commit | commitdiff | tree |
2016-12-20 |
Rich Felker | rework arm atomic/tp backends to be thumb-compatible...
|
commit | commitdiff | tree |