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