about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix inconsistent visibility for internal syscall symbolsRich Felker2015-04-1412-1/+16
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-1411-3/+14
* consistently use hidden visibility for cancellable syscall internalsRich Felker2015-04-1412-30/+103
* fix inconsistent visibility for internal __tls_get_new functionRich Felker2015-04-142-3/+3
* use hidden visibility for i386 asm-internal __vsyscall symbolRich Felker2015-04-142-7/+9
* make _dlstart_c function use hidden visibilityRich Felker2015-04-141-0/+1
* remove initializers for decoded aux/dyn arrays in dynamic linkerRich Felker2015-04-131-5/+5
* allow libc itself to be built with stack protector enabledRich Felker2015-04-133-1/+26
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-1310-32/+13
* move thread pointer setup to beginning of dynamic linker stage 3Rich Felker2015-04-131-8/+23
* stabilize dynamic linker's layout of static TLSRich Felker2015-04-131-9/+6
* allow i386 __set_thread_area to be called more than onceRich Felker2015-04-131-1/+5
* dynamic linker bootstrap overhaulRich Felker2015-04-1337-909/+627
* remove mismatched arguments from vmlock function definitionsRich Felker2015-04-111-2/+2
* apply vmlock wait to __unmapself in pthread_exitRich Felker2015-04-101-0/+4
* redesign and simplify vmlock systemRich Felker2015-04-108-45/+29
* optimize out setting up robust list with kernel when not neededRich Felker2015-04-104-7/+8
* process robust list in pthread_exit to fix detached thread use-after-unmapRich Felker2015-04-102-26/+27
* fix possible clobbering of syscall return values on mipsRich Felker2015-04-071-3/+6
* fix getdelim to set the error indicator on all failuresSzabolcs Nagy2015-04-041-2/+5
* fix rpath string memory leak on failed dlopenRich Felker2015-04-041-0/+2
* halt dynamic linker library search on errors resolving $ORIGIN in rpathRich Felker2015-04-031-8/+18
* remove macro definition of longjmp from setjmp.hRich Felker2015-04-011-1/+0
* harden dynamic linker library path searchRich Felker2015-04-011-5/+16
* move O_PATH definition back to arch bitsRich Felker2015-04-0110-3/+11
* aarch64: remove duplicate macro definitions in bits/fcntl.hRich Felker2015-04-011-3/+0
* aarch64: fix definition of sem_nsems in semid_ds structureRich Felker2015-04-011-1/+7
* aarch64: fix namespace pollution in bits/shm.hSzabolcs Nagy2015-04-011-2/+2
* release 1.1.8 v1.1.8Rich Felker2015-03-292-1/+16
* regex: fix character class repetitionsSzabolcs Nagy2015-03-271-0/+5
* do not treat \0 as a backref in BRESzabolcs Nagy2015-03-231-1/+1
* fix FLT_ROUNDS regression in C++ applicationsRich Felker2015-03-231-0/+8
* fix internal buffer overrun in inet_ptonRich Felker2015-03-231-2/+3
* suppress backref processing in ERE regcompRich Felker2015-03-201-1/+1
* fix memory-corruption in regcomp with backslash followed by high byteRich Felker2015-03-201-1/+1
* fix missing max_align_t definition on aarch64Rich Felker2015-03-201-0/+2
* release 1.1.7 v1.1.7Rich Felker2015-03-182-1/+44
* fix MINSIGSTKSZ values for archs with large signal contextsRich Felker2015-03-1811-2/+50
* block all signals (even internal ones) in cancellation signal handlerRich Felker2015-03-161-1/+2
* update authors/contributors listRich Felker2015-03-161-0/+8
* avoid sending huge names as nscd passwd/group queriesRich Felker2015-03-151-2/+3
* simplify nscd lookup code for alt passwd/group backendsRich Felker2015-03-154-15/+15
* add alternate backend support for getgrouplistJosiah Worcester2015-03-153-24/+86
* aarch64: fix typo in bits/ioctl.hSzabolcs Nagy2015-03-141-1/+1
* aarch64: add struct _aarch64_ctx to signal.hSzabolcs Nagy2015-03-141-0/+17
* align x32 pthread type sizes to be common with 32-bit archsRich Felker2015-03-121-4/+4
* add aarch64 portSzabolcs Nagy2015-03-1153-0/+2202
* math: add dummy implementations of 128 bit long double functionsSzabolcs Nagy2015-03-1117-4/+111
* math: add ld128 exp2l based on the freebsd implementationSzabolcs Nagy2015-03-111-1/+366
* copy the dtv pointer to the end of the pthread struct for TLS_ABOVE_TP archsSzabolcs Nagy2015-03-113-4/+5