aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-11Complete GB18030 charmapAndreas Schwab5-4722/+69020
2012-05-11Use uint64_t on 64-bit integerH.J. Lu2-2/+8
2012-05-11Replace movq/%q0 with mov/%0 in THREAD_SELFH.J. Lu2-1/+6
2012-05-11Check __x86_64__ for __cleanup_fct_attributeH.J. Lu2-1/+7
2012-05-11Check __PTHREAD_MUTEX_HAVE_PREV for mutex initializersH.J. Lu2-1/+9
2012-05-11Check __PTHREAD_MUTEX_HAVE_PREV for mutex prevH.J. Lu2-1/+6
2012-05-11[BZ #13673] Replace FSF snail mail address with URL.Thomas Schwinge5-12/+16
2012-05-1114012 fixed by cross-rpcgen changes.Joseph Myers1-2/+2
2012-05-11Hurd bugs fixed: #766, #3748, #3906.Thomas Schwinge1-17/+17
2012-05-10Don't handle R_X86_64_RELATIVE64 in ld.soH.J. Lu2-0/+7
2012-05-10Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32H.J. Lu12-4/+175
2012-05-10Hurd: Define some posix typesSamuel Thibault3-3/+30
2012-05-10Hurd: Fix paths in paths.hSamuel Thibault2-4/+8
2012-05-10Hurd: fix mode type for openatSamuel Thibault2-3/+6
2012-05-10Hurd: Fix port deallocation on mknod error.Samuel Thibault2-5/+8
2012-05-10Hurd: Fix __dup3 _hurd_dtable_lock usage.Samuel Thibault2-4/+9
2012-05-10Hurd: Support --prefix=/usr special-casing for all GNU systems.Thomas Schwinge7-110/+208
2012-05-10Hurd: struct timespec members in struct statThomas Schwinge3-22/+58
2012-05-10Hurd: avoid PLT call to strtoulThomas Schwinge2-5/+9
2012-05-10Hurd: hurdsock: reject negative domainsPino Toscano2-1/+12
2012-05-10Hurd: Fix setres[ug]id handling of -1Samuel Thibault3-29/+128
2012-05-10Hurd: _hurd_select: check for invalid parameter valuesPino Toscano2-7/+27
2012-05-10Hurd: Fix sbrk beyond 128MBSamuel Thibault2-3/+24
2012-05-10Hurd: recvfrom(): take into account null address portsPino Toscano2-4/+11
2012-05-10Hurd: readlinkatSamuel Thibault2-2/+67
2012-05-10Hurd: Update posix_opt.hSamuel Thibault3-6/+48
2012-05-10Hurd: Fix POSIX 2008 visibilitySamuel Thibault3-6/+17
2012-05-10Hurd: Build pldd also if use-ldconfig != yes || build-shared != yesThomas Schwinge2-3/+6
2012-05-10Hurd: opendiratThomas Schwinge2-0/+41
2012-05-10Hurd: empty file names fail with ENOENTSamuel Thibault3-2/+14
2012-05-10Hurd: hidden_nolink macro for NO_HIDDEN case.Thomas Schwinge2-2/+4
2012-05-10Hurd: mmap deficienciesThomas Schwinge2-3/+11
2012-05-10Hurd: Fix mlock in all cases except non-readable pages.Samuel Thibault2-2/+6
2012-05-10Hurd: Fix mkdir / error valueSamuel Thibault3-5/+18
2012-05-10Hurd: Add missing includesThomas Schwinge3-1/+12
2012-05-10Hurd: mach: compliance fixes for nanosleepPino Toscano2-26/+47
2012-05-10Hurd: Include RPC user stubs in linkobj/libc.soThomas Schwinge2-1/+7
2012-05-10Hurd: Fix value of __libc_stack_endSamuel Thibault4-3/+20
2012-05-10Hurd: libc_once_getThomas Schwinge7-4/+27
2012-05-10Hurd: #include <kernel-features.h>Thomas Schwinge8-15/+28
2012-05-10Add a missing #include.Roland McGrath2-0/+5
2012-05-10Hurd: setitimer.c: Fix unlock in error patchSamuel Thibault2-3/+5
2012-05-10Hurd: ioctl() incorrectly decodes argumentSamuel Thibault3-10/+20
2012-05-10Hurd: Avoid init-first.c miscompilation.Thomas Schwinge2-14/+38
2012-05-10Hurd: dup3Thomas Schwinge5-117/+163
2012-05-10Hurd: Hurd: dl-sysdep.c: Include code only #ifdef SHARED.Samuel Thibault2-0/+8
2012-05-10Hurd: Missing critical region locks.Samuel Thibault4-3/+16
2012-05-10Hurd: Fix signal-catching functions.Samuel Thibault2-5/+14
2012-05-10Hurd: bits/socket.hThomas Schwinge2-0/+366
2012-05-10Hurd: accept4Thomas Schwinge5-61/+119