aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-14Add x32 dl-machine.hH.J. Lu2-0/+90
2012-05-14Do not build manual in source dirAndreas Jaeger6-155/+142
[BZ #13750] Do not build manual anymore in the source dir. Also clean up the Makefile and remove rules that have been used previously when we had a stand-alone Makefile which was obsoleted recently.
2012-05-14Add x32 pthread typesH.J. Lu2-14/+37
2012-05-14Remove unused variable in linux/getcwd.cAndreas Jaeger2-1/+5
2012-05-14Remove unused functions from i386/mathinline.hAndreas Jaeger2-37/+6
2012-05-14Remove pre-2.2 Linux kernel support.Joseph Myers40-1433/+319
2012-05-14Fix concat exampleAndreas Jaeger2-0/+7
2012-05-14 Andreas Jaeger <aj@suse.de> * manual/string.texi (Copying and Concatenation): Add missing variable in concat example. Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
2012-05-14Use __builtin_clzll on int64 in __logbH.J. Lu2-1/+6
2012-05-14Free memory at exit in check_pf.cH.J. Lu2-1/+7
2012-05-14Add optimized expf for x86Liubov Dmitrieva5-0/+371
2012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> * sysdeps/i386/i686/fpu/multiarch/Makefile: New file. * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file. * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file. * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
2012-05-14NEWS: update ia64 infoMike Frysinger2-63/+5
Mention that ia64 has moved into ports/, and drop the old build/install details that don't belong in the NEWS file in the first place. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-12Fix warning in powerpc bcopyAndreas Schwab2-3/+8
2012-05-12Avoid dup3 PLT usage.Thomas Schwinge5-9/+17
Fixes fallout from 5aa3a74a59916b489e9cf7c4dce9eb149e106c6c.
2012-05-11Add x32 support to STACK_CHK_GUARDH.J. Lu2-1/+8
2012-05-11Update comments for CALL_THREAD_FCTH.J. Lu1-5/+5
2012-05-11Add x32 support to TLS_LE/TLS_IE/TLS_GDH.J. Lu2-5/+20
2012-05-11Add sysdeps/x86_64/x32/tls.hH.J. Lu2-0/+50
2012-05-11Mark sparc %fsr load and store inline asms as volatile.David S. Miller3-6/+12
* sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__. * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise. (_FPU_SETCW): Likewise.
2012-05-11Check if RTLD_SAVESPACE_SSE is aligned to 32 bytesH.J. Lu2-0/+9
2012-05-11Fix a typo in ChangeLo.H.J. Lu1-1/+1
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