summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2011-09-27improve/debloat mutex unlock error checking in pthread_cond_waitRich Felker-3/+3
2011-09-27check mutex owner in pthread_cond_waitRich Felker-0/+3
2011-09-27fix pshared barrier wrong return value.Rich Felker-1/+1
2011-09-27convert the barrier pshared option back to 0/1 values when getting itRich Felker-1/+1
2011-09-27improve error handling in mntent stuff...Rich Felker-2/+9
2011-09-27fix missing va_end in prctl syscall wrapperRich Felker-0/+1
2011-09-27fix clobbering of errno in get(pw|gr)([ug]id|nam) by fcloseRich Felker-0/+12
2011-09-27process-shared barrier support, based on discussion with bdonlanRich Felker-16/+102
2011-09-27fix incorrect allocation failure check in pthread_createRich Felker-1/+1
2011-09-26fix ctype macros to cast argument to (unsigned) firstRich Felker-7/+7
2011-09-26another cond var fix: requeue count race conditionRich Felker-15/+13
2011-09-26fix lost signals in cond varsRich Felker-14/+17
2011-09-26cleanup various minor issues reported by nszRich Felker-9/+9
2011-09-26redo cond vars again, use sequence numbersRich Felker-48/+52
2011-09-25revert previous change in cond var waiter moveRich Felker-2/+6
2011-09-25optimize cond waiter move using atomic swap instead of cas loopRich Felker-6/+2
2011-09-25fix logic for when wakeup is not desired on cond bcastRich Felker-3/+4
2011-09-25new futex-requeue-based pthread_cond_broadcast implementationRich Felker-7/+69
2011-09-23fix ABA race in cond vars, improve them overallRich Felker-11/+12
2011-09-23FD_ISSET must return an int. this is the easiest way.Rich Felker-1/+1
2011-09-23sys/user.h may need stdint.hRich Felker-0/+1
2011-09-22"optimize" arm __pthread_selfRich Felker-4/+1
2011-09-22fix deadlock in condition wait whenever there are multiple waitersRich Felker-5/+18
2011-09-22fix x86_64 user.h (previously was just a copy of i386)Rich Felker-48/+13
2011-09-22cleanup/debloat i386 user.hRich Felker-43/+11
2011-09-22wrong __WORDSIZE in x86_64 headerRich Felker-1/+1
2011-09-21protect against/handle cancellation reading shadow passwordsRich Felker-1/+11
2011-09-21make dns lookups (and thus getaddrinfo) cancellableRich Felker-4/+11
2011-09-21use poll rather than select in dns lookups (also clock_gettime)Rich Felker-12/+10
2011-09-21fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.hRich Felker-5/+6
2011-09-21avoid setting FILE lock count when not using flockfileRich Felker-1/+1
2011-09-21gnu search.h has struct qelem...Rich Felker-0/+7
2011-09-21release notes for 0.8.3v0.8.3Rich Felker-0/+13
2011-09-21update syscalls with off_t arguments to handle argument alignment, if neededRich Felker-11/+14
2011-09-21new gcc wrapper now supports pre-4.4 gcc versions and is more robustRich Felker-17/+40
2011-09-21new installation guide with alternate and primary libc setupsRich Felker-37/+107
2011-09-20fix some header typosRich Felker-2/+2
2011-09-20make stdbool.h conform to c99Rich Felker-1/+2
2011-09-20fix incorrect include guard in mqueue.hRich Felker-2/+2
2011-09-20fix statvfs.c to match new fsid_t definitionRich Felker-1/+1
2011-09-20fix the fsid_t structure to match name of __valRich Felker-1/+1
2011-09-20fix broken siginfo_t with _GNU_SOURCE definedRich Felker-6/+5
2011-09-19fix the definition of struct statvfs to match lsb abiRich Felker-70/+88
2011-09-19add some more siginfo aliases broken software expects...Rich Felker-0/+2
2011-09-19cleanup redundancy in bits/signal.h versionsRich Felker-376/+139
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker-21/+20
2011-09-19fix incorrect long double parameters on arm (and other future ports)Rich Felker-10/+22
2011-09-19fix broken multi-inclusion guard in sys/reg.hRich Felker-2/+2
2011-09-18initial commit of the arm portRich Felker-0/+2225
2011-09-18disable dynamic linking/loading code in static libc builds, for nowRich Felker-0/+2